summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
Commit message (Expand)AuthorAgeFilesLines
...
| * | Use std::unique_ptrJohnny Willemsen2020-12-0812-16/+16
| * | Replace auto_ptr with unique_ptrJohnny Willemsen2020-12-0815-21/+23
| |/
| * Merge pull request #1307 from jwillemsen/jwi-cleanupgcc3Johnny Willemsen2020-12-022-4/+0
| |\
| | * Cleanup for gcc <= 4.8 which don't support C++11Johnny Willemsen2020-11-282-4/+0
| * | Fixed typoJohnny Willemsen2020-11-301-1/+1
| |/
| * Layout changeJohnny Willemsen2020-11-261-1/+1
| * Remove checks for ACE_HAS_CPP11 and remove the code for C++03 now that we req...Johnny Willemsen2020-11-101-9/+1
| * Layout changesJohnny Willemsen2020-11-102-8/+8
| * Layout chagnesJohnny Willemsen2020-11-102-3/+2
| * Layout changesJohnny Willemsen2020-11-102-6/+1
| * Layout changesJohnny Willemsen2020-11-102-5/+1
| * Update all links to bugzilla from WashU to ISISJohnny Willemsen2020-10-285-5/+5
| * Layout and docu changesJohnny Willemsen2020-10-2814-46/+4
| * Layout changesJohnny Willemsen2020-10-289-32/+14
| * Perl shebang changesJohnny Willemsen2020-10-023-3/+3
| * Remove usage of narrow_from_decl/narrow_from_scope and replace them with dyna...Johnny Willemsen2020-09-185-23/+23
| * Const changeJohnny Willemsen2020-08-281-1/+1
* | Improve SSLIOP and SCIOP acceptors, tooNick Williams2020-08-281-5/+2
|/
* Fixed typoJohnny Willemsen2020-08-242-3/+3
* Reducen indentJohnny Willemsen2020-07-311-2/+2
* removed trailing spacesKamil Sokolowski2020-07-301-1/+1
* Added version check for deprecated function in OpenSSL 3.0Kamil Sokolowski2020-07-301-2/+10
* Use ACE_OS instead of ACE_OS_StringJohnny Willemsen2020-06-108-24/+24
* Use ACE_OS::strcmp instead of ACE_OS_String::strcmpJohnny Willemsen2020-06-105-12/+7
* Merge pull request #1127 from jwillemsen/jwi-costradingregenJohnny Willemsen2020-05-292-57/+868
|\
| * Regenerated with latest byaccJohnny Willemsen2020-05-292-57/+868
* | Removed usage of register, not allowed anymore with C++17Johnny Willemsen2020-05-271-9/+9
* | Add support for Embarcadero C++ Builder 10.4 SydneyJohnny Willemsen2020-05-274-7/+7
|/
* Layout, const, logging, doxygen changesJohnny Willemsen2020-05-141-1/+1
* Remove register keyword, illegal with C++17.Johnny Willemsen2020-05-112-22/+22
* Remove additional overloaded operators and change caller code insteadSon Dinh2020-04-282-4/+4
* Merge pull request #1093 from jwillemsen/jwi-ace-cpp20Johnny Willemsen2020-04-281-2/+2
|\
| * Fixed docu typosJohnny Willemsen2020-04-281-2/+2
* | Merge pull request #1090 from jwillemsen/jwi-cdrbaselonglong-cleanupJohnny Willemsen2020-04-281-7/+0
|\ \ | |/ |/|
| * Map ACE_CDR LongLong to ACE_INT64, all platforms for which we needed an emula...Johnny Willemsen2020-04-251-7/+0
* | Cleanup some last leftovers from old and deprecated tandem supportJohnny Willemsen2020-04-251-10/+4
|/
* Layout changesJohnny Willemsen2020-04-232-3/+1
* Minor layout/const/doxygen changesJohnny Willemsen2020-04-0829-143/+17
* Fixed typosJohnny Willemsen2019-10-293-4/+4
* Optimization: avoid invoking gettimeofday in each loop cyclemgrojo2019-08-211-4/+4
* Put constructor backJohnny Willemsen2019-08-191-0/+1
* Layout changesJohnny Willemsen2019-08-191-17/+7
* Removed old style documentation which was just about mentioning where constru...Johnny Willemsen2019-08-1923-62/+10
* Removed old comments before constructor/destructorJohnny Willemsen2019-08-1986-221/+10
* Merge pull request #928 from jwillemsen/jwi-azurebadgeJohnny Willemsen2019-06-261-3/+3
|\
| * Corrected invalid define usage, same value, but logically not correctJohnny Willemsen2019-06-121-3/+3
* | Changed types and added static_casts to resolve 64-bit warnings.Chad Elliott2019-06-206-17/+17
|/
* Remove handling of CORBA::TIMEOUT as part of the sendc_ping exception handlin...Johnny Willemsen2019-06-122-15/+0
* When sendc fails with a timeout mark the server as timed outJohnny Willemsen2019-06-111-1/+14
* Logging enhancementsJohnny Willemsen2019-06-112-8/+12