summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ChangeLogs/ACE-7_0_31657
-rw-r--r--ACE/PROBLEM-REPORT-FORM2
-rw-r--r--ACE/VERSION.txt2
-rw-r--r--ACE/ace/Version.h6
-rw-r--r--ACE/debian/control62
-rw-r--r--ACE/rpmbuild/ace-tao.spec4
-rw-r--r--TAO/ChangeLogs/TAO-3_0_31135
-rw-r--r--TAO/PROBLEM-REPORT-FORM4
-rw-r--r--TAO/VERSION.txt2
-rw-r--r--TAO/tao/Version.h6
10 files changed, 2836 insertions, 44 deletions
diff --git a/ACE/ChangeLogs/ACE-7_0_3 b/ACE/ChangeLogs/ACE-7_0_3
new file mode 100644
index 00000000000..71d7b845f1e
--- /dev/null
+++ b/ACE/ChangeLogs/ACE-7_0_3
@@ -0,0 +1,1657 @@
+commit 9c1556c22e0d01e87c706c946ad131b62507653c
+Merge: 03481d0f1dd 28bbfa6d7ce
+Author: Adam Mitz <mitza@objectcomputing.com>
+Date: Tue Aug 3 08:42:36 2021 -0500
+
+ Merge pull request #1640 from jwillemsen/jwi-sockdgramlogging
+
+ ifr_name is ascii so use %C for logging
+
+commit 28bbfa6d7cea9231d52c7c34917677a5ce687c5f
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Aug 3 08:41:57 2021 +0200
+
+ ifr_name is ascii so use %C for logging
+
+ * ACE/ace/SOCK_Dgram_Bcast.cpp:
+
+commit 06e2a14d2d98b2a18b50615f4c048cffd49b3bfd
+Author: Adam Mitz <mitza@objectcomputing.com>
+Date: Mon Aug 2 16:56:40 2021 -0500
+
+ make_multicast_ifaddr: prevent buffer overrun from net_if
+
+ fixes #1637
+ also removed a preprocessor conditional that was redundant
+
+commit 85260ba716f60442b000b76b848cffb8f5320329
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Aug 2 15:56:01 2021 +0200
+
+ Update NEWS
+
+commit ad197ab1179e257f24ae95f54425812dd3ffd6cc
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jul 21 10:14:33 2021 +0200
+
+ Removed redundant whitespace
+
+ * ACE/ACEXML/parser/parser/Parser.cpp:
+ * ACE/examples/ConfigViewer/ValueListCtrl.cpp:
+ * ACE/tests/CDR_Array_Test.cpp:
+ * TAO/TAO_IDL/be/be_interface.cpp:
+ * TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp:
+
+commit 4e4a1260bc4bb65abdde4542cbdaba20e270ed45
+Merge: 0dbbaa0ee8e 8dcbc57bc0b
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jul 19 16:41:23 2021 +0200
+
+ Merge pull request #1619 from jwillemsen/jwi-stdcleanup
+
+ Make use of std namespace functions now that we have C++11
+
+commit 0dbbaa0ee8e72731380c2f4b9811023ca463ce20
+Merge: 9813f22105a 18cbda7cf52
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jul 19 14:06:50 2021 +0200
+
+ Merge pull request #1618 from jwillemsen/jwi-bcc32clenaup
+
+ Removed old workarounds for bcc32
+
+commit 8dcbc57bc0b5870c41f886a491c7c324e4a43274
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jul 19 13:15:16 2021 +0200
+
+ Include cstdlib
+
+ * ACE/ace/OS_NS_stdlib.h:
+
+commit 7ce07d26ac8fc15d2961613bc94ae48c75557c14
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jul 19 13:08:25 2021 +0200
+
+ Include cmath
+
+ * ACE/ace/OS_NS_math.h:
+
+commit de0dde267b764c98e817b0affd2af354721b4e6b
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jul 19 12:29:53 2021 +0200
+
+ Fixed compile errors
+
+ * ACE/ace/OS_NS_stdio.h:
+ * ACE/ace/OS_NS_stdio.inl:
+ * ACE/ace/OS_NS_time.inl:
+
+commit 80b5d2a102bb0cea3bb58bd891af52a8796a7018
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jul 19 11:28:19 2021 +0200
+
+ Add missing include of ctime for windows
+
+ * ACE/ace/OS_NS_time.inl:
+
+commit 377501f6634e161bcb82f7babf11753806db96fb
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jul 19 11:21:37 2021 +0200
+
+ 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
+
+ * ACE/ace/OS_NS_signal.h:
+ * ACE/ace/OS_NS_string.cpp:
+
+commit 006c3267d1ec9cfec8d2fa22458c182433bc1489
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jul 19 11:16:36 2021 +0200
+
+ More std usage
+
+ * ACE/ace/OS_NS_time.cpp:
+ * ACE/ace/OS_NS_time.inl:
+
+commit a3ecbed8af2478a7b32ef0c6bb7fb26c9701569a
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jul 19 10:59:08 2021 +0200
+
+ Make use of std now that we have C++11
+
+ * ACE/ace/OS_NS_math.h:
+ * ACE/ace/OS_NS_stdio.h:
+ * ACE/ace/OS_NS_stdio.inl:
+ * ACE/ace/OS_NS_stdlib.h:
+ * ACE/ace/OS_NS_wchar.inl:
+
+commit 18cbda7cf52bc121583e7af7b585c70c380d80e4
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jul 19 10:41:05 2021 +0200
+
+ Removed old workarounds for bcc32
+
+ * ACE/ace/Refcounted_Auto_Ptr.h:
+ * ACE/ace/XML_Utils/XercesString.h:
+ * TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.cpp:
+ * TAO/orbsvcs/orbsvcs/AV/RTCP_Packet.cpp:
+ * TAO/utils/nslist/nslist.cpp:
+ * TAO/utils/wxNamingViewer/wxNamingViewer.cpp:
+
+commit 335e4a12ade8196a5e0bc8b7efa9d9f038f5883a
+Merge: ccbd4637729 2fa3cc5530c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sat Jul 17 08:47:14 2021 +0200
+
+ Merge pull request #1616 from jwillemsen/jwi-2980test
+
+ Make use of std::printf with all compilers
+
+commit 225e262df0754688a49c20bd9802e1b69d2aa83a
+Merge: a874267e5b6 2cd8f43e142
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 22:05:54 2021 +0200
+
+ Merge pull request #1614 from jwillemsen/jwi-sco
+
+ Removed some old references to SCO
+
+commit a874267e5b6bdbb0438ed19ca46d6b2a90c31097
+Merge: 51349e55c43 a210795f448
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 22:05:26 2021 +0200
+
+ Merge pull request #1613 from jwillemsen/jwi-ACE_RM544
+
+ Removed ACE_RM544 check, not set in any config file
+
+commit 51349e55c430dd2b5d7cee2ad421dd5b912d1ff3
+Merge: 9cb9618c068 13ec912f53d
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 22:05:06 2021 +0200
+
+ Merge pull request #1612 from jwillemsen/jwi-clangcomp24
+
+ clang4 lacks adequate C++11 support so we don't support that anymore,…
+
+commit 9cb9618c0681b34a96e7ca1dc81a13fa5519de6d
+Merge: 23ca9fac520 02a291f64ce
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 22:04:49 2021 +0200
+
+ Merge pull request #1611 from jwillemsen/jwi-bccclang
+
+ Borland C++ is now always using clang based compilers
+
+commit 23ca9fac520dd32527a3b15cbeae0f12233a30ff
+Merge: 394720b553e 32dab58b0ce
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 18:27:43 2021 +0200
+
+ Merge pull request #1610 from jwillemsen/jwi-ACE_MSVC_USES_DOUBLE_UNDERSCORE_STAT64
+
+ Removed check for ACE_MSVC_USES_DOUBLE_UNDERSCORE_STAT64, not set in …
+
+commit 394720b553eae92dfc91a0b47c15a52c3b932676
+Merge: f4c3d81895c 1fa67340e9a
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 17:35:47 2021 +0200
+
+ Merge pull request #1609 from jwillemsen/jwi-ACE_WCHAR_STD_NAMESPACE
+
+ Replace ACE_WCHAR_STD_NAMESPACE with std, with C++11 these are all in…
+
+commit f4c3d81895c79868c5695879d614c8ced6494741
+Merge: 1e700ccbf6d 940aaf09fca
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 16:44:16 2021 +0200
+
+ Merge pull request #1608 from jwillemsen/jwi-embarcaderocleanup
+
+ Cleanup some workarounds for old Embarcadero compilers
+
+commit 2fa3cc5530ce41128f7821a674beffc19a5b165d
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 16:19:38 2021 +0200
+
+ Make use of std::printf with all compilers
+
+ * ACE/tests/Bug_2980_Regression_Test.cpp:
+
+commit 2cd8f43e1427a64c0881c207252298f52627fd6a
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 15:42:51 2021 +0200
+
+ Removed some old references to SCO
+
+ * ACE/ace/OS_NS_sys_time.inl:
+ * ACE/ace/README:
+
+commit a210795f448aabc6e3bfb4ca2913164b21d2d2be
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 15:35:22 2021 +0200
+
+ Removed ACE_RM544 check, not set in any config file
+
+ * ACE/ace/config-macros.h:
+
+commit 1e700ccbf6dcbe8e2edffae9285139dd246a5028
+Merge: 46ac50d47b0 4c26e2b362e
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 15:04:55 2021 +0200
+
+ Merge pull request #1607 from jwillemsen/jwi-configwin32commoncleanup
+
+ Simplified config-win32-common.h, moved the defines specific for a co…
+
+commit 13ec912f53df70ed557822ff1ecc18b386bebc72
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 15:04:14 2021 +0200
+
+ clang4 lacks adequate C++11 support so we don't support that anymore, we can now always compile this unit test
+
+ * ACE/tests/Compiler_Features_24_Test.cpp:
+
+commit 02a291f64ce8156c02d46c5488a098186e3e297b
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 15:02:40 2021 +0200
+
+ Borland C++ is now always using clang based compilers
+
+ * ACE/ace/config-macros.h:
+
+commit 32dab58b0ce863723dd9d64d8d0dd22e323bde63
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 14:59:59 2021 +0200
+
+ Removed check for ACE_MSVC_USES_DOUBLE_UNDERSCORE_STAT64, not set in any config file
+
+ * ACE/ace/OS_NS_sys_stat.h:
+
+commit 1fa67340e9a18a783ef5bff78d82d7a88fe70b9a
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 14:39:32 2021 +0200
+
+ Replace ACE_WCHAR_STD_NAMESPACE with std, with C++11 these are all in the std namespace available
+
+ * ACE/ace/OS_NS_stdlib.inl:
+
+commit 940aaf09fcaba4d101a27f92830746889629a319
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 14:34:01 2021 +0200
+
+ Cleanup some workarounds for old Embarcadero compilers
+
+ * ACE/ace/Bound_Ptr.h:
+ * ACE/ace/Bound_Ptr.inl:
+ * ACE/ace/Future.h:
+ * ACE/ace/High_Res_Timer.cpp:
+
+commit 46ac50d47b02bab9066dd1bf0001dd778a0d8fa9
+Merge: 92fa7474dc3 5ce13938d56
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 13:40:21 2021 +0200
+
+ Merge pull request #1605 from jwillemsen/jwi-embcleanup
+
+ Cleanup Embarcadero C++ Builder support
+
+commit 4c26e2b362eb77103f7cb851afee82f64c1dafa2
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 10:07:10 2021 +0200
+
+ Simplified config-win32-common.h, moved the defines specific for a compiler to the respective file
+
+ * ACE/ace/config-win32-borland.h:
+ * ACE/ace/config-win32-common.h:
+ * ACE/ace/config-win32-mingw.h:
+ * ACE/ace/config-win32-mingw64.h:
+ * ACE/ace/config-win32-msvc-14.h:
+
+commit c27cd5515034f0baff249e0976ab27f70ddbe44b
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 09:44:44 2021 +0200
+
+ All platforms that define ACE_LACKS_IOVEC has an unsigned iov_len, not only Embarcadero C++ Builder/Linux/RTEMS
+
+ * ACE/ace/SOCK_Dgram.cpp:
+
+commit 5ce13938d56b7ec1967151e45df264eceb150ca1
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 09:32:08 2021 +0200
+
+ Cleanup Embarcadero C++ Builder support
+
+ * ACE/ace/Compression/rle/RLECompressor.cpp:
+ * ACE/ace/config-win32-borland.h:
+ * ACE/ace/post.h:
+ * ACE/ace/pre.h:
+ * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp:
+ * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h:
+ * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h:
+ * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp:
+ * TAO/tests/Bug_3574_Regression/test.cpp:
+ * TAO/tests/RTCORBA/README:
+
+commit 14310131cc5cb7fae74c38a2accbca23df3bad3b
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jul 14 11:30:50 2021 +0200
+
+ Add cleanup
+
+ * ACE/NEWS:
+
+commit 121ce4ec0a3ece51991220bc98ce008e97614e2b
+Merge: a1d27bfcc0b a0da9d2ed9c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jul 13 12:45:32 2021 +0200
+
+ Merge pull request #1603 from jwillemsen/jwi-bcc32c
+
+ Only the Embarcadero clang based compilers support C++11
+
+commit a0da9d2ed9cc30217ba98f5c9de03ca2db8d3aa0
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jul 13 12:03:13 2021 +0200
+
+ Only the clang based compilers support C++11
+
+ * ACE/ace/config-win32-borland.h:
+
+commit ee05329751aa33e1624970de84345b085ec1b8f1
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jul 12 13:23:37 2021 +0200
+
+ Further extend DLL test with exceptions
+
+ * ACE/tests/DLL_Test_Impl.cpp:
+ * ACE/tests/DLL_Test_Parent.cpp:
+ * ACE/tests/DLL_Test_Parent.h:
+
+commit 3f4c7637ce0cfbaa396fed5cc2613b61df751d89
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sun Jul 11 19:18:03 2021 +0200
+
+ Removed item
+
+ * ACE/NEWS:
+
+commit 14c03f487d6d565c28b054c7a0d87336c9360e6f
+Merge: 4db73f60569 b88ab9048d5
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 9 21:31:22 2021 +0200
+
+ Merge pull request #1597 from jwillemsen/jwi-mingw3cleanup
+
+ Require MinGW 3 or greater, as a side effect cleanup some defines
+
+commit b88ab9048d58f5507bbf5f5d31904e22c2606cbf
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 9 19:29:29 2021 +0200
+
+ Add necessary defines for msvc, they are not in common anymore
+
+ * ACE/ace/config-win32-msvc-14.h:
+
+commit c27497da9eb1dffd5119bf29fe128cbef7413bb5
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 9 17:08:41 2021 +0200
+
+ List changes
+
+ * ACE/NEWS:
+
+commit 215a7de03a7d7cc07bc690a1bf20e0fbf79e313a
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 9 16:55:04 2021 +0200
+
+ Require MinGW 3 or greater, as a side effect cleanup some defines
+
+ * ACE/ace/config-win32-borland.h:
+ * ACE/ace/config-win32-common.h:
+ * ACE/ace/config-win32-mingw.h:
+ * ACE/ace/config-win32-mingw64.h:
+
+commit 263e4488a7d0618dcbab2e4f5e7995428cde53ca
+Merge: 5e3afb9d934 b23362324e9
+Author: Adam Mitz <mitza@objectcomputing.com>
+Date: Fri Jul 9 09:45:05 2021 -0500
+
+ Merge pull request #1592 from mitza-oci/install-relative
+
+ make install: use relative links in prefix/share
+
+commit 5e3afb9d934fe5d94d26bb4831c7ba7ed35a3c43
+Merge: e43718d94e0 1252f0d1f1e
+Author: Adam Mitz <mitza@objectcomputing.com>
+Date: Fri Jul 9 09:44:51 2021 -0500
+
+ Merge pull request #1594 from iguessthislldo/igtd/stdint
+
+ Fix Coverity Issues and Compiler Warnings
+
+commit f818b6ca180b86dc00be9bbc21d2e67f40d9dddf
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Thu Jul 8 17:26:09 2021 -0500
+
+ Attempt to Fix Coverity Issues from #840
+
+ https://github.com/DOCGroup/ACE_TAO/pull/840
+
+ Because the main set of issues in `coerce_value` was caused by applying
+ the existing pattern, the issues caused by the existing code should also
+ be fixed.
+
+commit b23362324e929b731f3908c2f1d458d16c524f49
+Author: Adam Mitz <mitza@objectcomputing.com>
+Date: Thu Jul 8 14:04:25 2021 -0500
+
+ make install: use relative links in prefix/share
+
+commit 4a181052a851fe1b117d42458f9380e6de1c8867
+Merge: 53b36b652c0 b0cd3a5186a
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Jul 1 10:48:18 2021 +0200
+
+ Merge pull request #1585 from likema/hpux-dccflags
+
+ Fix HP-UX g++ DCCFLAGS.
+
+commit c2990a3bc0a9d809bd84a6d5f1d97f6f381143b9
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Jul 1 08:24:43 2021 +0200
+
+ Extend exception tests
+
+ * ACE/tests/DLL_Test_Impl.cpp:
+ * ACE/tests/DLL_Test_Parent.cpp:
+ * ACE/tests/DLL_Test_Parent.h:
+
+commit b0cd3a5186ae483896beb002777f4d8eab16ed9b
+Author: Like Ma <likemartinma@gmail.com>
+Date: Thu Jul 1 13:48:51 2021 +0800
+
+ Fix HP-UX g++ DCCFLAGS.
+
+commit 48f51b52ee8e8cc1ff6608f1539a7985c65e5acc
+Merge: 4a5a0596c8b 354b698dd92
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Wed Jun 30 13:51:55 2021 -0500
+
+ Merge pull request #840 from iguessthislldo/igtd/stdint
+
+ IDLv4 Explicitly-named Integer Types
+
+commit 4a5a0596c8b261c211a59c945b4f7783df50f132
+Merge: 25c7d1ff355 17a723d7169
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 30 17:28:51 2021 +0200
+
+ Merge pull request #1584 from likema/aix-dccflags
+
+ Fix AIX g++ DCCFLAGS.
+
+commit 354b698dd92c075dc01d36bd01fefd56099ce6a5
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Tue Jun 29 22:38:26 2021 -0500
+
+ Fix Issue with No Inlining
+
+commit 17a723d7169f55a740585f8666379205bf92bf46
+Author: Like Ma <likemartinma@gmail.com>
+Date: Wed Jun 30 03:21:47 2021 +0800
+
+ Fix AIX g++ DCCFLAGS.
+
+commit 19202d5a268243c47f2edb2ca6451c263fe8458c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 29 12:36:39 2021 +0200
+
+ Add -q back
+
+ * ACE/ace/config-win32-borland.h:
+
+commit 249f06de2845ac9885fdc79893a7808e0fbe26d5
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 29 12:20:37 2021 +0200
+
+ Use bcc32c/bcc64 as preprocessor
+
+ * ACE/ace/config-win32-borland.h:
+
+commit c8221814c5dd3e724f88b3b5dc33e38b652dc0ba
+Merge: fffe48a8fea 4690065da35
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 28 15:45:40 2021 +0200
+
+ Merge branch 'master' into jwi-ACE_OSCALL
+
+commit fffe48a8fea850e331714bb526be5de12122307f
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 28 15:41:21 2021 +0200
+
+ Removed lot of ACE_OSCALL_RETURN calls, the macro expanded to only the method invocation itself
+
+ * ACE/ace/OS_NS_Thread.inl:
+ * ACE/ace/OS_NS_arpa_inet.cpp:
+ * ACE/ace/OS_NS_arpa_inet.inl:
+ * ACE/ace/OS_NS_devctl.inl:
+ * ACE/ace/OS_NS_dlfcn.inl:
+ * ACE/ace/OS_NS_fcntl.cpp:
+ * ACE/ace/OS_NS_fcntl.inl:
+ * ACE/ace/OS_NS_poll.inl:
+ * ACE/ace/OS_NS_regex.inl:
+ * ACE/ace/OS_NS_signal.inl:
+ * ACE/ace/OS_NS_stdio.inl:
+ * ACE/ace/OS_NS_stdlib.inl:
+ * ACE/ace/OS_NS_stropts.inl:
+ * ACE/ace/OS_NS_sys_mman.inl:
+ * ACE/ace/OS_NS_sys_msg.inl:
+ * ACE/ace/OS_NS_sys_resource.inl:
+ * ACE/ace/OS_NS_sys_shm.inl:
+ * ACE/ace/OS_NS_sys_socket.inl:
+ * ACE/ace/OS_NS_sys_stat.inl:
+ * ACE/ace/OS_NS_sys_uio.inl:
+ * ACE/ace/OS_NS_sys_utsname.cpp:
+ * ACE/ace/OS_NS_sys_wait.inl:
+ * ACE/ace/OS_NS_time.cpp:
+ * ACE/ace/OS_NS_time.inl:
+ * ACE/ace/OS_NS_unistd.cpp:
+ * ACE/ace/OS_NS_unistd.inl:
+ * ACE/ace/OS_NS_wchar.inl:
+ * ACE/ace/OS_TLI.inl:
+
+commit 6e2e9f862209e9dae3a282f2505e83d9dce2ac69
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 28 14:50:36 2021 +0200
+
+ Removed FAIL value from ACE_OSCALL an ACE_OSCALL_RETURN, not used at all
+
+ * ACE/ace/Mem_Map.cpp:
+ * ACE/ace/OS_NS_Thread.cpp:
+ * ACE/ace/OS_NS_Thread.inl:
+ * ACE/ace/OS_NS_arpa_inet.cpp:
+ * ACE/ace/OS_NS_arpa_inet.inl:
+ * ACE/ace/OS_NS_devctl.inl:
+ * ACE/ace/OS_NS_dlfcn.inl:
+ * ACE/ace/OS_NS_fcntl.cpp:
+ * ACE/ace/OS_NS_fcntl.inl:
+ * ACE/ace/OS_NS_macros.h:
+ * ACE/ace/OS_NS_netdb.inl:
+ * ACE/ace/OS_NS_poll.inl:
+ * ACE/ace/OS_NS_regex.inl:
+ * ACE/ace/OS_NS_signal.inl:
+ * ACE/ace/OS_NS_stdio.inl:
+ * ACE/ace/OS_NS_stdlib.inl:
+ * ACE/ace/OS_NS_stropts.inl:
+ * ACE/ace/OS_NS_sys_mman.inl:
+ * ACE/ace/OS_NS_sys_msg.inl:
+ * ACE/ace/OS_NS_sys_resource.inl:
+ * ACE/ace/OS_NS_sys_shm.inl:
+ * ACE/ace/OS_NS_sys_socket.inl:
+ * ACE/ace/OS_NS_sys_stat.inl:
+ * ACE/ace/OS_NS_sys_time.inl:
+ * ACE/ace/OS_NS_sys_uio.inl:
+ * ACE/ace/OS_NS_sys_utsname.cpp:
+ * ACE/ace/OS_NS_sys_wait.inl:
+ * ACE/ace/OS_NS_time.cpp:
+ * ACE/ace/OS_NS_time.h:
+ * ACE/ace/OS_NS_time.inl:
+ * ACE/ace/OS_NS_unistd.cpp:
+ * ACE/ace/OS_NS_unistd.inl:
+ * ACE/ace/OS_NS_wchar.inl:
+ * ACE/ace/OS_TLI.inl:
+ * ACE/ace/config-macros.h:
+ * TAO/TAO_IDL/be/be_helper.cpp:
+
+commit ac88af9fc0cf5111abdcd6b0ee57634269aa1ea9
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 28 14:11:00 2021 +0200
+
+ Make sure ACE_OS::dlsym called with an invalid handle returns nullptr, updated DLL_Test to validate that
+
+ * ACE/ace/DLL_Manager.cpp:
+ * ACE/ace/Lib_Find.cpp:
+ * ACE/ace/OS_NS_dlfcn.inl:
+ * ACE/ace/README:
+ * ACE/ace/config-android.h:
+ * ACE/ace/config-hurd.h:
+ * ACE/ace/config-openbsd.h:
+ * ACE/tests/DLL_Test.cpp:
+
+commit 6b379156a30c1e708cefc87a89dd0ad820848c1a
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sat Jun 26 09:11:42 2021 +0200
+
+ Renamed ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS to ACE_HAS_WIN32_STRUCTURED_EXCEPTIONS
+
+ * ACE/NEWS:
+ * ACE/ace/Base_Thread_Adapter.cpp:
+ * ACE/ace/Base_Thread_Adapter.h:
+ * ACE/ace/Global_Macros.h:
+ * ACE/ace/Log_Msg.cpp:
+ * ACE/ace/Log_Msg.h:
+ * ACE/ace/MEM_IO.inl:
+ * ACE/ace/Malloc_T.cpp:
+ * ACE/ace/OS_Log_Msg_Attributes.h:
+ * ACE/ace/OS_Log_Msg_Attributes.inl:
+ * ACE/ace/OS_NS_Thread.cpp:
+ * ACE/ace/OS_Thread_Adapter.cpp:
+ * ACE/ace/OS_Thread_Adapter.h:
+ * ACE/ace/Object_Manager_Base.cpp:
+ * ACE/ace/Object_Manager_Base.h:
+ * ACE/ace/README:
+ * ACE/ace/Thread_Adapter.cpp:
+ * ACE/ace/Thread_Adapter.h:
+ * ACE/ace/Thread_Manager.cpp:
+ * ACE/ace/config-all.h:
+ * ACE/ace/config-lite.h:
+ * ACE/ace/config-win32-borland.h:
+ * ACE/ace/config-win32-msvc.h:
+ * ACE/tests/Compiler_Features_39_Test.cpp:
+
+commit bc384f398ea308b8355655cd444f668690cd2ae7
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jun 25 15:51:22 2021 +0200
+
+ When using native windows threads the thread function needs a special signature else it could trigger some warnings
+
+ * ACE/performance-tests/Misc/childbirth_time.cpp:
+
+commit ffc277577505ef64fe556f1a84e023e51a7f0d8a
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jun 25 08:07:30 2021 +0200
+
+ Run DLL_Test and Process_Test also on Windows
+
+ * ACE/tests/run_test.lst:
+
+commit 08fe2f69bbb6bc25eec064f2cb4bc17194589f1c
+Merge: 337be15bf74 3cbad3a99b3
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Jun 24 13:26:00 2021 +0200
+
+ Merge pull request #1575 from jwillemsen/jwi-exceptiontest
+
+ Extend DLL test with throwing and catching exceptions through DLL bou…
+
+commit 3cbad3a99b3645e99cedd39bd5129f7187e9d589
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Jun 24 11:37:54 2021 +0200
+
+ Extend DLL test with throwing and catching exceptions through DLL boundaries
+
+ * ACE/tests/DLL_Test_Impl.cpp:
+ * ACE/tests/DLL_Test_Parent.cpp:
+ * ACE/tests/DLL_Test_Parent.h:
+
+commit aa056a80e866c6b4bb113cd35492109522f3e76c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Jun 24 10:04:32 2021 +0200
+
+ Removed old comments and support for Chorus which we don't support anymore
+
+ * ACE/ace/README:
+ * ACE/ace/Thread_Manager.cpp:
+ * ACE/ace/config-kfreebsd.h:
+ * ACE/bin/libsize.pl:
+ * ACE/docs/run_test.txt:
+ * TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl:
+ * TAO/orbsvcs/tests/Security/ssliop_corbaloc/run_test.pl:
+ * TAO/orbsvcs/tests/Simple_Naming/run_test.pl:
+ * TAO/orbsvcs/tests/Simple_Naming/run_test_ffp.pl:
+ * TAO/orbsvcs/tests/Simple_Naming/run_test_ft.pl:
+ * TAO/orbsvcs/tests/Simple_Naming/run_test_ipv6.pl:
+ * TAO/performance-tests/Cubit/TAO/IDL_Cubit/README:
+ * TAO/performance-tests/Cubit/TAO/MT_Cubit/README:
+ * TAO/tests/Alt_Mapping/run_test.pl:
+ * TAO/tests/Bug_2289_Regression/run_test.pl:
+ * TAO/tests/Bug_3853_Regression/run_test.pl:
+ * TAO/tests/DynAny_Test/run_test.pl:
+ * TAO/tests/Param_Test/run_test.pl:
+
+commit 89c2153b1ec4a1cf07a2a2c3b6c4f38b49fa2683
+Merge: 02fd46984c0 cbc77affe62
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 23 15:38:12 2021 +0200
+
+ Merge pull request #1573 from jwillemsen/jwi-sehdefine
+
+ msvc and borland should define ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS, r…
+
+commit 02fd46984c068ff37a1ed35dfa678b8ecb7a5bcc
+Merge: 25d33e0d26a 619a36fa943
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 23 15:37:54 2021 +0200
+
+ Merge pull request #1572 from jwillemsen/jwi-ACE_USES_STD_NAMESPACE_FOR_ABS
+
+ Removed ACE_USES_STD_NAMESPACE_FOR_ABS, not used anymore
+
+commit 619a36fa943b746ea64f56df063a2bb1a418d084
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 23 12:45:19 2021 +0200
+
+ Removed ACE_USES_STD_NAMESPACE_FOR_ABS, not used anymore
+
+ * ACE/ace/config-win32-borland.h:
+
+commit cbc77affe62f4e782c6791608ef1d0ff287919aa
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 23 12:44:20 2021 +0200
+
+ msvc and borland should define ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS, removes mingw check from the common header
+
+ * ACE/ace/config-win32-borland.h:
+ * ACE/ace/config-win32-common.h:
+ * ACE/ace/config-win32-msvc.h:
+
+commit 9be3895de04b2b137660979c1019e02992809309
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 23 08:39:56 2021 +0200
+
+ Fixed unused parameter warning
+
+ * ACE/tests/DLL_Test_Parent.h:
+
+commit 74eb535936de21c734f536843123817ab2f04abf
+Merge: e5d76ecbb70 cc9cfeeecde
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 22 21:43:32 2021 +0200
+
+ Merge pull request #1570 from jwillemsen/jwi-ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS
+
+ Removed ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS for gcc
+
+commit cc9cfeeecde110117b0fd4ab85c6f50f8f0106d1
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 22 16:47:10 2021 +0200
+
+ Removed ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS, not necessary anymore
+
+ * ACE/ace/config-g++-common.h:
+
+commit 502ccddc6caee898488ac02d1a865e84459d2853
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 22 15:43:22 2021 +0200
+
+ Add class with default operations to test dllexport/import
+
+commit 1f157faae5e6f2fdc9f10c236dca136c7ee7488a
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 22 14:35:02 2021 +0200
+
+ Minor cleanup
+
+ * ACE/tests/Based_Pointer_Test.cpp:
+ * ACE/tests/Basic_Types_Test.cpp:
+ * ACE/tests/Bound_Ptr_Test.cpp:
+ * ACE/tests/Bound_Ptr_Test.h:
+ * ACE/tests/DLL_Test.cpp:
+ * ACE/tests/DLL_Test.h:
+ * ACE/tests/DLL_Test_Impl.cpp:
+ * ACE/tests/DLL_Test_Parent.h:
+ * ACE/tests/SOCK_Acceptor_Test.cpp:
+ * ACE/tests/Unbounded_Set_Test.cpp:
+
+commit 16b803df3f89ccbaab85bc75c8950fd3f891f5db
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 22 14:24:35 2021 +0200
+
+ Use override, removed redundant void
+
+ * ACE/tests/DLL_Test.h:
+ * ACE/tests/DLL_Test_Impl.h:
+ * ACE/tests/DLL_Test_Parent.h:
+
+commit bcd7675d8dd8a4821981fc4afc619c54bc9125b5
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 22 12:47:55 2021 +0200
+
+ Layout changes, remove redundant void
+
+ * ACE/ace/LSOCK_Acceptor.cpp:
+ * ACE/tests/Compiler_Features_20_DLL.h:
+ * ACE/tests/DLL_Test.h:
+ * ACE/tests/FIFO_Test.cpp:
+ * ACE/tests/Framework_Component_DLL.h:
+ * ACE/tests/Framework_Component_Test.cpp:
+ * ACE/tests/Future_Set_Test.cpp:
+ * ACE/tests/Log_Msg_Test.cpp:
+ * ACE/tests/Logging_Strategy_Test.cpp:
+ * ACE/tests/Max_Default_Port_Test_IPV6.cpp:
+ * ACE/tests/Naming_Test.cpp:
+
+commit 2ed7fe7c1c6492c7f920581ec3ac8e7ec4278efd
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Mon Jun 21 20:22:55 2021 -0500
+
+ Support int8/uint8 Sequences and Arrays
+
+commit 26cf12f3227f3186c8b60ad07a9c669f00cf5302
+Merge: 7f52a0eb64a 83f68ebe620
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 21 15:52:22 2021 +0200
+
+ Merge pull request #1568 from jwillemsen/jwi-msvccleanup2
+
+ Removed workaround for old msvc compilers
+
+commit 7f52a0eb64a4847e013af14558c96184b3494081
+Merge: 7b35108cb72 edb65903473
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 21 15:52:06 2021 +0200
+
+ Merge pull request #1567 from jwillemsen/jwi-overridert
+
+ Use override instead of virtual
+
+commit 7b35108cb72cd2d53cb21629c5e7962e2b61011a
+Merge: 87fc522dcd5 67644425022
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 21 15:51:54 2021 +0200
+
+ Merge pull request #1565 from jwillemsen/jwi-removebrokenhpacc
+
+ Removed workarounds for very old broken HP compilers
+
+commit 87fc522dcd51fde1ba6ee644986bf60d33ff68ab
+Merge: 2bc24057cc1 f3c30f56870
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 21 15:51:30 2021 +0200
+
+ Merge pull request #1564 from jwillemsen/jwi-bcc32fix
+
+ Updated bcc32 version check
+
+commit 83f68ebe62048fbcd7722dd203f719eded401655
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 21 09:58:45 2021 +0200
+
+ Removed workaround for old msvc compiler
+
+ * ACE/ace/os_include/os_intrin.h:
+
+commit edf3f0d624f95ad02ada1a22cfa9f6beb393f82a
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 21 08:55:48 2021 +0200
+
+ Layout changes
+
+ * ACE/ace/OS_Thread_Adapter.h:
+ * ACE/ace/Object_Manager_Base.h:
+ * ACE/ace/Thread_Adapter.cpp:
+ * ACE/ace/Thread_Adapter.h:
+ * ACE/examples/APG/Shared_Memory/Pool_Growth.cpp:
+
+commit 67644425022c6c520debc2a47b1fa1c90f2cd59e
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 21 08:45:31 2021 +0200
+
+ Removed workarounds for very old broken HP compilers
+
+ * ACE/ACEXML/common/ZipCharStream.cpp:
+ * ACE/ace/OS_NS_signal.h:
+ * ACE/ace/OS_NS_stdio.cpp:
+ * ACE/ace/OS_TLI.h:
+ * ACE/ace/SStringfwd.h:
+ * ACE/ace/Stack_Trace.cpp:
+ * ACE/tests/Bug_3709_Regression_Test.cpp:
+ * ACE/tests/Compiler_Features_12_Test.cpp:
+ * TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.cpp:
+
+commit f3c30f56870cc2b03f99abfa50124d7dd495a2ad
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 21 08:42:22 2021 +0200
+
+ Updated bcc32 version check
+
+ * ACE/ace/post.h:
+ * ACE/ace/pre.h:
+
+commit fcb9994d5b958dfd7308eba8adee2cf62a9774d2
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sun Jun 20 19:32:50 2021 +0200
+
+ Default to no inlining with the Borland compilers
+
+ * ACE/ace/config-kfreebsd.h:
+ * ACE/ace/config-win32-borland.h:
+
+commit 08331ad15de2a9e1b63aa84a0c7ae31af502f8cc
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sun Jun 20 16:44:17 2021 +0200
+
+ Extend SEH test with call variant
+
+ * ACE/tests/Compiler_Features_39_Test.cpp:
+
+commit 84428c7adffc789509786dcdf40392e79664bab8
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sat Jun 19 10:30:01 2021 +0200
+
+ Fixed typo in comment
+
+ * ACE/ace/MEM_IO.cpp:
+
+commit 32de3d895ac0742f100bf3722d562219b251d41c
+Merge: 67e660cf72c c14fe113555
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jun 18 19:05:28 2021 +0200
+
+ Merge pull request #1560 from jwillemsen/jwi-gnuaceciaodance
+
+ Cleanup CIAO/DAnCE in ACE_ROOT/bin, they are not possible to be used with ACE7/TAO3
+
+commit 67e660cf72c7e02e91b7e0df2bbfb9fe5d5e2094
+Merge: 1620aa41534 2b717af399e
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jun 18 18:56:46 2021 +0200
+
+ Merge pull request #1561 from jwillemsen/jwi-sehtest
+
+ New compiler test to validated that structured exception handling on windows works
+
+commit 2b717af399e275065bfada5f77631cd69d75eff6
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jun 18 16:32:55 2021 +0200
+
+ Indent changes
+
+ * ACE/ace/OS_Thread_Adapter.cpp:
+ * ACE/ace/OS_Thread_Adapter.h:
+ * ACE/ace/Thread_Adapter.h:
+
+commit 2871e2a915aaec15988365222766e5f7227603d4
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jun 18 14:49:17 2021 +0200
+
+ No need to check for ACE_WIN32 in combination with ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS
+ * ACE/ace/Global_Macros.h:
+ * ACE/ace/OS_Log_Msg_Attributes.inl:
+ * ACE/tests/Compiler_Features_39_Test.cpp:
+
+commit 7a4b933220109962afd6ed72fe4e352184536e69
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jun 18 14:46:08 2021 +0200
+
+ Update Compiler_Features_39_Test.cpp
+
+commit c14fe11355571c09ea0846358179df8e1bd0fb79
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jun 18 14:14:16 2021 +0200
+
+ Removed CIAO/DANCE_ROOT
+
+ * ACE/bin/MakeProjectCreator/config/MPC.cfg:
+
+commit 3cfb4c306e8bd659dd222db1be39e1b10522df8e
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jun 18 08:38:10 2021 +0200
+
+ Removed CIAO/DAnCE references
+
+commit e99ea57e711be1eeff12027ba9a57578e7ab975f
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jun 18 08:37:32 2021 +0200
+
+ Removed CIAO/DAnCE references
+
+commit d4555d0f7cefb0fe006b193ca3feb3e1810467b7
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jun 18 08:31:21 2021 +0200
+
+ Fixed errors
+
+ * ACE/bin/fuzz.pl:
+
+commit ad9983b5ed5796616a511ee5ea50729108172fc1
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jun 18 08:26:54 2021 +0200
+
+ Removed some dance leftovers
+
+commit b888b487c9bb05280ad48227f00d1564e478d955
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jun 18 08:23:20 2021 +0200
+
+ Cleanup CIAO/DAnCE, they are not possible to be used with ACE7/TAO3
+
+commit c0a5c2e18a9f7ab12db3e599653c08e22229f334
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jun 18 08:04:01 2021 +0200
+
+ First version of Win32 structured exception handling test
+
+ * ACE/tests/Compiler_Features_39_Test.cpp:
+ Added.
+
+ * ACE/tests/run_test.lst:
+ * ACE/tests/tests.mpc:
+
+commit 2020e227a719734fc88d220e60ba5043bbc5ec69
+Merge: 80443baaae5 6d7ea0a3e68
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Jun 17 14:03:19 2021 +0200
+
+ Merge pull request #1557 from jwillemsen/jwi-processenvtest3
+
+ Log the status returned by wait
+
+commit 6d7ea0a3e686337865d9440feb9bb327582c6bf9
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Jun 17 10:16:56 2021 +0200
+
+ Log the status returned by wait
+
+ * ACE/tests/Process_Env_Test.cpp:
+
+commit ec3720c20cfbbfe910d03f4aa563b2a720e6e04b
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Jun 17 08:41:24 2021 +0200
+
+ MinGW64 also requires ACE_LACKS_SET_ABORT_BEHAVIOR
+
+ * ACE/ace/config-win32-mingw64.h:
+
+commit cb579f6b18458bb17117bc953ac6ef3428ca47ea
+Merge: 767d3491c10 70516980225
+Author: Timothy Simpson <simpsont@objectcomputing.com>
+Date: Wed Jun 16 09:13:26 2021 -0500
+
+ Merge pull request #1549 from simpsont-oci/master_ip_check_fix
+
+ Fix Concurrency and too-early-request Issues for Windows ip_check
+
+commit e78920b82757e4075d256b302a788891cec69780
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 16 08:14:08 2021 +0200
+
+ Introduce new ACE_LACKS_SET_ABORT_BEHAVIOR which is set for Embarcadero/MinGW32
+
+ * ACE/ace/Object_Manager.cpp:
+ * ACE/ace/config-win32-borland.h:
+ * ACE/ace/config-win32-mingw.h:
+
+commit 800cec49aeaedbf5355557fc1b300a3b7a1be46d
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Tue Jun 15 13:35:07 2021 -0500
+
+ s/Uint/UInt/g
+
+commit dda04a7f69ac196f69d74ec02f52573b7a76abc5
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 15 11:48:13 2021 +0200
+
+ Use override instead of virtual
+
+ * ACE/ace/ETCL/ETCL_Constraint.h:
+
+commit 737b9195ece838d15d4c6d54300026a26e5d1c44
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Mon Jun 14 15:58:44 2021 -0500
+
+ Partially Respond to Review of #840
+
+ https://github.com/DOCGroup/ACE_TAO/pull/840
+
+commit 70516980225b7e267f3ce7ac172d237037715d7b
+Author: Timothy Simpson <simpsont@objectcomputing.com>
+Date: Mon Jun 14 10:45:53 2021 -0500
+
+ fix concurrency and too-early-request issues for windows ip_check
+
+commit e994776aa9614588eb6e4ed0dd9ba5e71a74e494
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Sun Jun 13 00:55:05 2021 -0500
+
+ CDR_Stream.h: Fix Arg Type
+
+commit 56a61b91a637fbb0be576cbc3f7a173e0c63476a
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Sat Jun 12 22:43:28 2021 -0500
+
+ Fix Issues with explicit_ints Test
+
+ - Add uint8 and int8 to ACE and TAO serialization
+ - Refactor parts of AST_Expression to also cover uint8 and int8
+
+commit 7e72c4b61b877a1f85bdc4e59e82b7f9eec8a041
+Merge: a8e49fee8d0 0e8140b00d4
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 19:40:26 2021 +0200
+
+ Merge pull request #1541 from jwillemsen/jwi-autoptrresset
+
+ Use reset instead of ACE_auto_ptr_reset
+
+commit a8e49fee8d0c88d561c11ae5d8b1e1e2dc58ca6c
+Merge: 29063318f84 a3c268906c8
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 19:36:42 2021 +0200
+
+ Merge pull request #1537 from jwillemsen/jwi-ACE_HAS_STRING_CLASS
+
+ Each platform we support provides std::string as string class, define…
+
+commit 0d9ec7842b2b0d59a0052ac0b64d9d69ab6dc336
+Merge: f8ff8d3510e b373359da92
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 18:08:45 2021 +0200
+
+ Merge pull request #1535 from jwillemsen/jwi-ACE_HAS_CPP98_IOSTREAMS
+
+ We require each platform to provide std iostreams so define ACE_HAS_C…
+
+commit f8ff8d3510eccc69503113eb56790318e0c6cb4a
+Merge: 31ba785e82f 28b457fae1e
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 18:08:22 2021 +0200
+
+ Merge pull request #1538 from jwillemsen/jwi-ipfxmsvc
+
+ Removed some !ACE_WIN32 checks, the comments talk about an ancient ms…
+
+commit 0e8140b00d4eecdede01f04d77e9e9331d7e3785
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 16:25:50 2021 +0200
+
+ Use reset instead of ACE_auto_ptr_reset
+
+ * ACE/ace/CDR_Stream.cpp:
+ * ACE/ace/OS_NS_Thread.cpp:
+ * ACE/tests/Bug_2820_Regression_Test.cpp:
+ * ACE/tests/Malloc_Test.cpp:
+
+commit 31ba785e82f878e319c94aa9978584adbf64b77c
+Merge: a51c02528aa e3a0e35c417
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 16:18:48 2021 +0200
+
+ Merge pull request #1518 from ops/tty_io_fix
+
+ TTY_IO enhancements
+
+commit a51c02528aaca67a5fdaf68994af0ae682e7a447
+Merge: c4a710295bf 485cadb9199
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 16:16:09 2021 +0200
+
+ Merge pull request #1540 from jwillemsen/jwi-ACE_AUTO_PTR_LACKS_RESET
+
+ Removed ACE_AUTO_PTR_LACKS_RESET support, not set anymore for any pla…
+
+commit b373359da92b4daa71282e6ce849ea641fea790c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 11:44:25 2021 +0200
+
+ Move include of ostream from source to header for face
+
+ * ACE/ace/Time_Value.cpp:
+ * ACE/ace/Time_Value.h:
+
+commit 485cadb91999321a1c153344c7fc51ceb68bb78c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 10:20:12 2021 +0200
+
+ Removed ACE_AUTO_PTR_LACKS_RESET support, not set anymore for any platform
+
+ * ACE/ace/Auto_Ptr.h:
+
+commit 6e95ede02abea0d5d1b66a2da1765e5ce3df7f26
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 09:56:35 2021 +0200
+
+ Removed ACE_HAS_NEW_NO_H, not used anymore
+
+ * ACE/ace/config-hpux-11.00.h:
+ * ACE/ace/config-kfreebsd.h:
+ * ACE/ace/config-netbsd.h:
+ * ACE/ace/config-openbsd.h:
+ * ACE/ace/config-qnx.h:
+
+commit 28b457fae1edb832ff50a8ab0edd44b27f99acc4
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 09:47:36 2021 +0200
+
+ Removed some !ACE_WIN32 checks, the comments talk about an ancient msvc compiler
+
+ * ACE/ace/IOStream_T.h:
+
+commit a3c268906c8890975eb405c421050b92b16aaf0d
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 09:44:07 2021 +0200
+
+ Remove cleanup of ACE_HAS_STRING_CLASS
+
+ * ACE/ace/IOStream.h:
+ * ACE/ace/README:
+ * ACE/ace/config-hpux-11.00.h:
+ * ACE/ace/config-lynxos.h:
+ * ACE/ace/config-netbsd.h:
+ * ACE/ace/config-openbsd.h:
+ * ACE/ace/config-openvms.h:
+ * ACE/ace/config-qnx.h:
+ * ACE/ace/config-rtems.h:
+ * ACE/ace/config-suncc-common.h:
+ * ACE/ace/config-sunos5.4-g++.h:
+ * ACE/ace/config-sunos5.5.h:
+ * ACE/ace/config-sunos5.6.h:
+ * ACE/ace/config-win32-borland.h:
+ * ACE/examples/IOStream/client/iostream_client.cpp:
+ * ACE/examples/IOStream/server/iostream_server.cpp:
+
+commit b68528866d94595dabe98676058e46189b26e785
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 09:35:42 2021 +0200
+
+ Add missing std scope
+
+ * ACE/ace/Time_Value.cpp:
+ * ACE/ace/Time_Value.h:
+
+commit 6e9f7718c9e564e9a0ac1efbe34adfc3f74ed06c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 09:30:34 2021 +0200
+
+ Each platform we support provides std::string as string class, define ACE_HAS_STRING_CLASS always and removed the checks for it
+
+ * ACE/ace/IOStream.h:
+ * ACE/ace/IOStream_T.cpp:
+ * ACE/ace/IOStream_T.h:
+ * ACE/ace/config-aix-5.x.h:
+ * ACE/ace/config-all.h:
+ * ACE/ace/config-cygwin32.h:
+ * ACE/ace/config-hpux-11.00.h:
+ * ACE/ace/config-hurd.h:
+ * ACE/ace/config-icc-common.h:
+ * ACE/ace/config-kfreebsd.h:
+ * ACE/ace/config-linux-common.h:
+ * ACE/tests/IOStream_Test.cpp:
+
+commit b3f34e9f9b193af148e884c00552cbe88b08df18
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 08:55:19 2021 +0200
+
+ Fixed compile error
+
+ * ACE/examples/C++NPv1/Logging_Client.cpp:
+
+commit 8b78a5b28039bf877a77acc625c362473c9238c3
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 08:40:22 2021 +0200
+
+ We require each platform to provide std iostreams so define ACE_HAS_CPP98_IOSTREAMS always for backwards compability and removed the checks for it
+
+ * ACE/ace/Time_Value.cpp:
+ * ACE/ace/Time_Value.h:
+ * ACE/ace/iosfwd.h:
+ * ACE/tests/Time_Value_Test.cpp:
+
+commit a4c5b22c20a1f1298a23d3ab57571237284b1963
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Mon Jun 7 23:43:19 2021 -0500
+
+ Added WIP explicit_ints Test
+
+ And a bunch of fixes to get it to (sorta) work.
+
+commit 85a1e615810419950f8f1280f80df9da9f5dee4d
+Merge: 7549f0b34c1 d8971212c4f
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Mon Jun 7 17:12:57 2021 -0500
+
+ Merge remote-tracking branch 'upstream/master' into igtd/stdint
+
+commit f8d348ca352579461659e5e58fccfd6cb57a83b2
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 7 21:23:38 2021 +0200
+
+ Update config-win32-msvc-14.h
+
+commit 072c0939cc2a824ced1fb3ab7091b74c3bb092c3
+Merge: 6f6f7ea0c8f d8971212c4f
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 7 21:22:22 2021 +0200
+
+ Merge branch 'master' into jwi-ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB
+
+commit 1efcb84d7779c43e091aac2e1af698f238c5c489
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 7 18:50:02 2021 +0200
+
+ Check with nullptr
+
+ * ACE/ace/CORBA_macros.h:
+
+commit 6eb9c720ec8370387a7ae9474d853d571e1a8070
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 7 08:57:12 2021 +0200
+
+ Operator bool doesn't work in all places, use nullptr
+
+ * ACE/ace/OS_Memory.h:
+
+commit 6f6f7ea0c8fcde679ef21a59a4686043b02d3057
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 7 08:50:33 2021 +0200
+
+ We require now that the standard C++ library is supported and available in the std namespace, removed support for non compliant configurations
+
+ * ACE/ace/Auto_Ptr.h:
+ * ACE/ace/Auto_Ptr.inl:
+ * ACE/ace/Global_Macros.h:
+ * ACE/ace/IOStream.h:
+ * ACE/ace/README:
+ * ACE/ace/ace_wchar.h:
+ * ACE/ace/config-aix-5.x.h:
+ * ACE/ace/config-all.h:
+ * ACE/ace/config-g++-common.h:
+ * ACE/ace/config-hpux-11.00.h:
+ * ACE/ace/config-icc-common.h:
+ * ACE/ace/config-integritySCA.h:
+ * ACE/ace/config-kfreebsd.h:
+ * ACE/ace/config-linux-common.h:
+ * ACE/ace/config-mqx.h:
+ * ACE/ace/config-netbsd.h:
+ * ACE/ace/config-openvms.h:
+ * ACE/ace/config-qnx.h:
+ * ACE/ace/config-suncc-common.h:
+ * ACE/ace/config-sunos5.5.h:
+ * ACE/ace/config-sunos5.6.h:
+ * ACE/ace/config-vxworks6.4.h:
+ * ACE/ace/config-win32-borland.h:
+ * ACE/ace/config-win32-msvc-14.h:
+ * ACE/ace/iosfwd.h:
+ * ACE/ace/streams.h:
+ * ACE/examples/C++NPv1/Logging_Client.cpp:
+ * ACE/examples/C++NPv2/Select_Reactor_Logging_Server.cpp:
+ * ACE/examples/C++NPv2/Server_Shutdown.cpp:
+ * ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp:
+ * ACE/tests/IOStream_Test.cpp:
+ * TAO/DevGuideExamples/PortableInterceptors/Auth/Messenger_i.cpp:
+ * TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInitializer.cpp:
+ * TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInterceptor.cpp:
+ * TAO/DevGuideExamples/PortableInterceptors/PICurrent/Messenger_i.cpp:
+ * TAO/docs/tutorials/Quoter/AMI/Stock_i.h:
+ * TAO/docs/tutorials/Quoter/Naming_Service/Stock_i.h:
+ * TAO/docs/tutorials/Quoter/On_Demand_Activation/Stock_i.h:
+ * TAO/docs/tutorials/Quoter/Simple/Impl-Repo/Stock_i.h:
+ * TAO/docs/tutorials/Quoter/Simple/ImprovedServer/Stock_i.h:
+ * TAO/docs/tutorials/Quoter/Simple/Persistent/Stock_i.h:
+ * TAO/docs/tutorials/Quoter/Simple/Server/Stock_i.h:
+ * TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/Messenger_i.cpp:
+ * TAO/orbsvcs/examples/LoadBalancing/Stock.h:
+
+commit 1f1d2c372d0c41d86b7f00446c204e47cadee9fc
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 7 08:27:37 2021 +0200
+
+ Use operator bool and removed obsolete comments
+
+ * ACE/ace/CORBA_macros.h:
+ * ACE/ace/OS_Memory.h:
+
+commit bdeb46e37e0bee0df3a6fc1e00aeb601c87ff002
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sun Jun 6 18:27:56 2021 +0200
+
+ Update OS_Memory.h
+
+commit 54f5383fa3c74268081cdaa306d793935b40a658
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sun Jun 6 18:12:33 2021 +0200
+
+ Instead of ACE_throw_bad_alloc throw std::badalloc directly
+ * ACE/ace/Bound_Ptr.inl:
+ * ACE/ace/Future.cpp:
+ * ACE/ace/OS_Memory.h:
+ * ACE/ace/Refcounted_Auto_Ptr.inl:
+ * ACE/ace/Svc_Handler.cpp:
+
+commit 0dc692d9bb9744d921361e655ad8a7d46c1daf16
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sun Jun 6 18:08:41 2021 +0200
+
+ Removed ACE_del_bad_alloc, was only used in when std::nothrow wasn't supported which is now supported by all configurations
+
+ * ACE/ace/CORBA_macros.h:
+ * ACE/ace/OS_Memory.h:
+ * ACE/ace/config-win32-msvc.h:
+
+commit a436568e52a5a78afe7b039b4c6b1e089369eba6
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sun Jun 6 18:04:12 2021 +0200
+
+ Make use of std::nothrow/std::nothrow_t/std::badalloc, ACE macros for these are kept for backward compatiblity
+
+ * ACE/ace/CORBA_macros.h:
+ * ACE/ace/OS_Memory.h:
+ * ACE/ace/Svc_Handler.cpp:
+ * ACE/ace/Svc_Handler.h:
+ * ACE/examples/DLL/Newsweek.cpp:
+ * ACE/examples/DLL/Newsweek.h:
+ * ACE/examples/DLL/Today.cpp:
+ * ACE/examples/DLL/Today.h:
+ * ACE/examples/Shared_Malloc/test_persistence.cpp:
+ * ACE/tests/DLL_Test_Impl.cpp:
+ * ACE/tests/DLL_Test_Impl.h:
+ * ACE/tests/Dynamic_Test.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp:
+ * TAO/tao/Var_Size_Argument_T.cpp:
+ * TAO/tests/POA/DSI/Database_i.cpp:
+ * TAO/tests/POA/DSI/Database_i.h:
+
+commit 1652ce786e3f76875cfa9008ac83682c4828d6a6
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sun Jun 6 10:29:02 2021 +0200
+
+ All compilers we support provide ACE_HAS_NEW_NOTHROW
+
+ * ACE/ace/CORBA_macros.h:
+ * ACE/ace/OS_Memory.h:
+ * ACE/ace/README:
+ * ACE/ace/Svc_Handler.cpp:
+ * ACE/ace/Svc_Handler.h:
+ * ACE/ace/config-all.h:
+ * ACE/ace/config-g++-common.h:
+ * ACE/ace/config-hpux-11.00.h:
+ * ACE/ace/config-lynxos.h:
+ * ACE/ace/config-sunos5.5.h:
+ * ACE/ace/config-win32-borland.h:
+ * ACE/ace/config-win32-msvc-14.h:
+ * ACE/examples/DLL/Newsweek.cpp:
+ * ACE/examples/DLL/Newsweek.h:
+ * ACE/examples/DLL/Today.cpp:
+ * ACE/examples/DLL/Today.h:
+ * ACE/examples/Shared_Malloc/test_persistence.cpp:
+ * ACE/tests/DLL_Test_Impl.cpp:
+ * ACE/tests/DLL_Test_Impl.h:
+ * ACE/tests/Dynamic_Test.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp:
+ * TAO/tao/Var_Size_Argument_T.cpp:
+ * TAO/tests/POA/DSI/Database_i.cpp:
+ * TAO/tests/POA/DSI/Database_i.h:
+
+commit cb68090e23b22ae8c3312955d9cd2d3fd957db3c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sun Jun 6 10:24:03 2021 +0200
+
+ Cleanup more ACE_NEW_THROWS_EXCEPTIONS
+
+ * ACE/ace/config-g++-common.h:
+ * ACE/ace/config-suncc-common.h:
+ * ACE/ace/config-sunos5.4-sunc++-4.x.h:
+ * ACE/ace/config-sunos5.5.h:
+ * ACE/ace/config-win32-msvc-14.h:
+ * ACE/ace/config-win32-msvc.h:
+
+commit 9a4de67ddf1ce60fe8e56c00ee92e52593c09973
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sun Jun 6 10:23:38 2021 +0200
+
+ 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
+
+ * ACE/ace/Bound_Ptr.inl:
+ * ACE/ace/CORBA_macros.h:
+ * ACE/ace/Future.cpp:
+ * ACE/ace/OS_Memory.h:
+ * ACE/ace/README:
+ * ACE/ace/Refcounted_Auto_Ptr.inl:
+ * ACE/ace/config-all.h:
+ * ACE/ace/config-hpux-11.00.h:
+ * ACE/ace/config-icc-common.h:
+ * ACE/ace/config-integritySCA.h:
+ * ACE/ace/config-mqx.h:
+ * ACE/ace/config-openvms.h:
+ * ACE/tests/New_Fail_Test.cpp:
+
+commit eb87f7d8b90c831f14e1292b1b2c2f68d79f68cd
+Author: Ako Tulu <ako@koodinurk.ee>
+Date: Thu Jun 3 21:35:06 2021 +0300
+
+ Fixed fuzz.pl error SSL_Context.cpp:772: found trailing whitespace
+
+commit d9c3e6f1a0504d3903778112a015423c70363485
+Author: Ako Tulu <ako@koodinurk.ee>
+Date: Thu Jun 3 10:10:19 2021 +0300
+
+ Implemented ::SSL_CTX_use_certificate_chain_file function
+
+commit 2c5a1fd94d2e4d40ba2011c9883a511933b35fa9
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sat May 29 09:22:48 2021 +0200
+
+ 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
+
+ * ACE/bin/MakeProjectCreator/docs/templates/gnu.txt:
+ * ACE/bin/MakeProjectCreator/templates/gnu.mpd:
+ * ACE/include/makeinclude/platform_clang_common.GNU:
+ * ACE/include/makeinclude/platform_g++_common.GNU:
+ * ACE/include/makeinclude/platform_macosx_iOS.GNU:
+ * ACE/include/makeinclude/platform_rtems.x_g++.GNU:
+ * ACE/include/makeinclude/platform_vxworks6.2.GNU:
+ * ACE/include/makeinclude/platform_vxworks6.3.GNU:
+ * ACE/include/makeinclude/platform_vxworks7.0.GNU:
+
+commit efed481531b46aa87aa7bf52e43720b321496a81
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu May 27 18:22:49 2021 +0200
+
+ Updated commercial support links
+
+ * ACE/README:
+ * ACE/docs/Download.html:
+
+commit c87f353ea8b30d887b8f1884476a188a3abc7fb1
+Merge: 2ec39d5e5f8 50de7316330
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed May 26 14:09:28 2021 +0200
+
+ Merge pull request #1520 from jwillemsen/jwi-exampleclean
+
+ Minor cleanup in logger example and fixed some typos
+
+commit 50de731633076f7f69340e5bae676da3af2a7426
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed May 26 09:41:44 2021 +0200
+
+ Minor cleanup
+
+ * ACE/examples/Logger/simple-server/Logging_Acceptor.cpp:
+ * ACE/examples/Logger/simple-server/Logging_Acceptor.h:
+ * ACE/examples/Logger/simple-server/Logging_Handler.cpp:
+ * ACE/examples/Logger/simple-server/Logging_Handler.h:
+ * ACE/examples/Logger/simple-server/server_loggerd.cpp:
+
+commit 6887cd65ed23bc27a166f43c1681cc74546d4b49
+Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+Date: Sun May 23 14:39:59 2021 +0100
+
+ Sync debian/* files for ACE
+
+ Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+
+commit e3a0e35c4174181029b93d2a3b801c47c8164f70
+Author: Olli Savia <ops@iki.fi>
+Date: Sat May 22 16:52:32 2021 +0300
+
+ Added an option to enable/disable input parity checking
+
+commit 82d92848f8880d543bf16bbccb559472156d4a77
+Author: Olli Savia <ops@iki.fi>
+Date: Sat May 22 15:41:32 2021 +0300
+
+ Disable character conversions
+
+commit 592c787f6e5e00ea58f92ba8301999ef4439791e
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri May 21 14:49:41 2021 +0200
+
+ Typo fixes
+
+ * ACE/ace/os_include/os_limits.h:
+
+commit 8ff0232a45d6fce1ffc48a1464be8cbb132dff20
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue May 18 16:07:17 2021 +0200
+
+ Add missing check for ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT, fixed #1514
+
+ * ACE/ace/Select_Reactor.h:
+
+commit c3e4a776843d101a2b07446ea1efbe9055052b06
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri May 14 14:46:40 2021 +0200
+
+ Update correct MPC branch, fixed #1511
+
+ * ACE/bin/make_release.py:
+
+commit 920549e6a8df90f797253eed1cd473a024713190
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri May 14 12:14:47 2021 +0200
+
+ Update for next release
+
+ * ACE/docs/bczar/bczar.html:
+
+commit 97169ac7eecf2badd25c1e775046680709baebc2
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri May 14 12:09:53 2021 +0200
+
+ Update for next release
+
+ * ACE/bin/copy-local-script.sh:
+
+commit 713ab7d553cc72df6323204419e510391c67d27c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri May 14 11:52:21 2021 +0200
+
+ Make ACE 7.0.2 and TAO 3.0.2 public available
+
+ * ACE/NEWS:
+ * ACE/bin/copy-local-script.sh:
+ * ACE/bin/diff-builds-and-group-fixed-tests-only.sh:
+ * ACE/docs/Download.html:
+ * ACE/docs/bczar/bczar.html:
+ * ACE/etc/index.html:
+ * TAO/NEWS:
+
+commit 9d2523abd86b4791b2160b8c4aaba8d09866fda7
+Merge: d004d8da4fb 45f4d9aa787
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Fri Jun 7 16:46:23 2019 -0500
+
+ Merge remote-tracking branch 'upstream/master' into igtd/stdint
+
+commit c7a62920dbfc44687ea63e28fd9382451751ffe5
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Wed Feb 20 21:30:14 2019 -0600
+
+ Add new limits for new types to Basic_Types.h
diff --git a/ACE/PROBLEM-REPORT-FORM b/ACE/PROBLEM-REPORT-FORM
index cc6052e9aec..e8136030df0 100644
--- a/ACE/PROBLEM-REPORT-FORM
+++ b/ACE/PROBLEM-REPORT-FORM
@@ -25,7 +25,7 @@ include an entire platform-specific configuration file in the form.
8<----------8<----------8<----------8<----------8<----------8<----------8<----
- ACE VERSION: 7.0.2
+ ACE VERSION: 7.0.3
HOST MACHINE and OPERATING SYSTEM:
If on Windows based OS's, which version of WINSOCK do you
diff --git a/ACE/VERSION.txt b/ACE/VERSION.txt
index 106ebe7badb..39b42838b11 100644
--- a/ACE/VERSION.txt
+++ b/ACE/VERSION.txt
@@ -1,4 +1,4 @@
-This is ACE version 7.0.2, released Fri May 14 11:33:28 CEST 2021
+This is ACE version 7.0.3, released Wed Aug 04 08:59:38 CEST 2021
If you have any problems with or questions about ACE, please open
a issue or discussion on the ACE_TAO github project at
diff --git a/ACE/ace/Version.h b/ACE/ace/Version.h
index 6ec7c70d32d..911f1e523ca 100644
--- a/ACE/ace/Version.h
+++ b/ACE/ace/Version.h
@@ -4,7 +4,7 @@
#define ACE_MAJOR_VERSION 7
#define ACE_MINOR_VERSION 0
-#define ACE_MICRO_VERSION 2
-#define ACE_VERSION "7.0.2"
-#define ACE_VERSION_CODE 0x70002
+#define ACE_MICRO_VERSION 3
+#define ACE_VERSION "7.0.3"
+#define ACE_VERSION_CODE 0x70003
#define ACE_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))
diff --git a/ACE/debian/control b/ACE/debian/control
index e8f692b9e4c..0fe59909ce0 100644
--- a/ACE/debian/control
+++ b/ACE/debian/control
@@ -27,7 +27,7 @@ Description: makefile, project, and workspace creator
* mpc-ace: generates project files for a single target
* mwc-ace: generates workspace files for a set of projects
-Package: libace-7.0.2
+Package: libace-7.0.3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -45,7 +45,7 @@ Description: C++ network programming framework
Package: libace-dev
Architecture: any
Section: libdevel
-Depends: libace-7.0.2 (= ${binary:Version}), ${misc:Depends}
+Depends: libace-7.0.3 (= ${binary:Version}), ${misc:Depends}
Suggests: libace-doc, pkg-config
Replaces: mpc-ace (<< 5.6.3-4)
Description: C++ network programming framework - development files
@@ -62,7 +62,7 @@ Description: C++ network programming framework - documentation
This package contains the ACE overview documentation, tutorials,
examples, and information regarding upstream development.
-Package: libace-ssl-7.0.2
+Package: libace-ssl-7.0.3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -73,12 +73,12 @@ Description: ACE secure socket layer library
Package: libace-ssl-dev
Architecture: any
Section: libdevel
-Depends: libace-ssl-7.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), libssl-dev, ${misc:Depends}
+Depends: libace-ssl-7.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libssl-dev, ${misc:Depends}
Description: ACE secure socket layer library - development files
This package contains the header files and static library for the ACE
SSL library.
-Package: libace-rmcast-7.0.2
+Package: libace-rmcast-7.0.3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -92,12 +92,12 @@ Description: ACE reliable multicast library
Package: libace-rmcast-dev
Architecture: any
Section: libdevel
-Depends: libace-rmcast-7.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libace-rmcast-7.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE reliable multicast library - development files
This package contains the header files and static library for the ACE
reliable multicast library.
-Package: libace-tmcast-7.0.2
+Package: libace-tmcast-7.0.3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -111,12 +111,12 @@ Description: ACE transactional multicast library
Package: libace-tmcast-dev
Architecture: any
Section: libdevel
-Depends: libace-tmcast-7.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libace-tmcast-7.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE transactional multicast library - development files
This package contains the header files and static library for the ACE
transactional multicast library.
-Package: libace-htbp-7.0.2
+Package: libace-htbp-7.0.3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -130,12 +130,12 @@ Description: ACE protocol over HTTP tunneling library
Package: libace-htbp-dev
Architecture: any
Section: libdevel
-Depends: libace-htbp-7.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libace-htbp-7.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE protocol over HTTP tunneling library - development files
This package contains the header files and static library for the ACE
HTBP library.
-Package: libace-inet-7.0.2
+Package: libace-inet-7.0.3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -146,15 +146,15 @@ Description: ACE Inet protocol library
Package: libace-inet-dev
Architecture: any
Section: libdevel
-Depends: libace-inet-7.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libace-inet-7.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE Inet protocol library - development files
This package contains the header files and static library for the ACE
Inet protocol library.
-Package: libace-inet-ssl-7.0.2
+Package: libace-inet-ssl-7.0.3
Architecture: any
Section: libs
-Depends: libace-inet-7.0.2, libace-ssl-7.0.2, ${shlibs:Depends}, ${misc:Depends}
+Depends: libace-inet-7.0.3, libace-ssl-7.0.3, ${shlibs:Depends}, ${misc:Depends}
Description: ACE SSL-enabled Inet protocol library
This package provides an ACE addon library for clients (and possibly
servers at some point) using Inet protocols which support SSL, such as
@@ -163,7 +163,7 @@ Description: ACE SSL-enabled Inet protocol library
Package: libace-inet-ssl-dev
Architecture: any
Section: libdevel
-Depends: libace-inet-ssl-7.0.2 (= ${binary:Version}), libace-inet-dev (= ${binary:Version}), libace-ssl-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libace-inet-ssl-7.0.3 (= ${binary:Version}), libace-inet-dev (= ${binary:Version}), libace-ssl-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE SSL-enabled Inet protocol library - development files
This package contains the header files and static library for the ACE
SSL-enabled Inet protocol library.
@@ -180,7 +180,7 @@ Description: ACE perfect hash function generator
basically the same options and functionality. ace_gperf simply takes
advantage of some of the features provided by the ACE library.
-Package: libacexml-7.0.2
+Package: libacexml-7.0.3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -196,12 +196,12 @@ Package: libacexml-dev
Architecture: any
Section: libdevel
Replaces: libace-dev (<< 5.7.7-4)
-Depends: libacexml-7.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libacexml-7.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE SAX based XML parsing library - development files
This package contains the header files and static library for the ACE
XML parsing library.
-Package: libace-xml-utils-7.0.2
+Package: libace-xml-utils-7.0.3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -215,12 +215,12 @@ Package: libace-xml-utils-dev
Architecture: any
Section: libdevel
Replaces: libace-dev (<< 5.7.7-4)
-Depends: libace-xml-utils-7.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}, libxerces-c-dev
+Depends: libace-xml-utils-7.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}, libxerces-c-dev
Description: ACE XML utility classes and methods - development files
This package contains the header files and static library for the ACE XML
Utils library
-Package: libkokyu-7.0.2
+Package: libkokyu-7.0.3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -234,12 +234,12 @@ Description: ACE scheduling and dispatching library
Package: libkokyu-dev
Architecture: any
Section: libdevel
-Depends: libkokyu-7.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libkokyu-7.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE scheduling and dispatching library - development files
This package contains the header files and static library for the ACE
scheduling and dispatching library.
-Package: libace-xtreactor-7.0.2
+Package: libace-xtreactor-7.0.3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -257,12 +257,12 @@ Description: ACE-GUI reactor integration for Xt
Package: libace-xtreactor-dev
Architecture: any
Section: libdevel
-Depends: libace-xtreactor-7.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), libxt-dev (>= 4.3.0), ${misc:Depends}
+Depends: libace-xtreactor-7.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libxt-dev (>= 4.3.0), ${misc:Depends}
Description: ACE-GUI reactor integration for Xt - development files
This package contains header files and static library for the ACE-Xt
reactor integration.
-Package: libace-tkreactor-7.0.2
+Package: libace-tkreactor-7.0.3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -281,12 +281,12 @@ Description: ACE-GUI reactor integration for Tk
Package: libace-tkreactor-dev
Architecture: any
Section: libdevel
-Depends: libace-tkreactor-7.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), tk-dev (>= 8.5), ${misc:Depends}
+Depends: libace-tkreactor-7.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), tk-dev (>= 8.5), ${misc:Depends}
Description: ACE-GUI reactor integration for Tk - development files
This package contains header files and static library for the ACE-Tk
reactor integration.
-Package: libace-flreactor-7.0.2
+Package: libace-flreactor-7.0.3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -304,12 +304,12 @@ Description: ACE-GUI reactor integration for FLTK
Package: libace-flreactor-dev
Architecture: any
Section: libdevel
-Depends: libace-flreactor-7.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfltk1.3-dev, ${misc:Depends}
+Depends: libace-flreactor-7.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfltk1.3-dev, ${misc:Depends}
Description: ACE-GUI reactor integration for FLTK - development files
This package contains header files and static library for the ACE-FLTK
reactor integration.
-Package: libace-foxreactor-7.0.2
+Package: libace-foxreactor-7.0.3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -326,7 +326,7 @@ Description: ACE-GUI reactor integration for FOX
Package: libace-foxreactor-dev
Architecture: any
Section: libdevel
-Depends: libace-foxreactor-7.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfox-1.6-dev, ${misc:Depends}
+Depends: libace-foxreactor-7.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfox-1.6-dev, ${misc:Depends}
Description: ACE-GUI reactor integration for FOX - development files
This package contains header files and static library for the ACE-FOX
reactor integration.
@@ -343,7 +343,7 @@ Description: ACE network service implementations
files to link the various ACE network services together, either
statically or dynamically, and form complete server programs.
-Package: libnetsvcs-7.0.2
+Package: libnetsvcs-7.0.3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -357,7 +357,7 @@ Description: ACE network service implementations - libraries
Package: libnetsvcs-dev
Architecture: any
Section: libdevel
-Depends: libnetsvcs-7.0.2 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libnetsvcs-7.0.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE network service implementations - development files
ACE network services provide reusable components for common
distributed system tasks such as logging, naming, locking, and time
diff --git a/ACE/rpmbuild/ace-tao.spec b/ACE/rpmbuild/ace-tao.spec
index ae68862c31b..614a4f9b4e8 100644
--- a/ACE/rpmbuild/ace-tao.spec
+++ b/ACE/rpmbuild/ace-tao.spec
@@ -1,6 +1,6 @@
# Set the version number here.
-%define ACEVER 7.0.2
-%define TAOVER 3.0.2
+%define ACEVER 7.0.3
+%define TAOVER 3.0.3
# Conditional build
# Default values are
diff --git a/TAO/ChangeLogs/TAO-3_0_3 b/TAO/ChangeLogs/TAO-3_0_3
new file mode 100644
index 00000000000..81411d08b74
--- /dev/null
+++ b/TAO/ChangeLogs/TAO-3_0_3
@@ -0,0 +1,1135 @@
+commit 4e7704ac7ade6d97cc7d30bd7e2f00f38fac898c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Aug 2 16:28:54 2021 +0200
+
+ Update NEWS
+
+commit 279dff9caac9bbf85b0f4b86e68a31e67a8bada0
+Author: Samuel Miller <samuelsmiller@gmail.com>
+Date: Sat Jul 31 13:30:29 2021 -0400
+
+ Typo fix.
+
+commit 908c1a40dda1810d021b1d70603ef4e05f4af6b2
+Merge: 13c55ef5cda bdd85124c4e
+Author: Adam Mitz <mitza@objectcomputing.com>
+Date: Fri Jul 23 18:11:20 2021 -0500
+
+ Merge pull request #1633 from iguessthislldo/igtd/stdint
+
+ Fix Coverity Issue
+
+commit bdd85124c4e39d5200575c6b3e1252d42842a74f
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Fri Jul 23 11:54:21 2021 -0500
+
+ Fix Coverity Issue
+
+commit aff30bce101b66183399c6547d0d288c61f96aea
+Merge: 3673b6a3100 5eb19d9799d
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 23 08:16:54 2021 +0200
+
+ Merge pull request #1625 from jwillemsen/jwi-paramtestascii
+
+ %C is for logging ascii strings
+
+commit 3673b6a3100918e42056bc916850b0000d5ef9c5
+Merge: f68d662da1d c6ed7d4b48b
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Thu Jul 22 18:34:01 2021 -0500
+
+ Merge pull request #1631 from mitza-oci/taoidlfe-tao3
+
+ Updated tao_idl_fe base project.
+
+commit 93088ce46b7de3e5c8303faad1ac43e62ffd14fa
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Thu Jul 22 15:18:48 2021 -0500
+
+ Revert "Add TAO_ROOT to tao_idl_fe.mpb"
+
+ This reverts commit 81524bce67b278f129ec5a4e9ab2d3ba28df4720.
+
+commit c6ed7d4b48bbc7bb5ad1a5e390c080dd2169690b
+Author: Adam Mitz <mitza@objectcomputing.com>
+Date: Thu Jul 22 15:00:34 2021 -0500
+
+ Updated tao_idl_fe base project.
+
+ Projects that use tao_idl_fe need TAO_ROOT on preprocessor include
+ path, due to the recent change to idl_defines.h including
+ idl_features.h from tao.
+
+commit 81524bce67b278f129ec5a4e9ab2d3ba28df4720
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Thu Jul 22 14:39:52 2021 -0500
+
+ Add TAO_ROOT to tao_idl_fe.mpb
+
+ For tao/idl_features.h
+
+commit 2364cfbe655db819e94185d4ac96f8040228864a
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Thu Jul 22 14:39:05 2021 -0500
+
+ Refactor DRV_cpp_putarg to Avoid ACE_TCHAR
+
+commit dd50c1191b8d87ca7e0d8bfa0b138a1950b6863c
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Thu Jul 22 01:06:31 2021 -0500
+
+ Escape Double Quotes in tao_idl PP Args on Windows
+
+commit 43904ad8613e8b56fc352bff3d0c1cae4bb31b9f
+Merge: f8e095c8b13 ad197ab1179
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jul 21 16:20:37 2021 +0200
+
+ Merge pull request #1624 from jwillemsen/jwi-whitespace
+
+ Removed redundant whitespace
+
+commit 5eb19d9799db38ba5d58ca36f02b9c87de7e88fd
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jul 21 11:31:37 2021 +0200
+
+ Fixed incorrect logging
+
+ * TAO/tests/Param_Test/except.cpp:
+
+commit 5dff5cebea9fab9737204ce549635ea4081fa2f9
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jul 21 11:23:48 2021 +0200
+
+ %C is for logging ascii strings
+
+ * TAO/tests/Param_Test/bd_str_seq.cpp:
+ * TAO/tests/Param_Test/bd_string.cpp:
+ * TAO/tests/Param_Test/client.cpp:
+ * TAO/tests/Param_Test/complex_any.cpp:
+ * TAO/tests/Param_Test/nested_struct.cpp:
+ * TAO/tests/Param_Test/objref.cpp:
+ * TAO/tests/Param_Test/objref_struct.cpp:
+ * TAO/tests/Param_Test/param_test_i.cpp:
+ * TAO/tests/Param_Test/ub_any_seq.cpp:
+ * TAO/tests/Param_Test/ub_objref_seq.cpp:
+ * TAO/tests/Param_Test/ub_str_seq.cpp:
+ * TAO/tests/Param_Test/ub_string.cpp:
+ * TAO/tests/Param_Test/ub_struct_seq.cpp:
+ * TAO/tests/Param_Test/var_array.cpp:
+
+commit 57ac037347ce7a2bdc559ea33f35d15e57a1200f
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jul 21 11:21:24 2021 +0200
+
+ %C is for logging ascii strings
+
+ * TAO/tests/Param_Test/any.cpp:
+ * TAO/tests/Param_Test/except.cpp:
+ * TAO/tests/Param_Test/var_struct.cpp:
+
+commit ad197ab1179e257f24ae95f54425812dd3ffd6cc
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jul 21 10:14:33 2021 +0200
+
+ Removed redundant whitespace
+
+ * ACE/ACEXML/parser/parser/Parser.cpp:
+ * ACE/examples/ConfigViewer/ValueListCtrl.cpp:
+ * ACE/tests/CDR_Array_Test.cpp:
+ * TAO/TAO_IDL/be/be_interface.cpp:
+ * TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp:
+
+commit f8e095c8b1345f565b464c8e9b8557305f62fa00
+Merge: 4e4a1260bc4 c9568bca8c9
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Tue Jul 20 17:54:05 2021 -0500
+
+ Merge pull request #1621 from iguessthislldo/igtd/stdint
+
+ Header File for TAO_IDL Supported IDL Features
+
+commit c9568bca8c9520c7cad3aeedfba24d6232ce703a
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Tue Jul 20 17:52:30 2021 -0500
+
+ Prevent Possible Redefinition Warnings
+
+commit 9956106ce26e3c53de6e9cf2d19e3a6d6ca7559c
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Tue Jul 20 15:37:50 2021 -0500
+
+ Correct NEWS and Examples
+
+commit 8ece0e448f1905c36ce5aaad498c5565550c0021
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Tue Jul 20 00:15:00 2021 -0500
+
+ Header File for TAO_IDL Supported IDL Features
+
+ Get information about what IDL features the IDL compiler has, similarly
+ to the "version" standard header in C++.
+
+ In C++ it can be used like this if you want to be compatible with older
+ versions of TAO:
+
+ ```c++
+ #include "tao/orbconf.h"
+ #if defined TAO_HAS_IDL_FEATURES && TAO_HAS_IDL_FEATURES
+ // Use this macro if you are using something that's not the max possible
+ // version.
+ # define TAO_IDL_IDL_VERSION 0x50000
+ # include "tao/idl_features.h"
+ # define USE_FEATURE defined TAO_IDL_HAS_FEATURE && TAO_IDL_HAS_FEATURE
+ #else
+ # define USE_FEATURE 0
+ #endif
+ ```
+
+ In IDL it can be used like this if you want to be compatible with older
+ versions of TAO:
+
+ ```c++
+ #if defined __TAO_IDL_FEATURES
+ # include __TAO_IDL_FEATURES
+ # define USE_FEATURE defined TAO_IDL_HAS_FEATURE && TAO_IDL_HAS_FEATURE
+ #else
+ # define USE_FEATURE 0
+ #endif
+ ```
+
+commit 18cbda7cf52bc121583e7af7b585c70c380d80e4
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jul 19 10:41:05 2021 +0200
+
+ Removed old workarounds for bcc32
+
+ * ACE/ace/Refcounted_Auto_Ptr.h:
+ * ACE/ace/XML_Utils/XercesString.h:
+ * TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.cpp:
+ * TAO/orbsvcs/orbsvcs/AV/RTCP_Packet.cpp:
+ * TAO/utils/nslist/nslist.cpp:
+ * TAO/utils/wxNamingViewer/wxNamingViewer.cpp:
+
+commit e89c98b326b1732550309ab69056d3fdb4c96f52
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 16:03:14 2021 +0200
+
+ Embarcadero C++ Builder can not handle this IDL file
+
+ * TAO/tests/Bug_3940_Regression/README:
+ * TAO/tests/Bug_3940_Regression/test.idl:
+
+commit 5ce13938d56b7ec1967151e45df264eceb150ca1
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 16 09:32:08 2021 +0200
+
+ Cleanup Embarcadero C++ Builder support
+
+ * ACE/ace/Compression/rle/RLECompressor.cpp:
+ * ACE/ace/config-win32-borland.h:
+ * ACE/ace/post.h:
+ * ACE/ace/pre.h:
+ * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp:
+ * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h:
+ * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h:
+ * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp:
+ * TAO/tests/Bug_3574_Regression/test.cpp:
+ * TAO/tests/RTCORBA/README:
+
+commit b93e21d9e5b15494a6eb5b37c9b212aa3632ff5a
+Merge: 121ce4ec0a3 f46f63fcc2c
+Author: Adam Mitz <mitza@objectcomputing.com>
+Date: Tue Jul 13 17:03:27 2021 -0500
+
+ Merge pull request #1602 from iguessthislldo/igtd/stdint
+
+ tao_idl: Fix Assignment Warning
+
+commit f46f63fcc2c467b6684855da743db9f77e93c240
+Author: Fred Hornsey <fred@hornsey.us>
+Date: Tue Jul 13 12:55:46 2021 -0500
+
+ Update TAO/TAO_IDL/ast/ast_expression.cpp
+
+ Co-authored-by: Adam Mitz <mitza@objectcomputing.com>
+
+commit 121ce4ec0a3ece51991220bc98ce008e97614e2b
+Merge: a1d27bfcc0b a0da9d2ed9c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jul 13 12:45:32 2021 +0200
+
+ Merge pull request #1603 from jwillemsen/jwi-bcc32c
+
+ Only the Embarcadero clang based compilers support C++11
+
+commit bfff39e0073af7ff9d9b26c82ac2a62669c5259e
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jul 13 12:02:46 2021 +0200
+
+ Use nullptr
+
+ * TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp:
+
+commit 47e50c0a89e7f5dbb9eac51a27de8c272da54148
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Mon Jul 12 18:09:06 2021 -0500
+
+ tao_idl: Fix Assignment Warning
+
+commit d281148ea8a1a3790435acba2b1fcf55833e82a6
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jul 12 14:17:26 2021 +0200
+
+ Use operator! and const change
+
+ * TAO/tao/operation_details.cpp:
+ * TAO/tests/Param_Test/except.cpp:
+
+commit 4db73f60569d5b3a1a2ed8f7ab119d1c2e770bdb
+Merge: 263e4488a7d 3b5890cbf46
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 9 18:23:41 2021 +0200
+
+ Merge pull request #1596 from jwillemsen/jwi-logreplystatus
+
+ Log reply status in case of an error and some DII_Deferred_Transient test changes
+
+commit 263e4488a7d0618dcbab2e4f5e7995428cde53ca
+Merge: 5e3afb9d934 b23362324e9
+Author: Adam Mitz <mitza@objectcomputing.com>
+Date: Fri Jul 9 09:45:05 2021 -0500
+
+ Merge pull request #1592 from mitza-oci/install-relative
+
+ make install: use relative links in prefix/share
+
+commit 5e3afb9d934fe5d94d26bb4831c7ba7ed35a3c43
+Merge: e43718d94e0 1252f0d1f1e
+Author: Adam Mitz <mitza@objectcomputing.com>
+Date: Fri Jul 9 09:44:51 2021 -0500
+
+ Merge pull request #1594 from iguessthislldo/igtd/stdint
+
+ Fix Coverity Issues and Compiler Warnings
+
+commit 3b5890cbf46ab51d05e89278524dd199a06a0cfe
+Merge: 6f4f2c50cda 4760efc83d2
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 9 16:32:29 2021 +0200
+
+ Merge branch 'master' into jwi-logreplystatus
+
+commit 4760efc83d2c07af027ef10907cf0a5dbbe62e01
+Merge: 3a243cd1ccf e43718d94e0
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 9 16:32:05 2021 +0200
+
+ Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into master
+
+commit 3a243cd1ccf93d8219caa6d1e8d0d805ca0b2160
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 9 16:31:54 2021 +0200
+
+ Enable ORBVerboseLogging 1 to show timestamps
+
+ * TAO/tests/DII_Deferred_Transient/run_test.pl:
+
+commit 02bc0ec464aa15d19208407353e96919cbe444d9
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 9 16:31:42 2021 +0200
+
+ Use override
+
+ * TAO/tests/DII_Deferred_Transient/Hello.h:
+
+commit 6f4f2c50cdae99aeda006d9289557c4c3a20a98a
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jul 9 16:27:17 2021 +0200
+
+ Log the reply_status to indicate what we received
+
+ * TAO/tao/DynamicInterface/Request.cpp:
+
+commit 1252f0d1f1ea2182759b029871a3ca2a7994256b
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Thu Jul 8 20:22:38 2021 -0500
+
+ ast_expression.cpp: Fix Uninitialized Value
+
+commit a0cea31f31479ba6ef6ee9adff63f8f164779821
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Thu Jul 8 19:18:55 2021 -0500
+
+ TAO/TAO_IDL/regen.pl: Remove Extra Make Call
+
+commit d5819180d02d76ed3c14c421f02ad69c4d0bab9e
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Thu Jul 8 19:16:24 2021 -0500
+
+ Regenerate with Bison 3.7.6
+
+commit cbd16710267989e98357aa2b0d79434297d03f0f
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Thu Jul 8 19:13:48 2021 -0500
+
+ TAO/TAO_IDL/regen.pl: Exit with Error
+
+commit f818b6ca180b86dc00be9bbc21d2e67f40d9dddf
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Thu Jul 8 17:26:09 2021 -0500
+
+ Attempt to Fix Coverity Issues from #840
+
+ https://github.com/DOCGroup/ACE_TAO/pull/840
+
+ Because the main set of issues in `coerce_value` was caused by applying
+ the existing pattern, the issues caused by the existing code should also
+ be fixed.
+
+commit b23362324e929b731f3908c2f1d458d16c524f49
+Author: Adam Mitz <mitza@objectcomputing.com>
+Date: Thu Jul 8 14:04:25 2021 -0500
+
+ make install: use relative links in prefix/share
+
+commit 35df1735144f2552884d31ec5bb1f05a5c8bac4d
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Jul 8 11:50:58 2021 +0200
+
+ Use nullptr, removed redundant void, layout changes
+
+ * TAO/tao/Objref_VarOut_T.cpp:
+ * TAO/tao/Objref_VarOut_T.h:
+ * TAO/tao/Objref_VarOut_T.inl:
+ * TAO/tao/Seq_Out_T.inl:
+ * TAO/tao/Seq_Var_T.cpp:
+ * TAO/tao/Seq_Var_T.inl:
+
+commit 94f6032a4820c82f673ab86848b7d4bbcf61ebb5
+Author: Claus Klein <claus.klein@rohde-schwarz.com>
+Date: Tue Jul 6 16:32:48 2021 +0200
+
+ add missed header Basic_Types_IDLv4 to list
+
+commit 0f50d148543e52e8c58005aad78976897bc4bacc
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Thu Jul 1 14:41:42 2021 -0500
+
+ Fix Integer Literals for Windows
+
+commit f54b7d10d2c3aedda1132beb22e2713270b1bfdc
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Jul 1 09:16:24 2021 +0200
+
+ Fixed fallthrough warnings
+
+ * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
+
+commit 48f51b52ee8e8cc1ff6608f1539a7985c65e5acc
+Merge: 4a5a0596c8b 354b698dd92
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Wed Jun 30 13:51:55 2021 -0500
+
+ Merge pull request #840 from iguessthislldo/igtd/stdint
+
+ IDLv4 Explicitly-named Integer Types
+
+commit 70b28ba29efaed433c3bfbdca14332c39a99883c
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Tue Jun 29 18:53:04 2021 -0500
+
+ Try to Fix Issues with int8/uint8
+
+commit c8221814c5dd3e724f88b3b5dc33e38b652dc0ba
+Merge: fffe48a8fea 4690065da35
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 28 15:45:40 2021 +0200
+
+ Merge branch 'master' into jwi-ACE_OSCALL
+
+commit 6e2e9f862209e9dae3a282f2505e83d9dce2ac69
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 28 14:50:36 2021 +0200
+
+ Removed FAIL value from ACE_OSCALL an ACE_OSCALL_RETURN, not used at all
+
+ * ACE/ace/Mem_Map.cpp:
+ * ACE/ace/OS_NS_Thread.cpp:
+ * ACE/ace/OS_NS_Thread.inl:
+ * ACE/ace/OS_NS_arpa_inet.cpp:
+ * ACE/ace/OS_NS_arpa_inet.inl:
+ * ACE/ace/OS_NS_devctl.inl:
+ * ACE/ace/OS_NS_dlfcn.inl:
+ * ACE/ace/OS_NS_fcntl.cpp:
+ * ACE/ace/OS_NS_fcntl.inl:
+ * ACE/ace/OS_NS_macros.h:
+ * ACE/ace/OS_NS_netdb.inl:
+ * ACE/ace/OS_NS_poll.inl:
+ * ACE/ace/OS_NS_regex.inl:
+ * ACE/ace/OS_NS_signal.inl:
+ * ACE/ace/OS_NS_stdio.inl:
+ * ACE/ace/OS_NS_stdlib.inl:
+ * ACE/ace/OS_NS_stropts.inl:
+ * ACE/ace/OS_NS_sys_mman.inl:
+ * ACE/ace/OS_NS_sys_msg.inl:
+ * ACE/ace/OS_NS_sys_resource.inl:
+ * ACE/ace/OS_NS_sys_shm.inl:
+ * ACE/ace/OS_NS_sys_socket.inl:
+ * ACE/ace/OS_NS_sys_stat.inl:
+ * ACE/ace/OS_NS_sys_time.inl:
+ * ACE/ace/OS_NS_sys_uio.inl:
+ * ACE/ace/OS_NS_sys_utsname.cpp:
+ * ACE/ace/OS_NS_sys_wait.inl:
+ * ACE/ace/OS_NS_time.cpp:
+ * ACE/ace/OS_NS_time.h:
+ * ACE/ace/OS_NS_time.inl:
+ * ACE/ace/OS_NS_unistd.cpp:
+ * ACE/ace/OS_NS_unistd.inl:
+ * ACE/ace/OS_NS_wchar.inl:
+ * ACE/ace/OS_TLI.inl:
+ * ACE/ace/config-macros.h:
+ * TAO/TAO_IDL/be/be_helper.cpp:
+
+commit 1f33020ef2e1075a4432ffbcf51e27b1bb477637
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 28 12:16:32 2021 +0200
+
+ More compact code generation
+
+ * TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp:
+ * TAO/TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp:
+ * TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_cs.cpp:
+ * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:
+ * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp:
+
+commit cc8c46b954cf036ff76042a623f89f1868d968af
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 28 11:30:16 2021 +0200
+
+ Make use of nullptr, removed redundant cast, const changes, layout changes
+
+ * TAO/TAO_IDL/be/be_codegen.cpp:
+ * TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp:
+ * TAO/TAO_IDL/fe/idl.ll:
+ * TAO/TAO_IDL/fe/idl.yy.cpp:
+
+commit 245f1c228eae5258cf54407f99230cfc8ebd1543
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sat Jun 26 09:09:00 2021 +0200
+
+ Layout changes
+
+ * TAO/tests/IDL_Test/constants.idl:
+
+commit e4c207da0cac01069ab467c83cc6eb0e520bdea3
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Jun 24 10:22:49 2021 +0200
+
+ Removed onewin argument, not supported anymore, only listed in the readme and help output
+
+ * TAO/tests/Alt_Mapping/README:
+ * TAO/tests/Alt_Mapping/run_test.pl:
+ * TAO/tests/Param_Test/README:
+ * TAO/tests/Param_Test/run_test.pl:
+
+commit d2a454489af821ea8532781f7b5349f6e35f84cf
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Jun 24 10:06:43 2021 +0200
+
+ Chorus cleanup
+
+ * TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h:
+ * TAO/performance-tests/Cubit/TAO/MT_Cubit/Timer.h:
+
+commit aa056a80e866c6b4bb113cd35492109522f3e76c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Jun 24 10:04:32 2021 +0200
+
+ Removed old comments and support for Chorus which we don't support anymore
+
+ * ACE/ace/README:
+ * ACE/ace/Thread_Manager.cpp:
+ * ACE/ace/config-kfreebsd.h:
+ * ACE/bin/libsize.pl:
+ * ACE/docs/run_test.txt:
+ * TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl:
+ * TAO/orbsvcs/tests/Security/ssliop_corbaloc/run_test.pl:
+ * TAO/orbsvcs/tests/Simple_Naming/run_test.pl:
+ * TAO/orbsvcs/tests/Simple_Naming/run_test_ffp.pl:
+ * TAO/orbsvcs/tests/Simple_Naming/run_test_ft.pl:
+ * TAO/orbsvcs/tests/Simple_Naming/run_test_ipv6.pl:
+ * TAO/performance-tests/Cubit/TAO/IDL_Cubit/README:
+ * TAO/performance-tests/Cubit/TAO/MT_Cubit/README:
+ * TAO/tests/Alt_Mapping/run_test.pl:
+ * TAO/tests/Bug_2289_Regression/run_test.pl:
+ * TAO/tests/Bug_3853_Regression/run_test.pl:
+ * TAO/tests/DynAny_Test/run_test.pl:
+ * TAO/tests/Param_Test/run_test.pl:
+
+commit 2ed7fe7c1c6492c7f920581ec3ac8e7ec4278efd
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Mon Jun 21 20:22:55 2021 -0500
+
+ Support int8/uint8 Sequences and Arrays
+
+commit 7f52a0eb64a4847e013af14558c96184b3494081
+Merge: 7b35108cb72 edb65903473
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 21 15:52:06 2021 +0200
+
+ Merge pull request #1567 from jwillemsen/jwi-overridert
+
+ Use override instead of virtual
+
+commit edb65903473f95d16434895c1cc772e0f413eee5
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 21 09:07:20 2021 +0200
+
+ Use override instead of virtual
+
+ * TAO/tao/RTScheduling/Current.h:
+
+commit 67644425022c6c520debc2a47b1fa1c90f2cd59e
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 21 08:45:31 2021 +0200
+
+ Removed workarounds for very old broken HP compilers
+
+ * ACE/ACEXML/common/ZipCharStream.cpp:
+ * ACE/ace/OS_NS_signal.h:
+ * ACE/ace/OS_NS_stdio.cpp:
+ * ACE/ace/OS_TLI.h:
+ * ACE/ace/SStringfwd.h:
+ * ACE/ace/Stack_Trace.cpp:
+ * ACE/tests/Bug_3709_Regression_Test.cpp:
+ * ACE/tests/Compiler_Features_12_Test.cpp:
+ * TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.cpp:
+
+commit 1620aa41534fd4715d5fc1fed61c6035add528c6
+Merge: d47fcc93f29 ec0b842365a
+Author: Phil Mesnier <mesnierp@objectcomputing.com>
+Date: Fri Jun 18 10:26:28 2021 -0500
+
+ Merge pull request #1559 from DOCGroup/plm_1550
+
+ Applying changes recommended by Coverity scan.
+
+commit ec0b842365ae8acb64525f3c95949225538fd00a
+Author: Phil Mesnier <mesnierp@objectcomputing.com>
+Date: Thu Jun 17 15:32:38 2021 -0500
+
+ Applying changes recommended by Coverity scan.
+
+commit d47fcc93f297109fb635e9f49497ece3a83df068
+Merge: 2020e227a71 13c9ee7bba3
+Author: Phil Mesnier <mesnierp@objectcomputing.com>
+Date: Thu Jun 17 08:31:57 2021 -0500
+
+ Merge pull request #1555 from DOCGroup/plm_1550
+
+ applying solution to issue 1550 as found in ace6tao2
+
+commit ce0ef8ecd7b1344446994f9d261ed648ffa8b041
+Merge: cb579f6b184 985e16cf828
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 16 20:23:00 2021 +0200
+
+ Merge pull request #1554 from jwillemsen/jwi-taoidl
+
+ Make use of C++11 using in the generated code and more reduced code g…
+
+commit 13c9ee7bba3a02bb9b5a92fbc3699060867e8925
+Author: Phil Mesnier <mesnierp@objectcomputing.com>
+Date: Wed Jun 16 10:15:11 2021 -0500
+
+ applying solution to issue 1550 as found in ace6tao2
+
+commit 985e16cf8287518dad30c718ed40fd35bbbe1f6a
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 16 16:43:41 2021 +0200
+
+ More dense code
+
+ * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp:
+
+commit ddbea6033ca341c274aa52faab27d00540b244a5
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 16 16:37:53 2021 +0200
+
+ Use nullptr instead of 0
+
+ * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp:
+
+commit 865e24ba171b6357cafeaf79a0b78aae6c29feda
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 16 16:32:56 2021 +0200
+
+ Make use of C++11 using in the generated code and more reduced code generation when an operation doesn't have arguments
+
+ * TAO/TAO_IDL/be/be_interface.cpp:
+ * TAO/TAO_IDL/be/be_type.cpp:
+ * TAO/TAO_IDL/be/be_valuetype.cpp:
+ * TAO/TAO_IDL/be/be_visitor_interface/amh_sh.cpp:
+ * TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp:
+
+commit b489eefef18d6c538d5498350bb732bc51792f50
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Tue Jun 15 17:48:47 2021 -0500
+
+ explicit_ints: Fix Mixup
+
+commit 71f7ce017d977f1c6bd226cdf05266d7dda0622c
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Tue Jun 15 17:34:39 2021 -0500
+
+ Respond to Review of #840
+
+ https://github.com/DOCGroup/ACE_TAO/pull/840
+
+commit 65962eedcc372b0d4addf94edea54b810c0e53c2
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Tue Jun 15 16:59:29 2021 -0500
+
+ Isolate IDL4 Ints in TAO Unless IDL4 is Used
+
+commit 800cec49aeaedbf5355557fc1b300a3b7a1be46d
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Tue Jun 15 13:35:07 2021 -0500
+
+ s/Uint/UInt/g
+
+commit 722d05be5d93c81c8b64063bc8bf9f92639243b7
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 15 11:48:21 2021 +0200
+
+ Removed empty lines
+
+ * TAO/orbsvcs/tests/Security/Null_Cipher/README:
+
+commit 7471fc93d6470e27b102cb28e4f8b50e51e0f9e6
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Mon Jun 14 23:13:35 2021 -0500
+
+ ast_expression.cpp: Add Include for sprintf
+
+commit 2280b39eb55c10304e86db634d4455576732faec
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Mon Jun 14 18:28:45 2021 -0500
+
+ Respond to Review of #840
+
+ https://github.com/DOCGroup/ACE_TAO/pull/840
+
+commit 737b9195ece838d15d4c6d54300026a26e5d1c44
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Mon Jun 14 15:58:44 2021 -0500
+
+ Partially Respond to Review of #840
+
+ https://github.com/DOCGroup/ACE_TAO/pull/840
+
+commit 2afc6a2c504ab9a80a54c2d71efea83a0d5085c9
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Sun Jun 13 16:46:42 2021 -0500
+
+ Fix Warnings, Add explicit_ints to Test List
+
+commit 56a61b91a637fbb0be576cbc3f7a173e0c63476a
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Sat Jun 12 22:43:28 2021 -0500
+
+ Fix Issues with explicit_ints Test
+
+ - Add uint8 and int8 to ACE and TAO serialization
+ - Refactor parts of AST_Expression to also cover uint8 and int8
+
+commit 13e44c96b9f58773a0bce6e490647d9d77c4698b
+Merge: 4bb439bda26 024f1c0a2de
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jun 11 19:56:12 2021 +0200
+
+ Merge pull request #1547 from jwillemsen/master
+
+ Replace auto_ptr with std::unique_ptr and fixed missing break
+
+commit 024f1c0a2def74d2324c477346d2acf437979e54
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jun 11 16:21:59 2021 +0200
+
+ Removed redundant whitelines
+
+ * TAO/orbsvcs/tests/FtRtEvent/consumer.cpp:
+ * TAO/orbsvcs/tests/FtRtEvent/supplier.cpp:
+
+commit c64416ce2e9b0714c9ce379186412f03072d7b3f
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Jun 11 16:20:42 2021 +0200
+
+ Replace auto_ptr with std::unique_ptr and fixed missing break
+
+ * TAO/orbsvcs/performance-tests/RTEvent/lib/Control.cpp:
+ * TAO/orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.cpp:
+ * TAO/orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.h:
+ * TAO/orbsvcs/performance-tests/RTEvent/lib/RTEC_Initializer.cpp:
+ * TAO/orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.cpp:
+ * TAO/orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.h:
+ * TAO/orbsvcs/tests/FtRtEvent/consumer.cpp:
+ * TAO/orbsvcs/tests/FtRtEvent/supplier.cpp:
+ * TAO/orbsvcs/tests/Trading/colocated_test.cpp:
+
+commit 8a3fbaae85e86c8309a212e3a3e7f03f315ab7af
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Jun 10 11:52:33 2021 +0200
+
+ Fixed double deletes during AV shutdown
+
+ * TAO/orbsvcs/orbsvcs/AV/UDP.cpp:
+ * TAO/orbsvcs/orbsvcs/AV/UDP.h:
+
+commit ead13705b3ed03b0107a832a5e98d15adf3e14ce
+Merge: aca5d7dca4c 8f56a94bc5a
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 9 19:01:03 2021 +0200
+
+ Merge pull request #1545 from jwillemsen/jwi-notify
+
+ Assign the result of the call to add_constraints to a _var to fix memory leak in CosNotify tests
+
+commit 8f56a94bc5abdee1ddb7e1a19b67c0c2a8eea810
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 9 15:18:05 2021 +0200
+
+ Assign the result of the call to add_constraints to a _var to fix memory leaks, replaced one occurance of auto_ptr with unique_ptr
+
+ * TAO/orbsvcs/tests/Notify/Basic/ExtendedFilter.cpp:
+ * TAO/orbsvcs/tests/Notify/Basic/Filter.cpp:
+ * TAO/orbsvcs/tests/Notify/Bug_1884_Regression/consumer.cpp:
+ * TAO/orbsvcs/tests/Notify/Bug_2415_Regression/Consumer.cpp:
+ * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/DllOrb.cpp:
+ * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/DllOrb.h:
+ * TAO/orbsvcs/tests/Notify/Bug_3688_Regression/consumer.cpp:
+ * TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestListener.cpp:
+ * TAO/orbsvcs/tests/Notify/Persistent_Filter/Filter.cpp:
+ * TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Consumer.cpp:
+ * TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Consumer.cpp:
+ * TAO/orbsvcs/tests/Notify/Structured_Filter/Structured_Consumer.cpp:
+ * TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Consumer.cpp:
+ * TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Supplier.cpp:
+ * TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Consumer.cpp:
+ * TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Supplier.cpp:
+ * TAO/orbsvcs/tests/Notify/Test_Filter/RT_Test_Filter.cpp:
+ * TAO/orbsvcs/tests/Notify/XML_Persistence/main.cpp:
+ * TAO/orbsvcs/tests/Notify/lib/Filter_Command.cpp:
+ * TAO/orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Consumer.cpp:
+ * TAO/orbsvcs/tests/Notify/performance-tests/Filter/Structured_Consumer.cpp:
+
+commit d17ee94d63125de3e7f3e74ac399ec9b4e9ebca7
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 9 15:03:55 2021 +0200
+
+ Use true instead of 1
+
+ * TAO/orbsvcs/tests/Notify/lib/Notify_Test_Client.cpp:
+
+commit fe353c0b9338aa9deb8079e68b812e6a9ee8ab4e
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 9 14:53:15 2021 +0200
+
+ Don't use close, it modifies the unbounded set which causes a crash when we iterate on it, delete the contents directly
+
+ * TAO/orbsvcs/orbsvcs/AV/Transport.cpp:
+
+commit 44a71f80a21f094f286c4db98fa31db83cff7451
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 9 13:10:33 2021 +0200
+
+ Removed empty lines
+
+ * TAO/tests/POA/EndpointPolicy/README:
+
+commit 9ad0c2a8fc8e8619ffdf87b159b046089296caf6
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 9 10:15:42 2021 +0200
+
+ Fixed compile errors with C++11
+
+ * TAO/tests/Oneway_Send_Timeouts/Server_Task.h:
+ * TAO/tests/Oneway_Send_Timeouts/main.cpp:
+
+commit 643aed4d8f870ecb2eab19d45ccd390eb3f4d401
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Jun 9 08:28:50 2021 +0200
+
+ Fixed compile errors due to auto_ptr to unqiue_ptr changes
+
+ * TAO/tests/Bug_3251_Regression/DllOrb.cpp:
+ * TAO/tests/Bug_3542_Regression/DllOrb.cpp:
+ * TAO/tests/Oneway_Send_Timeouts/Client_Task.h:
+ * TAO/tests/Oneway_Send_Timeouts/main.cpp:
+
+commit d5e417e1baf0437e73217803c63dac1160f50ee3
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 10:17:53 2021 +0200
+
+ Removed redundant whiteline
+
+ * TAO/tests/Compression/zlibserver.cpp:
+
+commit e228392015a670c6a73106a63717fcf0c559a944
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 10:16:53 2021 +0200
+
+ Layout changes
+
+ * TAO/tests/Compression/bzip2server.cpp:
+ * TAO/tests/Compression/zlibserver.cpp:
+
+commit a9866bb7e45461f47bcaec272a95ecc869bc5ac9
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 10:16:43 2021 +0200
+
+ Replaced ACE_Byte_Array_ptr with std::unique_ptr usage
+
+ * TAO/tests/Compression/RLECompressorTest.cpp:
+
+commit 04fcadef2677421412a225cea383f7909153d3d2
+Merge: c412d454d86 f5be2f529f7
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 8 10:07:29 2021 +0200
+
+ Merge branch 'master' into feature/prevent-auto_ptr-usage
+
+commit a4c5b22c20a1f1298a23d3ab57571237284b1963
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Mon Jun 7 23:43:19 2021 -0500
+
+ Added WIP explicit_ints Test
+
+ And a bunch of fixes to get it to (sorta) work.
+
+commit 85a1e615810419950f8f1280f80df9da9f5dee4d
+Merge: 7549f0b34c1 d8971212c4f
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Mon Jun 7 17:12:57 2021 -0500
+
+ Merge remote-tracking branch 'upstream/master' into igtd/stdint
+
+commit 072c0939cc2a824ced1fb3ab7091b74c3bb092c3
+Merge: 6f6f7ea0c8f d8971212c4f
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 7 21:22:22 2021 +0200
+
+ Merge branch 'master' into jwi-ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB
+
+commit 6f6f7ea0c8fcde679ef21a59a4686043b02d3057
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Jun 7 08:50:33 2021 +0200
+
+ We require now that the standard C++ library is supported and available in the std namespace, removed support for non compliant configurations
+
+ * ACE/ace/Auto_Ptr.h:
+ * ACE/ace/Auto_Ptr.inl:
+ * ACE/ace/Global_Macros.h:
+ * ACE/ace/IOStream.h:
+ * ACE/ace/README:
+ * ACE/ace/ace_wchar.h:
+ * ACE/ace/config-aix-5.x.h:
+ * ACE/ace/config-all.h:
+ * ACE/ace/config-g++-common.h:
+ * ACE/ace/config-hpux-11.00.h:
+ * ACE/ace/config-icc-common.h:
+ * ACE/ace/config-integritySCA.h:
+ * ACE/ace/config-kfreebsd.h:
+ * ACE/ace/config-linux-common.h:
+ * ACE/ace/config-mqx.h:
+ * ACE/ace/config-netbsd.h:
+ * ACE/ace/config-openvms.h:
+ * ACE/ace/config-qnx.h:
+ * ACE/ace/config-suncc-common.h:
+ * ACE/ace/config-sunos5.5.h:
+ * ACE/ace/config-sunos5.6.h:
+ * ACE/ace/config-vxworks6.4.h:
+ * ACE/ace/config-win32-borland.h:
+ * ACE/ace/config-win32-msvc-14.h:
+ * ACE/ace/iosfwd.h:
+ * ACE/ace/streams.h:
+ * ACE/examples/C++NPv1/Logging_Client.cpp:
+ * ACE/examples/C++NPv2/Select_Reactor_Logging_Server.cpp:
+ * ACE/examples/C++NPv2/Server_Shutdown.cpp:
+ * ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp:
+ * ACE/tests/IOStream_Test.cpp:
+ * TAO/DevGuideExamples/PortableInterceptors/Auth/Messenger_i.cpp:
+ * TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInitializer.cpp:
+ * TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInterceptor.cpp:
+ * TAO/DevGuideExamples/PortableInterceptors/PICurrent/Messenger_i.cpp:
+ * TAO/docs/tutorials/Quoter/AMI/Stock_i.h:
+ * TAO/docs/tutorials/Quoter/Naming_Service/Stock_i.h:
+ * TAO/docs/tutorials/Quoter/On_Demand_Activation/Stock_i.h:
+ * TAO/docs/tutorials/Quoter/Simple/Impl-Repo/Stock_i.h:
+ * TAO/docs/tutorials/Quoter/Simple/ImprovedServer/Stock_i.h:
+ * TAO/docs/tutorials/Quoter/Simple/Persistent/Stock_i.h:
+ * TAO/docs/tutorials/Quoter/Simple/Server/Stock_i.h:
+ * TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/Messenger_i.cpp:
+ * TAO/orbsvcs/examples/LoadBalancing/Stock.h:
+
+commit a436568e52a5a78afe7b039b4c6b1e089369eba6
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sun Jun 6 18:04:12 2021 +0200
+
+ Make use of std::nothrow/std::nothrow_t/std::badalloc, ACE macros for these are kept for backward compatiblity
+
+ * ACE/ace/CORBA_macros.h:
+ * ACE/ace/OS_Memory.h:
+ * ACE/ace/Svc_Handler.cpp:
+ * ACE/ace/Svc_Handler.h:
+ * ACE/examples/DLL/Newsweek.cpp:
+ * ACE/examples/DLL/Newsweek.h:
+ * ACE/examples/DLL/Today.cpp:
+ * ACE/examples/DLL/Today.h:
+ * ACE/examples/Shared_Malloc/test_persistence.cpp:
+ * ACE/tests/DLL_Test_Impl.cpp:
+ * ACE/tests/DLL_Test_Impl.h:
+ * ACE/tests/Dynamic_Test.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp:
+ * TAO/tao/Var_Size_Argument_T.cpp:
+ * TAO/tests/POA/DSI/Database_i.cpp:
+ * TAO/tests/POA/DSI/Database_i.h:
+
+commit 1652ce786e3f76875cfa9008ac83682c4828d6a6
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sun Jun 6 10:29:02 2021 +0200
+
+ All compilers we support provide ACE_HAS_NEW_NOTHROW
+
+ * ACE/ace/CORBA_macros.h:
+ * ACE/ace/OS_Memory.h:
+ * ACE/ace/README:
+ * ACE/ace/Svc_Handler.cpp:
+ * ACE/ace/Svc_Handler.h:
+ * ACE/ace/config-all.h:
+ * ACE/ace/config-g++-common.h:
+ * ACE/ace/config-hpux-11.00.h:
+ * ACE/ace/config-lynxos.h:
+ * ACE/ace/config-sunos5.5.h:
+ * ACE/ace/config-win32-borland.h:
+ * ACE/ace/config-win32-msvc-14.h:
+ * ACE/examples/DLL/Newsweek.cpp:
+ * ACE/examples/DLL/Newsweek.h:
+ * ACE/examples/DLL/Today.cpp:
+ * ACE/examples/DLL/Today.h:
+ * ACE/examples/Shared_Malloc/test_persistence.cpp:
+ * ACE/tests/DLL_Test_Impl.cpp:
+ * ACE/tests/DLL_Test_Impl.h:
+ * ACE/tests/Dynamic_Test.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp:
+ * TAO/tao/Var_Size_Argument_T.cpp:
+ * TAO/tests/POA/DSI/Database_i.cpp:
+ * TAO/tests/POA/DSI/Database_i.h:
+
+commit c412d454d866452cec1cc1837a6d501ef1bdeb73
+Author: ClausKlein <claus.klein@arcormail.de>
+Date: Thu Jun 3 21:56:09 2021 +0200
+
+ do not AlignConsecutiveDeclarations
+
+ and set SpaceAfterLogicalNot: false according review comments
+ check unique_ptr with bool operator too
+
+commit 2c7d1c0d018acfd7bee05099371f6eea534cd315
+Author: ClausKlein <claus.klein@arcormail.de>
+Date: Wed Jun 2 20:45:15 2021 +0200
+
+ use make_unique if possible
+
+ change code style after review comments
+
+commit 07fa228d53c104d14b136d6dd6cdb514b4b995f1
+Author: ClausKlein <claus.klein@arcormail.de>
+Date: Tue Jun 1 21:52:40 2021 +0200
+
+ add clang-format config file to format code
+
+ respect code review comments
+
+commit 9a26624a2fdad8541d01afaf0dbafb64a8852f69
+Author: ClausKlein <claus.klein@arcormail.de>
+Date: Tue Jun 1 18:14:36 2021 +0200
+
+ prevent empty line after public:
+
+commit e4d9890748bc415246bd42696b19b5dc136496ae
+Author: ClausKlein <claus.klein@arcormail.de>
+Date: Tue Jun 1 18:08:54 2021 +0200
+
+ use std::unique_ptr instead of std::auto_ptr
+
+ prevent include of ace/Auto_Ptr.h for TAO at least
+
+commit f738d227364e650fcb55a502d6adedfe6479bd13
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Jun 1 12:25:20 2021 +0200
+
+ Removed some extension for VMS which we don't support anymore
+
+ * TAO/tests/IDL_Test/IDL_Test.mpc:
+ * TAO/tests/ORB_Local_Config/Two_DLL_ORB/Two_DLL_ORB.mpc:
+
+commit 713ab7d553cc72df6323204419e510391c67d27c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri May 14 11:52:21 2021 +0200
+
+ Make ACE 7.0.2 and TAO 3.0.2 public available
+
+ * ACE/NEWS:
+ * ACE/bin/copy-local-script.sh:
+ * ACE/bin/diff-builds-and-group-fixed-tests-only.sh:
+ * ACE/docs/Download.html:
+ * ACE/docs/bczar/bczar.html:
+ * ACE/etc/index.html:
+ * TAO/NEWS:
+
+commit 7549f0b34c18f6629b426d020395352d16b2ab4e
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Fri Jun 7 17:21:56 2019 -0500
+
+ tao_idl: Committing Parser as is
+
+commit 9d2523abd86b4791b2160b8c4aaba8d09866fda7
+Merge: d004d8da4fb 45f4d9aa787
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Fri Jun 7 16:46:23 2019 -0500
+
+ Merge remote-tracking branch 'upstream/master' into igtd/stdint
+
+commit d004d8da4fb79a35587aa1d19a91e6df5422a9b7
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Fri Jun 7 16:46:18 2019 -0500
+
+ Adding Files As is For Merge
+
+commit ce28b30d566a6b6ea6f05f80348ced804d8f5ba3
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Wed Feb 20 21:34:42 2019 -0600
+
+ ast_constant.cpp: Move C++ specific code out of the FE
+
+commit 8f4fcb1ed7a972b75530af8ecc1a4e0a932044d4
+Author: Fred Hornsey <hornseyf@objectcomputing.com>
+Date: Fri Dec 21 17:27:31 2018 -0600
+
+ TAO_IDL: IDL4 stdint-like Integers
+
+ uint16, uint32, uint64, int16, int32, int64 from IDL 4.2 section
+ 7.4.13.4.5 "Explicitly-named Integer Types"
+
+ WIP uint8/int8 from IDL4.2 section 7.4.13.4.4 "Integers restricted to holding 8-bits of
+ information"
diff --git a/TAO/PROBLEM-REPORT-FORM b/TAO/PROBLEM-REPORT-FORM
index efdb3be5b85..7c4a699c462 100644
--- a/TAO/PROBLEM-REPORT-FORM
+++ b/TAO/PROBLEM-REPORT-FORM
@@ -40,8 +40,8 @@
To: tao-bugs@list.isis.vanderbilt.edu
Subject: [area]: [synopsis]
- TAO VERSION: 3.0.2
- ACE VERSION: 7.0.2
+ TAO VERSION: 3.0.3
+ ACE VERSION: 7.0.3
HOST MACHINE and OPERATING SYSTEM:
If on Windows based OS's, which version of WINSOCK do you
diff --git a/TAO/VERSION.txt b/TAO/VERSION.txt
index bd2ef818c31..cfced51297f 100644
--- a/TAO/VERSION.txt
+++ b/TAO/VERSION.txt
@@ -1,4 +1,4 @@
-This is TAO version 3.0.2, released Fri May 14 11:33:28 CEST 2021
+This is TAO version 3.0.3, released Wed Aug 04 08:59:38 CEST 2021
If you have any problems with or questions about TAO, please open
a issue or discussion on the ACE_TAO github project at
diff --git a/TAO/tao/Version.h b/TAO/tao/Version.h
index 4cf1f0e1f8c..e09644e2bb6 100644
--- a/TAO/tao/Version.h
+++ b/TAO/tao/Version.h
@@ -4,7 +4,7 @@
#define TAO_MAJOR_VERSION 3
#define TAO_MINOR_VERSION 0
-#define TAO_MICRO_VERSION 2
-#define TAO_VERSION "3.0.2"
-#define TAO_VERSION_CODE 0x30002
+#define TAO_MICRO_VERSION 3
+#define TAO_VERSION "3.0.3"
+#define TAO_VERSION_CODE 0x30003
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))