summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Layout changesJohnny Willemsen2018-09-034-7/+2
* Make TAO_Requires_POA_Initializer a const int as attempt to let C++Builder be...Johnny Willemsen2018-09-031-2/+1
* Layout changesJohnny Willemsen2018-09-0327-42/+5
* Layout changesJohnny Willemsen2018-09-0323-98/+39
* Revert rename of ref_count_ to refcount_Johnny Willemsen2018-06-262-8/+8
* Merge pull request #643 from jwillemsen/jwi-atomicservantrefcountJohnny Willemsen2018-06-252-6/+18
|\
| * Make use of std::atomic when C++11 has been enabledJohnny Willemsen2018-06-242-8/+8
| * MacOSX doesn't have a std::atomic_uint32_tJohnny Willemsen2018-06-231-1/+1
| * Make use of std::atomic for the refcount when we have C++11 enabledJohnny Willemsen2018-06-232-0/+12
* | Layout changeJohnny Willemsen2018-06-251-2/+1
* | Fixed incorrect logging of ascii strings in portableserverJohnny Willemsen2018-06-254-4/+4
|/