summaryrefslogtreecommitdiff
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-074-3/+119
| |\
| * | Test changesJohnny Willemsen2023-04-072-18/+13
| | | | | | | | | | | | | | | * ACE/tests/Message_Queue_Test_Ex.cpp: * ACE/tests/Message_Queue_Test_Ex.h:
* | | Merge pull request #2068 from jwillemsen/jwi-fuzzJohnny Willemsen2023-04-071-1/+1
|\ \ \ | |_|/ |/| | Fixed trailing whitespace
| * | Fixed trailing whitespaceJohnny Willemsen2023-04-071-1/+1
|/ / | | | | | | * ACE/tests/Message_Queue_Test_Ex.cpp:
* | Merge pull request #2011 from esohns/message_queue_ex_get_queueJohnny Willemsen2023-04-073-0/+117
|\ \ | | | | | | ACE_Message_Queue_Ex: support accessing the underlying queue (e.g. for iteration)
| * | Update Message_Queue_Test_Ex.cppJohnny Willemsen2023-04-071-1/+2
| | |
| * | Merge branch 'master' into message_queue_ex_get_queueErik Sohns2023-04-06246-5143/+2353
| |\ \ | |/ / |/| |
* | | Merge pull request #2067 from jwillemsen/jwi-vcpkg11Johnny Willemsen2023-03-311-3/+2
|\ \ \ | |_|/ |/| | Upgrade to run-vcpkg@v11
| * | Removed appendedCacheKey, not supported anymoreJohnny Willemsen2023-03-311-1/+0
| | | | | | | | | | | | * .github/workflows/windows.yml:
| * | Removed incorrect changeJohnny Willemsen2023-03-311-1/+1
| | | | | | | | | | | | * .github/workflows/windows.yml:
| * | Upgrade to run-vcpkg@v11Johnny Willemsen2023-03-311-3/+3
|/ / | | | | | | * .github/workflows/windows.yml:
* | Merge pull request #2066 from jwillemsen/jwi-nullptrfuzzJohnny Willemsen2023-03-311-1/+1
|\ \ | | | | | | Mention that nullptr should be used
| * | Mention that nullptr should be usedJohnny Willemsen2023-03-291-1/+1
| | | | | | | | | | | | * ACE/bin/fuzz.pl:
* | | Merge pull request #2063 from jwillemsen/jwi-amiargtypoJohnny Willemsen2023-03-141-1/+1
|\ \ \ | | | | | | | | Fixed typo in comment
| * | | Fixed typo in commentJohnny Willemsen2023-03-141-1/+1
| | | | | | | | | | | | | | | | * TAO/tao/Messaging/AMI_Arguments_Converter_Impl.cpp:
* | | | Merge pull request #2062 from jwillemsen/jwi-orbresourcesJohnny Willemsen2023-03-133-11/+2
|\ \ \ \ | |/ / / |/| | | Removed deprecated -ORBResources
| * | | Removed redundant whitespaceJohnny Willemsen2023-03-131-1/+1
| | | | | | | | | | | | | | | | * TAO/tao/operation_details.h:
| * | | Removed deprecated -ORBResourcesJohnny Willemsen2023-03-132-10/+1
| | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/tests/AVStreams/Multicast/components_svc.conf: * TAO/tao/ORB_Core.cpp:
* | | | Merge pull request #2060 from jwillemsen/jwi-condawarningsJohnny Willemsen2023-03-033-2/+5
|\ \ \ \ | | |/ / | |/| | Add space to resolve compiler warnings on condaforge
| * | | Prepare news file for next releaseJohnny Willemsen2023-03-031-0/+3
| | | | | | | | | | | | | | | | * TAO/NEWS:
| * | | 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:
* | | Merge pull request #2059 from jwillemsen/jwi-x710releaseJohnny Willemsen2023-03-035-75/+79
|\ \ \ | | | | | | | | Make ACE 7.1.0 and TAO 3.1.0 public available
| * | | 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-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: