summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2069 from jwillemsen/jwi-mqtestHEADmasterJohnny Willemsen2023-04-072-18/+13
|\ | | | | Test simplifications
| * Merge branch 'master' into jwi-mqtestJohnny Willemsen2023-04-073-0/+117
| |\
| * | Test changesJohnny Willemsen2023-04-072-18/+13
| | | | | | | | | | | | | | | * ACE/tests/Message_Queue_Test_Ex.cpp: * ACE/tests/Message_Queue_Test_Ex.h:
* | | Fixed trailing whitespaceJohnny Willemsen2023-04-071-1/+1
| |/ |/| | | | | * ACE/tests/Message_Queue_Test_Ex.cpp:
* | Update Message_Queue_Test_Ex.cppJohnny Willemsen2023-04-071-1/+2
| |
* | Merge branch 'master' into message_queue_ex_get_queueErik Sohns2023-04-0678-1120/+1140
|\ \ | |/
| * Mention that nullptr should be usedJohnny Willemsen2023-03-291-1/+1
| | | | | | | | * ACE/bin/fuzz.pl:
| * Add space to resolve compiler warnings on condaforgeJohnny Willemsen2023-03-032-2/+2
| | | | | | | | | | * ACE/ace/OS_NS_Thread.inl: * ACE/ace/OS_NS_unistd.inl:
| * Make ACE 7.1.0 and TAO 3.1.0 public availableJohnny Willemsen2023-03-035-75/+79
| | | | | | | | | | | | | | | | * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/etc/index.html:
| * ACE+TAO-7_1_0ACE+TAO-7_1_0Latest_ACE7TAO3_MinorLatest_ACE7TAO3_MicroJohnny Willemsen2023-03-036-39/+766
| |
| * 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-228-146/+117
| | |\ \ | | | |/
| | * | 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>
| * | | Set ACE_HAS_CPP20 when C++20 is supportedJohnny Willemsen2023-02-221-0/+4
| | |/ | |/| | | | | | | * ACE/ace/config-win32-msvc-141.h:
| * | 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:
| * | 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-201-14/+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:
| * | 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:
| * Revert one constexpr changeJohnny Willemsen2023-02-131-1/+1
| | | | | | | | * ACE/apps/gperf/src/Key_List.cpp:
| * Generate some parts as constexprJohnny Willemsen2023-02-131-4/+3
| | | | | | | | * ACE/apps/gperf/src/Key_List.cpp:
| * Fixed unresolved exports, more overrideJohnny Willemsen2023-02-132-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
| * Merge pull request #2046 from jwillemsen/jwinullptrexceJohnny Willemsen2023-02-062-2/+2
| |\ | | | | | | 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:
| * | Merge pull request #2042 from jwillemsen/jwi-cleanupmacrosJohnny Willemsen2023-02-0210-240/+14
| |\ \ | | | | | | | | Cleanup unused macros
| | * | Removed left over sun fileJohnny Willemsen2023-02-011-42/+0
| | | |
| | * | 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
| | | |
| | * | 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:
| * | Merge pull request #2044 from jmccabe/Indent-endif-by-an-extra-spaceJohnny Willemsen2023-02-021-1/+1
| |\ \ | | | | | | | | Align one endif with its associated if
| | * | Align one endif with its associated ifJohn McCabe2023-02-011-1/+1
| | |/
| * | Merge pull request #2043 from jwillemsen/jwi-pharlapcleanupJohnny Willemsen2023-02-0243-527/+74
| |\ \ | | | | | | | | Removed pharlap support
| | * | Fixed cleanup mistakeJohnny Willemsen2023-02-011-10/+5
| | | | | | | | | | | | | | | | * ACE/ace/OS_NS_unistd.inl:
| | * | Removed pharlap supportJohnny Willemsen2023-02-0143-517/+69
| | |/
| * | FixJohnny Willemsen2023-02-011-1/+1
| | | | | | | | | | | | * ACE/ace/CDR_Stream.inl:
| * | good_bit is a bool and removed some uncessary c-style castsJohnny Willemsen2023-02-012-60/+52
| |/
* | more review commentsErik Sohns2023-04-061-9/+10
| |
* | Merge branch 'message_queue_ex_get_queue' of ↵Erik Sohns2023-04-05524-14579/+880
|\ \ | | | | | | | | | https://github.com/esohns/ACE_TAO into message_queue_ex_get_queue
| * \ Merge branch 'master' into message_queue_ex_get_queueErik Sohns2023-01-22524-14579/+880
| |\ \ | | |/
| | * Fixed warningJohnny Willemsen2023-01-181-1/+1
| | | | | | | | | | | | * ACE/ace/OS_NS_Thread.inl:
| | * Merge pull request #2035 from jwillemsen/jwi-cleanupsolarisJohnny Willemsen2023-01-18159-4939/+212
| | |\ | | | | | | | | Cleanup Solaris support
| | | * Updated for releaseJohnny Willemsen2023-01-171-1/+2
| | | | | | | | | | | | | | | | * ACE/NEWS:
| | | * More cleanupJohnny Willemsen2023-01-175-28/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/OS_NS_Thread.inl: * ACE/ace/config-hurd.h: * ACE/ace/os_include/os_unistd.h: * ACE/ace/os_include/sys/os_mman.h:
| | | * More Sun OS/compiler cleanupJohnny Willemsen2023-01-171-12/+0
| | | |