summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Collapse)AuthorAgeFilesLines
* Pull changes from master; remove addr_any restriction from ipv6_only UDPSteve Huston2018-04-102-24/+23
|
* 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 changes
| | * List major changesJohnny Willemsen2018-02-261-0/+4
| | | | | | | | | | | | * ACE/NEWS:
| * | Merge pull request #579 from DOCGroup/jwillemsen-patch-2Johnny Willemsen2018-02-251-2/+1
| |\ \ | | | | | | | | Fixed mingw error
| | * | 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
| | | | | | | | | | * ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp: * ACE/examples/Reactor/WFMO_Reactor/Suspended_Removals.cpp:
| * 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…
| | * msvc7.1 and gcc 4.1.1 can't handle this test so disable this test for those ↵Johnny Willemsen2018-02-171-0/+14
| | | | | | | | | | | | compilers
| * | Merge pull request #573 from jwillemsen/jwi-taoidlleakJohnny Willemsen2018-02-163-0/+50
| |\ \ | | |/ | | | Add new C++ compiler test for testing a feature TAO is using
| | * Initialise member to solve Codacy warningJohnny Willemsen2018-02-161-2/+2
| | | | | | | | | | | | * ACE/tests/Compiler_Features_38_Test.cpp:
| | * Add constructor to make codacy happyJohnny Willemsen2018-02-161-0/+1
| | | | | | | | | | | | * ACE/tests/Compiler_Features_38_Test.cpp:
| | * Add new compiler test for a C++ feature TAO is usingJohnny Willemsen2018-02-163-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/tests/Compiler_Features_38_Test.cpp: Added. * ACE/tests/run_test.lst: * ACE/tests/tests.mpc:
| * | Merge pull request #569 from jwillemsen/masterJohnny Willemsen2018-01-272-8/+8
| |\ \ | | |/ | | | Performance improvements
| | * Fixed compile errorJohnny Willemsen2018-01-271-1/+1
| | | | | | | | | | | | * ACE/ace/XML_Utils/XMLSchema/id_map.hpp:
| | * Pass strings as const&Johnny Willemsen2018-01-271-7/+7
| | | | | | | | | | | | * ACE/ace/XML_Utils/XMLSchema/id_map.hpp:
| | * Check trailing whitespaces also for .py filesJohnny Willemsen2018-01-271-1/+1
| | | | | | | | | | | | * ACE/bin/fuzz.pl:
| * | Merge pull request #568 from jwillemsen/masterJohnny Willemsen2018-01-262-4/+28
| |\ \ | | |/ | | | Update XML_Utils file with the latest from xsc
| | * Mark constructor explicitJohnny Willemsen2018-01-261-1/+1
| | | | | | | | | | | | * ACE/ace/XML_Utils/XMLSchema/id_map.hpp:
| | * Pull in latest version from XSC which adds a new operation and provides some ↵Johnny Willemsen2018-01-261-2/+27
| | | | | | | | | | | | | | | | | | more information when an error occurs * ACE/ace/XML_Utils/XMLSchema/id_map.hpp:
| | * 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_cmake
| | * 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 ↵Adam Mitz2018-01-131-2/+8
| | | | | | | | | | | | use a different scheme than real clang version numbers
| * | 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 Support
| * Match MPC for Wireshark 2 SupportFred Hornsey2018-01-051-0/+2
| | | | | | | | Added wireshark_any and wireshark2 to global.features for Wireshark2 Support Windows to match the global.features file in MPC.
* | 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
|\ | | | | ACE_Singleton should work after ACE::fini, ACE::init (fixes issue #554)
| * 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 2018
| * Updated copyright to 2018Johnny Willemsen2018-01-012-26/+1
| | | | | | | | | | | | | | | | * ACE/tests/ACE.bsp: Deleted, not used anymore * ACE/COPYING: * TAO/COPYING:
* | New ACE test: check if ACE_Singleton works after ACE::fini, ACE::initAdam Mitz2017-12-194-0/+65
| | | | | | | | | | Some lock types work, others don't, due to different logic per lock type in ACE_Object_Manager::get_singleton_lock and how ACE_Singleton uses it.
* | 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/NEWS: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/debian/debian.control: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* 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
| | | | * ACE/NEWS: