1 commit 9c1556c22e0d01e87c706c946ad131b62507653c
2 Merge: 03481d0f1dd 28bbfa6d7ce
3 Author: Adam Mitz <mitza@objectcomputing.com>
4 Date: Tue Aug 3 08:42:36 2021 -0500
6 Merge pull request #1640 from jwillemsen/jwi-sockdgramlogging
8 ifr_name is ascii so use %C for logging
10 commit 28bbfa6d7cea9231d52c7c34917677a5ce687c5f
11 Author: Johnny Willemsen <jwillemsen@remedy.nl>
12 Date: Tue Aug 3 08:41:57 2021 +0200
14 ifr_name is ascii so use %C for logging
16 * ACE/ace/SOCK_Dgram_Bcast.cpp:
18 commit 06e2a14d2d98b2a18b50615f4c048cffd49b3bfd
19 Author: Adam Mitz <mitza@objectcomputing.com>
20 Date: Mon Aug 2 16:56:40 2021 -0500
22 make_multicast_ifaddr: prevent buffer overrun from net_if
25 also removed a preprocessor conditional that was redundant
27 commit 85260ba716f60442b000b76b848cffb8f5320329
28 Author: Johnny Willemsen <jwillemsen@remedy.nl>
29 Date: Mon Aug 2 15:56:01 2021 +0200
33 commit ad197ab1179e257f24ae95f54425812dd3ffd6cc
34 Author: Johnny Willemsen <jwillemsen@remedy.nl>
35 Date: Wed Jul 21 10:14:33 2021 +0200
37 Removed redundant whitespace
39 * ACE/ACEXML/parser/parser/Parser.cpp:
40 * ACE/examples/ConfigViewer/ValueListCtrl.cpp:
41 * ACE/tests/CDR_Array_Test.cpp:
42 * TAO/TAO_IDL/be/be_interface.cpp:
43 * TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp:
45 commit 4e4a1260bc4bb65abdde4542cbdaba20e270ed45
46 Merge: 0dbbaa0ee8e 8dcbc57bc0b
47 Author: Johnny Willemsen <jwillemsen@remedy.nl>
48 Date: Mon Jul 19 16:41:23 2021 +0200
50 Merge pull request #1619 from jwillemsen/jwi-stdcleanup
52 Make use of std namespace functions now that we have C++11
54 commit 0dbbaa0ee8e72731380c2f4b9811023ca463ce20
55 Merge: 9813f22105a 18cbda7cf52
56 Author: Johnny Willemsen <jwillemsen@remedy.nl>
57 Date: Mon Jul 19 14:06:50 2021 +0200
59 Merge pull request #1618 from jwillemsen/jwi-bcc32clenaup
61 Removed old workarounds for bcc32
63 commit 8dcbc57bc0b5870c41f886a491c7c324e4a43274
64 Author: Johnny Willemsen <jwillemsen@remedy.nl>
65 Date: Mon Jul 19 13:15:16 2021 +0200
69 * ACE/ace/OS_NS_stdlib.h:
71 commit 7ce07d26ac8fc15d2961613bc94ae48c75557c14
72 Author: Johnny Willemsen <jwillemsen@remedy.nl>
73 Date: Mon Jul 19 13:08:25 2021 +0200
77 * ACE/ace/OS_NS_math.h:
79 commit de0dde267b764c98e817b0affd2af354721b4e6b
80 Author: Johnny Willemsen <jwillemsen@remedy.nl>
81 Date: Mon Jul 19 12:29:53 2021 +0200
85 * ACE/ace/OS_NS_stdio.h:
86 * ACE/ace/OS_NS_stdio.inl:
87 * ACE/ace/OS_NS_time.inl:
89 commit 80b5d2a102bb0cea3bb58bd891af52a8796a7018
90 Author: Johnny Willemsen <jwillemsen@remedy.nl>
91 Date: Mon Jul 19 11:28:19 2021 +0200
93 Add missing include of ctime for windows
95 * ACE/ace/OS_NS_time.inl:
97 commit 377501f6634e161bcb82f7babf11753806db96fb
98 Author: Johnny Willemsen <jwillemsen@remedy.nl>
99 Date: Mon Jul 19 11:21:37 2021 +0200
101 Removed ACE_STD_NAMESPACE from all signal related operations, these are not in the std namespace, this worked because ACE_STD_NAMESPACE only expands to std with Borland C++ which doesn't support these operations
103 * ACE/ace/OS_NS_signal.h:
104 * ACE/ace/OS_NS_string.cpp:
106 commit 006c3267d1ec9cfec8d2fa22458c182433bc1489
107 Author: Johnny Willemsen <jwillemsen@remedy.nl>
108 Date: Mon Jul 19 11:16:36 2021 +0200
112 * ACE/ace/OS_NS_time.cpp:
113 * ACE/ace/OS_NS_time.inl:
115 commit a3ecbed8af2478a7b32ef0c6bb7fb26c9701569a
116 Author: Johnny Willemsen <jwillemsen@remedy.nl>
117 Date: Mon Jul 19 10:59:08 2021 +0200
119 Make use of std now that we have C++11
121 * ACE/ace/OS_NS_math.h:
122 * ACE/ace/OS_NS_stdio.h:
123 * ACE/ace/OS_NS_stdio.inl:
124 * ACE/ace/OS_NS_stdlib.h:
125 * ACE/ace/OS_NS_wchar.inl:
127 commit 18cbda7cf52bc121583e7af7b585c70c380d80e4
128 Author: Johnny Willemsen <jwillemsen@remedy.nl>
129 Date: Mon Jul 19 10:41:05 2021 +0200
131 Removed old workarounds for bcc32
133 * ACE/ace/Refcounted_Auto_Ptr.h:
134 * ACE/ace/XML_Utils/XercesString.h:
135 * TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.cpp:
136 * TAO/orbsvcs/orbsvcs/AV/RTCP_Packet.cpp:
137 * TAO/utils/nslist/nslist.cpp:
138 * TAO/utils/wxNamingViewer/wxNamingViewer.cpp:
140 commit 335e4a12ade8196a5e0bc8b7efa9d9f038f5883a
141 Merge: ccbd4637729 2fa3cc5530c
142 Author: Johnny Willemsen <jwillemsen@remedy.nl>
143 Date: Sat Jul 17 08:47:14 2021 +0200
145 Merge pull request #1616 from jwillemsen/jwi-2980test
147 Make use of std::printf with all compilers
149 commit 225e262df0754688a49c20bd9802e1b69d2aa83a
150 Merge: a874267e5b6 2cd8f43e142
151 Author: Johnny Willemsen <jwillemsen@remedy.nl>
152 Date: Fri Jul 16 22:05:54 2021 +0200
154 Merge pull request #1614 from jwillemsen/jwi-sco
156 Removed some old references to SCO
158 commit a874267e5b6bdbb0438ed19ca46d6b2a90c31097
159 Merge: 51349e55c43 a210795f448
160 Author: Johnny Willemsen <jwillemsen@remedy.nl>
161 Date: Fri Jul 16 22:05:26 2021 +0200
163 Merge pull request #1613 from jwillemsen/jwi-ACE_RM544
165 Removed ACE_RM544 check, not set in any config file
167 commit 51349e55c430dd2b5d7cee2ad421dd5b912d1ff3
168 Merge: 9cb9618c068 13ec912f53d
169 Author: Johnny Willemsen <jwillemsen@remedy.nl>
170 Date: Fri Jul 16 22:05:06 2021 +0200
172 Merge pull request #1612 from jwillemsen/jwi-clangcomp24
174 clang4 lacks adequate C++11 support so we don't support that anymore,…
176 commit 9cb9618c0681b34a96e7ca1dc81a13fa5519de6d
177 Merge: 23ca9fac520 02a291f64ce
178 Author: Johnny Willemsen <jwillemsen@remedy.nl>
179 Date: Fri Jul 16 22:04:49 2021 +0200
181 Merge pull request #1611 from jwillemsen/jwi-bccclang
183 Borland C++ is now always using clang based compilers
185 commit 23ca9fac520dd32527a3b15cbeae0f12233a30ff
186 Merge: 394720b553e 32dab58b0ce
187 Author: Johnny Willemsen <jwillemsen@remedy.nl>
188 Date: Fri Jul 16 18:27:43 2021 +0200
190 Merge pull request #1610 from jwillemsen/jwi-ACE_MSVC_USES_DOUBLE_UNDERSCORE_STAT64
192 Removed check for ACE_MSVC_USES_DOUBLE_UNDERSCORE_STAT64, not set in …
194 commit 394720b553eae92dfc91a0b47c15a52c3b932676
195 Merge: f4c3d81895c 1fa67340e9a
196 Author: Johnny Willemsen <jwillemsen@remedy.nl>
197 Date: Fri Jul 16 17:35:47 2021 +0200
199 Merge pull request #1609 from jwillemsen/jwi-ACE_WCHAR_STD_NAMESPACE
201 Replace ACE_WCHAR_STD_NAMESPACE with std, with C++11 these are all in…
203 commit f4c3d81895c79868c5695879d614c8ced6494741
204 Merge: 1e700ccbf6d 940aaf09fca
205 Author: Johnny Willemsen <jwillemsen@remedy.nl>
206 Date: Fri Jul 16 16:44:16 2021 +0200
208 Merge pull request #1608 from jwillemsen/jwi-embarcaderocleanup
210 Cleanup some workarounds for old Embarcadero compilers
212 commit 2fa3cc5530ce41128f7821a674beffc19a5b165d
213 Author: Johnny Willemsen <jwillemsen@remedy.nl>
214 Date: Fri Jul 16 16:19:38 2021 +0200
216 Make use of std::printf with all compilers
218 * ACE/tests/Bug_2980_Regression_Test.cpp:
220 commit 2cd8f43e1427a64c0881c207252298f52627fd6a
221 Author: Johnny Willemsen <jwillemsen@remedy.nl>
222 Date: Fri Jul 16 15:42:51 2021 +0200
224 Removed some old references to SCO
226 * ACE/ace/OS_NS_sys_time.inl:
229 commit a210795f448aabc6e3bfb4ca2913164b21d2d2be
230 Author: Johnny Willemsen <jwillemsen@remedy.nl>
231 Date: Fri Jul 16 15:35:22 2021 +0200
233 Removed ACE_RM544 check, not set in any config file
235 * ACE/ace/config-macros.h:
237 commit 1e700ccbf6dcbe8e2edffae9285139dd246a5028
238 Merge: 46ac50d47b0 4c26e2b362e
239 Author: Johnny Willemsen <jwillemsen@remedy.nl>
240 Date: Fri Jul 16 15:04:55 2021 +0200
242 Merge pull request #1607 from jwillemsen/jwi-configwin32commoncleanup
244 Simplified config-win32-common.h, moved the defines specific for a co…
246 commit 13ec912f53df70ed557822ff1ecc18b386bebc72
247 Author: Johnny Willemsen <jwillemsen@remedy.nl>
248 Date: Fri Jul 16 15:04:14 2021 +0200
250 clang4 lacks adequate C++11 support so we don't support that anymore, we can now always compile this unit test
252 * ACE/tests/Compiler_Features_24_Test.cpp:
254 commit 02a291f64ce8156c02d46c5488a098186e3e297b
255 Author: Johnny Willemsen <jwillemsen@remedy.nl>
256 Date: Fri Jul 16 15:02:40 2021 +0200
258 Borland C++ is now always using clang based compilers
260 * ACE/ace/config-macros.h:
262 commit 32dab58b0ce863723dd9d64d8d0dd22e323bde63
263 Author: Johnny Willemsen <jwillemsen@remedy.nl>
264 Date: Fri Jul 16 14:59:59 2021 +0200
266 Removed check for ACE_MSVC_USES_DOUBLE_UNDERSCORE_STAT64, not set in any config file
268 * ACE/ace/OS_NS_sys_stat.h:
270 commit 1fa67340e9a18a783ef5bff78d82d7a88fe70b9a
271 Author: Johnny Willemsen <jwillemsen@remedy.nl>
272 Date: Fri Jul 16 14:39:32 2021 +0200
274 Replace ACE_WCHAR_STD_NAMESPACE with std, with C++11 these are all in the std namespace available
276 * ACE/ace/OS_NS_stdlib.inl:
278 commit 940aaf09fcaba4d101a27f92830746889629a319
279 Author: Johnny Willemsen <jwillemsen@remedy.nl>
280 Date: Fri Jul 16 14:34:01 2021 +0200
282 Cleanup some workarounds for old Embarcadero compilers
284 * ACE/ace/Bound_Ptr.h:
285 * ACE/ace/Bound_Ptr.inl:
287 * ACE/ace/High_Res_Timer.cpp:
289 commit 46ac50d47b02bab9066dd1bf0001dd778a0d8fa9
290 Merge: 92fa7474dc3 5ce13938d56
291 Author: Johnny Willemsen <jwillemsen@remedy.nl>
292 Date: Fri Jul 16 13:40:21 2021 +0200
294 Merge pull request #1605 from jwillemsen/jwi-embcleanup
296 Cleanup Embarcadero C++ Builder support
298 commit 4c26e2b362eb77103f7cb851afee82f64c1dafa2
299 Author: Johnny Willemsen <jwillemsen@remedy.nl>
300 Date: Fri Jul 16 10:07:10 2021 +0200
302 Simplified config-win32-common.h, moved the defines specific for a compiler to the respective file
304 * ACE/ace/config-win32-borland.h:
305 * ACE/ace/config-win32-common.h:
306 * ACE/ace/config-win32-mingw.h:
307 * ACE/ace/config-win32-mingw64.h:
308 * ACE/ace/config-win32-msvc-14.h:
310 commit c27cd5515034f0baff249e0976ab27f70ddbe44b
311 Author: Johnny Willemsen <jwillemsen@remedy.nl>
312 Date: Fri Jul 16 09:44:44 2021 +0200
314 All platforms that define ACE_LACKS_IOVEC has an unsigned iov_len, not only Embarcadero C++ Builder/Linux/RTEMS
316 * ACE/ace/SOCK_Dgram.cpp:
318 commit 5ce13938d56b7ec1967151e45df264eceb150ca1
319 Author: Johnny Willemsen <jwillemsen@remedy.nl>
320 Date: Fri Jul 16 09:32:08 2021 +0200
322 Cleanup Embarcadero C++ Builder support
324 * ACE/ace/Compression/rle/RLECompressor.cpp:
325 * ACE/ace/config-win32-borland.h:
328 * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp:
329 * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h:
330 * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h:
331 * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp:
332 * TAO/tests/Bug_3574_Regression/test.cpp:
333 * TAO/tests/RTCORBA/README:
335 commit 14310131cc5cb7fae74c38a2accbca23df3bad3b
336 Author: Johnny Willemsen <jwillemsen@remedy.nl>
337 Date: Wed Jul 14 11:30:50 2021 +0200
343 commit 121ce4ec0a3ece51991220bc98ce008e97614e2b
344 Merge: a1d27bfcc0b a0da9d2ed9c
345 Author: Johnny Willemsen <jwillemsen@remedy.nl>
346 Date: Tue Jul 13 12:45:32 2021 +0200
348 Merge pull request #1603 from jwillemsen/jwi-bcc32c
350 Only the Embarcadero clang based compilers support C++11
352 commit a0da9d2ed9cc30217ba98f5c9de03ca2db8d3aa0
353 Author: Johnny Willemsen <jwillemsen@remedy.nl>
354 Date: Tue Jul 13 12:03:13 2021 +0200
356 Only the clang based compilers support C++11
358 * ACE/ace/config-win32-borland.h:
360 commit ee05329751aa33e1624970de84345b085ec1b8f1
361 Author: Johnny Willemsen <jwillemsen@remedy.nl>
362 Date: Mon Jul 12 13:23:37 2021 +0200
364 Further extend DLL test with exceptions
366 * ACE/tests/DLL_Test_Impl.cpp:
367 * ACE/tests/DLL_Test_Parent.cpp:
368 * ACE/tests/DLL_Test_Parent.h:
370 commit 3f4c7637ce0cfbaa396fed5cc2613b61df751d89
371 Author: Johnny Willemsen <jwillemsen@remedy.nl>
372 Date: Sun Jul 11 19:18:03 2021 +0200
378 commit 14c03f487d6d565c28b054c7a0d87336c9360e6f
379 Merge: 4db73f60569 b88ab9048d5
380 Author: Johnny Willemsen <jwillemsen@remedy.nl>
381 Date: Fri Jul 9 21:31:22 2021 +0200
383 Merge pull request #1597 from jwillemsen/jwi-mingw3cleanup
385 Require MinGW 3 or greater, as a side effect cleanup some defines
387 commit b88ab9048d58f5507bbf5f5d31904e22c2606cbf
388 Author: Johnny Willemsen <jwillemsen@remedy.nl>
389 Date: Fri Jul 9 19:29:29 2021 +0200
391 Add necessary defines for msvc, they are not in common anymore
393 * ACE/ace/config-win32-msvc-14.h:
395 commit c27497da9eb1dffd5119bf29fe128cbef7413bb5
396 Author: Johnny Willemsen <jwillemsen@remedy.nl>
397 Date: Fri Jul 9 17:08:41 2021 +0200
403 commit 215a7de03a7d7cc07bc690a1bf20e0fbf79e313a
404 Author: Johnny Willemsen <jwillemsen@remedy.nl>
405 Date: Fri Jul 9 16:55:04 2021 +0200
407 Require MinGW 3 or greater, as a side effect cleanup some defines
409 * ACE/ace/config-win32-borland.h:
410 * ACE/ace/config-win32-common.h:
411 * ACE/ace/config-win32-mingw.h:
412 * ACE/ace/config-win32-mingw64.h:
414 commit 263e4488a7d0618dcbab2e4f5e7995428cde53ca
415 Merge: 5e3afb9d934 b23362324e9
416 Author: Adam Mitz <mitza@objectcomputing.com>
417 Date: Fri Jul 9 09:45:05 2021 -0500
419 Merge pull request #1592 from mitza-oci/install-relative
421 make install: use relative links in prefix/share
423 commit 5e3afb9d934fe5d94d26bb4831c7ba7ed35a3c43
424 Merge: e43718d94e0 1252f0d1f1e
425 Author: Adam Mitz <mitza@objectcomputing.com>
426 Date: Fri Jul 9 09:44:51 2021 -0500
428 Merge pull request #1594 from iguessthislldo/igtd/stdint
430 Fix Coverity Issues and Compiler Warnings
432 commit f818b6ca180b86dc00be9bbc21d2e67f40d9dddf
433 Author: Fred Hornsey <hornseyf@objectcomputing.com>
434 Date: Thu Jul 8 17:26:09 2021 -0500
436 Attempt to Fix Coverity Issues from #840
438 https://github.com/DOCGroup/ACE_TAO/pull/840
440 Because the main set of issues in `coerce_value` was caused by applying
441 the existing pattern, the issues caused by the existing code should also
444 commit b23362324e929b731f3908c2f1d458d16c524f49
445 Author: Adam Mitz <mitza@objectcomputing.com>
446 Date: Thu Jul 8 14:04:25 2021 -0500
448 make install: use relative links in prefix/share
450 commit 4a181052a851fe1b117d42458f9380e6de1c8867
451 Merge: 53b36b652c0 b0cd3a5186a
452 Author: Johnny Willemsen <jwillemsen@remedy.nl>
453 Date: Thu Jul 1 10:48:18 2021 +0200
455 Merge pull request #1585 from likema/hpux-dccflags
457 Fix HP-UX g++ DCCFLAGS.
459 commit c2990a3bc0a9d809bd84a6d5f1d97f6f381143b9
460 Author: Johnny Willemsen <jwillemsen@remedy.nl>
461 Date: Thu Jul 1 08:24:43 2021 +0200
463 Extend exception tests
465 * ACE/tests/DLL_Test_Impl.cpp:
466 * ACE/tests/DLL_Test_Parent.cpp:
467 * ACE/tests/DLL_Test_Parent.h:
469 commit b0cd3a5186ae483896beb002777f4d8eab16ed9b
470 Author: Like Ma <likemartinma@gmail.com>
471 Date: Thu Jul 1 13:48:51 2021 +0800
473 Fix HP-UX g++ DCCFLAGS.
475 commit 48f51b52ee8e8cc1ff6608f1539a7985c65e5acc
476 Merge: 4a5a0596c8b 354b698dd92
477 Author: Fred Hornsey <hornseyf@objectcomputing.com>
478 Date: Wed Jun 30 13:51:55 2021 -0500
480 Merge pull request #840 from iguessthislldo/igtd/stdint
482 IDLv4 Explicitly-named Integer Types
484 commit 4a5a0596c8b261c211a59c945b4f7783df50f132
485 Merge: 25c7d1ff355 17a723d7169
486 Author: Johnny Willemsen <jwillemsen@remedy.nl>
487 Date: Wed Jun 30 17:28:51 2021 +0200
489 Merge pull request #1584 from likema/aix-dccflags
491 Fix AIX g++ DCCFLAGS.
493 commit 354b698dd92c075dc01d36bd01fefd56099ce6a5
494 Author: Fred Hornsey <hornseyf@objectcomputing.com>
495 Date: Tue Jun 29 22:38:26 2021 -0500
497 Fix Issue with No Inlining
499 commit 17a723d7169f55a740585f8666379205bf92bf46
500 Author: Like Ma <likemartinma@gmail.com>
501 Date: Wed Jun 30 03:21:47 2021 +0800
503 Fix AIX g++ DCCFLAGS.
505 commit 19202d5a268243c47f2edb2ca6451c263fe8458c
506 Author: Johnny Willemsen <jwillemsen@remedy.nl>
507 Date: Tue Jun 29 12:36:39 2021 +0200
511 * ACE/ace/config-win32-borland.h:
513 commit 249f06de2845ac9885fdc79893a7808e0fbe26d5
514 Author: Johnny Willemsen <jwillemsen@remedy.nl>
515 Date: Tue Jun 29 12:20:37 2021 +0200
517 Use bcc32c/bcc64 as preprocessor
519 * ACE/ace/config-win32-borland.h:
521 commit c8221814c5dd3e724f88b3b5dc33e38b652dc0ba
522 Merge: fffe48a8fea 4690065da35
523 Author: Johnny Willemsen <jwillemsen@remedy.nl>
524 Date: Mon Jun 28 15:45:40 2021 +0200
526 Merge branch 'master' into jwi-ACE_OSCALL
528 commit fffe48a8fea850e331714bb526be5de12122307f
529 Author: Johnny Willemsen <jwillemsen@remedy.nl>
530 Date: Mon Jun 28 15:41:21 2021 +0200
532 Removed lot of ACE_OSCALL_RETURN calls, the macro expanded to only the method invocation itself
534 * ACE/ace/OS_NS_Thread.inl:
535 * ACE/ace/OS_NS_arpa_inet.cpp:
536 * ACE/ace/OS_NS_arpa_inet.inl:
537 * ACE/ace/OS_NS_devctl.inl:
538 * ACE/ace/OS_NS_dlfcn.inl:
539 * ACE/ace/OS_NS_fcntl.cpp:
540 * ACE/ace/OS_NS_fcntl.inl:
541 * ACE/ace/OS_NS_poll.inl:
542 * ACE/ace/OS_NS_regex.inl:
543 * ACE/ace/OS_NS_signal.inl:
544 * ACE/ace/OS_NS_stdio.inl:
545 * ACE/ace/OS_NS_stdlib.inl:
546 * ACE/ace/OS_NS_stropts.inl:
547 * ACE/ace/OS_NS_sys_mman.inl:
548 * ACE/ace/OS_NS_sys_msg.inl:
549 * ACE/ace/OS_NS_sys_resource.inl:
550 * ACE/ace/OS_NS_sys_shm.inl:
551 * ACE/ace/OS_NS_sys_socket.inl:
552 * ACE/ace/OS_NS_sys_stat.inl:
553 * ACE/ace/OS_NS_sys_uio.inl:
554 * ACE/ace/OS_NS_sys_utsname.cpp:
555 * ACE/ace/OS_NS_sys_wait.inl:
556 * ACE/ace/OS_NS_time.cpp:
557 * ACE/ace/OS_NS_time.inl:
558 * ACE/ace/OS_NS_unistd.cpp:
559 * ACE/ace/OS_NS_unistd.inl:
560 * ACE/ace/OS_NS_wchar.inl:
561 * ACE/ace/OS_TLI.inl:
563 commit 6e2e9f862209e9dae3a282f2505e83d9dce2ac69
564 Author: Johnny Willemsen <jwillemsen@remedy.nl>
565 Date: Mon Jun 28 14:50:36 2021 +0200
567 Removed FAIL value from ACE_OSCALL an ACE_OSCALL_RETURN, not used at all
569 * ACE/ace/Mem_Map.cpp:
570 * ACE/ace/OS_NS_Thread.cpp:
571 * ACE/ace/OS_NS_Thread.inl:
572 * ACE/ace/OS_NS_arpa_inet.cpp:
573 * ACE/ace/OS_NS_arpa_inet.inl:
574 * ACE/ace/OS_NS_devctl.inl:
575 * ACE/ace/OS_NS_dlfcn.inl:
576 * ACE/ace/OS_NS_fcntl.cpp:
577 * ACE/ace/OS_NS_fcntl.inl:
578 * ACE/ace/OS_NS_macros.h:
579 * ACE/ace/OS_NS_netdb.inl:
580 * ACE/ace/OS_NS_poll.inl:
581 * ACE/ace/OS_NS_regex.inl:
582 * ACE/ace/OS_NS_signal.inl:
583 * ACE/ace/OS_NS_stdio.inl:
584 * ACE/ace/OS_NS_stdlib.inl:
585 * ACE/ace/OS_NS_stropts.inl:
586 * ACE/ace/OS_NS_sys_mman.inl:
587 * ACE/ace/OS_NS_sys_msg.inl:
588 * ACE/ace/OS_NS_sys_resource.inl:
589 * ACE/ace/OS_NS_sys_shm.inl:
590 * ACE/ace/OS_NS_sys_socket.inl:
591 * ACE/ace/OS_NS_sys_stat.inl:
592 * ACE/ace/OS_NS_sys_time.inl:
593 * ACE/ace/OS_NS_sys_uio.inl:
594 * ACE/ace/OS_NS_sys_utsname.cpp:
595 * ACE/ace/OS_NS_sys_wait.inl:
596 * ACE/ace/OS_NS_time.cpp:
597 * ACE/ace/OS_NS_time.h:
598 * ACE/ace/OS_NS_time.inl:
599 * ACE/ace/OS_NS_unistd.cpp:
600 * ACE/ace/OS_NS_unistd.inl:
601 * ACE/ace/OS_NS_wchar.inl:
602 * ACE/ace/OS_TLI.inl:
603 * ACE/ace/config-macros.h:
604 * TAO/TAO_IDL/be/be_helper.cpp:
606 commit ac88af9fc0cf5111abdcd6b0ee57634269aa1ea9
607 Author: Johnny Willemsen <jwillemsen@remedy.nl>
608 Date: Mon Jun 28 14:11:00 2021 +0200
610 Make sure ACE_OS::dlsym called with an invalid handle returns nullptr, updated DLL_Test to validate that
612 * ACE/ace/DLL_Manager.cpp:
613 * ACE/ace/Lib_Find.cpp:
614 * ACE/ace/OS_NS_dlfcn.inl:
616 * ACE/ace/config-android.h:
617 * ACE/ace/config-hurd.h:
618 * ACE/ace/config-openbsd.h:
619 * ACE/tests/DLL_Test.cpp:
621 commit 6b379156a30c1e708cefc87a89dd0ad820848c1a
622 Author: Johnny Willemsen <jwillemsen@remedy.nl>
623 Date: Sat Jun 26 09:11:42 2021 +0200
625 Renamed ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS to ACE_HAS_WIN32_STRUCTURED_EXCEPTIONS
628 * ACE/ace/Base_Thread_Adapter.cpp:
629 * ACE/ace/Base_Thread_Adapter.h:
630 * ACE/ace/Global_Macros.h:
631 * ACE/ace/Log_Msg.cpp:
633 * ACE/ace/MEM_IO.inl:
634 * ACE/ace/Malloc_T.cpp:
635 * ACE/ace/OS_Log_Msg_Attributes.h:
636 * ACE/ace/OS_Log_Msg_Attributes.inl:
637 * ACE/ace/OS_NS_Thread.cpp:
638 * ACE/ace/OS_Thread_Adapter.cpp:
639 * ACE/ace/OS_Thread_Adapter.h:
640 * ACE/ace/Object_Manager_Base.cpp:
641 * ACE/ace/Object_Manager_Base.h:
643 * ACE/ace/Thread_Adapter.cpp:
644 * ACE/ace/Thread_Adapter.h:
645 * ACE/ace/Thread_Manager.cpp:
646 * ACE/ace/config-all.h:
647 * ACE/ace/config-lite.h:
648 * ACE/ace/config-win32-borland.h:
649 * ACE/ace/config-win32-msvc.h:
650 * ACE/tests/Compiler_Features_39_Test.cpp:
652 commit bc384f398ea308b8355655cd444f668690cd2ae7
653 Author: Johnny Willemsen <jwillemsen@remedy.nl>
654 Date: Fri Jun 25 15:51:22 2021 +0200
656 When using native windows threads the thread function needs a special signature else it could trigger some warnings
658 * ACE/performance-tests/Misc/childbirth_time.cpp:
660 commit ffc277577505ef64fe556f1a84e023e51a7f0d8a
661 Author: Johnny Willemsen <jwillemsen@remedy.nl>
662 Date: Fri Jun 25 08:07:30 2021 +0200
664 Run DLL_Test and Process_Test also on Windows
666 * ACE/tests/run_test.lst:
668 commit 08fe2f69bbb6bc25eec064f2cb4bc17194589f1c
669 Merge: 337be15bf74 3cbad3a99b3
670 Author: Johnny Willemsen <jwillemsen@remedy.nl>
671 Date: Thu Jun 24 13:26:00 2021 +0200
673 Merge pull request #1575 from jwillemsen/jwi-exceptiontest
675 Extend DLL test with throwing and catching exceptions through DLL bou…
677 commit 3cbad3a99b3645e99cedd39bd5129f7187e9d589
678 Author: Johnny Willemsen <jwillemsen@remedy.nl>
679 Date: Thu Jun 24 11:37:54 2021 +0200
681 Extend DLL test with throwing and catching exceptions through DLL boundaries
683 * ACE/tests/DLL_Test_Impl.cpp:
684 * ACE/tests/DLL_Test_Parent.cpp:
685 * ACE/tests/DLL_Test_Parent.h:
687 commit aa056a80e866c6b4bb113cd35492109522f3e76c
688 Author: Johnny Willemsen <jwillemsen@remedy.nl>
689 Date: Thu Jun 24 10:04:32 2021 +0200
691 Removed old comments and support for Chorus which we don't support anymore
694 * ACE/ace/Thread_Manager.cpp:
695 * ACE/ace/config-kfreebsd.h:
696 * ACE/bin/libsize.pl:
697 * ACE/docs/run_test.txt:
698 * TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl:
699 * TAO/orbsvcs/tests/Security/ssliop_corbaloc/run_test.pl:
700 * TAO/orbsvcs/tests/Simple_Naming/run_test.pl:
701 * TAO/orbsvcs/tests/Simple_Naming/run_test_ffp.pl:
702 * TAO/orbsvcs/tests/Simple_Naming/run_test_ft.pl:
703 * TAO/orbsvcs/tests/Simple_Naming/run_test_ipv6.pl:
704 * TAO/performance-tests/Cubit/TAO/IDL_Cubit/README:
705 * TAO/performance-tests/Cubit/TAO/MT_Cubit/README:
706 * TAO/tests/Alt_Mapping/run_test.pl:
707 * TAO/tests/Bug_2289_Regression/run_test.pl:
708 * TAO/tests/Bug_3853_Regression/run_test.pl:
709 * TAO/tests/DynAny_Test/run_test.pl:
710 * TAO/tests/Param_Test/run_test.pl:
712 commit 89c2153b1ec4a1cf07a2a2c3b6c4f38b49fa2683
713 Merge: 02fd46984c0 cbc77affe62
714 Author: Johnny Willemsen <jwillemsen@remedy.nl>
715 Date: Wed Jun 23 15:38:12 2021 +0200
717 Merge pull request #1573 from jwillemsen/jwi-sehdefine
719 msvc and borland should define ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS, r…
721 commit 02fd46984c068ff37a1ed35dfa678b8ecb7a5bcc
722 Merge: 25d33e0d26a 619a36fa943
723 Author: Johnny Willemsen <jwillemsen@remedy.nl>
724 Date: Wed Jun 23 15:37:54 2021 +0200
726 Merge pull request #1572 from jwillemsen/jwi-ACE_USES_STD_NAMESPACE_FOR_ABS
728 Removed ACE_USES_STD_NAMESPACE_FOR_ABS, not used anymore
730 commit 619a36fa943b746ea64f56df063a2bb1a418d084
731 Author: Johnny Willemsen <jwillemsen@remedy.nl>
732 Date: Wed Jun 23 12:45:19 2021 +0200
734 Removed ACE_USES_STD_NAMESPACE_FOR_ABS, not used anymore
736 * ACE/ace/config-win32-borland.h:
738 commit cbc77affe62f4e782c6791608ef1d0ff287919aa
739 Author: Johnny Willemsen <jwillemsen@remedy.nl>
740 Date: Wed Jun 23 12:44:20 2021 +0200
742 msvc and borland should define ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS, removes mingw check from the common header
744 * ACE/ace/config-win32-borland.h:
745 * ACE/ace/config-win32-common.h:
746 * ACE/ace/config-win32-msvc.h:
748 commit 9be3895de04b2b137660979c1019e02992809309
749 Author: Johnny Willemsen <jwillemsen@remedy.nl>
750 Date: Wed Jun 23 08:39:56 2021 +0200
752 Fixed unused parameter warning
754 * ACE/tests/DLL_Test_Parent.h:
756 commit 74eb535936de21c734f536843123817ab2f04abf
757 Merge: e5d76ecbb70 cc9cfeeecde
758 Author: Johnny Willemsen <jwillemsen@remedy.nl>
759 Date: Tue Jun 22 21:43:32 2021 +0200
761 Merge pull request #1570 from jwillemsen/jwi-ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS
763 Removed ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS for gcc
765 commit cc9cfeeecde110117b0fd4ab85c6f50f8f0106d1
766 Author: Johnny Willemsen <jwillemsen@remedy.nl>
767 Date: Tue Jun 22 16:47:10 2021 +0200
769 Removed ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS, not necessary anymore
771 * ACE/ace/config-g++-common.h:
773 commit 502ccddc6caee898488ac02d1a865e84459d2853
774 Author: Johnny Willemsen <jwillemsen@remedy.nl>
775 Date: Tue Jun 22 15:43:22 2021 +0200
777 Add class with default operations to test dllexport/import
779 commit 1f157faae5e6f2fdc9f10c236dca136c7ee7488a
780 Author: Johnny Willemsen <jwillemsen@remedy.nl>
781 Date: Tue Jun 22 14:35:02 2021 +0200
785 * ACE/tests/Based_Pointer_Test.cpp:
786 * ACE/tests/Basic_Types_Test.cpp:
787 * ACE/tests/Bound_Ptr_Test.cpp:
788 * ACE/tests/Bound_Ptr_Test.h:
789 * ACE/tests/DLL_Test.cpp:
790 * ACE/tests/DLL_Test.h:
791 * ACE/tests/DLL_Test_Impl.cpp:
792 * ACE/tests/DLL_Test_Parent.h:
793 * ACE/tests/SOCK_Acceptor_Test.cpp:
794 * ACE/tests/Unbounded_Set_Test.cpp:
796 commit 16b803df3f89ccbaab85bc75c8950fd3f891f5db
797 Author: Johnny Willemsen <jwillemsen@remedy.nl>
798 Date: Tue Jun 22 14:24:35 2021 +0200
800 Use override, removed redundant void
802 * ACE/tests/DLL_Test.h:
803 * ACE/tests/DLL_Test_Impl.h:
804 * ACE/tests/DLL_Test_Parent.h:
806 commit bcd7675d8dd8a4821981fc4afc619c54bc9125b5
807 Author: Johnny Willemsen <jwillemsen@remedy.nl>
808 Date: Tue Jun 22 12:47:55 2021 +0200
810 Layout changes, remove redundant void
812 * ACE/ace/LSOCK_Acceptor.cpp:
813 * ACE/tests/Compiler_Features_20_DLL.h:
814 * ACE/tests/DLL_Test.h:
815 * ACE/tests/FIFO_Test.cpp:
816 * ACE/tests/Framework_Component_DLL.h:
817 * ACE/tests/Framework_Component_Test.cpp:
818 * ACE/tests/Future_Set_Test.cpp:
819 * ACE/tests/Log_Msg_Test.cpp:
820 * ACE/tests/Logging_Strategy_Test.cpp:
821 * ACE/tests/Max_Default_Port_Test_IPV6.cpp:
822 * ACE/tests/Naming_Test.cpp:
824 commit 2ed7fe7c1c6492c7f920581ec3ac8e7ec4278efd
825 Author: Fred Hornsey <hornseyf@objectcomputing.com>
826 Date: Mon Jun 21 20:22:55 2021 -0500
828 Support int8/uint8 Sequences and Arrays
830 commit 26cf12f3227f3186c8b60ad07a9c669f00cf5302
831 Merge: 7f52a0eb64a 83f68ebe620
832 Author: Johnny Willemsen <jwillemsen@remedy.nl>
833 Date: Mon Jun 21 15:52:22 2021 +0200
835 Merge pull request #1568 from jwillemsen/jwi-msvccleanup2
837 Removed workaround for old msvc compilers
839 commit 7f52a0eb64a4847e013af14558c96184b3494081
840 Merge: 7b35108cb72 edb65903473
841 Author: Johnny Willemsen <jwillemsen@remedy.nl>
842 Date: Mon Jun 21 15:52:06 2021 +0200
844 Merge pull request #1567 from jwillemsen/jwi-overridert
846 Use override instead of virtual
848 commit 7b35108cb72cd2d53cb21629c5e7962e2b61011a
849 Merge: 87fc522dcd5 67644425022
850 Author: Johnny Willemsen <jwillemsen@remedy.nl>
851 Date: Mon Jun 21 15:51:54 2021 +0200
853 Merge pull request #1565 from jwillemsen/jwi-removebrokenhpacc
855 Removed workarounds for very old broken HP compilers
857 commit 87fc522dcd51fde1ba6ee644986bf60d33ff68ab
858 Merge: 2bc24057cc1 f3c30f56870
859 Author: Johnny Willemsen <jwillemsen@remedy.nl>
860 Date: Mon Jun 21 15:51:30 2021 +0200
862 Merge pull request #1564 from jwillemsen/jwi-bcc32fix
864 Updated bcc32 version check
866 commit 83f68ebe62048fbcd7722dd203f719eded401655
867 Author: Johnny Willemsen <jwillemsen@remedy.nl>
868 Date: Mon Jun 21 09:58:45 2021 +0200
870 Removed workaround for old msvc compiler
872 * ACE/ace/os_include/os_intrin.h:
874 commit edf3f0d624f95ad02ada1a22cfa9f6beb393f82a
875 Author: Johnny Willemsen <jwillemsen@remedy.nl>
876 Date: Mon Jun 21 08:55:48 2021 +0200
880 * ACE/ace/OS_Thread_Adapter.h:
881 * ACE/ace/Object_Manager_Base.h:
882 * ACE/ace/Thread_Adapter.cpp:
883 * ACE/ace/Thread_Adapter.h:
884 * ACE/examples/APG/Shared_Memory/Pool_Growth.cpp:
886 commit 67644425022c6c520debc2a47b1fa1c90f2cd59e
887 Author: Johnny Willemsen <jwillemsen@remedy.nl>
888 Date: Mon Jun 21 08:45:31 2021 +0200
890 Removed workarounds for very old broken HP compilers
892 * ACE/ACEXML/common/ZipCharStream.cpp:
893 * ACE/ace/OS_NS_signal.h:
894 * ACE/ace/OS_NS_stdio.cpp:
896 * ACE/ace/SStringfwd.h:
897 * ACE/ace/Stack_Trace.cpp:
898 * ACE/tests/Bug_3709_Regression_Test.cpp:
899 * ACE/tests/Compiler_Features_12_Test.cpp:
900 * TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.cpp:
902 commit f3c30f56870cc2b03f99abfa50124d7dd495a2ad
903 Author: Johnny Willemsen <jwillemsen@remedy.nl>
904 Date: Mon Jun 21 08:42:22 2021 +0200
906 Updated bcc32 version check
911 commit fcb9994d5b958dfd7308eba8adee2cf62a9774d2
912 Author: Johnny Willemsen <jwillemsen@remedy.nl>
913 Date: Sun Jun 20 19:32:50 2021 +0200
915 Default to no inlining with the Borland compilers
917 * ACE/ace/config-kfreebsd.h:
918 * ACE/ace/config-win32-borland.h:
920 commit 08331ad15de2a9e1b63aa84a0c7ae31af502f8cc
921 Author: Johnny Willemsen <jwillemsen@remedy.nl>
922 Date: Sun Jun 20 16:44:17 2021 +0200
924 Extend SEH test with call variant
926 * ACE/tests/Compiler_Features_39_Test.cpp:
928 commit 84428c7adffc789509786dcdf40392e79664bab8
929 Author: Johnny Willemsen <jwillemsen@remedy.nl>
930 Date: Sat Jun 19 10:30:01 2021 +0200
932 Fixed typo in comment
934 * ACE/ace/MEM_IO.cpp:
936 commit 32de3d895ac0742f100bf3722d562219b251d41c
937 Merge: 67e660cf72c c14fe113555
938 Author: Johnny Willemsen <jwillemsen@remedy.nl>
939 Date: Fri Jun 18 19:05:28 2021 +0200
941 Merge pull request #1560 from jwillemsen/jwi-gnuaceciaodance
943 Cleanup CIAO/DAnCE in ACE_ROOT/bin, they are not possible to be used with ACE7/TAO3
945 commit 67e660cf72c7e02e91b7e0df2bbfb9fe5d5e2094
946 Merge: 1620aa41534 2b717af399e
947 Author: Johnny Willemsen <jwillemsen@remedy.nl>
948 Date: Fri Jun 18 18:56:46 2021 +0200
950 Merge pull request #1561 from jwillemsen/jwi-sehtest
952 New compiler test to validated that structured exception handling on windows works
954 commit 2b717af399e275065bfada5f77631cd69d75eff6
955 Author: Johnny Willemsen <jwillemsen@remedy.nl>
956 Date: Fri Jun 18 16:32:55 2021 +0200
960 * ACE/ace/OS_Thread_Adapter.cpp:
961 * ACE/ace/OS_Thread_Adapter.h:
962 * ACE/ace/Thread_Adapter.h:
964 commit 2871e2a915aaec15988365222766e5f7227603d4
965 Author: Johnny Willemsen <jwillemsen@remedy.nl>
966 Date: Fri Jun 18 14:49:17 2021 +0200
968 No need to check for ACE_WIN32 in combination with ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS
969 * ACE/ace/Global_Macros.h:
970 * ACE/ace/OS_Log_Msg_Attributes.inl:
971 * ACE/tests/Compiler_Features_39_Test.cpp:
973 commit 7a4b933220109962afd6ed72fe4e352184536e69
974 Author: Johnny Willemsen <jwillemsen@remedy.nl>
975 Date: Fri Jun 18 14:46:08 2021 +0200
977 Update Compiler_Features_39_Test.cpp
979 commit c14fe11355571c09ea0846358179df8e1bd0fb79
980 Author: Johnny Willemsen <jwillemsen@remedy.nl>
981 Date: Fri Jun 18 14:14:16 2021 +0200
983 Removed CIAO/DANCE_ROOT
985 * ACE/bin/MakeProjectCreator/config/MPC.cfg:
987 commit 3cfb4c306e8bd659dd222db1be39e1b10522df8e
988 Author: Johnny Willemsen <jwillemsen@remedy.nl>
989 Date: Fri Jun 18 08:38:10 2021 +0200
991 Removed CIAO/DAnCE references
993 commit e99ea57e711be1eeff12027ba9a57578e7ab975f
994 Author: Johnny Willemsen <jwillemsen@remedy.nl>
995 Date: Fri Jun 18 08:37:32 2021 +0200
997 Removed CIAO/DAnCE references
999 commit d4555d0f7cefb0fe006b193ca3feb3e1810467b7
1000 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1001 Date: Fri Jun 18 08:31:21 2021 +0200
1007 commit ad9983b5ed5796616a511ee5ea50729108172fc1
1008 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1009 Date: Fri Jun 18 08:26:54 2021 +0200
1011 Removed some dance leftovers
1013 commit b888b487c9bb05280ad48227f00d1564e478d955
1014 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1015 Date: Fri Jun 18 08:23:20 2021 +0200
1017 Cleanup CIAO/DAnCE, they are not possible to be used with ACE7/TAO3
1019 commit c0a5c2e18a9f7ab12db3e599653c08e22229f334
1020 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1021 Date: Fri Jun 18 08:04:01 2021 +0200
1023 First version of Win32 structured exception handling test
1025 * ACE/tests/Compiler_Features_39_Test.cpp:
1028 * ACE/tests/run_test.lst:
1029 * ACE/tests/tests.mpc:
1031 commit 2020e227a719734fc88d220e60ba5043bbc5ec69
1032 Merge: 80443baaae5 6d7ea0a3e68
1033 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1034 Date: Thu Jun 17 14:03:19 2021 +0200
1036 Merge pull request #1557 from jwillemsen/jwi-processenvtest3
1038 Log the status returned by wait
1040 commit 6d7ea0a3e686337865d9440feb9bb327582c6bf9
1041 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1042 Date: Thu Jun 17 10:16:56 2021 +0200
1044 Log the status returned by wait
1046 * ACE/tests/Process_Env_Test.cpp:
1048 commit ec3720c20cfbbfe910d03f4aa563b2a720e6e04b
1049 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1050 Date: Thu Jun 17 08:41:24 2021 +0200
1052 MinGW64 also requires ACE_LACKS_SET_ABORT_BEHAVIOR
1054 * ACE/ace/config-win32-mingw64.h:
1056 commit cb579f6b18458bb17117bc953ac6ef3428ca47ea
1057 Merge: 767d3491c10 70516980225
1058 Author: Timothy Simpson <simpsont@objectcomputing.com>
1059 Date: Wed Jun 16 09:13:26 2021 -0500
1061 Merge pull request #1549 from simpsont-oci/master_ip_check_fix
1063 Fix Concurrency and too-early-request Issues for Windows ip_check
1065 commit e78920b82757e4075d256b302a788891cec69780
1066 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1067 Date: Wed Jun 16 08:14:08 2021 +0200
1069 Introduce new ACE_LACKS_SET_ABORT_BEHAVIOR which is set for Embarcadero/MinGW32
1071 * ACE/ace/Object_Manager.cpp:
1072 * ACE/ace/config-win32-borland.h:
1073 * ACE/ace/config-win32-mingw.h:
1075 commit 800cec49aeaedbf5355557fc1b300a3b7a1be46d
1076 Author: Fred Hornsey <hornseyf@objectcomputing.com>
1077 Date: Tue Jun 15 13:35:07 2021 -0500
1081 commit dda04a7f69ac196f69d74ec02f52573b7a76abc5
1082 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1083 Date: Tue Jun 15 11:48:13 2021 +0200
1085 Use override instead of virtual
1087 * ACE/ace/ETCL/ETCL_Constraint.h:
1089 commit 737b9195ece838d15d4c6d54300026a26e5d1c44
1090 Author: Fred Hornsey <hornseyf@objectcomputing.com>
1091 Date: Mon Jun 14 15:58:44 2021 -0500
1093 Partially Respond to Review of #840
1095 https://github.com/DOCGroup/ACE_TAO/pull/840
1097 commit 70516980225b7e267f3ce7ac172d237037715d7b
1098 Author: Timothy Simpson <simpsont@objectcomputing.com>
1099 Date: Mon Jun 14 10:45:53 2021 -0500
1101 fix concurrency and too-early-request issues for windows ip_check
1103 commit e994776aa9614588eb6e4ed0dd9ba5e71a74e494
1104 Author: Fred Hornsey <hornseyf@objectcomputing.com>
1105 Date: Sun Jun 13 00:55:05 2021 -0500
1107 CDR_Stream.h: Fix Arg Type
1109 commit 56a61b91a637fbb0be576cbc3f7a173e0c63476a
1110 Author: Fred Hornsey <hornseyf@objectcomputing.com>
1111 Date: Sat Jun 12 22:43:28 2021 -0500
1113 Fix Issues with explicit_ints Test
1115 - Add uint8 and int8 to ACE and TAO serialization
1116 - Refactor parts of AST_Expression to also cover uint8 and int8
1118 commit 7e72c4b61b877a1f85bdc4e59e82b7f9eec8a041
1119 Merge: a8e49fee8d0 0e8140b00d4
1120 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1121 Date: Tue Jun 8 19:40:26 2021 +0200
1123 Merge pull request #1541 from jwillemsen/jwi-autoptrresset
1125 Use reset instead of ACE_auto_ptr_reset
1127 commit a8e49fee8d0c88d561c11ae5d8b1e1e2dc58ca6c
1128 Merge: 29063318f84 a3c268906c8
1129 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1130 Date: Tue Jun 8 19:36:42 2021 +0200
1132 Merge pull request #1537 from jwillemsen/jwi-ACE_HAS_STRING_CLASS
1134 Each platform we support provides std::string as string class, define…
1136 commit 0d9ec7842b2b0d59a0052ac0b64d9d69ab6dc336
1137 Merge: f8ff8d3510e b373359da92
1138 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1139 Date: Tue Jun 8 18:08:45 2021 +0200
1141 Merge pull request #1535 from jwillemsen/jwi-ACE_HAS_CPP98_IOSTREAMS
1143 We require each platform to provide std iostreams so define ACE_HAS_C…
1145 commit f8ff8d3510eccc69503113eb56790318e0c6cb4a
1146 Merge: 31ba785e82f 28b457fae1e
1147 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1148 Date: Tue Jun 8 18:08:22 2021 +0200
1150 Merge pull request #1538 from jwillemsen/jwi-ipfxmsvc
1152 Removed some !ACE_WIN32 checks, the comments talk about an ancient ms…
1154 commit 0e8140b00d4eecdede01f04d77e9e9331d7e3785
1155 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1156 Date: Tue Jun 8 16:25:50 2021 +0200
1158 Use reset instead of ACE_auto_ptr_reset
1160 * ACE/ace/CDR_Stream.cpp:
1161 * ACE/ace/OS_NS_Thread.cpp:
1162 * ACE/tests/Bug_2820_Regression_Test.cpp:
1163 * ACE/tests/Malloc_Test.cpp:
1165 commit 31ba785e82f878e319c94aa9978584adbf64b77c
1166 Merge: a51c02528aa e3a0e35c417
1167 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1168 Date: Tue Jun 8 16:18:48 2021 +0200
1170 Merge pull request #1518 from ops/tty_io_fix
1174 commit a51c02528aaca67a5fdaf68994af0ae682e7a447
1175 Merge: c4a710295bf 485cadb9199
1176 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1177 Date: Tue Jun 8 16:16:09 2021 +0200
1179 Merge pull request #1540 from jwillemsen/jwi-ACE_AUTO_PTR_LACKS_RESET
1181 Removed ACE_AUTO_PTR_LACKS_RESET support, not set anymore for any pla…
1183 commit b373359da92b4daa71282e6ce849ea641fea790c
1184 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1185 Date: Tue Jun 8 11:44:25 2021 +0200
1187 Move include of ostream from source to header for face
1189 * ACE/ace/Time_Value.cpp:
1190 * ACE/ace/Time_Value.h:
1192 commit 485cadb91999321a1c153344c7fc51ceb68bb78c
1193 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1194 Date: Tue Jun 8 10:20:12 2021 +0200
1196 Removed ACE_AUTO_PTR_LACKS_RESET support, not set anymore for any platform
1198 * ACE/ace/Auto_Ptr.h:
1200 commit 6e95ede02abea0d5d1b66a2da1765e5ce3df7f26
1201 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1202 Date: Tue Jun 8 09:56:35 2021 +0200
1204 Removed ACE_HAS_NEW_NO_H, not used anymore
1206 * ACE/ace/config-hpux-11.00.h:
1207 * ACE/ace/config-kfreebsd.h:
1208 * ACE/ace/config-netbsd.h:
1209 * ACE/ace/config-openbsd.h:
1210 * ACE/ace/config-qnx.h:
1212 commit 28b457fae1edb832ff50a8ab0edd44b27f99acc4
1213 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1214 Date: Tue Jun 8 09:47:36 2021 +0200
1216 Removed some !ACE_WIN32 checks, the comments talk about an ancient msvc compiler
1218 * ACE/ace/IOStream_T.h:
1220 commit a3c268906c8890975eb405c421050b92b16aaf0d
1221 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1222 Date: Tue Jun 8 09:44:07 2021 +0200
1224 Remove cleanup of ACE_HAS_STRING_CLASS
1226 * ACE/ace/IOStream.h:
1228 * ACE/ace/config-hpux-11.00.h:
1229 * ACE/ace/config-lynxos.h:
1230 * ACE/ace/config-netbsd.h:
1231 * ACE/ace/config-openbsd.h:
1232 * ACE/ace/config-openvms.h:
1233 * ACE/ace/config-qnx.h:
1234 * ACE/ace/config-rtems.h:
1235 * ACE/ace/config-suncc-common.h:
1236 * ACE/ace/config-sunos5.4-g++.h:
1237 * ACE/ace/config-sunos5.5.h:
1238 * ACE/ace/config-sunos5.6.h:
1239 * ACE/ace/config-win32-borland.h:
1240 * ACE/examples/IOStream/client/iostream_client.cpp:
1241 * ACE/examples/IOStream/server/iostream_server.cpp:
1243 commit b68528866d94595dabe98676058e46189b26e785
1244 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1245 Date: Tue Jun 8 09:35:42 2021 +0200
1247 Add missing std scope
1249 * ACE/ace/Time_Value.cpp:
1250 * ACE/ace/Time_Value.h:
1252 commit 6e9f7718c9e564e9a0ac1efbe34adfc3f74ed06c
1253 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1254 Date: Tue Jun 8 09:30:34 2021 +0200
1256 Each platform we support provides std::string as string class, define ACE_HAS_STRING_CLASS always and removed the checks for it
1258 * ACE/ace/IOStream.h:
1259 * ACE/ace/IOStream_T.cpp:
1260 * ACE/ace/IOStream_T.h:
1261 * ACE/ace/config-aix-5.x.h:
1262 * ACE/ace/config-all.h:
1263 * ACE/ace/config-cygwin32.h:
1264 * ACE/ace/config-hpux-11.00.h:
1265 * ACE/ace/config-hurd.h:
1266 * ACE/ace/config-icc-common.h:
1267 * ACE/ace/config-kfreebsd.h:
1268 * ACE/ace/config-linux-common.h:
1269 * ACE/tests/IOStream_Test.cpp:
1271 commit b3f34e9f9b193af148e884c00552cbe88b08df18
1272 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1273 Date: Tue Jun 8 08:55:19 2021 +0200
1277 * ACE/examples/C++NPv1/Logging_Client.cpp:
1279 commit 8b78a5b28039bf877a77acc625c362473c9238c3
1280 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1281 Date: Tue Jun 8 08:40:22 2021 +0200
1283 We require each platform to provide std iostreams so define ACE_HAS_CPP98_IOSTREAMS always for backwards compability and removed the checks for it
1285 * ACE/ace/Time_Value.cpp:
1286 * ACE/ace/Time_Value.h:
1288 * ACE/tests/Time_Value_Test.cpp:
1290 commit a4c5b22c20a1f1298a23d3ab57571237284b1963
1291 Author: Fred Hornsey <hornseyf@objectcomputing.com>
1292 Date: Mon Jun 7 23:43:19 2021 -0500
1294 Added WIP explicit_ints Test
1296 And a bunch of fixes to get it to (sorta) work.
1298 commit 85a1e615810419950f8f1280f80df9da9f5dee4d
1299 Merge: 7549f0b34c1 d8971212c4f
1300 Author: Fred Hornsey <hornseyf@objectcomputing.com>
1301 Date: Mon Jun 7 17:12:57 2021 -0500
1303 Merge remote-tracking branch 'upstream/master' into igtd/stdint
1305 commit f8d348ca352579461659e5e58fccfd6cb57a83b2
1306 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1307 Date: Mon Jun 7 21:23:38 2021 +0200
1309 Update config-win32-msvc-14.h
1311 commit 072c0939cc2a824ced1fb3ab7091b74c3bb092c3
1312 Merge: 6f6f7ea0c8f d8971212c4f
1313 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1314 Date: Mon Jun 7 21:22:22 2021 +0200
1316 Merge branch 'master' into jwi-ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB
1318 commit 1efcb84d7779c43e091aac2e1af698f238c5c489
1319 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1320 Date: Mon Jun 7 18:50:02 2021 +0200
1324 * ACE/ace/CORBA_macros.h:
1326 commit 6eb9c720ec8370387a7ae9474d853d571e1a8070
1327 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1328 Date: Mon Jun 7 08:57:12 2021 +0200
1330 Operator bool doesn't work in all places, use nullptr
1332 * ACE/ace/OS_Memory.h:
1334 commit 6f6f7ea0c8fcde679ef21a59a4686043b02d3057
1335 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1336 Date: Mon Jun 7 08:50:33 2021 +0200
1338 We require now that the standard C++ library is supported and available in the std namespace, removed support for non compliant configurations
1340 * ACE/ace/Auto_Ptr.h:
1341 * ACE/ace/Auto_Ptr.inl:
1342 * ACE/ace/Global_Macros.h:
1343 * ACE/ace/IOStream.h:
1345 * ACE/ace/ace_wchar.h:
1346 * ACE/ace/config-aix-5.x.h:
1347 * ACE/ace/config-all.h:
1348 * ACE/ace/config-g++-common.h:
1349 * ACE/ace/config-hpux-11.00.h:
1350 * ACE/ace/config-icc-common.h:
1351 * ACE/ace/config-integritySCA.h:
1352 * ACE/ace/config-kfreebsd.h:
1353 * ACE/ace/config-linux-common.h:
1354 * ACE/ace/config-mqx.h:
1355 * ACE/ace/config-netbsd.h:
1356 * ACE/ace/config-openvms.h:
1357 * ACE/ace/config-qnx.h:
1358 * ACE/ace/config-suncc-common.h:
1359 * ACE/ace/config-sunos5.5.h:
1360 * ACE/ace/config-sunos5.6.h:
1361 * ACE/ace/config-vxworks6.4.h:
1362 * ACE/ace/config-win32-borland.h:
1363 * ACE/ace/config-win32-msvc-14.h:
1365 * ACE/ace/streams.h:
1366 * ACE/examples/C++NPv1/Logging_Client.cpp:
1367 * ACE/examples/C++NPv2/Select_Reactor_Logging_Server.cpp:
1368 * ACE/examples/C++NPv2/Server_Shutdown.cpp:
1369 * ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp:
1370 * ACE/tests/IOStream_Test.cpp:
1371 * TAO/DevGuideExamples/PortableInterceptors/Auth/Messenger_i.cpp:
1372 * TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInitializer.cpp:
1373 * TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInterceptor.cpp:
1374 * TAO/DevGuideExamples/PortableInterceptors/PICurrent/Messenger_i.cpp:
1375 * TAO/docs/tutorials/Quoter/AMI/Stock_i.h:
1376 * TAO/docs/tutorials/Quoter/Naming_Service/Stock_i.h:
1377 * TAO/docs/tutorials/Quoter/On_Demand_Activation/Stock_i.h:
1378 * TAO/docs/tutorials/Quoter/Simple/Impl-Repo/Stock_i.h:
1379 * TAO/docs/tutorials/Quoter/Simple/ImprovedServer/Stock_i.h:
1380 * TAO/docs/tutorials/Quoter/Simple/Persistent/Stock_i.h:
1381 * TAO/docs/tutorials/Quoter/Simple/Server/Stock_i.h:
1382 * TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/Messenger_i.cpp:
1383 * TAO/orbsvcs/examples/LoadBalancing/Stock.h:
1385 commit 1f1d2c372d0c41d86b7f00446c204e47cadee9fc
1386 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1387 Date: Mon Jun 7 08:27:37 2021 +0200
1389 Use operator bool and removed obsolete comments
1391 * ACE/ace/CORBA_macros.h:
1392 * ACE/ace/OS_Memory.h:
1394 commit bdeb46e37e0bee0df3a6fc1e00aeb601c87ff002
1395 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1396 Date: Sun Jun 6 18:27:56 2021 +0200
1400 commit 54f5383fa3c74268081cdaa306d793935b40a658
1401 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1402 Date: Sun Jun 6 18:12:33 2021 +0200
1404 Instead of ACE_throw_bad_alloc throw std::badalloc directly
1405 * ACE/ace/Bound_Ptr.inl:
1406 * ACE/ace/Future.cpp:
1407 * ACE/ace/OS_Memory.h:
1408 * ACE/ace/Refcounted_Auto_Ptr.inl:
1409 * ACE/ace/Svc_Handler.cpp:
1411 commit 0dc692d9bb9744d921361e655ad8a7d46c1daf16
1412 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1413 Date: Sun Jun 6 18:08:41 2021 +0200
1415 Removed ACE_del_bad_alloc, was only used in when std::nothrow wasn't supported which is now supported by all configurations
1417 * ACE/ace/CORBA_macros.h:
1418 * ACE/ace/OS_Memory.h:
1419 * ACE/ace/config-win32-msvc.h:
1421 commit a436568e52a5a78afe7b039b4c6b1e089369eba6
1422 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1423 Date: Sun Jun 6 18:04:12 2021 +0200
1425 Make use of std::nothrow/std::nothrow_t/std::badalloc, ACE macros for these are kept for backward compatiblity
1427 * ACE/ace/CORBA_macros.h:
1428 * ACE/ace/OS_Memory.h:
1429 * ACE/ace/Svc_Handler.cpp:
1430 * ACE/ace/Svc_Handler.h:
1431 * ACE/examples/DLL/Newsweek.cpp:
1432 * ACE/examples/DLL/Newsweek.h:
1433 * ACE/examples/DLL/Today.cpp:
1434 * ACE/examples/DLL/Today.h:
1435 * ACE/examples/Shared_Malloc/test_persistence.cpp:
1436 * ACE/tests/DLL_Test_Impl.cpp:
1437 * ACE/tests/DLL_Test_Impl.h:
1438 * ACE/tests/Dynamic_Test.cpp:
1439 * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
1440 * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp:
1441 * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
1442 * TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp:
1443 * TAO/tao/Var_Size_Argument_T.cpp:
1444 * TAO/tests/POA/DSI/Database_i.cpp:
1445 * TAO/tests/POA/DSI/Database_i.h:
1447 commit 1652ce786e3f76875cfa9008ac83682c4828d6a6
1448 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1449 Date: Sun Jun 6 10:29:02 2021 +0200
1451 All compilers we support provide ACE_HAS_NEW_NOTHROW
1453 * ACE/ace/CORBA_macros.h:
1454 * ACE/ace/OS_Memory.h:
1456 * ACE/ace/Svc_Handler.cpp:
1457 * ACE/ace/Svc_Handler.h:
1458 * ACE/ace/config-all.h:
1459 * ACE/ace/config-g++-common.h:
1460 * ACE/ace/config-hpux-11.00.h:
1461 * ACE/ace/config-lynxos.h:
1462 * ACE/ace/config-sunos5.5.h:
1463 * ACE/ace/config-win32-borland.h:
1464 * ACE/ace/config-win32-msvc-14.h:
1465 * ACE/examples/DLL/Newsweek.cpp:
1466 * ACE/examples/DLL/Newsweek.h:
1467 * ACE/examples/DLL/Today.cpp:
1468 * ACE/examples/DLL/Today.h:
1469 * ACE/examples/Shared_Malloc/test_persistence.cpp:
1470 * ACE/tests/DLL_Test_Impl.cpp:
1471 * ACE/tests/DLL_Test_Impl.h:
1472 * ACE/tests/Dynamic_Test.cpp:
1473 * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
1474 * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp:
1475 * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
1476 * TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp:
1477 * TAO/tao/Var_Size_Argument_T.cpp:
1478 * TAO/tests/POA/DSI/Database_i.cpp:
1479 * TAO/tests/POA/DSI/Database_i.h:
1481 commit cb68090e23b22ae8c3312955d9cd2d3fd957db3c
1482 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1483 Date: Sun Jun 6 10:24:03 2021 +0200
1485 Cleanup more ACE_NEW_THROWS_EXCEPTIONS
1487 * ACE/ace/config-g++-common.h:
1488 * ACE/ace/config-suncc-common.h:
1489 * ACE/ace/config-sunos5.4-sunc++-4.x.h:
1490 * ACE/ace/config-sunos5.5.h:
1491 * ACE/ace/config-win32-msvc-14.h:
1492 * ACE/ace/config-win32-msvc.h:
1494 commit 9a4de67ddf1ce60fe8e56c00ee92e52593c09973
1495 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1496 Date: Sun Jun 6 10:23:38 2021 +0200
1498 All compilers we currently support throw on new so always define ACE_NEW_THROWS_EXCEPTIONS and removed code for the case it was not defined
1500 * ACE/ace/Bound_Ptr.inl:
1501 * ACE/ace/CORBA_macros.h:
1502 * ACE/ace/Future.cpp:
1503 * ACE/ace/OS_Memory.h:
1505 * ACE/ace/Refcounted_Auto_Ptr.inl:
1506 * ACE/ace/config-all.h:
1507 * ACE/ace/config-hpux-11.00.h:
1508 * ACE/ace/config-icc-common.h:
1509 * ACE/ace/config-integritySCA.h:
1510 * ACE/ace/config-mqx.h:
1511 * ACE/ace/config-openvms.h:
1512 * ACE/tests/New_Fail_Test.cpp:
1514 commit eb87f7d8b90c831f14e1292b1b2c2f68d79f68cd
1515 Author: Ako Tulu <ako@koodinurk.ee>
1516 Date: Thu Jun 3 21:35:06 2021 +0300
1518 Fixed fuzz.pl error SSL_Context.cpp:772: found trailing whitespace
1520 commit d9c3e6f1a0504d3903778112a015423c70363485
1521 Author: Ako Tulu <ako@koodinurk.ee>
1522 Date: Thu Jun 3 10:10:19 2021 +0300
1524 Implemented ::SSL_CTX_use_certificate_chain_file function
1526 commit 2c5a1fd94d2e4d40ba2011c9883a511933b35fa9
1527 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1528 Date: Sat May 29 09:22:48 2021 +0200
1530 Removed support for tao_idl3_to_idl2 and tao_idl3_to_xml now that CIAO is archived, wasn't supported for a longer time already
1532 * ACE/bin/MakeProjectCreator/docs/templates/gnu.txt:
1533 * ACE/bin/MakeProjectCreator/templates/gnu.mpd:
1534 * ACE/include/makeinclude/platform_clang_common.GNU:
1535 * ACE/include/makeinclude/platform_g++_common.GNU:
1536 * ACE/include/makeinclude/platform_macosx_iOS.GNU:
1537 * ACE/include/makeinclude/platform_rtems.x_g++.GNU:
1538 * ACE/include/makeinclude/platform_vxworks6.2.GNU:
1539 * ACE/include/makeinclude/platform_vxworks6.3.GNU:
1540 * ACE/include/makeinclude/platform_vxworks7.0.GNU:
1542 commit efed481531b46aa87aa7bf52e43720b321496a81
1543 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1544 Date: Thu May 27 18:22:49 2021 +0200
1546 Updated commercial support links
1549 * ACE/docs/Download.html:
1551 commit c87f353ea8b30d887b8f1884476a188a3abc7fb1
1552 Merge: 2ec39d5e5f8 50de7316330
1553 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1554 Date: Wed May 26 14:09:28 2021 +0200
1556 Merge pull request #1520 from jwillemsen/jwi-exampleclean
1558 Minor cleanup in logger example and fixed some typos
1560 commit 50de731633076f7f69340e5bae676da3af2a7426
1561 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1562 Date: Wed May 26 09:41:44 2021 +0200
1566 * ACE/examples/Logger/simple-server/Logging_Acceptor.cpp:
1567 * ACE/examples/Logger/simple-server/Logging_Acceptor.h:
1568 * ACE/examples/Logger/simple-server/Logging_Handler.cpp:
1569 * ACE/examples/Logger/simple-server/Logging_Handler.h:
1570 * ACE/examples/Logger/simple-server/server_loggerd.cpp:
1572 commit 6887cd65ed23bc27a166f43c1681cc74546d4b49
1573 Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
1574 Date: Sun May 23 14:39:59 2021 +0100
1576 Sync debian/* files for ACE
1578 Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
1580 commit e3a0e35c4174181029b93d2a3b801c47c8164f70
1581 Author: Olli Savia <ops@iki.fi>
1582 Date: Sat May 22 16:52:32 2021 +0300
1584 Added an option to enable/disable input parity checking
1586 commit 82d92848f8880d543bf16bbccb559472156d4a77
1587 Author: Olli Savia <ops@iki.fi>
1588 Date: Sat May 22 15:41:32 2021 +0300
1590 Disable character conversions
1592 commit 592c787f6e5e00ea58f92ba8301999ef4439791e
1593 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1594 Date: Fri May 21 14:49:41 2021 +0200
1598 * ACE/ace/os_include/os_limits.h:
1600 commit 8ff0232a45d6fce1ffc48a1464be8cbb132dff20
1601 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1602 Date: Tue May 18 16:07:17 2021 +0200
1604 Add missing check for ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT, fixed #1514
1606 * ACE/ace/Select_Reactor.h:
1608 commit c3e4a776843d101a2b07446ea1efbe9055052b06
1609 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1610 Date: Fri May 14 14:46:40 2021 +0200
1612 Update correct MPC branch, fixed #1511
1614 * ACE/bin/make_release.py:
1616 commit 920549e6a8df90f797253eed1cd473a024713190
1617 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1618 Date: Fri May 14 12:14:47 2021 +0200
1620 Update for next release
1622 * ACE/docs/bczar/bczar.html:
1624 commit 97169ac7eecf2badd25c1e775046680709baebc2
1625 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1626 Date: Fri May 14 12:09:53 2021 +0200
1628 Update for next release
1630 * ACE/bin/copy-local-script.sh:
1632 commit 713ab7d553cc72df6323204419e510391c67d27c
1633 Author: Johnny Willemsen <jwillemsen@remedy.nl>
1634 Date: Fri May 14 11:52:21 2021 +0200
1636 Make ACE 7.0.2 and TAO 3.0.2 public available
1639 * ACE/bin/copy-local-script.sh:
1640 * ACE/bin/diff-builds-and-group-fixed-tests-only.sh:
1641 * ACE/docs/Download.html:
1642 * ACE/docs/bczar/bczar.html:
1643 * ACE/etc/index.html:
1646 commit 9d2523abd86b4791b2160b8c4aaba8d09866fda7
1647 Merge: d004d8da4fb 45f4d9aa787
1648 Author: Fred Hornsey <hornseyf@objectcomputing.com>
1649 Date: Fri Jun 7 16:46:23 2019 -0500
1651 Merge remote-tracking branch 'upstream/master' into igtd/stdint
1653 commit c7a62920dbfc44687ea63e28fd9382451751ffe5
1654 Author: Fred Hornsey <hornseyf@objectcomputing.com>
1655 Date: Wed Feb 20 21:30:14 2019 -0600
1657 Add new limits for new types to Basic_Types.h