summaryrefslogtreecommitdiff
path: root/TAO
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/ /
* | Minor changes and add portspan for DIOP to the NEWS fileJohnny Willemsen2020-12-295-61/+14
* | Merge branch 'master' into diop-portspanJohnny Willemsen2020-12-292337-25401/+19556
|\ \
| * \ Merge pull request #1359 from DOCGroup/repro-fragmentation-issueJohnny Willemsen2020-12-2910-0/+472
| |\ \
| | * | Minor test changes and add new test to the test list as not fixedrepro-fragmentation-issueJohnny Willemsen2020-12-297-35/+21
| | * | Merge branch 'master' into repro-fragmentation-issueJohnny Willemsen2020-12-292342-26120/+19657
| | |\ \
| | * | | Removed use of std namespace (really?)Joachim Achtzehnter2020-09-112-12/+32
| | * | | Removed trailing white spaceJoachim Achtzehnter2020-08-261-4/+4
| | * | | Rewritten to avoid including header from examplesJoachim Achtzehnter2020-08-2611-193/+213