summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer
Commit message (Expand)AuthorAgeFilesLines
* Make use of std::make_uniqueJohnny Willemsen2023-02-211-16/+16
* Reduced usage of static as we do in generated codeJohnny Willemsen2023-02-131-83/+27
* Fixed warningsJohnny Willemsen2023-02-137-14/+14
* Replace enum with static constexprJohnny Willemsen2023-02-131-4/+1
* the_children is not available in all CORBA profilesJohnny Willemsen2023-02-132-2/+5
* Use defaultJohnny Willemsen2023-02-133-19/+9
* Another default destructorJohnny Willemsen2023-02-132-5/+1
* Compile fixesJohnny Willemsen2023-02-132-9/+9
* Check for nil pointers in cleanupJohnny Willemsen2023-02-131-8/+20
* Fixed unresolved exports, more overrideJohnny Willemsen2023-02-1317-100/+57
* Major cleanup in PortableServer libraryJohnny Willemsen2023-02-13107-3589/+561
* Removed checks for ACE_TEMPLATES_REQUIRE_SOURCEJohnny Willemsen2023-01-1611-26/+0
* Removed AIX supportJohnny Willemsen2023-01-1620-80/+0
* Make use of noexcept instead of throw()Johnny Willemsen2022-12-123-3/+3
* Use overrideJohnny Willemsen2022-10-197-18/+18
* Part 2: Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-2220-114/+114
* Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-137-28/+28
* Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-1011-13/+0
* Remove leading blank lines after opening {Knut Petter Svendsen2022-09-105-5/+0
* Remove trailing whitespace forgotten in previous commitKnut Petter Svendsen2022-09-101-1/+1
* Removed extra newline before closing }Knut Petter Svendsen2022-09-103-3/+0
* resurrect two removed virtualsKnut Petter Svendsen2022-09-091-0/+2
* Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-091-1/+0
* Remove extra newline after public, protected and privateKnut Petter Svendsen2022-09-097-16/+0
* Fix CodeFactor issues: blank linesKnut Petter Svendsen2022-09-095-12/+0
* Fix whitespace issues found by fuzzKnut Petter Svendsen2022-09-091-2/+0
* Fix trailing newline in class declarationsKnut Petter Svendsen2022-09-091-2/+0
* Fix more blank line issuesKnut Petter Svendsen2022-09-0911-37/+0
* Make use of ACE_FALLTHROUGHJohnny Willemsen2022-04-231-4/+4
* Fixed typoJohnny Willemsen2022-01-201-1/+1
* Use nullptr/default, docu changesJohnny Willemsen2022-01-182-7/+1
* Use std::unique_ptr and defaultJohnny Willemsen2021-09-261-1/+1
* Mark also the generated hash operation with overrideJohnny Willemsen2021-04-301-1/+0
* Removed redundant voidJohnny Willemsen2021-03-1722-49/+49
* Add missing includesJohnny Willemsen2021-03-082-8/+4
* Use std string operations instead of ACE_OSJohnny Willemsen2021-03-082-3/+3
* Cleanup for vc6, use nullptr, remove redundant void, layout changesJohnny Willemsen2021-02-2517-49/+25
* Use micro version instead of beta versionJohnny Willemsen2021-01-231-2/+2
* Remove redundant voidJohnny Willemsen2020-12-172-16/+16
* Merge branch 'master' into jwi-cleanupcpp11Johnny Willemsen2020-12-10132-635/+635
|\
| * Remove redundant void argJohnny Willemsen2020-12-09110-406/+406
| * Removed redundant voidJohnny Willemsen2020-12-0922-229/+229
* | Removed checks for ACE_HAS_CPP11 and use std::atomic in more places in the TA...Johnny Willemsen2020-12-098-91/+2
|/
* Layout and docu changesJohnny Willemsen2020-10-282-17/+9
* Layout and docu changesJohnny Willemsen2020-10-284-14/+7
* Layout changesJohnny Willemsen2020-10-287-16/+0
* Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into masterJohnny Willemsen2020-10-281-8/+0
|\
| * Removed FOCUS which uses specialization files to patch the TAO source code. H...Johnny Willemsen2020-10-151-8/+0
* | Layout/typo changesJohnny Willemsen2020-10-281-1/+1
|/
* Removed old comments before constructor/destructorJohnny Willemsen2019-08-192-3/+0