summaryrefslogtreecommitdiff
path: root/ACE/bin
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for next release and make x.0.5 publicJohnny Willemsen2021-11-171-1/+1
| | | | | | | | * ACE/NEWS: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/etc/index.html: * TAO/NEWS:
* Make x.0.4 public availableJohnny Willemsen2021-10-012-2/+2
| | | | | | | | | | * 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:
* Merge pull request #1673 from jwillemsen/jwi-deletefileloggingJohnny Willemsen2021-09-071-8/+10
|\ | | | | Simplified DeleteFile for cross platform testing
| * Silence loggingJohnny Willemsen2021-09-061-2/+2
| | | | | | | | * ACE/bin/PerlACE/TestTarget.pm:
| * Fixed errorJohnny Willemsen2021-09-061-3/+3
| | | | | | | | * ACE/bin/PerlACE/TestTarget.pm:
| * Cleanup loggingJohnny Willemsen2021-09-061-7/+4
| | | | | | | | * ACE/bin/PerlACE/TestTarget.pm:
| * Correct errorJohnny Willemsen2021-09-061-3/+3
| | | | | | | | * ACE/bin/PerlACE/TestTarget.pm:
| * Make DeleteFile more consistent witl WaitForFileTimedJohnny Willemsen2021-09-061-10/+11
| | | | | | | | * ACE/bin/PerlACE/TestTarget.pm:
| * Log DeleteFile operationJohnny Willemsen2021-09-061-0/+3
| | | | | | | | * ACE/bin/PerlACE/TestTarget.pm:
* | Merge pull request #1668 from mitza-oci/no-conv-libAdam Mitz2021-09-061-6/+0
|\ \ | | | | | | Removed conv_lib.mpb
| * | Removed conv_lib.mpbAdam Mitz2021-08-311-6/+0
| |/ | | | | | | Replaced uses of it with install_lib
* | Removed not used variable in DeleteFileJohnny Willemsen2021-09-061-1/+0
|/ | | | * ACE/bin/PerlACE/TestTarget.pm:
* Make ACE 7.0.3 and TAO 3.0.3 availableJohnny Willemsen2021-08-042-2/+2
| | | | | | | | | | * 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:
* Fixed error in this scriptJohnny Willemsen2021-08-041-1/+1
| | | | * ACE/bin/generate_doxygen.pl:
* Removed old comments and support for Chorus which we don't support anymoreJohnny Willemsen2021-06-241-2/+0
| | | | | | | | | | | | | | | | | | | | | * ACE/ace/README: * ACE/ace/Thread_Manager.cpp: * ACE/ace/config-kfreebsd.h: * ACE/bin/libsize.pl: * ACE/docs/run_test.txt: * TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/run_test.pl: * TAO/orbsvcs/tests/Simple_Naming/run_test.pl: * TAO/orbsvcs/tests/Simple_Naming/run_test_ffp.pl: * TAO/orbsvcs/tests/Simple_Naming/run_test_ft.pl: * TAO/orbsvcs/tests/Simple_Naming/run_test_ipv6.pl: * TAO/performance-tests/Cubit/TAO/IDL_Cubit/README: * TAO/performance-tests/Cubit/TAO/MT_Cubit/README: * TAO/tests/Alt_Mapping/run_test.pl: * TAO/tests/Bug_2289_Regression/run_test.pl: * TAO/tests/Bug_3853_Regression/run_test.pl: * TAO/tests/DynAny_Test/run_test.pl: * TAO/tests/Param_Test/run_test.pl:
* Removed CIAO/DANCE_ROOTJohnny Willemsen2021-06-181-1/+0
| | | | * ACE/bin/MakeProjectCreator/config/MPC.cfg:
* Fixed errorsJohnny Willemsen2021-06-181-2/+1
| | | | * ACE/bin/fuzz.pl:
* Removed some dance leftoversJohnny Willemsen2021-06-183-43/+0
|
* Cleanup CIAO/DAnCE, they are not possible to be used with ACE7/TAO3Johnny Willemsen2021-06-1815-490/+29
|
* Removed support for tao_idl3_to_idl2 and tao_idl3_to_xml now that CIAO is ↵Johnny Willemsen2021-05-292-20/+0
| | | | | | | | | | | | | | archived, wasn't supported for a longer time already * ACE/bin/MakeProjectCreator/docs/templates/gnu.txt: * ACE/bin/MakeProjectCreator/templates/gnu.mpd: * ACE/include/makeinclude/platform_clang_common.GNU: * ACE/include/makeinclude/platform_g++_common.GNU: * ACE/include/makeinclude/platform_macosx_iOS.GNU: * ACE/include/makeinclude/platform_rtems.x_g++.GNU: * ACE/include/makeinclude/platform_vxworks6.2.GNU: * ACE/include/makeinclude/platform_vxworks6.3.GNU: * ACE/include/makeinclude/platform_vxworks7.0.GNU:
* Update correct MPC branch, fixed #1511Johnny Willemsen2021-05-141-3/+3
| | | | * ACE/bin/make_release.py:
* Update for next releaseJohnny Willemsen2021-05-141-1/+1
| | | | * ACE/bin/copy-local-script.sh:
* Make ACE 7.0.2 and TAO 3.0.2 public availableJohnny Willemsen2021-05-142-5/+3
| | | | | | | | | | * 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:
* release script: default branch updateAdam Mitz2021-05-131-1/+1
|
* cherry-picked release script changes from ↵Fred Hornsey2021-05-131-51/+40
| | | | | | | | | fb1c569bc48ecf8d8adc79af59fed680aa12d3dc Fix Branch Issue with Release Script Also do some cleanup, and change the `*_VERSION_CODE` macros to be formatted using hexadecimal.
* Remove Latest Branch Skip in Release ScriptFred Hornsey2021-05-061-4/+0
|
* Branch Option for Release ScriptFred Hornsey2021-05-051-13/+22
|
* Merge pull request #1479 from jwillemsen/jwi-envinfoJohnny Willemsen2021-04-231-11/+1
|\ | | | | Cleanup and simplified this small test source
| * Cleanup and simplified this small test sourceJohnny Willemsen2021-04-231-11/+1
| | | | | | | | * ACE/bin/envinfo.cpp:
* | Defer Including rules.tao.GNU for gnuaceFred Hornsey2021-04-071-0/+1
|/ | | | | | | | | | | | | | | | Alternative fix for https://github.com/objectcomputing/OpenDDS/pull/2559. See there for details. https://github.com/DOCGroup/ACE_TAO/pull/1296 changed the order of includes of rules make files to effectively being how the base projects that set them are included. This can lead to the order of `GNUACE_PROJECT_VERSION ?=` being set differently than what the case was in ACE6/TAO2. The result in OpenDDS is that so library files get TAO's version number. This tires to fix that by including `tao.rules.GNU` at a marker after the `extension` marker.
* Make x.0.1 available for downloadJohnny Willemsen2021-03-152-2/+2
| | | | | | | | * 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:
* Cleanup for vc6, use nullptr, remove redundant void, layout changesJohnny Willemsen2021-02-251-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* auto_run_tests: removed DDS_ROOT - use equivalent script in OpenDDS to test itmitza-autoruntestsAdam Mitz2021-02-151-13/+2
|
* Removed DDS_ROOT from diff-builds-and-group-fixed-tests-only.shmitza-oci-diffbuildsAdam Mitz2021-02-121-2/+1
|
* Make ACE 7.0.0 and TAO 3.0.0 public availableJohnny Willemsen2021-01-252-2/+2
| | | | | | | | | | * 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:
* Use micro version instead of beta versionJohnny Willemsen2021-01-231-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 #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).
* | Removed helper mail script which shouldn't be in this repoJohnny Willemsen2021-01-191-48/+0
|/
* Revert "Change generation to allow for 'get_output' command helper ↵revert-1408-masterJohnny Willemsen2021-01-141-1/+1
| | | | customizat…"
* Change generation to allow for 'get_output' command helper customization.Martin Corino2021-01-131-1/+1
|
* Make sure we tag Latest_ACE7TAO3_ as indicated in the news fileJohnny Willemsen2021-01-131-3/+3
| | | | * ACE/bin/make_release.py:
* 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:
* Move -llog from platform_android.GNU to acedefaultsFred Hornsey2020-12-301-0/+4
|
* Don't create beta branches anymore and use Latest_ACE7TAO3_ as prefix in ↵Johnny Willemsen2020-11-171-6/+4
| | | | | | order to keep separate latest tags for ACE 6.5.x and ACE 7.0.x * ACE/bin/make_release.py:
* Merge branch 'master' into jwi-xsccleanup2Johnny Willemsen2020-11-172-28/+4
|\
| * Add precious files support and template cleanupMartin Corino2020-11-112-28/+4
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/MPC/config/tao_rules.mpb: Added. * ACE/bin/MakeProjectCreator/modules/GNUACEProjectCreator.pm: * ACE/bin/MakeProjectCreator/templates/gnu.mpd: * TAO/MPC/config/taodefaults.mpb: * TAO/TAO_IDL/tao_idl.mpc: * TAO/TAO_IDL/tao_idl_be.mpc: * TAO/TAO_IDL/tao_idl_fe.mpc:
* | Removed dds flag docu, not used anymoreJohnny Willemsen2020-11-111-1/+0
| | | | | | | | * ACE/bin/MakeProjectCreator/docs/templates/gnu.txt:
* | Removed cidlc flags from docuJohnny Willemsen2020-11-111-4/+0
| | | | | | | | * ACE/bin/MakeProjectCreator/docs/templates/gnu.txt:
* | Removed xsc flags from docuJohnny Willemsen2020-11-111-3/+0
| | | | | | | | * ACE/bin/MakeProjectCreator/docs/templates/gnu.txt: