summaryrefslogtreecommitdiff
path: root/ACE/ace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into format-securityAdam Mitz2022-09-19293-1460/+1440
|\
| * Merge pull request #1934 from jwillemsen/jwi-require_truncation_Johnny Willemsen2022-09-191-4/+1
| |\
| | * Layout changeJohnny Willemsen2022-09-181-4/+1
| * | Make use of default, uniform initialisation, and nullptrJohnny Willemsen2022-09-156-30/+12
| |/
| * Use bcc32x in 32bit mode, at that moment it should have the same arguments as...Johnny Willemsen2022-09-141-3/+3
| * bcc64 needs different commandline arguments to be used as preprocessorJohnny Willemsen2022-09-141-1/+2
| * Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-13285-1424/+1424
* | Merge branch 'master' into format-securityJohnny Willemsen2022-09-12217-581/+165
|\ \ | |/
| * Merge pull request #1922 from knutpett/knutpett/whitespaceJohnny Willemsen2022-09-12194-423/+0
| |\
| | * Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-1027-47/+0
| | * Remove leading blank lines after opening {Knut Petter Svendsen2022-09-1082-147/+0
| | * Removed extra newline before closing }Knut Petter Svendsen2022-09-1038-48/+0
| | * Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-0925-36/+0
| | * Remove extra newline after public, protected and privateKnut Petter Svendsen2022-09-0947-68/+0
| | * Fix trailing newline in class declarationsKnut Petter Svendsen2022-09-0918-21/+0
| | * Fix more blank line issuesKnut Petter Svendsen2022-09-0917-56/+0
| * | Merge pull request #1919 from esohns/asynch_acceptor_addr_family_protectedJohnny Willemsen2022-09-122-7/+7
| |\ \
| | * | corrected ctor initialization orderErik Sohns2022-09-071-3/+3
| | * | make addr_family_ protected so it can be accessed from derived classesErik Sohns2022-09-061-4/+4
| | |/
| * | Removed unnecessary check of ret inside the while condition.Chad Elliott2022-09-091-2/+1
| * | Fixed indentation.Chad Elliott2022-09-081-1/+1
| * | Added support for VxWorks 21.03, including building for RTP mode.Chad Elliott2022-09-084-54/+85
| |/
| * Fixed redefined ACE_FALLTHROUGH warningsJohnny Willemsen2022-09-051-4/+6
| * Remove warnings -Wextra-semiKnut Petter Svendsen2022-08-296-12/+12
| * Merge pull request #1910 from Erich71/old_gcc_fixJohnny Willemsen2022-08-291-9/+13
| |\
| | * Update config-g++-common.hJohnny Willemsen2022-08-291-11/+12
| | * No need to define ACE_FALLTHROUGH for C++14, it is alreadys set from the C++1...Johnny Willemsen2022-08-291-5/+0
| | * Fix ACE_FALLTHROUGH definition for old GCC compilers.Erich Ponstingl2022-08-261-0/+8
| * | Merge pull request #1909 from jwillemsen/jwi-memorypoolloggingJohnny Willemsen2022-08-2910-71/+43
| |\ \
| | * | Updated logging to include the class/method so that it is more obvious where ...Johnny Willemsen2022-08-2410-71/+43
| * | | Merge pull request #1908 from jwillemsen/jwi-redundantvoid3Johnny Willemsen2022-08-293-5/+4
| |\ \ \ | | |_|/ | |/| |
| | * | Removed redundant voidJohnny Willemsen2022-08-243-5/+4
| | |/
* | | Adapt to ACE_TEXT_PRIsLuke Mewburn2022-09-105-83/+22
* | | Define ACE_TEXT_PRIs. Use to fix -Wformat-securityLuke Mewburn2022-09-101-0/+6
|/ /
* | Merge pull request #1903 from likema/proc-gidJohnny Willemsen2022-08-153-14/+14
|\ \
| * | Fix incorrect uid_t to gid_t in ACE_ProcessLike Ma2022-08-143-14/+14
* | | Fix localtime_r emulation for Windows.Bin Lan2022-08-141-5/+1
|/ /
* | Merge pull request #1895 from jwillemsen/jwi-acedebugJohnny Willemsen2022-08-101-3/+2
|\ \ | |/ |/|
| * Changed internal debug_ flag to bool and initialise it to falseJohnny Willemsen2022-08-101-3/+2
* | Fix syntax error when compiling without threads.Andrew Buettner2022-07-211-1/+1
|/
* Merge pull request #1883 from jwillemsen/jwi-localhostJohnny Willemsen2022-07-145-14/+10
|\
| * Removed old code for Tru64/Irix, not supported anymore for a long timeJohnny Willemsen2022-07-141-2/+0
| * Doxygen style commentJohnny Willemsen2022-07-131-4/+1
| * Layout changesJohnny Willemsen2022-07-131-6/+8
| * Removed redundant whitelineJohnny Willemsen2022-07-131-1/+0
| * Make use of ACE_LOCALHOSTJohnny Willemsen2022-07-131-1/+1
* | Merge pull request #1882 from jwillemsen/jwi-cleanup32Johnny Willemsen2022-07-131-1/+0
|\ \
| * | Removed duplicated defineJohnny Willemsen2022-07-131-1/+0
| |/
* | Log the operation when reporting an errorJohnny Willemsen2022-07-131-0/+1
|/
* Fixes for Static Initialization Order Issues Reported By AddressSanitizerTimothy Simpson2022-07-121-1/+1