summaryrefslogtreecommitdiff
path: root/TAO
Commit message (Expand)AuthorAgeFilesLines
* ACE+TAO-7_0_1ACE+TAO-7_0_1Johnny Willemsen2021-03-154-6/+461
* Layout changes and make use of = deleteJohnny Willemsen2021-03-1113-117/+65
* Fixed #1449Johnny Willemsen2021-03-112-23/+17
* Upgrade to doxygen 1.9.1Johnny Willemsen2021-03-1129-1276/+2552
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-09299-1107/+649
* Merge pull request #1444 from jwillemsen/jwi-stdstringJohnny Willemsen2021-03-0888-264/+250
|\
| * Update DIOP_Endpoint.cppJohnny Willemsen2021-03-081-0/+1
| * C++11 modernizationJohnny Willemsen2021-03-086-22/+16
| * Layout changesJohnny Willemsen2021-03-0810-17/+17
| * Layout changesJohnny Willemsen2021-03-089-24/+12
| * Add missing includesJohnny Willemsen2021-03-0828-78/+57
| * Use std::strchrJohnny Willemsen2021-03-082-2/+2
| * Use std string operations instead of ACE_OSJohnny Willemsen2021-03-0853-121/+145
* | Fixed typo in enumJohnny Willemsen2021-03-082-8/+8
* | Simplify these files using C++11Johnny Willemsen2021-03-085-58/+27
|/
* Modernize using default/delete/overrideJohnny Willemsen2021-02-2526-122/+51
* Use delete, cleanupJohnny Willemsen2021-02-2535-178/+122
* Use nullptr and cleanupJohnny Willemsen2021-02-2534-136/+130
* Cleanup for vc6, use nullptr, remove redundant void, layout changesJohnny Willemsen2021-02-2579-430/+278
* Removed empty linesJohnny Willemsen2021-02-031-7/+0
* Make ACE 7.0.0 and TAO 3.0.0 public availableJohnny Willemsen2021-01-251-0/+3
* ACE+TAO-7_0_0ACE+TAO-7_0_0Latest_ACE7TAO3_MajorJohnny Willemsen2021-01-254-9/+1823
* Merge pull request #1421 from mitza-oci/taoidl-tao3Adam Mitz2021-01-232-16/+16
|\
| * Merge branch 'taoidl' into taoidl-tao3Adam Mitz2021-01-221-2/+2
| |\
| | * MPC updates for building TAO in a path with spacesAdam Mitz2021-01-211-2/+2
| * | Merge branch 'testing' into taoidl-tao3Adam Mitz2021-01-211-14/+14
| |\ \ | | |/
| | * tao_idl: ACE logging with %p requires an additional varargs argument, %m doesn'tAdam Mitz2021-01-211-13/+13
| | * tao_idl: when invoking preproc don't add quotes to args that already have themAdam Mitz2021-01-211-1/+1
* | | Use micro version instead of beta versionJohnny Willemsen2021-01-2366-132/+132
|/ /
* | Initialize pointersJohnny Willemsen2021-01-063-3/+3
* | Merge pull request #1383 from jwillemsen/jwi-ACE_LACKS_PLACEMENT_OPERATOR_DELETEJohnny Willemsen2021-01-052-4/+0
|\ \
| * | Removed check for ACE_LACKS_PLACEMENT_OPERATOR_DELETE, supported by all compi...Johnny Willemsen2021-01-052-4/+0
* | | Merge pull request #1381 from jwillemsen/jwi-noexceptJohnny Willemsen2021-01-053-4/+4
|\ \ \
| * | | Use noexcept(false) directly in the codeJohnny Willemsen2021-01-053-4/+4
| |/ /
* | | Merge pull request #1372 from jwillemsen/jwi-alphaJohnny Willemsen2021-01-051-1/+0
|\ \ \
| * | | Remove support for the Alpha CPUJohnny Willemsen2021-01-051-1/+0
| |/ /
* | | Merge pull request #1375 from jwillemsen/jwi-DEC_CXXJohnny Willemsen2021-01-052-3/+3
|\ \ \
| * | | Removed checks for DEC_CXXJohnny Willemsen2021-01-052-3/+3
| |/ /
* | | Merge pull request #1368 from jwillemsen/jwi-ACE_HAS_HEADER_ALLOCATED_CLASS_S...Johnny Willemsen2021-01-052-15/+3
|\ \ \ | |/ / |/| |
| * | Remove ACE_HAS_HEADER_ALLOCATED_CLASS_STATIC_CONST_INT_STOREAGE, not needed a...Johnny Willemsen2021-01-052-15/+3
* | | Instead of checking for the linux define use ACE_LINUX, the first doesn't see...Johnny Willemsen2020-12-307-16/+12
|/ /
* | Merge pull request #1364 from jwillemsen/jwi-compilewarningsJohnny Willemsen2020-12-3018-73/+58
|\ \
| * | Make use of std::unique_ptrJohnny Willemsen2020-12-301-5/+2
| * | Make use of std::unique_ptrJohnny Willemsen2020-12-308-21/+13
| * | Make use of std::unique_ptrJohnny Willemsen2020-12-303-8/+3
| * | Make use of std atomic and unique_ptrJohnny Willemsen2020-12-303-17/+16
| * | Make use of std::unique_ptrJohnny Willemsen2020-12-301-14/+12
| * | Use std::unique_ptrJohnny Willemsen2020-12-301-5/+6
| * | Fixed variable not used warningJohnny Willemsen2020-12-301-3/+6
* | | Don't print the exception, causes the scoreboard scripts to flag this test as...Johnny Willemsen2020-12-301-2/+2
|/ /