summaryrefslogtreecommitdiff
path: root/ACE/examples
Commit message (Expand)AuthorAgeFilesLines
* ACE/TAO now require C++14 or newerJohnny Willemsen2023-02-201-1/+0
* More Sun OS/compiler cleanupJohnny Willemsen2023-01-177-137/+0
* Cleanup Solaris supportJohnny Willemsen2023-01-177-15/+4
* Removed checks for ACE_TEMPLATES_REQUIRE_SOURCEJohnny Willemsen2023-01-168-16/+0
* Removed AIX supportJohnny Willemsen2023-01-168-30/+1
* More Windows CE cleanupJohnny Willemsen2023-01-135-24/+1
* Removed Windows CE supportJohnny Willemsen2023-01-135-8/+4
* Make use of noexcept instead of throw()Johnny Willemsen2022-12-125-5/+5
* Fix -Wformat-security issues in examplesLuke Mewburn2022-09-232-5/+5
* Merge pull request #1941 from knutpett/knutpett/remove_void_part2Johnny Willemsen2022-09-2355-146/+146
|\
| * Part 2: Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-2255-146/+146
* | Merge branch 'master' into format-securityAdam Mitz2022-09-19342-1235/+1235
|\ \ | |/
| * Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-13342-1235/+1235
* | Merge branch 'master' into format-securityJohnny Willemsen2022-09-12232-330/+0
|\ \ | |/
| * Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-1012-15/+0
| * Remove leading blank lines after opening {Knut Petter Svendsen2022-09-1043-54/+0
| * Removed extra newline before closing }Knut Petter Svendsen2022-09-106-7/+0
| * Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-09169-179/+0
| * Remove extra newline after public, protected and privateKnut Petter Svendsen2022-09-0936-54/+0
| * Fix trailing newline in class declarationsKnut Petter Svendsen2022-09-0919-21/+0
* | Adapt to ACE_TEXT_PRIsLuke Mewburn2022-09-105-47/+22
|/
* Fixed typoJohnny Willemsen2022-05-186-6/+6
* Replace fallthrough with ACE_FALLTHROUGHSteve Huston2022-04-215-6/+8
* 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