summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix Broken Floating Point ExpressionsFred Hornsey2021-11-044-89/+246
* | | | | Merge pull request #1716 from mitza-oci/basedptrAdam Mitz2021-11-055-93/+58
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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
|/ / / /
* | | | Merge pull request #1709 from mitza-oci/msvc-langstdAdam Mitz2021-11-03153-684/+390
|\ \ \ \
| * | | | Use a using in place of a typedefAdam Mitz2021-11-031-1/+1
| * | | | tao_idl updates for /std:c++20Adam Mitz2021-11-011-0/+2
| * | | | TAO updates for /std:c++20Adam Mitz2021-11-014-6/+17
| * | | | tao_idl updates for /std:c++20Adam Mitz2021-10-31139-662/+310
| * | | | 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
| * | | | GitHub Actions: Try MSVC builds with /std:c++17 and 20Adam Mitz2021-10-291-2/+20
| |/ / /
* | | | Merge pull request #1712 from jwillemsen/jwi-taoidlunionJohnny Willemsen2021-11-032-25/+25
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Reduce amount of empty lines in union generationJohnny Willemsen2021-11-032-25/+25
* | | Merge pull request #1708 from jwillemsen/jwi-gccwarningJohnny Willemsen2021-10-271-1/+5
|\ \ \ | |/ / | | / | |/ |/|
| * Merge branch 'master' into jwi-gccwarningJohnny Willemsen2021-10-276-60/+57
| |\ | |/ |/|
* | Merge pull request #1707 from jwillemsen/jwi-nullptr2Johnny Willemsen2021-10-277-66/+56
|\ \
* \ \ Merge pull request #1704 from jwillemsen/jwi-signalJohnny Willemsen2021-10-256-60/+57
|\ \ \
| * | | 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
* | Merge pull request #1702 from jwillemsen/jwi-threadsignJohnny Willemsen2021-10-231-3/+2
|\ \ | |/ |/|
| * Corrected worker signature to resolve gcc warningsJohnny Willemsen2021-10-231-3/+2
|/
* Merge pull request #1700 from jwillemsen/jwi-taoidl2Johnny Willemsen2021-10-2349-231/+78
|\
| * Don't use strncpy in native_ch.cpp to fix compiler warningJohnny Willemsen2021-10-2249-231/+78
* | Merge pull request #1699 from jwillemsen/jwi-defaultdestructorJohnny Willemsen2021-10-1317-84/+13
|\ \