summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Corrected worker signature to resolve gcc warningsJohnny Willemsen2021-10-231-3/+2
|/
* Merge pull request #1700 from jwillemsen/jwi-taoidl2Johnny Willemsen2021-10-231-3/+2
|\
| * Don't use strncpy in native_ch.cpp to fix compiler warningJohnny Willemsen2021-10-221-3/+2
* | Merge pull request #1699 from jwillemsen/jwi-defaultdestructorJohnny Willemsen2021-10-1316-82/+13
|\ \
| * \ Merge branch 'master' into jwi-defaultdestructorJohnny Willemsen2021-10-122-15/+2
| |\ \ | | |/
| | * Make use of default destructorJohnny Willemsen2021-10-122-15/+2
| * | Make use of default destructorJohnny Willemsen2021-10-127-45/+6
| * | Use default destructorJohnny Willemsen2021-10-127-22/+5
| |/
* | Make x.0.4 public availableJohnny Willemsen2021-10-016-41/+46
|/