summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
Commit message (Expand)AuthorAgeFilesLines
...
| * Corrected null check, only when it is non nullJohnny Willemsen2021-04-291-6/+6
* | Make use of deleteJohnny Willemsen2021-04-291-3/+3
* | Removed not used auto_ptr member, use delete instead of ACE_UNIMPLEMENTED_FUN...Johnny Willemsen2021-04-2918-132/+64
|/
* Fixed warningJohnny Willemsen2021-03-271-2/+2
* Merge pull request #1460 from jwillemsen/jwi-interrorJohnny Willemsen2021-03-241-7/+7
|\
| * Remove redundant voidJohnny Willemsen2021-03-231-7/+7
* | Layout/void cleanupJohnny Willemsen2021-03-199-22/+15
* | Small doxygen changes and use default for copy/assignment operatorJohnny Willemsen2021-03-192-41/+11
|/
* Merge pull request #1458 from jwillemsen/jwi-cleanupJohnny Willemsen2021-03-175-29/+9
|\
| * CleanupJohnny Willemsen2021-03-174-28/+8
| * Minor cleanupJohnny Willemsen2021-03-171-3/+3
* | Merge pull request #1457 from jwillemsen/jwi-redundantvoidJohnny Willemsen2021-03-17230-684/+684
|\ \
| * | Removed redundant voidJohnny Willemsen2021-03-17230-684/+684
| |/
* | bool changesJohnny Willemsen2021-03-1799-102/+102
* | bool changesJohnny Willemsen2021-03-1774-100/+83
* | Update to githubJohnny Willemsen2021-03-171-4/+4
* | Refer to github issues/discussions instead of the mailing listsJohnny Willemsen2021-03-172-11/+2
|/
* 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