summaryrefslogtreecommitdiff
path: root/ACE/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2069 from jwillemsen/jwi-mqtestHEADmasterJohnny Willemsen2023-04-072-18/+13
|\
| * Merge branch 'master' into jwi-mqtestJohnny Willemsen2023-04-071-0/+105
| |\
| * | Test changesJohnny Willemsen2023-04-072-18/+13
* | | Fixed trailing whitespaceJohnny Willemsen2023-04-071-1/+1
| |/ |/|
* | Update Message_Queue_Test_Ex.cppJohnny Willemsen2023-04-071-1/+2
* | Merge branch 'master' into message_queue_ex_get_queueErik Sohns2023-04-066-27/+4
|\ \ | |/
| * Removed pharlap supportJohnny Willemsen2023-02-016-27/+4
* | more review commentsErik Sohns2023-04-061-9/+10
* | Merge branch 'message_queue_ex_get_queue' of https://github.com/esohns/ACE_TA...Erik Sohns2023-04-0569-425/+104
|\ \
| * \ Merge branch 'master' into message_queue_ex_get_queueErik Sohns2023-01-2269-425/+104
| |\ \ | | |/
| | * More Sun OS/compiler cleanupJohnny Willemsen2023-01-176-89/+4
| | * Cleanup Solaris supportJohnny Willemsen2023-01-1710-33/+11
| | * Removed checks for ACE_TEMPLATES_REQUIRE_SOURCEJohnny Willemsen2023-01-161-2/+0
| | * Removed AIX supportJohnny Willemsen2023-01-1634-116/+31
| | * Update FIFO_Test.cppJohnny Willemsen2023-01-151-1/+1
| | * Removed HPUX supportJohnny Willemsen2023-01-158-33/+10
| | * Update Process_Manager_Test.cppJohnny Willemsen2023-01-141-1/+1
| | * Update Process_Manager_Test.cppJohnny Willemsen2023-01-141-0/+1
| | * Removed OpenVMS supportJohnny Willemsen2023-01-148-72/+8
| | * Fixed cleanup errorJohnny Willemsen2023-01-131-1/+1
| | * Fixed cleanup mistakesJohnny Willemsen2023-01-131-14/+18
| | * More Windows CE cleanupJohnny Willemsen2023-01-135-6/+4
| | * Removed Windows CE supportJohnny Willemsen2023-01-1316-78/+35
* | | integrated review commentsErik Sohns2023-04-051-17/+22
|/ /
* | 0 --> NULL --> nullptrErik Sohns2023-01-091-2/+2
* | address some static code analysis issuesErik Sohns2023-01-091-3/+3
* | added API comments and unit test case as requestedErik Sohns2023-01-091-0/+98
|/
* Make use of noexcept instead of throw()Johnny Willemsen2022-12-123-6/+6
* The environment variable set is Z, not ZZJohnny Willemsen2022-11-021-3/+2
* Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into masterJohnny Willemsen2022-10-0119-101/+63
|\
| * Merge pull request #1941 from knutpett/knutpett/remove_void_part2Johnny Willemsen2022-09-239-40/+40
| |\
| | * Part 2: Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-229-40/+40
| * | Merge branch 'master' into format-securityAdam Mitz2022-09-1939-189/+189
| |\ \ | | |/
| * | Merge branch 'master' into format-securityJohnny Willemsen2022-09-12126-278/+0
| |\ \
| * | | Fixup previous adapt to ACE_TEXT_PRIsLuke Mewburn2022-09-111-1/+1
| * | | Fix -Wformat-security issues for ACE/testsLuke Mewburn2022-09-112-3/+3
| * | | Fixup previous adapt to ACE_TEXT_PRIsLuke Mewburn2022-09-101-2/+0
| * | | Adapt to ACE_TEXT_PRIsLuke Mewburn2022-09-108-56/+20
* | | | Fixed typoJohnny Willemsen2022-09-301-1/+1
| |_|/ |/| |
* | | Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-1339-189/+189
| |/ |/|
* | Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-1016-24/+0
* | Remove leading blank lines after opening {Knut Petter Svendsen2022-09-1034-68/+0
* | Removed extra newline before closing }Knut Petter Svendsen2022-09-1010-10/+0
* | Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-0967-68/+0
* | Remove extra newline after public, protected and privateKnut Petter Svendsen2022-09-0937-83/+0
* | Fix trailing newline in class declarationsKnut Petter Svendsen2022-09-0914-25/+0
|/
* Use override, remove redundant whitespacing, fixed typoJohnny Willemsen2022-08-101-3/+0
* Restore getpid() result cast to int; resolves compile warning.Steve Huston2022-04-251-1/+1
* Replace fallthrough with ACE_FALLTHROUGHSteve Huston2022-04-212-17/+17
* Pick up changes from this set:Steve Huston2022-03-291-1/+1