summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode
Commit message (Expand)AuthorAgeFilesLines
* Removed checks for ACE_TEMPLATES_REQUIRE_SOURCEJohnny Willemsen2023-01-1619-52/+14
* Removed AIX supportJohnny Willemsen2023-01-1619-83/+0
* Part 2: Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-225-9/+9
* Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-1316-27/+27
* Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-1024-31/+0
* Remove leading blank lines after opening {Knut Petter Svendsen2022-09-1024-27/+0
* Removed extra newline before closing }Knut Petter Svendsen2022-09-106-6/+0
* 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-094-4/+0
* Fix more blank line issuesKnut Petter Svendsen2022-09-0919-21/+0
* Use default/nullptrJohnny Willemsen2022-06-272-29/+23
* Merge branch 'master' into jwi-addressofanyJohnny Willemsen2022-06-277-40/+0
|\
| * moved operator<<= and >>= for CORBA::Any into namespace CORBAAdam Mitz2022-06-237-40/+0
* | Make use of addressof/constJohnny Willemsen2022-06-271-34/+15
|/
* Remove duplicate semi-colonJohnny Willemsen2022-01-211-1/+1
* Make use of C++ default/overrideJohnny Willemsen2022-01-131-1/+1
* Try to Fix Issues with int8/uint8Fred Hornsey2021-06-293-2/+9
* Removed redundant voidJohnny Willemsen2021-03-179-33/+33
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-091-3/+0
* Add missing includesJohnny Willemsen2021-03-0811-48/+30
* Use std string operations instead of ACE_OSJohnny Willemsen2021-03-0810-15/+17
* Use delete, cleanupJohnny Willemsen2021-02-258-27/+15
* Use nullptr and cleanupJohnny Willemsen2021-02-252-6/+6
* Cleanup for vc6, use nullptr, remove redundant void, layout changesJohnny Willemsen2021-02-2527-105/+78
* Use micro version instead of beta versionJohnny Willemsen2021-01-231-2/+2
* Merge branch 'master' into jwi-cleanupcpp11Johnny Willemsen2020-12-1063-386/+386
|\
| * Remove redundant void argJohnny Willemsen2020-12-0945-235/+235
| * Remove redundant void argJohnny Willemsen2020-12-094-21/+21
| * Remove redundant void argJohnny Willemsen2020-12-092-9/+9
| * Removed redundant voidJohnny Willemsen2020-12-0912-121/+121
* | Removed checks for ACE_HAS_CPP11 and use std::atomic in more places in the TA...Johnny Willemsen2020-12-0911-71/+3
|/
* Layout and docu changesJohnny Willemsen2020-10-282-6/+3
* Layout changesJohnny Willemsen2020-08-2013-61/+29
* Map ACE_CDR LongLong to ACE_INT64, all platforms for which we needed an emula...Johnny Willemsen2020-04-251-9/+0
* Layout changesJohnny Willemsen2020-01-2821-29/+0
* Layout changesJohnny Willemsen2020-01-2818-43/+0
* Various layout changesJohnny Willemsen2019-05-222-20/+8
* Layout and logging changesJohnny Willemsen2019-05-221-6/+3
* Make use of std::unique_ptr when C++11 or newer is enabledJohnny Willemsen2018-08-121-3/+5
* Make use of std::atomic when C++11 has been enabledJohnny Willemsen2018-06-244-12/+35
* Use std::unique_ptr with C++11Johnny Willemsen2018-05-154-0/+16
* Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-152-2/+9
* Use std::unique_ptr when using C++11Johnny Willemsen2018-05-152-2/+2
* Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-151-0/+4
* When we have C++11 make use of std::unique_ptrJohnny Willemsen2018-05-151-0/+4
* Don't use auto_ptr for the fragmentation strategy, that was the only one that...Johnny Willemsen2018-04-121-2/+1
* Generate stub export macro directly instead of TAO_EXPORT_MACRO, simplifies t...Johnny Willemsen2017-08-093-15/+0
* Make sure we use the const *& extraction operatorsJohnny Willemsen2017-01-051-35/+35
* Remove null reference checksHuang-Ming Huang2016-09-221-9/+6
* Fixing MSVC integer conversion warnings.Martin Corino2015-06-0111-33/+69