summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Expand)AuthorAgeFilesLines
* ACE+TAO-6_4_7ACE+TAO-6_4_7Johnny Willemsen2018-03-1644-42/+469
* Fix IPv4 caseSteve Huston2018-03-131-5/+6
* Merge pull request #593 from jwillemsen/jwi-comp38Johnny Willemsen2018-03-121-0/+5
|\
| * Sun Studio 5.13 and older can't handle thisJohnny Willemsen2018-03-121-0/+5
* | Merge pull request #592 from DOCGroup/fix-ipv6only-handlingSteve Huston2018-03-091-11/+9
|\ \ | |/ |/|
| * Remove preproc checks - if ACE_HAS_IPV6 is set, the IPV^ defs should be there...fix-ipv6only-handlingSteve Huston2018-03-091-11/+9
* | Check if __GNUC__ is defined and only log that C++ support is ok when the tes...Johnny Willemsen2018-03-091-2/+2
* | Merge pull request #589 from jwillemsen/jwi-oldidtagJohnny Willemsen2018-03-061-2/+0
|\ \
| * | Remove old left over version commit messageJohnny Willemsen2018-03-061-2/+0
| |/
* | Any bcc32 version doesn't support inlined assemblyJohnny Willemsen2018-03-061-0/+6
|/
* Bugfix: ACE abort when use %l and the msg len exceed ACE_MAXLOGMSGLENshuai.lou2018-03-022-1/+2
* Remove $Id$ to resolve fuzz errorSteve Huston2018-03-011-2/+0
* Merge out from masterSteve Huston2018-02-2813-30/+144
|\
| * NEWS for upcoming releaseAdam Mitz2018-02-261-0/+6
| * Merge pull request #580 from jwillemsen/jwi-wfmo-versionedJohnny Willemsen2018-02-261-0/+4
| |\
| | * List major changesJohnny Willemsen2018-02-261-0/+4
| * | Merge pull request #579 from DOCGroup/jwillemsen-patch-2Johnny Willemsen2018-02-251-2/+1
| |\ \
| | * | Fixed mingw errorJohnny Willemsen2018-02-251-2/+1
| | |/
| * | Fixed errorJohnny Willemsen2018-02-251-1/+1
| |/
| * Fixed errors with versioned namespace buildsJohnny Willemsen2018-02-242-12/+14
| * Merge pull request #574 from jwillemsen/jwi-taoidlleakJohnny Willemsen2018-02-171-0/+14
| |\
| | * msvc7.1 and gcc 4.1.1 can't handle this test so disable this test for those c...Johnny Willemsen2018-02-171-0/+14
| * | Merge pull request #573 from jwillemsen/jwi-taoidlleakJohnny Willemsen2018-02-163-0/+50
| |\ \ | | |/
| | * Initialise member to solve Codacy warningJohnny Willemsen2018-02-161-2/+2
| | * Add constructor to make codacy happyJohnny Willemsen2018-02-161-0/+1
| | * Add new compiler test for a C++ feature TAO is usingJohnny Willemsen2018-02-163-0/+49
| * | Merge pull request #569 from jwillemsen/masterJohnny Willemsen2018-01-272-8/+8
| |\ \ | | |/
| | * Fixed compile errorJohnny Willemsen2018-01-271-1/+1
| | * Pass strings as const&Johnny Willemsen2018-01-271-7/+7
| | * Check trailing whitespaces also for .py filesJohnny Willemsen2018-01-271-1/+1
| * | Merge pull request #568 from jwillemsen/masterJohnny Willemsen2018-01-262-4/+28
| |\ \ | | |/
| | * Mark constructor explicitJohnny Willemsen2018-01-261-1/+1
| | * Pull in latest version from XSC which adds a new operation and provides some ...Johnny Willemsen2018-01-261-2/+27
| | * Removed old left over cvs id tagJohnny Willemsen2018-01-191-2/+1
| * | Merge pull request #566 from iguessthislldo/masterAdam Mitz2018-01-191-1/+1
| |\ \ | | |/ | |/|
| | * MPC global.features wireshark2 renamed to wireshark_cmakeFrederick Hornsey2018-01-171-1/+1
| * | Compiler Features 32 Test: need to check Apple clang version numbers which us...Adam Mitz2018-01-131-2/+8
| * | Compiler Features 24 Test: skip older clang versionsAdam Mitz2018-01-121-3/+12
* | | Add UDP changes and test programSteve Huston2018-02-285-14/+152
* | | Added description of changesSteve Huston2018-02-281-0/+11
* | | Fix typos, compile errorsSteve Huston2018-01-291-6/+11
* | | Add Howard's changes to allow ipv6-only on SOCK_AcceptorSteve Huston2018-01-222-25/+47
|/ /
* | Merge pull request #557 from iguessthislldo/masterAdam Mitz2018-01-111-0/+2
|\ \ | |/
| * Match MPC for Wireshark 2 SupportFred Hornsey2018-01-051-0/+2
* | check clang version number for compiler test workaroundAdam Mitz2018-01-111-2/+2
* | clang workarounds for Compiler_Features_32_TestAdam Mitz2018-01-111-1/+11
* | clang: set ACE_HAS_CPP11 based on predefined macrosAdam Mitz2018-01-111-1/+1
|/
* Merge pull request #555 from mitza-oci/singleton-restartAdam Mitz2018-01-023-3/+24
|\
| * updated test list now that test should passAdam Mitz2017-12-211-1/+1
| * fixed issue #554 ACE_Singleton use after ACE::fini, ACE::initAdam Mitz2017-12-211-2/+15