summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-13432-1938/+1938
* Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-1068-93/+0
* Remove leading blank lines after opening {Knut Petter Svendsen2022-09-10146-232/+0
* Remove trailing whitespace forgotten in previous commitKnut Petter Svendsen2022-09-101-1/+1
* Removed extra newline before closing }Knut Petter Svendsen2022-09-1056-64/+0
* resurrect two removed virtualsKnut Petter Svendsen2022-09-091-0/+2
* Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-0990-198/+0
* Remove extra newline after public, protected and privateKnut Petter Svendsen2022-09-0946-98/+0
* Fix CodeFactor issues: blank linesKnut Petter Svendsen2022-09-0913-29/+0
* Fix whitespace issues found by fuzzKnut Petter Svendsen2022-09-091-2/+0
* Fix trailing newline in class declarationsKnut Petter Svendsen2022-09-0948-56/+1
* Fix more blank line issuesKnut Petter Svendsen2022-09-09111-278/+0
* Fix issues found by CodeFactor: blank lineKnut Petter Svendsen2022-08-301-2/+0
* Use default constructorKnut Petter Svendsen2022-08-302-2/+2
* Remove warnings -Wextra-semiKnut Petter Svendsen2022-08-293-3/+3
* Removed old Id tagJohnny Willemsen2022-07-181-1/+0
* Removed workaround for Tru64Johnny Willemsen2022-07-131-10/+0
* Make use of ACE_FALLTHROUGHJohnny Willemsen2022-04-233-4/+4
* Remove duplicate semi-colonJohnny Willemsen2022-01-212-2/+2
* Fixed a few pkg-config issuesAdam Mitz2022-01-071-1/+1
* Fixed g++ warning, use override/defaultJohnny Willemsen2021-11-1620-131/+33
* Installed tree doesn't have double orbsvcs pathJohnny Willemsen2021-11-127-10/+8
* Notify svc: Fixed includeAdam Mitz2021-11-111-1/+1
* TAO updates for /std:c++20Adam Mitz2021-11-012-2/+4
* Merge pull request #1687 from jwillemsen/jwi-autoptr5Johnny Willemsen2021-09-274-12/+7
|\
| * Use std::unique_ptr and defaultJohnny Willemsen2021-09-264-12/+7
* | Use is_loopback to check for a loopback addressJohnny Willemsen2021-09-201-2/+2
|/
* Merge pull request #1678 from jwillemsen/jwi-ssl2Johnny Willemsen2021-09-141-5/+4
|\
| * Logging changesJohnny Willemsen2021-09-141-5/+4
* | Fix auto_ptr and fallthrough warningsJohnny Willemsen2021-09-092-0/+2
|/
* Cleanup old Embarcadero compiler checksJohnny Willemsen2021-08-162-17/+1
* Removed old workarounds for bcc32Johnny Willemsen2021-07-192-6/+2
* Cleanup Embarcadero C++ Builder supportJohnny Willemsen2021-07-163-22/+4
* Fixed fallthrough warningsJohnny Willemsen2021-07-012-0/+2
* Removed workarounds for very old broken HP compilersJohnny Willemsen2021-06-211-5/+0
* Fixed double deletes during AV shutdownJohnny Willemsen2021-06-102-5/+11
* Don't use close, it modifies the unbounded set which causes a crash when we i...Johnny Willemsen2021-06-091-1/+1
* 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
* 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
* | Removed not used auto_ptr member, use delete instead of ACE_UNIMPLEMENTED_FUN...Johnny Willemsen2021-04-2913-104/+53
|/
* 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-172-9/+3
|\
| * CleanupJohnny Willemsen2021-03-171-6/+0