summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Expand)AuthorAgeFilesLines
* Removed AIX supportJohnny Willemsen2023-01-16200-1096/+90
* Removed AIX supportJohnny Willemsen2023-01-166-743/+0
* Removed RTEMS supportJohnny Willemsen2023-01-151-155/+0
* Removed RTEMS supportJohnny Willemsen2023-01-1515-339/+18
* Merge pull request #2028 from jwillemsen/jwi-removehpuxJohnny Willemsen2023-01-1545-1304/+55
|\
| * Update FIFO_Test.cppJohnny Willemsen2023-01-151-1/+1
| * More cleanupJohnny Willemsen2023-01-152-3/+3
| * More cleanupJohnny Willemsen2023-01-152-5/+0
| * Fixed cleanup mistakesJohnny Willemsen2023-01-152-4/+3
| * Updated NEWS filesJohnny Willemsen2023-01-151-3/+3
| * Removed HPUX supportJohnny Willemsen2023-01-1543-1293/+50
* | Merge pull request #2027 from jwillemsen/jwi-openvmscleanupJohnny Willemsen2023-01-152-3/+3
|\ \ | |/ |/|
| * Removed some OpenVMS codeJohnny Willemsen2023-01-152-3/+3
* | Merge pull request #2023 from esohns/issue_2016_move_make_qwordJohnny Willemsen2023-01-152-6/+13
|\ \ | |/ |/|
| * move ACE_Make_QWORD to OS_NS_macros.hErik Sohns2023-01-132-6/+13
* | Removed openvms config filesJohnny Willemsen2023-01-142-283/+0
* | Update Process_Manager_Test.cppJohnny Willemsen2023-01-141-1/+1
* | Update Process_Manager_Test.cppJohnny Willemsen2023-01-141-0/+1
* | Update os_types.hJohnny Willemsen2023-01-141-1/+1
* | Removed OpenVMS supportJohnny Willemsen2023-01-1438-557/+27
* | Merge pull request #2014 from jwillemsen/jwi-doxygen196Johnny Willemsen2023-01-146-114/+180
|\ \
| * | Upgrade doxygen configuration files to latest doxygen releaseJohnny Willemsen2023-01-126-114/+180
* | | Cleanup another not used defineJohnny Willemsen2023-01-131-17/+0
* | | Cleanup workarounds which we don't need anymoreJohnny Willemsen2023-01-138-65/+11
* | | Fixed cleanup errorJohnny Willemsen2023-01-131-1/+1
* | | Fixed cleanup errorJohnny Willemsen2023-01-132-1/+7
* | | Fixed cleanup errorJohnny Willemsen2023-01-131-4/+1
* | | Fixed cleanup errorJohnny Willemsen2023-01-131-2/+1
* | | Fixed cleanup mistakesJohnny Willemsen2023-01-133-20/+22
* | | More Windows CE cleanupJohnny Willemsen2023-01-1352-2341/+14
* | | Removed Windows CE supportJohnny Willemsen2023-01-13111-2109/+245
|/ /
* | Make use of nullptr and deleteJohnny Willemsen2023-01-122-5/+5
* | Updated OpenDDS urlJohnny Willemsen2023-01-091-1/+1
|/
* Adds the ability to build ACE core libraries, gperf, and possibly others usin...Chad Elliott2023-01-053-0/+31
* Merge pull request #2005 from jwillemsen/jwi-x711Johnny Willemsen2022-12-195-34/+38
|\
| * Make ACE 7.0.11 and TAO 3.0.11 public availableJohnny Willemsen2022-12-195-34/+38
* | ACE+TAO-7_0_11ACE+TAO-7_0_11Johnny Willemsen2022-12-196-38/+273
|/
* Updated NEWS for 7.0.11/3.0.11Adam Mitz2022-12-161-0/+2
* Merge pull request #1998 from DOCGroup/elliottc/715-additional-masterocielliottc2022-12-151-12/+9
|\
| * Modified strenvdup() to avoid a second copy (via strdup) and silence a warnin...Chad Elliott2022-12-141-12/+9
* | Document changesJohnny Willemsen2022-12-141-0/+4
|/
* Upgrade all doxygen config filesJohnny Willemsen2022-12-136-450/+972
* Merge pull request #1992 from DOCGroup/elliottc/configuration-fix-masterocielliottc2022-12-121-3/+3
|\
| * Remove division by sizeof ACE_TCHAR when calculating the simple_section; poin...Chad Elliott2022-12-091-3/+3
* | Merge pull request #1993 from jwillemsen/jwi-noexcept2Johnny Willemsen2022-12-1214-43/+42
|\ \ | |/ |/|
| * Make use of noexcept instead of throw()Johnny Willemsen2022-12-1214-43/+42
* | No need to compare the result of ::TryEnterCriticalSection to an explicit val...Chad Elliott2022-12-081-1/+1
* | Increased the final buffer size (in the info method) to accommodate the maxim...Chad Elliott2022-12-081-3/+11
* | Increased the final buffer size (in the info method) to accommodate the maxim...Chad Elliott2022-12-061-2/+11
* | Added curly braces around an else clause (ubuntu 22 - gcc 11 warning)Chad Elliott2022-12-061-5/+7
|/