summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
Commit message (Expand)AuthorAgeFilesLines
...
* Typo fix.Samuel Miller2021-07-311-1/+1
* Removed redundant whitespaceJohnny Willemsen2021-07-211-1/+1
* Removed old workarounds for bcc32Johnny Willemsen2021-07-192-6/+2
* Cleanup Embarcadero C++ Builder supportJohnny Willemsen2021-07-164-24/+6
* Fixed fallthrough warningsJohnny Willemsen2021-07-012-0/+2
* Removed old comments and support for Chorus which we don't support anymoreJohnny Willemsen2021-06-246-6/+6
* Removed workarounds for very old broken HP compilersJohnny Willemsen2021-06-211-5/+0
* Removed empty linesJohnny Willemsen2021-06-151-2/+0
* Merge pull request #1547 from jwillemsen/masterJohnny Willemsen2021-06-119-35/+22
|\
| * Removed redundant whitelinesJohnny Willemsen2021-06-112-6/+0
| * Replace auto_ptr with std::unique_ptr and fixed missing breakJohnny Willemsen2021-06-119-29/+22
* | Fixed double deletes during AV shutdownJohnny Willemsen2021-06-102-5/+11
|/
* Merge pull request #1545 from jwillemsen/jwi-notifyJohnny Willemsen2021-06-0922-61/+41
|\
| * Assign the result of the call to add_constraints to a _var to fix memory leak...Johnny Willemsen2021-06-0921-60/+40
| * Use true instead of 1Johnny Willemsen2021-06-091-1/+1
* | Don't use close, it modifies the unbounded set which causes a crash when we i...Johnny Willemsen2021-06-091-1/+1
|/
* Merge branch 'master' into feature/prevent-auto_ptr-usageJohnny Willemsen2021-06-086-51/+9
|\
| * Merge branch 'master' into jwi-ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIBJohnny Willemsen2021-06-074-42/+9
| |\
| | * Make use of std::nothrow/std::nothrow_t/std::badalloc, ACE macros for these a...Johnny Willemsen2021-06-064-6/+6
| | * All compilers we support provide ACE_HAS_NEW_NOTHROWJohnny Willemsen2021-06-064-36/+3
| * | We require now that the standard C++ library is supported and available in th...Johnny Willemsen2021-06-072-9/+0
| |/
* | use std::unique_ptr instead of std::auto_ptrClausKlein2021-06-011-2/+3
|/
* Merge pull request #1488 from jwillemsen/jwi-avnullwarningJohnny Willemsen2021-04-2919-95/+39
|\
| * Various layout changesJohnny Willemsen2021-04-2918-89/+33
| * 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