summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ACE+TAO-7_1_0ACE+TAO-7_1_0Latest_ACE7TAO3_MinorLatest_ACE7TAO3_MicroJohnny Willemsen2023-03-0310-46/+1166
|
* Merge pull request #2056 from jwillemsen/jwi-osmmanredefJohnny Willemsen2023-02-271-15/+18
|\ | | | | Fix redefinition warnings when using mingw64 with ucrt
| * Fix redefinition warnings when using mingw64 with ucrtJohnny Willemsen2023-02-271-15/+18
| | | | | | | | * ACE/ace/os_include/sys/os_mman.h:
* | Merge pull request #2055 from jwillemsen/jwi-curtfixJohnny Willemsen2023-02-271-0/+5
|\ \ | |/ |/| Ruby 3.1 ships ucrt which has a 3 param wcstok
| * Ruby 3.1 ships ucrt which has a 3 param wcstokJohnny Willemsen2023-02-271-0/+5
| | | | | | | | * ACE/ace/config-win32-mingw64.h:
* | Merge pull request #2053 from ffontaine/masterJohnny Willemsen2023-02-231-3/+3
|\ \ | | | | | | ACE/ace/SSL/SSL_Asynch_BIO.cpp: fix build with libressl >= 3.5.0
| * \ Merge branch 'master' into masterJohnny Willemsen2023-02-2210-177/+133
| |\ \ | | |/
| * | ACE/ace/SSL/SSL_Asynch_BIO.cpp: fix build with libressl >= 3.5.0Fabrice Fontaine2023-02-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the following build failure with libressl >= 3.5.0: /tmp/instance-17/output-1/build/ace-7.0.6/ace/SSL/SSL_Asynch_BIO.cpp:45:19: error: variable 'BIO_METHOD methods_ACE' has initializer but incomplete type 45 | static BIO_METHOD methods_ACE = | ^~~~~~~~~~~ Fixes: - http://autobuild.buildroot.org/results/7f40d6dde03134238151c248fbbd66e4713546cb Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* | | Merge pull request #2054 from jwillemsen/jwi-msvccpp20Johnny Willemsen2023-02-231-0/+4
|\ \ \ | |_|/ |/| | Set ACE_HAS_CPP20 when C++20 is supported
| * | Set ACE_HAS_CPP20 when C++20 is supportedJohnny Willemsen2023-02-221-0/+4
|/ / | | | | | | * ACE/ace/config-win32-msvc-141.h:
* | Merge pull request #2052 from jwillemsen/jwi-gcc14Johnny Willemsen2023-02-2210-177/+133
|\ \ | |/ |/| ACE/TAO now require C++14 or newer
| * Add define of ACE_WIN32_VC14, before dropping Visual Studio 2015 this was ↵Johnny Willemsen2023-02-221-0/+3
| | | | | | | | | | | | also set for newer Visual Studio versions * ACE/ace/config-win32-msvc-141.h:
| * Removed gcc6, not available on ubuntu 20.04 without a special repo (not ↵Johnny Willemsen2023-02-211-5/+0
| | | | | | | | | | | | tested that) * .github/workflows/linux.yml:
| * Try gcc6 on ubuntu 20.04 as 18.04 is going to be unsupported on github ↵Johnny Willemsen2023-02-211-1/+1
| | | | | | | | | | | | actions soon * .github/workflows/linux.yml:
| * Make use of std::make_uniqueJohnny Willemsen2023-02-211-16/+16
| | | | | | | | * TAO/tao/PortableServer/Active_Policy_Strategies.cpp:
| * List Visual Studio 2015 EOLJohnny Willemsen2023-02-211-1/+1
| | | | | | | | * ACE/NEWS:
| * Update ACE/ace/Global_Macros.hJohnny Willemsen2023-02-211-1/+1
| | | | | | Co-authored-by: Fred Hornsey <fred@hornsey.us>
| * Remove clang5Johnny Willemsen2023-02-202-19/+0
| | | | | | | | | | * .github/workflows/linux.yml: * ACE/include/makeinclude/platform_linux_clang.GNU:
| * Enable C++14 for clang 5/6/7/8Johnny Willemsen2023-02-201-4/+12
| | | | | | | | * ACE/include/makeinclude/platform_linux_clang.GNU:
| * Removed Visual Studio 2015 support, lacks C++14Johnny Willemsen2023-02-203-136/+102
| | | | | | | | | | | | | | | | * ACE/ace/config-win32-msvc-14.h: Deleted. * ACE/ace/config-win32-msvc-141.h: * ACE/ace/config-win32-msvc.h:
| * Removed gcc 4.8, doesn't support C++14Johnny Willemsen2023-02-201-5/+0
| | | | | | | | * .github/workflows/linux.yml:
| * ACE/TAO now require C++14 or newerJohnny Willemsen2023-02-206-4/+12
|/ | | | | | | | | * ACE/NEWS: * ACE/ace/Global_Macros.h: * ACE/ace/config-win32-msvc-141.h: * ACE/examples/Logger/Acceptor-server/server_loggerd.cpp: * ACE/include/makeinclude/platform_linux_clang.GNU: * ACE/include/makeinclude/platform_macosx_common.GNU:
* Merge pull request #2050 from jwillemsen/jwi-portableserverstrategysimplifyJohnny Willemsen2023-02-14142-3922/+775
|\ | | | | Major cleanup in PortableServer library
| * Revert one constexpr changeJohnny Willemsen2023-02-131-1/+1
| | | | | | | | * ACE/apps/gperf/src/Key_List.cpp:
| * Reduced usage of static as we do in generated codeJohnny Willemsen2023-02-131-83/+27
| | | | | | | | * TAO/tao/PortableServer/Servant_Base.cpp:
| * Generate some parts as constexprJohnny Willemsen2023-02-131-4/+3
| | | | | | | | * ACE/apps/gperf/src/Key_List.cpp:
| * Use constexprJohnny Willemsen2023-02-133-7/+6
| | | | | | | | | | | | * TAO/tao/CSD_Framework/CSD_FW_Server_Request_Wrapper.cpp: * TAO/tao/Codeset/UTF16_BOM_Translator.cpp: * TAO/tao/GIOP_Message_Generator_Parser_12.cpp:
| * Revert defaultJohnny Willemsen2023-02-132-1/+5
| | | | | | | | | | * TAO/tao/Argument.cpp: * TAO/tao/Argument.h:
| * Use default destructorJohnny Willemsen2023-02-134-10/+2
| | | | | | | | | | | | | | * TAO/tao/Argument.cpp: * TAO/tao/Argument.h: * TAO/tao/Base_Transport_Property.cpp: * TAO/tao/Base_Transport_Property.h:
| * Fixed warningsJohnny Willemsen2023-02-139-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/PortableServer/IdAssignmentPolicy.h: * TAO/tao/PortableServer/IdUniquenessPolicy.h: * TAO/tao/PortableServer/LifespanStrategyPersistent.h: * TAO/tao/PortableServer/LifespanStrategyTransient.h: * TAO/tao/PortableServer/Operation_Table_Linear_Search.h: * TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.h: * TAO/tao/PortableServer/ServantRetentionStrategyRetain.h: * TAO/tao/RTPortableServer/RT_POA.h: * TAO/tao/RTPortableServer/RT_Policy_Validator.h:
| * Replace enum with static constexprJohnny Willemsen2023-02-131-4/+1
| | | | | | | | * TAO/tao/PortableServer/Root_POA.h:
| * the_children is not available in all CORBA profilesJohnny Willemsen2023-02-134-6/+9
| | | | | | | | | | | | | | * TAO/tao/PortableServer/Root_POA.cpp: * TAO/tao/PortableServer/Root_POA.h: * TAO/tao/RTPortableServer/RT_POA.cpp: * TAO/tao/RTPortableServer/RT_POA.h:
| * Use defaultJohnny Willemsen2023-02-133-19/+9
| | | | | | | | | | | | * TAO/tao/PortableServer/Acceptor_Filter_Factory.cpp: * TAO/tao/PortableServer/Default_Acceptor_Filter.cpp: * TAO/tao/PortableServer/Default_Acceptor_Filter.h:
| * Another default destructorJohnny Willemsen2023-02-132-5/+1
| | | | | | | | | | * TAO/tao/PortableServer/Acceptor_Filter_Factory.cpp: * TAO/tao/PortableServer/Acceptor_Filter_Factory.h:
| * Compile fixesJohnny Willemsen2023-02-132-9/+9
| | | | | | | | | | * TAO/tao/PortableServer/Active_Policy_Strategies.h: * TAO/tao/PortableServer/ThreadStrategy.h:
| * Check for nil pointers in cleanupJohnny Willemsen2023-02-131-8/+20
| | | | | | | | * TAO/tao/PortableServer/Active_Policy_Strategies.cpp:
| * Use override/default for RTPortableServerJohnny Willemsen2023-02-139-72/+66
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/NEWS: * TAO/tao/RTPortableServer/RT_Acceptor_Filters.h: * TAO/tao/RTPortableServer/RT_Collocation_Resolver.h: * TAO/tao/RTPortableServer/RT_Object_Adapter_Factory.h: * TAO/tao/RTPortableServer/RT_POA.cpp: * TAO/tao/RTPortableServer/RT_POA.h: * TAO/tao/RTPortableServer/RT_Policy_Validator.h: * TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp: * TAO/tao/RTPortableServer/RT_Servant_Dispatcher.h:
| * Fixed unresolved exports, more overrideJohnny Willemsen2023-02-1319-107/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/protocols/ace/HTBP/HTBP_Addr.cpp: * ACE/protocols/ace/HTBP/HTBP_Addr.h: * TAO/tao/PortableServer/Active_Object_Map.cpp: * TAO/tao/PortableServer/Active_Object_Map.h: * TAO/tao/PortableServer/Active_Policy_Strategies.h: * TAO/tao/PortableServer/Active_Policy_Strategies.inl: * TAO/tao/PortableServer/IdUniquenessStrategy.h: * TAO/tao/PortableServer/Operation_Table_Binary_Search.cpp: * TAO/tao/PortableServer/Operation_Table_Binary_Search.h: * TAO/tao/PortableServer/Operation_Table_Dynamic_Hash.h: * TAO/tao/PortableServer/Operation_Table_Linear_Search.cpp: * TAO/tao/PortableServer/Operation_Table_Linear_Search.h: * TAO/tao/PortableServer/Operation_Table_Perfect_Hash.cpp: * TAO/tao/PortableServer/Operation_Table_Perfect_Hash.h: * TAO/tao/PortableServer/POA_Current_Factory.cpp: * TAO/tao/PortableServer/POA_Current_Impl.cpp: * TAO/tao/PortableServer/POA_Current_Impl.h: * TAO/tao/PortableServer/POA_Policy_Set.h: * TAO/tao/PortableServer/ServantRetentionStrategy.h:
| * Major cleanup in PortableServer libraryJohnny Willemsen2023-02-13107-3589/+561
|/
* Merge pull request #2046 from jwillemsen/jwinullptrexceJohnny Willemsen2023-02-064-7/+3
|\ | | | | Use nullptr and make destructor of TAO SystemException default
| * Use nullptrJohnny Willemsen2023-02-032-2/+2
| | | | | | | | | | * ACE/ace/Time_Policy.h: * ACE/ace/Time_Policy.inl:
| * Make destructor defaultJohnny Willemsen2023-02-032-5/+1
| | | | | | | | | | * TAO/tao/SystemException.cpp: * TAO/tao/SystemException.h:
* | Merge pull request #2042 from jwillemsen/jwi-cleanupmacrosJohnny Willemsen2023-02-0212-243/+14
|\ \ | | | | | | Cleanup unused macros
| * | Removed includeJohnny Willemsen2023-02-011-1/+0
| | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/LoadBalancing/LB_CPU_Utilization_Monitor.cpp:
| * | Removed left over sun fileJohnny Willemsen2023-02-011-42/+0
| | |
| * | Remove includesJohnny Willemsen2023-02-011-2/+0
| | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/LoadBalancing/LB_CPU_Load_Average_Monitor.cpp:
| * | Removed includeJohnny Willemsen2023-02-011-1/+0
| | | | | | | | | | | | * ACE/ace/OS_NS_unistd.cpp:
| * | Removed os_include headers which don't include any file anymoreJohnny Willemsen2023-02-012-50/+0
| | |
| * | Merge branch 'master' into jwi-cleanupmacrosJohnny Willemsen2023-02-010-0/+0
| |\ \ | | |/
| * | Further cleanup not used macrosJohnny Willemsen2023-02-018-147/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/IOStream.h: * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/OS_NS_Thread.inl: * ACE/ace/Profile_Timer.cpp: * ACE/ace/README: * ACE/ace/os_include/os_netdb.h: * ACE/ace/os_include/sys/os_loadavg.h: * ACE/ace/os_include/sys/os_pstat.h: