summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Expand)AuthorAgeFilesLines
* Fallback to MacOSX 11 latest when we have a not recognized major versionJohnny Willemsen2021-11-181-2/+3
* Prepare for next release and make x.0.5 publicJohnny Willemsen2021-11-174-33/+37
* ACE+TAO-7_0_5ACE+TAO-7_0_5Johnny Willemsen2021-11-176-38/+646
* Merge pull request #1733 from jwillemsen/jwi-newsupdatesJohnny Willemsen2021-11-151-0/+7
|\
| * List changes for 7.0.5Johnny Willemsen2021-11-151-0/+7
* | Add config file for Visual Studio 2022 and add github CI actionJohnny Willemsen2021-11-122-1/+32
|/
* Merge pull request #1721 from jwillemsen/jwi-constchangesJohnny Willemsen2021-11-101-6/+2
|\
| * Const/layout changesJohnny Willemsen2021-11-101-6/+2
* | Fixed argument unused warningsJohnny Willemsen2021-11-103-3/+3
* | Merge pull request #1719 from jwillemsen/jwi-memaddrwarningJohnny Willemsen2021-11-1016-37/+22
|\ \
| * | Add default assignment operator to fix gcc warningsJohnny Willemsen2021-11-104-13/+8
| * | Layout changes, use delete, removed redundant voidJohnny Willemsen2021-11-0910-20/+6
| * | Layout/doxygen changesJohnny Willemsen2021-11-092-15/+6
| * | Removed empty lineJohnny Willemsen2021-11-091-1/+0
| * | Add assignment operator to resolve gcc warningJohnny Willemsen2021-11-092-1/+15
* | | Fix signal handler warnings.Martin Corino2021-11-094-5/+8
* | | updated ACE_TRACE loggingAdam Mitz2021-11-051-10/+10
* | | ACE_Based_Pointer is not copyable/moveableAdam Mitz2021-11-053-65/+36
* | | Resolve "ambiguous call to overloaded operator" with /std:c++20Adam Mitz2021-11-051-2/+2
* | | Reverted b01722554a69d1850c026d529e5b0a5e023961cdAdam Mitz2021-11-052-17/+11
* | | Use a using in place of a typedefAdam Mitz2021-11-031-1/+1
* | | getting libACE to compile with /std:c++20Adam Mitz2021-10-312-11/+17
* | | ACE tests: fixed compatibility with MSVC /std:c++17Adam Mitz2021-10-314-3/+12
* | | Add versioned namespace macrosAdam Mitz2021-10-301-0/+4
* | | Fix compile errors on MSVC /std:c++17Adam Mitz2021-10-301-0/+8
|/ /
* | Merge branch 'master' into jwi-gccwarningJohnny Willemsen2021-10-276-60/+57
|\ \ | |/
| * Merge pull request #1707 from jwillemsen/jwi-nullptr2Johnny Willemsen2021-10-277-66/+56
| |\
| * | Doxygen/nullptr changesJohnny Willemsen2021-10-251-15/+15
| * | Doxygen changesJohnny Willemsen2021-10-251-3/+3
| * | Use override instead of virtualJohnny Willemsen2021-10-251-14/+12
| * | Use nullptr instead of 0Johnny Willemsen2021-10-252-8/+8
| * | Make use of using instead of typedef, doxygen changes, use bool instead of intJohnny Willemsen2021-10-254-20/+19
* | | Make use of ACE_TString to get the subsection string to resolve gcc warning o...Johnny Willemsen2021-10-271-1/+5
| |/ |/|
* | nullptr/constexpre changesJohnny Willemsen2021-10-272-17/+13
* | use nullptr, layout changes, const changesJohnny Willemsen2021-10-276-49/+43
|/
* Merge pull request #1701 from jwillemsen/jwi-signalcleanupJohnny Willemsen2021-10-2361-325/+144
|\
| * Fixed errorsJohnny Willemsen2021-10-233-5/+4
| * Removed commented out tracing from headerJohnny Willemsen2021-10-231-5/+1
| * Initialize eh_ in the headerJohnny Willemsen2021-10-232-5/+3
| * Make sig_key method constJohnny Willemsen2021-10-232-2/+2
| * Layout changeJohnny Willemsen2021-10-232-3/+2
| * Add misisng includeJohnny Willemsen2021-10-231-0/+1
| * Fixed commentsJohnny Willemsen2021-10-231-2/+2
| * Use nullptrJohnny Willemsen2021-10-231-2/+2
| * Use defaultJohnny Willemsen2021-10-232-5/+1
| * Minor cleanupJohnny Willemsen2021-10-236-27/+15
| * Minor layout changesJohnny Willemsen2021-10-235-25/+16
| * Minor layout changesJohnny Willemsen2021-10-2345-200/+74
| * Minor cleanupJohnny Willemsen2021-10-232-10/+8
| * Minor cleanupJohnny Willemsen2021-10-239-41/+20