summaryrefslogtreecommitdiff
path: root/TAO/tao
Commit message (Expand)AuthorAgeFilesLines
* ACE+TAO-6_5_5ACE+TAO-6_5_5Johnny Willemsen2019-04-081-4/+4
* Removed noop comments, no need for that. Removed empty lines, some old commen...Johnny Willemsen2019-01-292-2/+0
* Merge pull request #799 from jwillemsen/jwi-typeJohnny Willemsen2019-01-242-7/+7
|\
| * Merge branch 'jwi-type2' into jwi-typeJohnny Willemsen2019-01-231-1/+1
| |\
| | * Const changeJohnny Willemsen2019-01-231-1/+1
| * | Add <> around tag value when loggingJohnny Willemsen2019-01-231-2/+2
| * | Fixed typo in loggingJohnny Willemsen2019-01-231-4/+4
| |/
* | ACE+TAO-6_5_4ACE+TAO-6_5_4ACE%2BTAO-6_5_4Johnny Willemsen2019-01-241-4/+4
|/
* Remove workarounds for ancient IBM compilerJohnny Willemsen2018-12-141-13/+1
* Doxygen additionJohnny Willemsen2018-12-051-0/+1
* Const enhancements and log where we get the exception during the reply handle...Johnny Willemsen2018-12-042-7/+7
* Logging enhancementsJohnny Willemsen2018-11-303-5/+5
* ACE+TAO-6_5_3ACE+TAO-6_5_3Johnny Willemsen2018-11-191-4/+4
* Doxygen changes and use const int for the statics to resolve the issues with ...Johnny Willemsen2018-11-052-10/+5
* Doxygen changesJohnny Willemsen2018-11-051-2/+2
* Merge branch 'bug_4213-uiop_corbaloc_key' of git://github.com/milan-mpathix/A...Johnny Willemsen2018-10-302-2/+2
|\
| * Merge tag 'ACE+TAO-6_4_6' into bug_4213-uiop_corbaloc_keyMilan Cvetkovic2018-01-23110-793/+958
| |\
| * | Fixes corbaloc:uiop:/randesvous|KEY to properly parse KEY instead of |KEYMilan Cvetkovic2016-04-252-2/+2
* | | Fixed incorrect classname in logging statementJohnny Willemsen2018-10-301-1/+1
* | | Use bool instead of intJohnny Willemsen2018-10-301-5/+4
* | | Make formatting of debug message consistent with others in the TAO coreJohnny Willemsen2018-10-301-1/+1
* | | When we have an error parsing our GIOP header we should log a message using a...Johnny Willemsen2018-09-211-3/+3
* | | ACE+TAO-6_5_2ACE+TAO-6_5_2Johnny Willemsen2018-09-181-4/+4
* | | Use const exception data pointer when using invoke, not changed by the implem...Johnny Willemsen2018-09-168-25/+24
* | | Removed comment at top of mpc fileJohnny Willemsen2018-09-114-4/+4
* | | Layout changesJohnny Willemsen2018-09-112-6/+0
* | | Qt5 supportAdam Mitz2018-09-072-3/+5
* | | Layout changesJohnny Willemsen2018-09-0710-22/+1
* | | Layout changesJohnny Willemsen2018-09-042-2/+0
* | | Layout changesJohnny Willemsen2018-09-041-4/+0
* | | Merge pull request #692 from jwillemsen/jwi-imrloggingJohnny Willemsen2018-09-041-19/+30
|\ \ \
| * | | Only log errors when we have a debugging level setJohnny Willemsen2018-09-041-19/+30
* | | | 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
|/ / /
* | | Make use of std::unique_ptr when C++11 or newer is enabledJohnny Willemsen2018-08-121-3/+5
* | | Fixed typosJohnny Willemsen2018-08-101-4/+1
* | | Const and unicode fixesJohnny Willemsen2018-08-091-1/+1
* | | Log the POA name when we log that we inform the ImRJohnny Willemsen2018-08-091-3/+6
* | | Simplified loggingJohnny Willemsen2018-08-091-8/+6
* | | ACE+TAO-6_5_1ACE+TAO-6_5_1Johnny Willemsen2018-08-091-4/+4
* | | Merge pull request #656 from mcorino/mco-feature-4310-string-cdr-optimizemcorino2018-08-056-51/+171
|\ \ \
| * | | add full support for streaming std::(w)stringMartin Corino2018-08-046-51/+171
* | | | When logging that we are a new ORB add the TAO version number so that we can ...Johnny Willemsen2018-08-051-2/+3
|/ / /
* | | Moved location of new defineJohnny Willemsen2018-06-271-1/+1
* | | Set a new define when we use atomic refcount so that we can use that in OpenDDSJohnny Willemsen2018-06-271-0/+1
* | | Revert rename of ref_count_ to refcount_Johnny Willemsen2018-06-262-8/+8
* | | Merge pull request #643 from jwillemsen/jwi-atomicservantrefcountJohnny Willemsen2018-06-2534-77/+236
|\ \ \
| * | | Make use of std::atomic when C++11 has been enabledJohnny Willemsen2018-06-2434-72/+226