summaryrefslogtreecommitdiff
path: root/ACE/ace
Commit message (Expand)AuthorAgeFilesLines
* ACE+TAO-6_5_19ACE+TAO-6_5_19Latest_MicroLatest_BetaJohnny Willemsen2022-12-191-4/+4
* Pulled in changes from 362919a40c8652e5465a2240d7524d1cc1aac9ac to silence wa...Chad Elliott2022-12-152-3/+4
* Use readdir() instead of readdir_r() since it is now deprecated.Chad Elliott2022-12-141-3/+12
* Allow the disabling of readdir_r.Chad Elliott2022-12-143-1/+4
* Modified strenvdup() to avoid a second copy (via strdup) and silence a warnin...Chad Elliott2022-12-141-12/+9
* Pulled in changes from ACE 7.Chad Elliott2022-12-144-5/+18
* Added an assignment operator because a copy constructor was defined. (ubuntu ...Chad Elliott2022-12-142-0/+15
* Remove division by sizeof ACE_TCHAR when calculating the simple_section; poin...Chad Elliott2022-12-091-3/+3
* Increased the final buffer size (in the info method) to accommodate the maxim...Chad Elliott2022-12-081-3/+11
* No need to compare the result of ::TryEnterCriticalSection to an explicit val...Chad Elliott2022-12-081-1/+1
* Added an assignment operator because a copy constructor was defined. (ubuntu ...Chad Elliott2022-12-082-0/+10
* Pulled in 0c2228f586a6c8fda87b707fcdaf2e861e118eff from master.Chad Elliott2022-12-081-3/+6
* Increased the final buffer size (in the info method) to accommodate the maxim...Chad Elliott2022-12-061-2/+11
* Added assignment operators because a copy constructor was defined. (ubuntu 22...Chad Elliott2022-12-064-0/+20
* Added curly braces around an else clause (ubuntu 22 - gcc 11 warning)Chad Elliott2022-12-061-6/+8
* Merge pull request #1956 from jwillemsen/jwi-vxworksgethostbyaddrJohnny Willemsen2022-10-281-1/+1
* Merged pull requests 1953 and 1955-1958Chad Elliott2022-10-134-6/+23
* Merge pull request #1948 from mitza-oci/a6t2-mergeAdam Mitz2022-10-1122-124/+255
|\
| * Merge pull request #1954 from wkbrd/windows_resource_filesJohnny Willemsen2022-10-106-0/+180
| * Merge pull request #1952 from jwillemsen/jwi-pipeopenJohnny Willemsen2022-10-101-4/+6
| * fixed mergeAdam Mitz2022-10-031-1/+7
| * Merge pull request #1907 from lukem/format-securityAdam Mitz2022-10-036-83/+28
| * Merge pull request #1912 from knutpett/warning_extra_semiJohnny Willemsen2022-10-035-11/+11
| * Merge pull request #1917 from jwillemsen/jwi-redefinedfallthroughJohnny Willemsen2022-10-031-4/+6
| * Merge pull request #1910 from Erich71/old_gcc_fixJohnny Willemsen2022-10-031-7/+7
| * Merge pull request #1903 from likema/proc-gidJohnny Willemsen2022-10-033-14/+14
| * Merge pull request #1902 from likema/win-localtime-rJohnny Willemsen2022-10-031-5/+1
* | For llvm's libcxx, C++17 or greater implies lack of std::auto_ptr unless defi...Timothy Simpson2022-10-031-0/+4
|/
* Merge pull request #1921 from DOCGroup/vxworks-21.03Adam Mitz2022-09-094-54/+84
* Merge pull request #1876 from jwillemsen/jwi-vxworkstaskidJohnny Willemsen2022-09-0956-129/+126
* Merge pull request #1877 from jwillemsen/jwi-vxworks2203Johnny Willemsen2022-09-092-2/+21
* Merge pull request #1878 from jwillemsen/jwi-sysClkRateGetJohnny Willemsen2022-08-112-3/+3
* Merge pull request #1872 from jwillemsen/jwi-vxworksJohnny Willemsen2022-08-113-6/+5
* ACE+TAO-6_5_18ACE+TAO-6_5_18Johnny Willemsen2022-08-101-4/+4
* Update ACE/ace/Synch_Options.hTimothy Simpson2022-07-111-1/+1
* per reviewTimothy Simpson2022-07-111-1/+1
* Merge pull request #1865 from mitza-oci/no_ifdef_anyops_nsAdam Mitz2022-06-283-12/+0
* Merge pull request #1864 from mitza-oci/g++12Adam Mitz2022-06-242-8/+0
* ACE+TAO-6_5_17ACE+TAO-6_5_17Johnny Willemsen2022-06-141-4/+4
* ACE+TAO-6_5_16ACE+TAO-6_5_16Johnny Willemsen2021-11-171-4/+4
* Merge pull request #1714 from mitza-oci/msvc-langstd-ace6tao2Adam Mitz2021-11-106-2/+20
|\
| * Resolve "ambiguous call to overloaded operator" with /std:c++20Adam Mitz2021-11-051-2/+2
| * Reverted b01722554a69d1850c026d529e5b0a5e023961cdAdam Mitz2021-11-052-17/+11
| * Added included needed for ACE_HAS_CPP11 and upAdam Mitz2021-11-033-0/+6
| * getting libACE to compile with /std:c++20Adam Mitz2021-11-032-11/+17
| * Add versioned namespace macrosAdam Mitz2021-11-031-0/+4
| * Fix compile errors on MSVC /std:c++17Adam Mitz2021-11-031-0/+8
* | Merge pull request #1641 from mitza-oci/handle-set-warningsAdam Mitz2021-11-102-0/+9
|\ \ | |/ |/|
| * Fixed warnings related to Handle_Set's copy constructorAdam Mitz2021-08-032-0/+9
* | Merge pull request #1300 from VemundH/remove-std-iteratorAdam Mitz2021-11-011-4/+14