summaryrefslogtreecommitdiff
path: root/TAO/tao
Commit message (Expand)AuthorAgeFilesLines
* Make use of std::atomic when C++11 has been enabledJohnny Willemsen2018-06-2434-72/+226
* MacOSX doesn't have a std::atomic_uint32_tJohnny Willemsen2018-06-234-8/+1
* Make use of std::atomic for the refcount when we have C++11 enabledJohnny Willemsen2018-06-232-0/+12
* ACE+TAO-6_5_0Latest_MinorACE+TAO-6_5_0Latest_MinorJohnny Willemsen2018-06-121-5/+5
* Fixed typo in commentJohnny Willemsen2018-06-071-2/+1
* Removed last TAO env macros and some layout changesJohnny Willemsen2018-06-013-6/+3
* Make use of std::unique_ptrJohnny Willemsen2018-05-151-6/+7
* Layout changesJohnny Willemsen2018-05-152-3/+3
* Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-151-0/+5
* Use std::unique_ptr when usign C++11Johnny Willemsen2018-05-154-0/+20
* Use std::unique_ptr with C++11Johnny Willemsen2018-05-155-1/+24
* Fixed typo in error messageJohnny Willemsen2018-05-152-5/+5
* Further changes for using std::unique_ptrJohnny Willemsen2018-05-151-4/+35
* No need to initialise auto_ptr/unique_ptr to 0 in the constructorJohnny Willemsen2018-05-151-7/+1
* Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-152-2/+9
* Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-151-0/+24
* Use std::unique_ptr when using C++11Johnny Willemsen2018-05-159-10/+10
* Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-152-7/+14
* Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-151-0/+4
* 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-155-7/+27
* ACE+TAO-6_4_8ACE+TAO-6_4_8Johnny Willemsen2018-05-141-4/+4
* Catch exception by referenceJohnny Willemsen2018-05-021-1/+1
* Invocation_Retry_Params.h: add required #includeAdam Mitz2018-04-171-0/+2
* gerge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2018-04-1311-29/+14
|\
| * Don't use auto_ptr for the fragmentation strategy, that was the only one that...Johnny Willemsen2018-04-1211-29/+14
* | Documentation changes, fixed some typosJohnny Willemsen2018-04-135-9/+9
|/
* Combine two logging lines into oneJohnny Willemsen2018-04-101-3/+2
* Add some more error logic for the cases the create_profile failsJohnny Willemsen2018-04-091-6/+31
* ACE+TAO-6_4_7ACE+TAO-6_4_7Johnny Willemsen2018-03-161-4/+4
* Bug 1220 fix applied to SHMIOP (fixed for IIOP long ago).Adam Mitz2018-03-063-24/+20
* fixed issue #554 ACE_Singleton use after ACE::fini, ACE::initAdam Mitz2017-12-211-3/+15
* ACE+TAO-6_4_6ACE+TAO-6_4_6Johnny Willemsen2017-12-081-4/+4
* Put back protected copy/assignmentJohnny Willemsen2017-12-012-8/+24
* Documentation updateJohnny Willemsen2017-12-011-1/+1
* Make copy/assignment operators private and don't implement them, they are not...Johnny Willemsen2017-12-012-23/+10
* Const fix to resolve C++ core guideline warningJohnny Willemsen2017-11-061-2/+2
* Documentation typo fixesJohnny Willemsen2017-11-033-3/+3
* ACE+TAO-6_4_5ACE+TAO-6_4_5Johnny Willemsen2017-09-071-4/+4
* Removed left over Id tagsJohnny Willemsen2017-08-312-12/+6
* Fix gcc7 warnings and remove commented out throwsJohnny Willemsen2017-08-301-2/+2
* Fix gcc7 warningJohnny Willemsen2017-08-291-0/+1
* ACE+TAO-6_4_4ACE+TAO-6_4_4Johnny Willemsen2017-08-141-4/+4
* Generate stub export macro directly instead of TAO_EXPORT_MACRO, simplifies t...Johnny Willemsen2017-08-0922-114/+0
* Use new TAO_OBV_GIOP_FLAGS_INLINE_FUNCTION so that we can remove TAO_NAMESPAC...Johnny Willemsen2017-08-092-17/+17
* Cleanup TAO_EXPORT_NESTED_CLASSES and simplified the portableserver files. At...Johnny Willemsen2017-08-084-42/+6
* Merge branch 'master' into jwi-transportselectionguardJohnny Willemsen2017-07-221-18/+0
|\
| * Some more cleanupJohnny Willemsen2017-07-201-9/+0
| * Use ACE_WIN32 and bcc32c doesn't set __WIN32__ but uses _WIN32Johnny Willemsen2017-07-201-9/+0
* | Added missing exportsJohnny Willemsen2017-07-221-4/+4