summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed incorrect changeJohnny Willemsen2023-03-311-1/+1
* Upgrade to run-vcpkg@v11Johnny Willemsen2023-03-311-3/+3
* Merge pull request #2066 from jwillemsen/jwi-nullptrfuzzJohnny Willemsen2023-03-311-1/+1
|\
| * Mention that nullptr should be usedJohnny Willemsen2023-03-291-1/+1
* | Merge pull request #2063 from jwillemsen/jwi-amiargtypoJohnny Willemsen2023-03-141-1/+1
|\ \
| * | Fixed typo in commentJohnny Willemsen2023-03-141-1/+1
* | | Merge pull request #2062 from jwillemsen/jwi-orbresourcesJohnny Willemsen2023-03-133-11/+2
|\ \ \ | |/ / |/| |
| * | Removed redundant whitespaceJohnny Willemsen2023-03-131-1/+1
| * | Removed deprecated -ORBResourcesJohnny Willemsen2023-03-132-10/+1
* | | Merge pull request #2060 from jwillemsen/jwi-condawarningsJohnny Willemsen2023-03-033-2/+5
|\ \ \ | | |/ | |/|
| * | Prepare news file for next releaseJohnny Willemsen2023-03-031-0/+3
| * | Add space to resolve compiler warnings on condaforgeJohnny Willemsen2023-03-032-2/+2
|/ /
* | Merge pull request #2059 from jwillemsen/jwi-x710releaseJohnny Willemsen2023-03-035-75/+79
|\ \
| * | Make ACE 7.1.0 and TAO 3.1.0 public availableJohnny Willemsen2023-03-035-75/+79
|/ /
* | 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 ucrtJohnny Willemsen2023-02-271-15/+18
* | | Merge pull request #2055 from jwillemsen/jwi-curtfixJohnny Willemsen2023-02-271-0/+5
|\ \ \ | |/ / |/| |
| * | Ruby 3.1 ships ucrt which has a 3 param wcstokJohnny Willemsen2023-02-271-0/+5
* | | Merge pull request #2053 from ffontaine/masterJohnny Willemsen2023-02-231-3/+3
|\ \ \
| * \ \ 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
* | | | Merge pull request #2054 from jwillemsen/jwi-msvccpp20Johnny Willemsen2023-02-231-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Set ACE_HAS_CPP20 when C++20 is supportedJohnny Willemsen2023-02-221-0/+4
|/ / /
* | | Merge pull request #2052 from jwillemsen/jwi-gcc14Johnny Willemsen2023-02-2210-177/+133
|\ \ \ | |/ / |/| |
| * | Add define of ACE_WIN32_VC14, before dropping Visual Studio 2015 this was als...Johnny Willemsen2023-02-221-0/+3
| * | Removed gcc6, not available on ubuntu 20.04 without a special repo (not teste...Johnny Willemsen2023-02-211-5/+0
| * | Try gcc6 on ubuntu 20.04 as 18.04 is going to be unsupported on github action...Johnny Willemsen2023-02-211-1/+1
| * | Make use of std::make_uniqueJohnny Willemsen2023-02-211-16/+16
| * | List Visual Studio 2015 EOLJohnny Willemsen2023-02-211-1/+1
| * | Update ACE/ace/Global_Macros.hJohnny Willemsen2023-02-211-1/+1
| * | Remove clang5Johnny Willemsen2023-02-202-19/+0
| * | Enable C++14 for clang 5/6/7/8Johnny Willemsen2023-02-201-4/+12
| * | Removed Visual Studio 2015 support, lacks C++14Johnny Willemsen2023-02-203-136/+102
| * | Removed gcc 4.8, doesn't support C++14Johnny Willemsen2023-02-201-5/+0
| * | ACE/TAO now require C++14 or newerJohnny Willemsen2023-02-206-4/+12
|/ /
* | Merge pull request #2050 from jwillemsen/jwi-portableserverstrategysimplifyJohnny Willemsen2023-02-14142-3922/+775
|\ \
| * | Revert one constexpr changeJohnny Willemsen2023-02-131-1/+1
| * | Reduced usage of static as we do in generated codeJohnny Willemsen2023-02-131-83/+27
| * | Generate some parts as constexprJohnny Willemsen2023-02-131-4/+3
| * | Use constexprJohnny Willemsen2023-02-133-7/+6
| * | Revert defaultJohnny Willemsen2023-02-132-1/+5
| * | Use default destructorJohnny Willemsen2023-02-134-10/+2
| * | Fixed warningsJohnny Willemsen2023-02-139-17/+17
| * | Replace enum with static constexprJohnny Willemsen2023-02-131-4/+1
| * | the_children is not available in all CORBA profilesJohnny Willemsen2023-02-134-6/+9
| * | Use defaultJohnny Willemsen2023-02-133-19/+9
| * | Another default destructorJohnny Willemsen2023-02-132-5/+1
| * | Compile fixesJohnny Willemsen2023-02-132-9/+9
| * | Check for nil pointers in cleanupJohnny Willemsen2023-02-131-8/+20