summaryrefslogtreecommitdiff
path: root/TAO/tao
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add missing exportsJohnny Willemsen2017-07-211-0/+16
* | Fix unresolved externals with Embarcadero C++ 10.2Johnny Willemsen2017-07-212-30/+35
|/
* ACE+TAO-6_4_3ACE+TAO-6_4_3Johnny Willemsen2017-04-201-4/+4
* ACE+TAO-6_4_2ACE+TAO-6_4_2Johnny Willemsen2017-01-171-4/+4
* Introduce ACE_NOEXCEPT_FALSE and use that in some places to silence C++11 com...Johnny Willemsen2017-01-162-2/+2
* Fixed compile errorJohnny Willemsen2017-01-111-1/+1
* Merge pull request #350 from jwillemsen/jwi-deprecatedanyopJohnny Willemsen2017-01-097-56/+54
|\
| * Fixed coverity issuesJohnny Willemsen2017-01-092-3/+1
| * Fixed typoJohnny Willemsen2017-01-051-1/+1
| * Make sure we use the const *& extraction operatorsJohnny Willemsen2017-01-054-52/+52
* | Removed empty lineJohnny Willemsen2017-01-091-1/+0
* | At the moment we can't lock the mutex it is better to return true from error ...Johnny Willemsen2017-01-091-1/+1
* | Remove comment that shouldn't be there anymoreJohnny Willemsen2017-01-041-3/+0
* | Zapped spaceJohnny Willemsen2017-01-041-1/+1
* | Make the leader follower state a real enum instead of using it as int, that w...Johnny Willemsen2017-01-039-24/+23
* | Merge branch 'master' into jwi-lf-raceJohnny Willemsen2017-01-032-4/+2
|\ \ | |/
| * No need to pass this to ACE_DES_FREE_THISJohnny Willemsen2017-01-032-4/+2
* | The successful/error_detected/keep_waiting accessors of TAO_LF_Event are also...Johnny Willemsen2017-01-0319-80/+127
* | Merge branch 'master' into jwi-lf-raceJohnny Willemsen2017-01-032-6/+6
|\ \ | |/
| * Added ACE_DES_FREE_THIS which doesn't check the pointer for nil because this ...Johnny Willemsen2017-01-032-6/+6
* | Make keep_waiting constJohnny Willemsen2017-01-022-2/+2
* | Fixed docuJohnny Willemsen2017-01-021-2/+2
* | Make several check methods to return a bool instead of int, much easier to un...Johnny Willemsen2017-01-029-50/+56
* | Make keep_waiting return a bool instead of intJohnny Willemsen2017-01-022-5/+5
|/
* Fixed typoJohnny Willemsen2017-01-028-8/+8
* Don't use global scopingJohnny Willemsen2016-11-141-6/+6
* Fixed typos in commentJohnny Willemsen2016-10-271-1/+1