summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup for vc6, use nullptr, remove redundant void, layout changesJohnny Willemsen2021-02-2580-437/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/bin/pippen.pl: * TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc: * TAO/tao/AnyTypeCode/Alias_TypeCode.cpp: * TAO/tao/AnyTypeCode/Any.cpp: * TAO/tao/AnyTypeCode/Any.inl: * TAO/tao/AnyTypeCode/AnyTypeCode_Adapter_Impl.cpp: * TAO/tao/AnyTypeCode/AnyTypeCode_Adapter_Impl.h: * TAO/tao/AnyTypeCode/Any_Array_Impl_T.cpp: * TAO/tao/AnyTypeCode/Any_Array_Impl_T.h: * TAO/tao/AnyTypeCode/Any_Basic_Impl_T.cpp: * TAO/tao/AnyTypeCode/Any_Dual_Impl_T.cpp: * TAO/tao/AnyTypeCode/Any_Impl_T.cpp: * TAO/tao/AnyTypeCode/Any_Special_Impl_T.cpp: * TAO/tao/AnyTypeCode/Enum_TypeCode.cpp: * TAO/tao/AnyTypeCode/Fixed_TypeCode.cpp: * TAO/tao/AnyTypeCode/NVList.inl: * TAO/tao/AnyTypeCode/Sequence_TypeCode.cpp: * TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.h: * TAO/tao/AnyTypeCode/SystemExceptionA.cpp: * TAO/tao/AnyTypeCode/True_RefCount_Policy.inl: * TAO/tao/AnyTypeCode/TypeCode_Base_Attributes.inl: * TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.inl: * TAO/tao/AnyTypeCode/Union_TypeCode.cpp: * TAO/tao/AnyTypeCode/Union_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Value_TypeCode.cpp: * TAO/tao/AnyTypeCode/Value_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/WrongTransactionA.cpp: * TAO/tao/AnyTypeCode/append.cpp: * TAO/tao/Array_VarOut_T.cpp: * TAO/tao/Array_VarOut_T.inl: * TAO/tao/BD_String_Argument_T.cpp: * TAO/tao/DynamicInterface/AMH_DSI_Response_Handler.cpp: * TAO/tao/DynamicInterface/Unknown_User_Exception.cpp: * TAO/tao/EndpointPolicy/EndpointPolicy_ORBInitializer.cpp: * TAO/tao/IFR_Client/IFR_Base.pidl: * TAO/tao/PI/ORBInitInfo.cpp: * TAO/tao/PortableServer/Active_Object_Map.cpp: * TAO/tao/PortableServer/BD_String_SArgument_T.cpp: * TAO/tao/PortableServer/Collocated_Object_Proxy_Broker.cpp: * TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.cpp: * TAO/tao/PortableServer/IdUniquenessStrategyUnique.cpp: * TAO/tao/PortableServer/IdUniquenessStrategyUniqueFactoryImpl.cpp: * TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp: * TAO/tao/PortableServer/POA.pidl: * TAO/tao/PortableServer/POAManagerFactory.pidl: * TAO/tao/PortableServer/POA_Cached_Policies.cpp: * TAO/tao/PortableServer/Regular_POA.cpp: * TAO/tao/PortableServer/RequestProcessingStrategyDefaultServant.cpp: * TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.cpp: * TAO/tao/PortableServer/ServantRetentionStrategyNonRetainFactoryImpl.cpp: * TAO/tao/PortableServer/ServantRetentionStrategyRetainFactoryImpl.cpp: * TAO/tao/PortableServer/ThreadStrategyFactoryImpl.cpp: * TAO/tao/PortableServer/Var_Array_SArgument_T.cpp: * TAO/tao/Profile.cpp: * TAO/tao/RTCORBA/Network_Priority_Mapping_Manager.cpp: * TAO/tao/RTCORBA/Network_Priority_Mapping_Manager.h: * TAO/tao/RTCORBA/Thread_Pool.cpp: * TAO/tao/RTPortableServer/RT_POA.h: * TAO/tao/RTPortableServer/RT_Servant_Dispatcher.h: * TAO/tao/RTScheduling/Current.cpp: * TAO/tao/RTScheduling/Current.h: * TAO/tao/RTScheduling/RTScheduler_Manager.cpp: * TAO/tao/Remote_Object_Proxy_Broker.cpp: * TAO/tao/Strategies/DIOP_Connection_Handler.cpp: * TAO/tao/SystemException.cpp: * TAO/tao/TAO_Server_Request.cpp: * TAO/tao/Transport.cpp: * TAO/tao/Transport_Cache_Manager_T.cpp: * TAO/tao/Transport_Cache_Manager_T.inl: * TAO/tao/TypeCodeFactory/TypeCodeFactory.pidl: * TAO/tao/Utils/Server_Main.cpp: * TAO/tao/Valuetype/ValueBase.cpp: * TAO/tao/Valuetype/Valuetype_Adapter_Factory_Impl.cpp: * TAO/tao/VarOut_T.cpp: * TAO/tao/VarOut_T.inl: * TAO/tao/Vector_Argument_T.cpp: * TAO/tao/Vector_Argument_T.h: * TAO/tao/Vector_Argument_T.inl: * TAO/tao/ZIOP/ZIOP.cpp:
* Documented changesJohnny Willemsen2021-02-241-0/+6
| | | | * ACE/NEWS:
* Removed checks for ACE_TANDEM_T1248_PTHREADS, not set in any config fileJohnny Willemsen2021-02-242-7/+7
| | | | | * ACE/ace/Task.cpp: * ACE/ace/os_include/os_pthread.h:
* Removed checks for ACE_HAS_TANDEM_SIGNALS, not set in any config fileJohnny Willemsen2021-02-244-38/+0
| | | | | | | * ACE/ace/OS_NS_signal.inl: * ACE/ace/Signal.cpp: * ACE/ace/Signal.inl: * ACE/ace/os_include/os_signal.h:
* Merge pull request #1436 from ↵Johnny Willemsen2021-02-245-5/+0
|\ | | | | | | | | jwillemsen/jwi-ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES Remove ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES for macosx/msvc, should…
| * Remove ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES for macosx/msvc, should workJohnny Willemsen2021-02-245-5/+0
| | | | | | | | | | | | | | | | * ACE/ace/config-macosx-jaguar.h: * ACE/ace/config-macosx-leopard.h: * ACE/ace/config-macosx-panther.h: * ACE/ace/config-macosx-tiger.h: * ACE/ace/config-win32-msvc-14.h:
* | Merge pull request #1437 from jwillemsen/jwi-lynxos4cleanupJohnny Willemsen2021-02-242-16/+1
|\ \ | | | | | | Remove macros we don't use anymore
| * | Remove macros we don't use anymoreJohnny Willemsen2021-02-242-16/+1
| | | | | | | | | | | | | | | * ACE/ace/README: * ACE/docs/ACE-guidelines.html:
* | | Merge pull request #1435 from jwillemsen/jwi-lynxos4cleanupJohnny Willemsen2021-02-2410-116/+13
|\ \ \ | |/ / | | / | |/ |/| Cleanup LynxOS4 support, fixes #1434
| * Cleanup LynxOS4 support, fixes #1434Johnny Willemsen2021-02-2410-116/+13
|/ | | | | | | | | | | | | * ACE/ace/OS_NS_pwd.inl: * ACE/ace/OS_NS_signal.inl: * ACE/ace/README: * ACE/ace/Sig_Handler.cpp: * ACE/ace/config-lynxos.h: * ACE/ace/os_include/os_signal.h: * ACE/ace/os_include/os_stdlib.h: * ACE/ace/os_include/os_strings.h: * ACE/ace/os_include/os_unistd.h: * ACE/tests/Task_Ex_Test.cpp:
* Merge pull request #1433 from jwillemsen/jwi-strtollJohnny Willemsen2021-02-241-8/+0
|\ | | | | Removed strtoll and strtoull prototypes, not used in any config file …
| * Removed strtoll and strtoull prototypes, not used in any config file anymoreJohnny Willemsen2021-02-231-8/+0
| | | | | | | | * ACE/ace/os_include/os_stdlib.h:
* | Merge pull request #1432 from DOCGroup/jwillemsen-patch-1Johnny Willemsen2021-02-221-1/+1
|\ \ | | | | | | Upgrade to lukka/run-vcpkg@v7
| * | Upgrade to lukka/run-vcpkg@v7Johnny Willemsen2021-02-221-1/+1
| | |
* | | Merge pull request #1430 from DOCGroup/mitza-autoruntestsAdam Mitz2021-02-221-13/+2
|\ \ \ | |/ / |/| | auto_run_tests: removed DDS_ROOT - use equivalent script in OpenDDS to test it
| * | auto_run_tests: removed DDS_ROOT - use equivalent script in OpenDDS to test itmitza-autoruntestsAdam Mitz2021-02-151-13/+2
| | |
* | | Merge pull request #1431 from jwillemsen/jwi-ACE_LACKS_MSGHDRJohnny Willemsen2021-02-173-9/+3
|\ \ \ | |/ / |/| | Add new ACE_LACKS_MSGHDR
| * | Add new ACE_LACKS_MSGHDR define which we use for the struct msghdrJohnny Willemsen2021-02-172-2/+3
| |/ | | | | | | | | * ACE/ace/config-win32-common.h: * ACE/ace/os_include/sys/os_socket.h:
| * Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into masterJohnny Willemsen2021-02-033-14/+21
| |\
| * | Removed empty linesJohnny Willemsen2021-02-031-7/+0
| | | | | | | | | | | | * TAO/tao/Synch_Invocation.h:
* | | Merge pull request #1429 from DOCGroup/mitza-oci-diffbuildsAdam Mitz2021-02-151-2/+1
|\ \ \ | |_|/ |/| | Removed DDS_ROOT from diff-builds-and-group-fixed-tests-only.sh
| * | Removed DDS_ROOT from diff-builds-and-group-fixed-tests-only.shmitza-oci-diffbuildsAdam Mitz2021-02-121-2/+1
|/ /
* | Merge pull request #1427 from KamilSoko/disable_TLSv13_supportJohnny Willemsen2021-01-261-0/+11
|\ \ | | | | | | Added support for disabling/forcing TLSv1.3
| * | Updated identationJohnny Willemsen2021-01-261-2/+2
| | |
| * | Update ACE/ace/SSL/SSL_Context.cppJohnny Willemsen2021-01-261-2/+2
| | |
| * | Added support for disabling/forcing TLSv1.3Kamil Sokolowski2021-01-261-0/+11
|/ /
* | Merge pull request #1424 from jwillemsen/jwi-macosxJohnny Willemsen2021-01-262-14/+10
|\ \ | |/ |/| Don't force c++11 through the github action, that should be the default
| * Default enable c++11 for macosxJohnny Willemsen2021-01-261-9/+1
| | | | | | | | * ACE/include/makeinclude/platform_macosx_common.GNU:
| * Merge code for detecting whether we have c++11 support also to macosxJohnny Willemsen2021-01-261-7/+16
| | | | | | | | * ACE/include/makeinclude/platform_macosx_common.GNU:
| * Merge branch 'master' into jwi-macosxJohnny Willemsen2021-01-268-78/+87
| |\ | |/ |/|
* | Merge pull request #1426 from jwillemsen/jwi-downloadmajorversionedJohnny Willemsen2021-01-251-1/+3
|\ \ | | | | | | Add link to OpenSuSE build services for major versioned builds
| * | Add link to OpenSuSE build services for major versioned buildsJohnny Willemsen2021-01-251-1/+3
| | | | | | | | | | | | * ACE/docs/Download.html:
* | | Merge pull request #1425 from jwillemsen/jwi-macosxrpathJohnny Willemsen2021-01-251-1/+1
|\ \ \ | |/ / |/| | Integrate patch from conda-forge ace-feedstock, see https://github.co…
| * | Integrate patch from conda-forge ace-feedstock, see ↵Johnny Willemsen2021-01-251-1/+1
|/ / | | | | | | | | | | https://github.com/conda-forge/ace-feedstock/blob/master/recipe/fix_macos_rpath.patch * ACE/include/makeinclude/platform_macosx_yosemite.GNU:
* | Merge pull request #1423 from jwillemsen/jwi-ace700tao300Johnny Willemsen2021-01-257-76/+83
|\ \ | | | | | | Make ACE 7.0.0 and TAO 3.0.0 public available
| * | Make ACE 7.0.0 and TAO 3.0.0 public availableJohnny Willemsen2021-01-257-76/+83
|/ / | | | | | | | | | | | | | | | | | | * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
| * Don't force c++11 through the github action, that should be the defaultJohnny Willemsen2021-01-251-7/+2
|/ | | | * .github/workflows/macosx.yml:
* 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).