summaryrefslogtreecommitdiff
path: root/ACE/ace
Commit message (Collapse)AuthorAgeFilesLines
* Merge out from masterRiverace-case2088Steve Huston2018-04-1016-216/+56
|\
| * Don't use inline assembly with clang compilersJohnny Willemsen2018-04-101-3/+1
| | | | | | | | * ACE/ace/config-win32-borland.h:
| * Enable intel assembly when using the Embarcadero clang compilersJohnny Willemsen2018-04-102-2/+5
| | | | | | | | | | * ACE/ace/CDR_Base.cpp: * ACE/ace/config-win32-borland.h:
| * Merge pull request #610 from jwillemsen/jwi-builtinbswapJohnny Willemsen2018-04-092-0/+12
| |\ | | | | | | Make use of builtin_bswap(16|32|64) with Embarcadero C++ Builder clang
| | * Removed accidental changeJohnny Willemsen2018-04-091-2/+0
| | | | | | | | | | | | * ACE/ace/CDR_Base.inl:
| | * Make use of builtin_bswap(16|32|64)Johnny Willemsen2018-04-092-0/+14
| | |
| * | Remove workarounds for vc6 and old gcc versionsJohnny Willemsen2018-03-251-138/+0
| |/ | | | | | | * ACE/ace/XML_Utils/XSCRT/Elements.hpp:
| * Minor improvements to the XML utils classesJohnny Willemsen2018-03-253-29/+17
| | | | | | | | | | | | * ACE/ace/UUID.h: * ACE/ace/XML_Utils/XMLSchema/id_map.hpp: * ACE/ace/XML_Utils/XSCRT/Elements.hpp:
| * Add get_idref that works wit a string&Johnny Willemsen2018-03-212-7/+15
| | | | | | | | | | * ACE/ace/XML_Utils/XMLSchema/Types.hpp: * ACE/ace/XML_Utils/XSCRT/Elements.hpp:
| * Remove empty ipp filesJohnny Willemsen2018-03-188-38/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/XML_Utils/XMLSchema/Traversal.ipp: * ACE/ace/XML_Utils/XMLSchema/TypeInfo.ipp: * ACE/ace/XML_Utils/XMLSchema/Types.ipp: * ACE/ace/XML_Utils/XMLSchema/Writer.ipp: Deleted. * ACE/ace/XML_Utils/XMLSchema/Traversal.hpp: * ACE/ace/XML_Utils/XMLSchema/TypeInfo.hpp: * ACE/ace/XML_Utils/XMLSchema/Types.hpp: * ACE/ace/XML_Utils/XMLSchema/Writer.hpp:
| * ACE+TAO-6_4_7ACE+TAO-6_4_7Johnny Willemsen2018-03-161-4/+4
| |
| * Fix IPv4 caseSteve Huston2018-03-131-5/+6
| |
| * Merge pull request #592 from DOCGroup/fix-ipv6only-handlingSteve Huston2018-03-091-11/+9
| |\ | | | | | | Remove preproc checks - if ACE_HAS_IPV6 is set, the IPV6 defs should be there too.
| | * Remove preproc checks - if ACE_HAS_IPV6 is set, the IPV^ defs should be ↵fix-ipv6only-handlingSteve Huston2018-03-091-11/+9
| | | | | | | | | | | | there too.
| * | Any bcc32 version doesn't support inlined assemblyJohnny Willemsen2018-03-061-0/+6
| |/ | | | | | | * ACE/ace/config-win32-borland.h:
| * Bugfix: ACE abort when use %l and the msg len exceed ACE_MAXLOGMSGLENshuai.lou2018-03-021-0/+1
| |
* | Pull changes from master; remove addr_any restriction from ipv6_only UDPSteve Huston2018-04-102-24/+23
|/
* Merge out from masterSteve Huston2018-02-283-11/+34
|\
| * Fixed mingw errorJohnny Willemsen2018-02-251-2/+1
| |
| * 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:
| * 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
| |
* | Add UDP changes and test programSteve Huston2018-02-282-14/+43
| |
* | 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
|/
* clang: set ACE_HAS_CPP11 based on predefined macrosAdam Mitz2018-01-111-1/+1
|
* fixed issue #554 ACE_Singleton use after ACE::fini, ACE::initAdam Mitz2017-12-211-2/+15
|
* Added support for cross compiling using MinGW on a Linux host.Adam Mitz2017-12-113-1/+10
|
* ACE+TAO-6_4_6ACE+TAO-6_4_6Johnny Willemsen2017-12-081-4/+4
|
* When we have C++11 support we use std::unique_ptr instead of auto_ptrJohnny Willemsen2017-11-241-0/+4
| | | | * ACE/ace/Thread_Manager.cpp:
* Removed scope of local variableJohnny Willemsen2017-11-101-3/+1
| | | | * ACE/ace/Timer_Queue_T.cpp:
* Only one exit point in the constructorJohnny Willemsen2017-10-271-18/+18
| | | | * ACE/ace/Malloc_T.cpp:
* VxWorks 7 (SR0510) supportAdam Mitz2017-10-134-13/+10
|
* Merge pull request #524 from mitza-oci/masterAdam Mitz2017-10-091-0/+5
|\ | | | | gnuace build improvements
| * Set ACE_HAS_DYNAMIC_LINKING=0 when not linking to libdl on linuxAdam Mitz2017-10-051-0/+5
| |
* | Const fixJohnny Willemsen2017-10-051-1/+1
|/ | | | * ACE/ace/SSL/SSL_Asynch_Stream.cpp:
* ACE+TAO-6_4_5ACE+TAO-6_4_5Johnny Willemsen2017-09-071-4/+4
|
* Removed left over Id tagsJohnny Willemsen2017-08-314-66/+60
|
* Merge pull request #494 from jwillemsen/jwi-openssl110supportJohnny Willemsen2017-08-313-46/+76
|\ | | | | Add support for OpenSSL 1.1
| * Only one exit point in report_errorJohnny Willemsen2017-08-291-10/+10
| | | | | | | | * ACE/ace/SSL/SSL_Context.cpp:
| * OpenSSL 1.1 disables egd by defaultJohnny Willemsen2017-08-291-3/+4
| | | | | | | | * ACE/ace/SSL/SSL_Context.cpp:
| * Fixed compile errorJohnny Willemsen2017-08-291-1/+1
| | | | | | | | * ACE/ace/SSL/SSL_Asynch_BIO.cpp:
| * Fixed for OpenSSL 1.1Johnny Willemsen2017-08-291-2/+2
| | | | | | | | * ACE/ace/SSL/SSL_Context.cpp:
| * Another change for OpenSSL 1.1Johnny Willemsen2017-08-291-2/+21
| | | | | | | | * ACE/ace/SSL/SSL_Asynch_BIO.cpp:
| * More fixes for OpenSSL 1.1Johnny Willemsen2017-08-292-5/+3
| | | | | | | | | | * ACE/ace/SSL/SSL_Asynch_BIO.cpp: * ACE/ace/SSL/SSL_Context.cpp:
| * Add support for OpenSSL 1.1.0 and newerJohnny Willemsen2017-08-293-26/+38
| | | | | | | | | | | | * ACE/ace/SSL/SSL_Asynch_BIO.cpp: * ACE/ace/SSL/SSL_Context.cpp: * ACE/ace/SSL/SSL_Context.h:
* | Fix gcc7 warnings and remove commented out throwsJohnny Willemsen2017-08-301-1/+1
|/ | | | | | | | * ACE/ace/OS_NS_Thread.h: * TAO/examples/Quoter/Factory_Finder.cpp: * TAO/examples/Quoter/client.cpp: * TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp: * TAO/tao/PortableServer/Servant_var.h:
* ACE+TAO-6_4_4ACE+TAO-6_4_4Johnny Willemsen2017-08-141-4/+4
|