summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
Commit message (Expand)AuthorAgeFilesLines
* Layout changes and make use of = deleteJohnny Willemsen2021-03-115-34/+17
* Fixed #1449Johnny Willemsen2021-03-111-19/+13
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-0967-86/+83
* Merge pull request #1444 from jwillemsen/jwi-stdstringJohnny Willemsen2021-03-084-16/+10
|\
| * Layout changesJohnny Willemsen2021-03-081-4/+4
| * Layout changesJohnny Willemsen2021-03-083-12/+6
* | Fixed typo in enumJohnny Willemsen2021-03-082-8/+8
|/
* Cleanup for vc6, use nullptr, remove redundant void, layout changesJohnny Willemsen2021-02-251-1/+1
* Use micro version instead of beta versionJohnny Willemsen2021-01-2333-66/+66
* Initialize pointersJohnny Willemsen2021-01-063-3/+3
* Use noexcept(false) directly in the codeJohnny Willemsen2021-01-051-2/+2
* Instead of checking for the linux define use ACE_LINUX, the first doesn't see...Johnny Willemsen2020-12-304-12/+10
* 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
* Merge branch 'master' into diop-portspanJohnny Willemsen2020-12-29607-3158/+3053
|\
| * Change allow_command_ to be a boolJohnny Willemsen2020-12-172-8/+7
| * Use bool literalsJohnny Willemsen2020-12-178-13/+13
| * Use nullptrJohnny Willemsen2020-12-1740-212/+212
| * Remove redundant voidJohnny Willemsen2020-12-1791-436/+436
| * Merge branch 'master' into jwi-autoptr2Johnny Willemsen2020-12-173-4/+4
| |\
| | * Remove redundant voidJohnny Willemsen2020-12-143-4/+4
| * | Fixed compile errorsJohnny Willemsen2020-12-173-5/+2
| |/
| * Removed checks for ACE_HAS_CPP11 and use std::atomic in more places in the TA...Johnny Willemsen2020-12-093-21/+1
| * Merge branch 'master' into jwi-autoptrJohnny Willemsen2020-12-088-28/+30
| |\
| | * Merge pull request #1336 from jwillemsen/jwi-deletedJohnny Willemsen2020-12-088-30/+32
| | |\
| | | * Instead of declaring private copy/assignment list them as deleted and added m...Johnny Willemsen2020-12-088-30/+32
| * | | Merge branch 'master' into jwi-autoptrJohnny Willemsen2020-12-08450-2258/+2258
| |\ \ \ | | |/ /
| | * | Removed redundant voidJohnny Willemsen2020-12-08450-2258/+2258
| | |/
| * | Use std::unique_ptrJohnny Willemsen2020-12-082-7/+4
| * | Use std::unique_ptrJohnny Willemsen2020-12-083-4/+4
| * | Use std::unique_ptrJohnny Willemsen2020-12-0812-16/+16
| * | Replace auto_ptr with unique_ptrJohnny Willemsen2020-12-0815-21/+23
| |/
| * Merge pull request #1307 from jwillemsen/jwi-cleanupgcc3Johnny Willemsen2020-12-022-4/+0
| |\
| | * Cleanup for gcc <= 4.8 which don't support C++11Johnny Willemsen2020-11-282-4/+0
| * | Fixed typoJohnny Willemsen2020-11-301-1/+1
| |/
| * Layout changeJohnny Willemsen2020-11-261-1/+1
| * Remove checks for ACE_HAS_CPP11 and remove the code for C++03 now that we req...Johnny Willemsen2020-11-101-9/+1
| * Layout changesJohnny Willemsen2020-11-102-8/+8
| * Layout chagnesJohnny Willemsen2020-11-102-3/+2
| * Layout changesJohnny Willemsen2020-11-102-6/+1
| * Layout changesJohnny Willemsen2020-11-102-5/+1
| * Update all links to bugzilla from WashU to ISISJohnny Willemsen2020-10-285-5/+5
| * Layout and docu changesJohnny Willemsen2020-10-2814-46/+4
| * Layout changesJohnny Willemsen2020-10-289-32/+14
| * Perl shebang changesJohnny Willemsen2020-10-023-3/+3
| * Remove usage of narrow_from_decl/narrow_from_scope and replace them with dyna...Johnny Willemsen2020-09-185-23/+23
| * Const changeJohnny Willemsen2020-08-281-1/+1