summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ACE+TAO-7_0_0ACE+TAO-7_0_0Latest_ACE7TAO3_MajorJohnny Willemsen2021-01-2510-50/+4184
|
* Merge pull request #1421 from mitza-oci/taoidl-tao3Adam Mitz2021-01-232-16/+16
|\ | | | | TAO_IDL: drv_preproc fixed logging and quoting, update the Define_Custom to run from a path with spaces
| * Merge branch 'taoidl' into taoidl-tao3Adam Mitz2021-01-221-2/+2
| |\
| | * MPC updates for building TAO in a path with spacesAdam Mitz2021-01-211-2/+2
| | |
| * | Merge branch 'testing' into taoidl-tao3Adam Mitz2021-01-211-14/+14
| |\ \ | | |/ | | | | | | | | | # Conflicts: # TAO/TAO_IDL/driver/drv_preproc.cpp
| | * tao_idl: ACE logging with %p requires an additional varargs argument, %m doesn'tAdam Mitz2021-01-211-13/+13
| | |
| | * tao_idl: when invoking preproc don't add quotes to args that already have themAdam Mitz2021-01-211-1/+1
| | |
* | | Merge pull request #1422 from jwillemsen/jwi-betamicroJohnny Willemsen2021-01-2373-144/+144
|\ \ \ | |/ / |/| | Use micro version instead of beta version
| * | Use micro version instead of beta versionJohnny Willemsen2021-01-2373-144/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/ACE.cpp: * ACE/ace/ace.rc: * ACE/bin/generate_doxygen.pl: * ACE/tests/CDR_Array_Test.cpp: * ACE/tests/CDR_File_Test.cpp: * ACE/tests/CDR_Test.cpp: * ACE/tests/Codecs_Test.cpp: * TAO/orbsvcs/orbsvcs/AV.rc: * TAO/orbsvcs/orbsvcs/CosConcurrency.rc: * TAO/orbsvcs/orbsvcs/CosEvent.rc: * TAO/orbsvcs/orbsvcs/CosEvent_Serv.rc: * TAO/orbsvcs/orbsvcs/CosEvent_Skel.rc: * TAO/orbsvcs/orbsvcs/CosLifeCycle.rc: * TAO/orbsvcs/orbsvcs/CosLoadBalancing.rc: * TAO/orbsvcs/orbsvcs/CosNaming.rc: * TAO/orbsvcs/orbsvcs/CosNaming_Serv.rc: * TAO/orbsvcs/orbsvcs/CosNaming_Skel.rc: * TAO/orbsvcs/orbsvcs/CosNotification.rc: * TAO/orbsvcs/orbsvcs/CosNotification_Serv.rc: * TAO/orbsvcs/orbsvcs/CosNotification_Skel.rc: * TAO/orbsvcs/orbsvcs/CosProperty.rc: * TAO/orbsvcs/orbsvcs/CosTime.rc: * TAO/orbsvcs/orbsvcs/CosTrading.rc: * TAO/orbsvcs/orbsvcs/CosTrading_Serv.rc: * TAO/orbsvcs/orbsvcs/CosTrading_Skel.rc: * TAO/orbsvcs/orbsvcs/DsEventLogAdmin.rc: * TAO/orbsvcs/orbsvcs/DsLogAdmin.rc: * TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.rc: * TAO/orbsvcs/orbsvcs/FaultTolerance.rc: * TAO/orbsvcs/orbsvcs/IFRService.rc: * TAO/orbsvcs/orbsvcs/PortableGroup.rc: * TAO/orbsvcs/orbsvcs/RTEvent.rc: * TAO/orbsvcs/orbsvcs/RTEvent_Serv.rc: * TAO/orbsvcs/orbsvcs/RTEvent_Skel.rc: * TAO/orbsvcs/orbsvcs/RTSched.rc: * TAO/orbsvcs/orbsvcs/RTSchedEvent.rc: * TAO/orbsvcs/orbsvcs/RT_Notification.rc: * TAO/orbsvcs/orbsvcs/SSLIOP.rc: * TAO/orbsvcs/orbsvcs/Security.rc: * TAO/orbsvcs/orbsvcs/Svc_Utils.rc: * TAO/tao/AnyTypeCode/TAO_AnyTypeCode.rc: * TAO/tao/BiDir_GIOP/TAO_BiDir_GIOP.rc: * TAO/tao/CodecFactory/TAO_CodecFactory.rc: * TAO/tao/Codeset/TAO_Codeset.rc: * TAO/tao/Compression/TAO_Compression.rc: * TAO/tao/Compression/bzip2/TAO_Bzip2Compressor.rc: * TAO/tao/Compression/lzo/TAO_LzoCompressor.rc: * TAO/tao/Compression/rle/TAO_RLECompressor.rc: * TAO/tao/Compression/zlib/TAO_ZlibCompressor.rc: * TAO/tao/DynamicAny/TAO_DynamicAny.rc: * TAO/tao/DynamicInterface/TAO_DynamicInterface.rc: * TAO/tao/IFR_Client/TAO_IFR_Client.rc: * TAO/tao/IORInterceptor/TAO_IORInterceptor.rc: * TAO/tao/IORManipulation/TAO_IORManip.rc: * TAO/tao/IORTable/TAO_Async_IORTable.rc: * TAO/tao/IORTable/TAO_IORTable.rc: * TAO/tao/ImR_Client/TAO_IMR_Client.rc: * TAO/tao/Messaging/TAO_Messaging.rc: * TAO/tao/ObjRefTemplate/TAO_ObjRefTemplate.rc: * TAO/tao/PI/TAO_PI.rc: * TAO/tao/PI_Server/TAO_PI_Server.rc: * TAO/tao/PortableServer/TAO_PortableServer.rc: * TAO/tao/RTCORBA/TAO_RTCORBA.rc: * TAO/tao/RTPortableServer/TAO_RTPortableServer.rc: * TAO/tao/RTScheduling/TAO_RTScheduler.rc: * TAO/tao/SmartProxies/SmartProxies.rc: * TAO/tao/Strategies/TAO_Strategies.rc: * TAO/tao/TypeCodeFactory/TypeCodeFactory.rc: * TAO/tao/Utils/TAO_Utils.rc: * TAO/tao/Valuetype/TAO_Valuetype.rc: * TAO/tao/ZIOP/TAO_ZIOP.rc: * TAO/tao/tao.rc: * TAO/tests/ZIOP/TestCompressor/TAO_TestCompressor.rc:
* | | Merge pull request #1419 from jwillemsen/jwi-valgrindkeepdebuginfoJohnny Willemsen2021-01-201-6/+6
|\ \ \ | |/ / |/| | Only check valgrind_keep_debuginfo when valgrind is 1
| * | Only check valgrind_keep_debuginfo when valgrind is 1Johnny Willemsen2021-01-201-6/+6
|/ / | | | | | | * ACE/include/makeinclude/wrapper_macros.GNU:
* | Merge pull request #1417 from mcorino/mastermcorino2021-01-191-2/+2
|\ \ | | | | | | Change generation to allow for 'get_output' command helper customizat…
| * | Change generation to allow for 'get_output' command helper customization ↵Martin Corino2021-01-151-2/+2
| | | | | | | | | | | | (2nd attempt).
* | | Merge pull request #1416 from jwillemsen/jwi-mailteststatsJohnny Willemsen2021-01-191-48/+0
|\ \ \ | | | | | | | | Removed helper mail script which shouldn't be in this repo
| * | | Removed helper mail script which shouldn't be in this repoJohnny Willemsen2021-01-191-48/+0
|/ / /
* | | Merge pull request #1414 from jwillemsen/jwi-nomissingfieldsJohnny Willemsen2021-01-181-0/+4
|\ \ \ | | | | | | | | g++ 4 has a problem that it warns when using a std::array containin…
| * | | Update platform_g++_common.GNUJohnny Willemsen2021-01-181-4/+2
| | | |
| * | | g++ 4.8 has a problem that it warns when using a std::array containing ↵Johnny Willemsen2021-01-181-0/+6
| |/ / | | | | | | | | | | | | | | | std::string even when {{}} is used, disable this warning only for gcc 4.8 * ACE/include/makeinclude/platform_g++_common.GNU:
* | | Merge pull request #1413 from jwillemsen/jwi-dependabotJohnny Willemsen2021-01-151-0/+7
|\ \ \ | |/ / |/| | Add dependabot configuration for github actions
| * | Add dependabot configuration for github actionsJohnny Willemsen2021-01-151-0/+7
|/ /
* | Merge pull request #1412 from DOCGroup/revert-1408-masterJohnny Willemsen2021-01-141-1/+1
|\ \ | | | | | | Revert "Change generation to allow for 'get_output' command helper customizat…"
| * | Revert "Change generation to allow for 'get_output' command helper ↵revert-1408-masterJohnny Willemsen2021-01-141-1/+1
|/ / | | | | | | customizat…"
* | Merge pull request #1409 from likema/dev-poll-unused-varJohnny Willemsen2021-01-131-0/+2
|\ \ | | | | | | Fix unused variable reactor_resumes_eh on platforms which don't define ACE_HAS_DEV_POLL
| * | Fix unused variable reactor_resumes_eh on Solaris 9.Like Ma2021-01-131-0/+2
| | | | | | | | | | | | It occurred on not only Solaris but also platforms with ACE_HAS_DEV_POLL.
* | | Merge pull request #1408 from mcorino/mastermcorino2021-01-131-1/+1
|\ \ \ | | | | | | | | Change generation to allow for 'get_output' command helper customizat…
| * | | Change generation to allow for 'get_output' command helper customization.Martin Corino2021-01-131-1/+1
|/ / /
* | | Merge pull request #1407 from jwillemsen/jwi-releasescriptJohnny Willemsen2021-01-131-3/+3
|\ \ \ | | | | | | | | Make sure we tag Latest_ACE7TAO3_ as indicated in the news file
| * | | Make sure we tag Latest_ACE7TAO3_ as indicated in the news fileJohnny Willemsen2021-01-131-3/+3
| | | | | | | | | | | | | | | | * ACE/bin/make_release.py:
* | | | Merge pull request #1406 from jwillemsen/jwi-releasescriptJohnny Willemsen2021-01-131-3/+2
|\ \ \ \ | |/ / / | | / / | |/ / |/| | Fixed invalid arguments for format, also just open the version header…
| * | Fixed invalid arguments for format, also just open the version header for ↵Johnny Willemsen2021-01-131-3/+2
| | | | | | | | | | | | | | | | | | write only, clearing existing content * ACE/bin/make_release.py:
* | | Merge pull request #1405 from jwillemsen/jwi-xmlcleanupJohnny Willemsen2021-01-128-63/+28
|\ \ \ | |/ / | | | Use override, make use of default, removed not used static
| * | SimplicationJohnny Willemsen2021-01-121-1/+1
| | | | | | | | | | | | * ACE/ace/XML_Utils/XML_Helper.tpp:
| * | Removed support for xercesc-2Johnny Willemsen2021-01-122-21/+1
| | | | | | | | | | | | | | | * ACE/ace/XML_Utils/XML_Helper.tpp: * ACE/ace/XML_Utils/XSCRT/XML.hpp:
| * | Add missing semicolonJohnny Willemsen2021-01-121-1/+1
| | | | | | | | | | | | * ACE/ace/XML_Utils/XML_Helper.h:
| * | Use override, make use of default, removed not used staticJohnny Willemsen2021-01-127-41/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/XML_Utils/XML_Error_Handler.cpp: * ACE/ace/XML_Utils/XML_Error_Handler.h: * ACE/ace/XML_Utils/XML_Helper.h: * ACE/ace/XML_Utils/XML_Helper.tpp: * ACE/ace/XML_Utils/XML_Schema_Resolver.cpp: * ACE/ace/XML_Utils/XML_Schema_Resolver.h: * ACE/ace/XML_Utils/XML_Typedefs.h:
* | | Merge pull request #1353 from kuznetsovmoci/IPv6_fixesAdam Mitz2021-01-072-21/+29
|\ \ \ | | | | | | | | Fixes for IPv6 on Windows
| * | | Fixes as per PR#1352 reviewMike Kuznetsov2021-01-041-1/+1
| | | |
| * | | Fixes as per PR#1352 reviewMike Kuznetsov2021-01-041-7/+7
| | | |
| * | | Removed trailing whitespaceMike Kuznetsov2020-12-231-1/+1
| | | |
| * | | Fixes for IPv6 on WindowsMike Kuznetsov2020-12-232-22/+30
| | |/ | |/|
* | | Merge pull request #1389 from iguessthislldo/igtd/gettid-exportFred Hornsey2021-01-073-10/+11
|\ \ \ | |_|/ |/| | Inline ACE_OS::thr_gettid
| * | Move thr_gettid to inlineJohnny Willemsen2021-01-073-11/+11
| | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/OS_NS_Thread.h: * ACE/ace/OS_NS_Thread.inl:
| * | Add Missing Export to ACE_OS::thr_gettidFred Hornsey2021-01-051-0/+1
| | |
* | | Merge pull request #1404 from jwillemsen/jwi-ACE_LACKS_STRPTIME_PROTOTYPEJohnny Willemsen2021-01-061-4/+0
|\ \ \ | | | | | | | | Remove check for ACE_LACKS_STRPTIME_PROTOTYPE, not set in any config …
| * | | Remove check for ACE_LACKS_STRPTIME_PROTOTYPE, not set in any config fileJohnny Willemsen2021-01-061-4/+0
| | | | | | | | | | | | | | | | * ACE/ace/os_include/os_time.h:
* | | | Merge pull request #1403 from jwillemsen/jwi-ACE_HAS_DINKUM_STLJohnny Willemsen2021-01-063-12/+7
|\ \ \ \ | |/ / / |/| | | Cleanup usage of ACE_HAS_DINKUM_STL, not set anymore in any config file
| * | | Cleanup usage of ACE_HAS_DINKUM_STL, not set anymore in any config fileJohnny Willemsen2021-01-063-12/+7
|/ / / | | | | | | | | | | | | | | | * ACE/ace/OS_NS_stdio.inl: * ACE/ace/README: * ACE/ace/os_include/os_time.h:
* | | Merge pull request #1397 from jwillemsen/jwi-dmcJohnny Willemsen2021-01-066-148/+2
|\ \ \ | | | | | | | | Removed support for the Digital Mars Compiler (DMC), doesn't support …
| * | | Fixed errorJohnny Willemsen2021-01-061-1/+1
| | | | | | | | | | | | | | | | * ACE/ace/OS_NS_stdio.inl:
| * | | Removed support for the Digital Mars Compiler (DMC), doesn't support C++11Johnny Willemsen2021-01-066-148/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/config-win32-dmc.h: * ACE/include/makeinclude/platform_win32_dmc.GNU: Deleted. * ACE/ace/OS_NS_stdio.inl: * ACE/ace/config-macros.h: * ACE/ace/config-win32.h: * ACE/ace/os_include/os_fcntl.h: