summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Removed support for xercesc-2Johnny Willemsen2021-01-122-21/+1
| | | | | | | | | | | | | | | * ACE/ace/XML_Utils/XML_Helper.tpp: * ACE/ace/XML_Utils/XSCRT/XML.hpp:
| * | Add missing semicolonJohnny Willemsen2021-01-121-1/+1
| | | | | | | | | | | | * ACE/ace/XML_Utils/XML_Helper.h:
| * | Use override, make use of default, removed not used staticJohnny Willemsen2021-01-127-41/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/XML_Utils/XML_Error_Handler.cpp: * ACE/ace/XML_Utils/XML_Error_Handler.h: * ACE/ace/XML_Utils/XML_Helper.h: * ACE/ace/XML_Utils/XML_Helper.tpp: * ACE/ace/XML_Utils/XML_Schema_Resolver.cpp: * ACE/ace/XML_Utils/XML_Schema_Resolver.h: * ACE/ace/XML_Utils/XML_Typedefs.h:
* | | Merge pull request #1353 from kuznetsovmoci/IPv6_fixesAdam Mitz2021-01-072-21/+29
|\ \ \ | | | | | | | | Fixes for IPv6 on Windows
| * | | Fixes as per PR#1352 reviewMike Kuznetsov2021-01-041-1/+1
| | | |
| * | | Fixes as per PR#1352 reviewMike Kuznetsov2021-01-041-7/+7
| | | |
| * | | Removed trailing whitespaceMike Kuznetsov2020-12-231-1/+1
| | | |
| * | | Fixes for IPv6 on WindowsMike Kuznetsov2020-12-232-22/+30
| | |/ | |/|
* | | Merge pull request #1389 from iguessthislldo/igtd/gettid-exportFred Hornsey2021-01-073-10/+11
|\ \ \ | |_|/ |/| | Inline ACE_OS::thr_gettid
| * | Move thr_gettid to inlineJohnny Willemsen2021-01-073-11/+11
| | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/OS_NS_Thread.h: * ACE/ace/OS_NS_Thread.inl:
| * | Add Missing Export to ACE_OS::thr_gettidFred Hornsey2021-01-051-0/+1
| | |
* | | Merge pull request #1404 from jwillemsen/jwi-ACE_LACKS_STRPTIME_PROTOTYPEJohnny Willemsen2021-01-061-4/+0
|\ \ \ | | | | | | | | Remove check for ACE_LACKS_STRPTIME_PROTOTYPE, not set in any config …
| * | | Remove check for ACE_LACKS_STRPTIME_PROTOTYPE, not set in any config fileJohnny Willemsen2021-01-061-4/+0
| | | | | | | | | | | | | | | | * ACE/ace/os_include/os_time.h:
* | | | Merge pull request #1403 from jwillemsen/jwi-ACE_HAS_DINKUM_STLJohnny Willemsen2021-01-063-12/+7
|\ \ \ \ | |/ / / |/| | | Cleanup usage of ACE_HAS_DINKUM_STL, not set anymore in any config file
| * | | Cleanup usage of ACE_HAS_DINKUM_STL, not set anymore in any config fileJohnny Willemsen2021-01-063-12/+7
|/ / / | | | | | | | | | | | | | | | * ACE/ace/OS_NS_stdio.inl: * ACE/ace/README: * ACE/ace/os_include/os_time.h:
* | | Merge pull request #1397 from jwillemsen/jwi-dmcJohnny Willemsen2021-01-066-148/+2
|\ \ \ | | | | | | | | Removed support for the Digital Mars Compiler (DMC), doesn't support …
| * | | Fixed errorJohnny Willemsen2021-01-061-1/+1
| | | | | | | | | | | | | | | | * ACE/ace/OS_NS_stdio.inl:
| * | | Removed support for the Digital Mars Compiler (DMC), doesn't support C++11Johnny Willemsen2021-01-066-148/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/config-win32-dmc.h: * ACE/include/makeinclude/platform_win32_dmc.GNU: Deleted. * ACE/ace/OS_NS_stdio.inl: * ACE/ace/config-macros.h: * ACE/ace/config-win32.h: * ACE/ace/os_include/os_fcntl.h:
* | | Merge pull request #1396 from jwillemsen/jwi-ACE_NEW_THROWS_EXCEPTIONSJohnny Willemsen2021-01-066-47/+0
|\ \ \ | | | | | | | | Removed ACE_HAS_EXCEPTIONS checks, that define is always set
| * | | Remove obsolete commentJohnny Willemsen2021-01-061-1/+0
| | | | | | | | | | | | | | | | * ACE/ace/CORBA_macros.h:
| * | | Removed ACE_HAS_EXCEPTIONS checks, that define is always setJohnny Willemsen2021-01-065-46/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Log_Msg.cpp: * ACE/ace/README: * ACE/ace/config-kfreebsd.h: * ACE/tests/Network_Adapters_Test.cpp: * ACE/tests/New_Fail_Test.cpp:
* | | Merge pull request #1393 from jwillemsen/jwi-layout2Johnny Willemsen2021-01-066-7/+4
|\ \ \ | | | | | | | | Layout changes and initialise some pointers
| * | | Removed empty lineJohnny Willemsen2021-01-061-1/+0
| | | | | | | | | | | | | | | | * ACE/ace/OS_NS_Thread.cpp:
| * | | Initialize pointersJohnny Willemsen2021-01-064-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Timer_List_T.h: * TAO/orbsvcs/tests/HTIOP/AMI/Test_Output.cpp: * TAO/orbsvcs/tests/HTIOP/BiDirectional/Test_Output.cpp: * TAO/orbsvcs/tests/HTIOP/Hello/Test_Output.cpp:
| * | | Removed empty linesJohnny Willemsen2021-01-061-1/+1
| |/ / | | | | | | | | | * ACE/protocols/tests/HTBP/Reactor_Tests/test_config.h:
* | | Merge pull request #1395 from jwillemsen/jwi-interixJohnny Willemsen2021-01-067-207/+8
|\ \ \ | |/ / |/| | Removed Interix support
| * | Removed Interix supportJohnny Willemsen2021-01-067-207/+8
|/ / | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/config-win32-interix.h: * ACE/include/makeinclude/platform_win32_interix.GNU: Deleted. * ACE/ACE-INSTALL.html: * ACE/ace/SOCK_Dgram.cpp: * ACE/ace/SOCK_Dgram_Bcast.cpp: * ACE/ace/Sock_Connect.cpp: * ACE/ace/os_include/sys/os_types.h:
* | Merge pull request #1388 from jwillemsen/jwi-cegccJohnny Willemsen2021-01-054-170/+2
|\ \ | | | | | | Removed support for CE GCC, not maintained for a long time, closes #1387
| * | Removed support for CE GCC, not maintained for a long time, closes #1387Johnny Willemsen2021-01-054-170/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/config-win32-cegcc.h: * ACE/include/makeinclude/platform_cegcc.GNU: Deleted. * ACE/ace/config-g++-common.h: * ACE/ace/config-win32.h:
* | | Merge pull request #1386 from jwillemsen/jwi-ACE_HAS_CPLUSPLUS_HEADERSJohnny Willemsen2021-01-0518-46/+0
|\ \ \ | | | | | | | | Removed ACE_HAS_CPLUSPLUS_HEADERS, not used
| * \ \ Merge branch 'master' into jwi-ACE_HAS_CPLUSPLUS_HEADERSJohnny Willemsen2021-01-0538-402/+41
| |\ \ \
| * | | | Removed ACE_HAS_CPLUSPLUS_HEADERS, not usedJohnny Willemsen2021-01-0518-46/+0
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/README: * ACE/ace/config-aix-5.x.h: * ACE/ace/config-cygwin32.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-linux-common.h: * ACE/ace/config-lynxos.h: * ACE/ace/config-openvms.h: * ACE/ace/config-suncc-common.h: * ACE/ace/config-sunos5.4-g++.h: * ACE/ace/config-sunos5.4-sunc++-4.x.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/config-vxworks6.4.h: * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-dmc.h: * ACE/ace/config-win32-msvc-14.h:
* | | | Merge pull request #1379 from jwillemsen/jwi-ACE_UNIMPLEMENTED_FUNCJohnny Willemsen2021-01-0528-129/+118
|\ \ \ \ | | | | | | | | | | Use delete instead of ACE_UNIMPLEMENTED_FUNC
| * | | | Use delete instead of ACE_UNIMPLEMENTED_FUNCJohnny Willemsen2021-01-0528-129/+118
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Active_Map_Manager_T.h: * ACE/ace/Arg_Shifter.h: * ACE/ace/Asynch_IO.h: * ACE/ace/Auto_IncDec_T.h: * ACE/ace/Based_Pointer_Repository.h: * ACE/ace/Cache_Map_Manager_T.h: * ACE/ace/Compression/Compressor.h: * ACE/ace/Condition_T.h: * ACE/ace/Dynamic_Service.h: * ACE/ace/Free_List.h: * ACE/ace/Guard_T.h: * ACE/ace/Hash_Map_Manager_T.h: * ACE/ace/Hash_Multi_Map_Manager_T.h: * ACE/ace/IOStream_T.h: * ACE/ace/Managed_Object.h: * ACE/ace/Map_Manager.h: * ACE/ace/Map_T.h: * ACE/ace/Message_Block_T.h: * ACE/ace/Message_Queue_T.h: * ACE/ace/OS_Log_Msg_Attributes.h: * ACE/ace/Parse_Node.cpp: * ACE/ace/Parse_Node.h: * ACE/ace/SSL/SSL_SOCK_Stream.h: * ACE/ace/Select_Reactor_T.h: * ACE/ace/Singleton.h: * ACE/ace/Task_T.h: * ACE/ace/Timer_Hash_T.h: * ACE/ace/Timer_List_T.h:
* | | | Merge pull request #1383 from jwillemsen/jwi-ACE_LACKS_PLACEMENT_OPERATOR_DELETEJohnny Willemsen2021-01-0514-41/+0
|\ \ \ \ | |_|/ / |/| | | Removed check for ACE_LACKS_PLACEMENT_OPERATOR_DELETE, supported by a…
| * | | Removed check for ACE_LACKS_PLACEMENT_OPERATOR_DELETE, supported by all ↵Johnny Willemsen2021-01-0514-41/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compilers supporting C++11 * ACE/ace/Svc_Handler.cpp: * ACE/ace/Svc_Handler.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-sunos5.5.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/tests/POA/DSI/Database_i.cpp: * TAO/tests/POA/DSI/Database_i.h:
* | | Merge pull request #1385 from jwillemsen/jwi-ACE_HAS_STDCPP_STL_INCLUDESJohnny Willemsen2021-01-0511-29/+4
|\ \ \ | | | | | | | | Cleanup ACE_HAS_STDCPP_STL_INCLUDES
| * | | More cleanupJohnny Willemsen2021-01-053-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/config-sunos5.6.h: * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-dmc.h:
| * | | Cleanup ACE_HAS_STDCPP_STL_INCLUDESJohnny Willemsen2021-01-059-24/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/IOStream.h: * ACE/ace/README: * ACE/ace/config-g++-common.h: * ACE/ace/config-icc-common.h: * ACE/ace/config-linux-common.h: * ACE/ace/config-openvms.h: * ACE/ace/config-suncc-common.h: * ACE/ace/config-sunos5.6.h: * ACE/ace/config-win32-interix.h:
* | | Merge pull request #1382 from jwillemsen/jwi-numericlimistsJohnny Willemsen2021-01-053-164/+8
|\ \ \ | | | | | | | | Cleanup numeric limits, depend on the standard, part of issue #1377
| * | | Cleanup numeric limits, depend on the standard, part of issue #1377Johnny Willemsen2021-01-053-164/+8
| |/ / | | | | | | | | | | | | | | | * ACE/ace/Numeric_Limits.h: * ACE/ace/README: * ACE/ace/config-hpux-11.00.h:
* | | Merge pull request #1381 from jwillemsen/jwi-noexceptJohnny Willemsen2021-01-053-4/+4
|\ \ \ | | | | | | | | Use noexcept(false) directly in the code
| * | | Use noexcept(false) directly in the codeJohnny Willemsen2021-01-053-4/+4
| |/ / | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp: * TAO/tao/Storable_File_Guard.cpp: * TAO/tao/Storable_File_Guard.h:
* | | Merge pull request #1380 from jwillemsen/jwi-ACE_ENDLESS_LOOPJohnny Willemsen2021-01-052-6/+0
|\ \ \ | | | | | | | | Removed ACE_ENDLESS_LOOP, not used
| * | | Removed ACE_ENDLESS_LOOP, not usedJohnny Willemsen2021-01-052-6/+0
| |/ / | | | | | | | | | | | | * ACE/ace/Global_Macros.h: * ACE/examples/IPC_SAP/SOCK_SAP/CPP-inserver-poll.cpp:
* | | Merge pull request #1372 from jwillemsen/jwi-alphaJohnny Willemsen2021-01-0510-51/+14
|\ \ \ | | | | | | | | Remove support for the Alpha CPU
| * | | Remove support for the Alpha CPUJohnny Willemsen2021-01-0510-51/+14
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ACE-INSTALL.html: * ACE/NEWS: * ACE/ace/Basic_Types.h: * ACE/ace/High_Res_Timer.cpp: * ACE/ace/OS_NS_time.inl: * ACE/ace/README: * ACE/ace/config-linux-common.h: * ACE/tests/Auto_Event_Test.cpp: * ACE/tests/Semaphore_Test.cpp: * TAO/tests/Time_Policy/main.cpp:
* | | Merge pull request #1369 from ↵Johnny Willemsen2021-01-059-104/+0
|\ \ \ | | | | | | | | | | | | | | | | jwillemsen/jwi-ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR Removed ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR, all compilers h…
| * \ \ Merge branch 'master' into jwi-ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTORJohnny Willemsen2021-01-0526-703/+360
| |\ \ \
| * | | | Removed ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR, all compilers have ↵Johnny Willemsen2021-01-059-104/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | working explicit template destructors now * ACE/ace/Global_Macros.h: * ACE/ace/README: * ACE/ace/config-g++-common.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-icc-common.h: * ACE/ace/config-macosx-leopard.h: * ACE/ace/config-macosx-tiger.h: * ACE/ace/config-suncc-common.h: * ACE/ace/config-win32-msvc-14.h: