summaryrefslogtreecommitdiff
path: root/ACE/examples
Commit message (Expand)AuthorAgeFilesLines
* Minor layout changesJohnny Willemsen2021-10-233-22/+16
* Minor layout changesJohnny Willemsen2021-10-2330-126/+42
* Layout changesJohnny Willemsen2021-09-091-2/+0
* Removed redundant whitespaceJohnny Willemsen2021-07-211-3/+3
* Layout changesJohnny Willemsen2021-06-211-2/+2
* Remove cleanup of ACE_HAS_STRING_CLASSJohnny Willemsen2021-06-082-20/+0
* Fixed compile errorJohnny Willemsen2021-06-081-2/+1
* Merge branch 'master' into jwi-ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIBJohnny Willemsen2021-06-075-22/+12
|\
| * Make use of std::nothrow/std::nothrow_t/std::badalloc, ACE macros for these a...Johnny Willemsen2021-06-065-12/+12
| * All compilers we support provide ACE_HAS_NEW_NOTHROWJohnny Willemsen2021-06-065-10/+0
* | We require now that the standard C++ library is supported and available in th...Johnny Willemsen2021-06-074-36/+9
|/
* Minor cleanupJohnny Willemsen2021-05-265-47/+17
* Removed not used auto_ptr member, use delete instead of ACE_UNIMPLEMENTED_FUN...Johnny Willemsen2021-04-291-4/+3
* Fixed compile warningsJohnny Willemsen2021-03-272-13/+18
* Make use of std::unique_ptr instead of auto_ptrJohnny Willemsen2021-03-2610-44/+39
* Merge pull request #1458 from jwillemsen/jwi-cleanupJohnny Willemsen2021-03-171-1/+1
|\
| * Minor cleanupJohnny Willemsen2021-03-171-1/+1
* | Removed redundant voidJohnny Willemsen2021-03-17104-221/+221
|/
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-0954-62/+62
* Merge pull request #1383 from jwillemsen/jwi-ACE_LACKS_PLACEMENT_OPERATOR_DELETEJohnny Willemsen2021-01-055-10/+0
|\
| * Removed check for ACE_LACKS_PLACEMENT_OPERATOR_DELETE, supported by all compi...Johnny Willemsen2021-01-055-10/+0
* | Removed ACE_ENDLESS_LOOP, not usedJohnny Willemsen2021-01-051-2/+0
|/
* Replace auto_ptr with unique_ptr, use override, remove redundant voidJohnny Willemsen2020-12-307-18/+9
* Reduce includesJohnny Willemsen2020-12-301-5/+1
* Replace auto_ptr with unique_ptrJohnny Willemsen2020-12-301-5/+5
* Use unique_ptrJohnny Willemsen2020-12-172-6/+6
* Use unique_ptrJohnny Willemsen2020-12-172-6/+6
* Remove checks for ACE_HAS_CPP11 and remove the code for C++03 now that we req...Johnny Willemsen2020-11-106-33/+0
* Use #!/usr/bin/env perl as perl shebang for portability, see https://stackove...Johnny Willemsen2020-10-022-2/+2
* Removed empty linesJohnny Willemsen2020-09-091-2/+0
* With C++11 make use of std::unique_ptrJohnny Willemsen2020-08-212-1/+9
* Use ACE_OS instead of ACE_OS_StringJohnny Willemsen2020-06-103-8/+8
* Layout, const, logging, doxygen changesJohnny Willemsen2020-05-145-36/+27
* Windows API usage updates from #1069Adam Mitz2020-04-171-1/+1
* Removed old style documentation which was just about mentioning where constru...Johnny Willemsen2019-08-198-10/+0
* Removed old comments before constructor/destructorJohnny Willemsen2019-08-1916-25/+0
* Fixed c++11 given warningsJohnny Willemsen2019-03-054-5/+27
* Fixed mismatched deleteJohnny Willemsen2019-02-021-1/+1
* Fix broken links and some doxygen enhancementsJohnny Willemsen2019-01-251-7/+7
* Fixed broken links and updated email address D. Schmidt to the correct oneJohnny Willemsen2019-01-2434-34/+34
* Updated several broken linksJohnny Willemsen2019-01-242-8/+8
* Fixed several broken linksJohnny Willemsen2019-01-242-2/+2
* Removed empty linesJohnny Willemsen2018-08-161-3/+0
* Fixed errorJohnny Willemsen2018-02-251-1/+1
* Fixed errors with versioned namespace buildsJohnny Willemsen2018-02-242-12/+14
* Layout changesJohnny Willemsen2017-11-242-5/+1
* Cleanup empty commented out linesJohnny Willemsen2017-08-311-3/+0
* Removed left over Id tagsJohnny Willemsen2017-08-315-11/+1
* Use ACE_WIN32 and bcc32c doesn't set __WIN32__ but uses _WIN32Johnny Willemsen2017-07-202-7/+2
* Fixed gcc warningsJohnny Willemsen2017-04-301-17/+22