summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * Updated MPC project for new ACE testAdam Mitz2017-12-211-0/+8
* | Merge pull request #556 from jwillemsen/masterJohnny Willemsen2018-01-022-26/+1
|\ \ | |/ |/|
| * Updated copyright to 2018Johnny Willemsen2018-01-012-26/+1
* | New ACE test: check if ACE_Singleton works after ACE::fini, ACE::initAdam Mitz2017-12-194-0/+65
* | Added support for FreeBSD 11Adam Mitz2017-12-121-1/+1
* | Added support for cross compiling using MinGW on a Linux host.Adam Mitz2017-12-114-5/+14
|/
* Make ACE 6.4.6 and TAO 2.4.6 publicJohnny Willemsen2017-12-086-54/+47
* ACE+TAO-6_4_6ACE+TAO-6_4_6Johnny Willemsen2017-12-0844-42/+232
* More NEWS for next releaseAdam Mitz2017-12-071-0/+2
* List changesJohnny Willemsen2017-12-061-0/+4
* Add missing ESF header files to allow extending features in application code.Thomas Lockhart2017-12-051-0/+2
* When we have C++11 support we use std::unique_ptr instead of auto_ptrJohnny Willemsen2017-11-241-0/+4
* Layout changesJohnny Willemsen2017-11-242-5/+1
* Removed scope of local variableJohnny Willemsen2017-11-101-3/+1
* Removed scope of variableJohnny Willemsen2017-11-101-2/+1
* Fixed exception throwingJohnny Willemsen2017-11-101-16/+7
* Merge all changes from the debian packaging effortJohnny Willemsen2017-11-101-41/+7
* Merge all changes from the debian packaging effortJohnny Willemsen2017-11-109-54/+30
* Don't use C++11Johnny Willemsen2017-10-301-2/+3
* Make sure we initialise our members explicitly so that we get a capacity of z...Johnny Willemsen2017-10-301-2/+2
* Only one exit point in the constructorJohnny Willemsen2017-10-271-18/+18
* Removed empty lineJohnny Willemsen2017-10-271-1/+0