summaryrefslogtreecommitdiff
path: root/TAO/tao
Commit message (Collapse)AuthorAgeFilesLines
* ACE+TAO-7_0_0ACE+TAO-7_0_0Latest_ACE7TAO3_MajorJohnny Willemsen2021-01-251-6/+5
|
* Use micro version instead of beta versionJohnny Willemsen2021-01-2332-64/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* Use noexcept(false) directly in the codeJohnny Willemsen2021-01-052-2/+2
| | | | | | * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp: * TAO/tao/Storable_File_Guard.cpp: * TAO/tao/Storable_File_Guard.h:
* Merge branch 'master' into diop-portspanJohnny Willemsen2020-12-29699-8287/+4891
|\
| * Layout changesJohnny Willemsen2020-12-232-14/+7
| | | | | | | | | | * TAO/tao/Array_VarOut_T.cpp: * TAO/tao/Array_VarOut_T.inl:
| * Remove redundant voidJohnny Willemsen2020-12-174-34/+34
| |
| * Remove redundant void argumentJohnny Willemsen2020-12-1425-253/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/DynamicAny/DynAnyFactory.cpp: * TAO/tao/DynamicAny/DynAnyFactory.h: * TAO/tao/DynamicAny/DynAny_i.cpp: * TAO/tao/DynamicAny/DynAny_i.h: * TAO/tao/DynamicAny/DynArray_i.cpp: * TAO/tao/DynamicAny/DynArray_i.h: * TAO/tao/DynamicAny/DynCommon.cpp: * TAO/tao/DynamicAny/DynCommon.h: * TAO/tao/DynamicAny/DynEnum_i.cpp: * TAO/tao/DynamicAny/DynEnum_i.h: * TAO/tao/DynamicAny/DynSequence_i.cpp: * TAO/tao/DynamicAny/DynSequence_i.h: * TAO/tao/DynamicAny/DynStruct_i.cpp: * TAO/tao/DynamicAny/DynStruct_i.h: * TAO/tao/DynamicAny/DynUnion_i.cpp: * TAO/tao/DynamicAny/DynUnion_i.h: * TAO/tao/DynamicAny/DynValueBox_i.cpp: * TAO/tao/DynamicAny/DynValueBox_i.h: * TAO/tao/DynamicAny/DynValueCommon_i.cpp: * TAO/tao/DynamicAny/DynValueCommon_i.h: * TAO/tao/DynamicAny/DynValue_i.cpp: * TAO/tao/DynamicAny/DynValue_i.h: * TAO/tao/DynamicAny/DynamicAny.cpp: * TAO/tao/DynamicAny/DynamicAny.h: * TAO/tao/Valuetype/AbstractBase.h:
| * Merge branch 'master' into jwi-cleanupcpp11Johnny Willemsen2020-12-10402-2392/+2383
| |\
| | * Remove redundant void argJohnny Willemsen2020-12-0950-247/+245
| | |
| | * Remove redundant void argJohnny Willemsen2020-12-09185-808/+808
| | |
| | * Remove redundant void argJohnny Willemsen2020-12-0938-245/+245
| | |
| | * Layout changesJohnny Willemsen2020-12-0912-34/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/PI/ClientRequestDetails.h: * TAO/tao/PI/ClientRequestInfo.h: * TAO/tao/PI/DLL_Resident_ORB_Initializer.h: * TAO/tao/PI/ORBInitializer_Registry_Impl.h: * TAO/tao/PI/PICurrent.cpp: * TAO/tao/PI/PICurrent.h: * TAO/tao/PI/PICurrent_Impl.h: * TAO/tao/PI/PI_ORBInitializer.cpp: * TAO/tao/PI/PI_ORBInitializer.h: * TAO/tao/PI/PI_PolicyFactory.h: * TAO/tao/PI/PolicyFactory_Registry.h: * TAO/tao/PI/ProcessingModePolicy.cpp:
| | * Test more operationsJohnny Willemsen2020-12-091-1/+3
| | | | | | | | | | | | | | | * TAO/tao/PI_Server/ServerRequestInfo.cpp: * TAO/tests/Portable_Interceptors/Dynamic/server_interceptor.cpp:
| | * Removed redundant voidJohnny Willemsen2020-12-09119-999/+999
| | |
| | * Remove redundant voidJohnny Willemsen2020-12-097-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/PI_Server/PICurrent_Guard.cpp: * TAO/tao/PI_Server/PI_Server.cpp: * TAO/tao/PI_Server/PI_Server_Loader.cpp: * TAO/tao/PI_Server/ServerInterceptorAdapter.cpp: * TAO/tao/PI_Server/ServerRequestInfo.cpp: * TAO/tao/PI_Server/ServerRequestInterceptorC.cpp: * TAO/tao/PI_Server/ServerRequestInterceptor_Factory_Impl.cpp:
| | * Layout changes and test more PI operations explicitlyJohnny Willemsen2020-12-091-29/+41
| | | | | | | | | | | | | | | * TAO/tao/PI_Server/ServerRequestInfo.cpp: * TAO/tests/Portable_Interceptors/Dynamic/server_interceptor.cpp:
| * | Removed checks for ACE_HAS_CPP11 and use std::atomic in more places in the ↵Johnny Willemsen2020-12-0960-391/+33
| |/ | | | | | | TAO core
| * Instead of declaring private copy/assignment list them as deleted and added ↵Johnny Willemsen2020-12-0812-42/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | move versions also as deleted * ACE/ace/ARGV.h: * ACE/ace/Activation_Queue.h: * ACE/ace/CDR_Size.h: * ACE/ace/CDR_Stream.h: * ACE/ace/DLL_Manager.h: * ACE/ace/Get_Opt.h: * ACE/ace/Log_Record.h: * ACE/ace/Message_Queue_NT.h: * ACE/ace/Message_Queue_Vx.h: * ACE/ace/Method_Request.h: * ACE/ace/Null_Mutex.h: * ACE/ace/Object_Manager.h: * ACE/ace/Object_Manager_Base.h: * ACE/ace/Process.h: * ACE/ace/Read_Buffer.h: * ACE/ace/Select_Reactor.h: * ACE/ace/TP_Reactor.h: * ACE/ace/XML_Utils/XML_Error_Handler.h: * TAO/orbsvcs/ImplRepo_Service/Activator_Loader.h: * TAO/orbsvcs/ImplRepo_Service/Locator_Loader.h: * TAO/orbsvcs/orbsvcs/Concurrency/Concurrency_Loader.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Event_Loader.h: * TAO/orbsvcs/orbsvcs/Notify/Event_Manager.h: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.h: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Visitors.h: * TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h: * TAO/tao/CDR.h: * TAO/tao/Connector_Registry.h: * TAO/tao/GIOP_Fragmentation_Strategy.h: * TAO/tao/MMAP_Allocator.h: * TAO/tao/Nested_Upcall_Guard.h: * TAO/tao/Null_Fragmentation_Strategy.h: * TAO/tao/Object_Ref_Table.h: * TAO/tao/On_Demand_Fragmentation_Strategy.h: * TAO/tao/Policy_Manager.h: * TAO/tao/Resource_Factory.h: * TAO/tao/TAO_Singleton_Manager.h: * TAO/tao/Valuetype/AbstractBase_Invocation_Adapter.h:
| * Removed redundant void, use nullptr/override in the TAO coreJohnny Willemsen2020-12-07185-1948/+1948
| |
| * Cleanup for gcc <= 4.8 which don't support C++11Johnny Willemsen2020-11-281-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_dlfcn.inl: * ACE/ace/Stack_Trace.cpp: * ACE/ace/Time_Value.inl: * ACE/ace/config-aix-5.x.h: * ACE/ace/config-g++-common.h: * ACE/ace/config-icc-common.h: * ACE/ace/config-macosx-leopard.h: * ACE/ace/config-macosx-tiger.h: * ACE/ace/config-macros.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/os_include/os_dlfcn.h: * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h: * TAO/tao/SystemException.h:
| * Merge pull request #1289 from jwillemsen/jwi-aceeventhandleratomicJohnny Willemsen2020-11-171-0/+1
| |\ | | | | | | Make use of std::atomic for the reference count of the ACE event handler
| | * Add include to get ACE_GuardJohnny Willemsen2020-11-101-0/+1
| | | | | | | | | | | | * TAO/tao/GUIResource_Factory.cpp:
| * | Remove checks for ACE_HAS_CPP11 and remove the code for C++03 now that we ↵Johnny Willemsen2020-11-101-4/+0
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | require C++11 compiler support * ACE/ACEXML/examples/SAXPrint/main.cpp: * ACE/ace/ARGV.h: * ACE/ace/Basic_Types.h: * ACE/ace/Bound_Ptr.h: * ACE/ace/Bound_Ptr.inl: * ACE/ace/CDR_Stream.cpp: * ACE/ace/Codeset_IBM1047.cpp: * ACE/ace/Event_Handler.cpp: * ACE/ace/Event_Handler.h: * ACE/ace/Global_Macros.h: * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/Proactor.cpp: * ACE/ace/Process_Manager.h: * ACE/ace/Reactor.h: * ACE/ace/Reactor_Timer_Interface.h: * ACE/ace/Signal.h: * ACE/ace/Thread_Manager.cpp: * ACE/ace/Time_Policy.h: * ACE/ace/Time_Value.cpp: * ACE/ace/Time_Value.h: * ACE/ace/Time_Value.inl: * ACE/ace/WFMO_Reactor.cpp: * ACE/ace/XML_Utils/XML_Helper.h: * ACE/ace/XML_Utils/XSCRT/Elements.hpp: * ACE/ace/config-macosx-lion.h: * ACE/examples/APG/Active_Objects/AO.cpp: * ACE/examples/APG/Active_Objects/AO2.cpp: * ACE/examples/APG/Naming/Name_Binding.h: * ACE/examples/APG/Reactor/HAStatus.cpp: * ACE/examples/Threads/future1.cpp: * ACE/examples/Threads/future2.cpp: * ACE/netsvcs/lib/Client_Logging_Handler.cpp: * ACE/netsvcs/lib/Server_Logging_Handler_T.cpp: * ACE/tests/Bound_Ptr_Test.cpp: * ACE/tests/Bug_2540_Regression_Test.cpp: * ACE/tests/Bug_2820_Regression_Test.cpp: * ACE/tests/Chrono_Test.cpp: * ACE/tests/Compiler_Features_15_Test.cpp: * ACE/tests/Compiler_Features_16_Test.cpp: * ACE/tests/Compiler_Features_17_Test.cpp: * ACE/tests/Compiler_Features_18_Test.cpp: * ACE/tests/Compiler_Features_19_Test.cpp: * ACE/tests/Compiler_Features_20_DLL.h: * ACE/tests/Compiler_Features_21_Test.cpp: * ACE/tests/Compiler_Features_23_Test.cpp: * ACE/tests/Compiler_Features_24_Test.cpp: * ACE/tests/Compiler_Features_25_Test.cpp: * ACE/tests/Compiler_Features_26_Test.cpp: * ACE/tests/Compiler_Features_27_Test.cpp: * ACE/tests/Compiler_Features_28_Test.cpp: * ACE/tests/Compiler_Features_29_Test.cpp: * ACE/tests/Compiler_Features_31_Test.cpp: * ACE/tests/Compiler_Features_32_Test.cpp: * ACE/tests/Compiler_Features_34_Test.cpp: * ACE/tests/Compiler_Features_35_Test.cpp: * ACE/tests/Compiler_Features_36_Test.cpp: * ACE/tests/DLL_Test.cpp: * ACE/tests/Process_Manager_Test.cpp: * ACE/tests/Reactor_Remove_Resume_Test.cpp: * ACE/tests/Reactor_Timer_Test.cpp: * ACE/tests/Task_Ex_Test.cpp: * TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp: * TAO/TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp: * TAO/TAO_IDL/be_include/be_helper.h: * TAO/orbsvcs/ImplRepo_Service/AsyncListManager.h: * TAO/tao/Object.h:
| * Merge pull request #1265 from jwillemsen/jwi-removesequenceiteratorsJohnny Willemsen2020-11-1011-2481/+0
| |\ | | | | | | Removed support for STL iterators which was disabled by default using…
| | * Merge branch 'master' into jwi-removesequenceiteratorsJohnny Willemsen2020-10-2896-722/+182
| | |\
| | * | Removed support for STL iterators which was disabled by default using ↵Johnny Willemsen2020-10-1511-2481/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TAO_HAS_SEQUENCE_ITERATORS and which didn't work without crashes * TAO/tao/MM_Sequence_Iterator_T.h: * TAO/tests/Sequence_Iterators/.gitignore: * TAO/tests/Sequence_Iterators/Bounded_String.cpp: * TAO/tests/Sequence_Iterators/Sequence_Iterators.mpc: * TAO/tests/Sequence_Iterators/StringSeq.cpp: * TAO/tests/Sequence_Iterators/Unbounded_Objectref.cpp: * TAO/tests/Sequence_Iterators/Unbounded_Value.cpp: * TAO/tests/Sequence_Iterators/mock_reference.cpp: * TAO/tests/Sequence_Iterators/mock_reference.hpp: * TAO/tests/Sequence_Iterators/run_test.pl: * TAO/tests/Sequence_Iterators/testing_counters.hpp: * TAO/tests/Sequence_Iterators/testing_exception.hpp: Deleted. * TAO/bin/tao_orb_tests.lst: * TAO/tao/Bounded_Basic_String_Sequence_T.h: * TAO/tao/Bounded_Object_Reference_Sequence_T.h: * TAO/tao/Generic_Sequence_T.h: * TAO/tao/Unbounded_Basic_String_Sequence_T.h: * TAO/tao/Unbounded_Object_Reference_Sequence_T.h: * TAO/tao/Unbounded_Value_Sequence_T.h: * TAO/tao/Valuetype/Bounded_Valuetype_Sequence_T.h: * TAO/tao/Valuetype/Unbounded_Valuetype_Sequence_T.h: * TAO/tao/orbconf.h: * TAO/tao/tao.mpc:
| * | | Update all links to bugzilla from WashU to ISISJohnny Willemsen2020-10-283-3/+3
| | |/ | |/|
| * | Layout and docu changesJohnny Willemsen2020-10-2813-164/+133
| | |
| * | Layout and docu changesJohnny Willemsen2020-10-2820-81/+39
| | |
| * | Layout and typo changesJohnny Willemsen2020-10-283-8/+1
| | |
| * | Layout changesJohnny Willemsen2020-10-2825-52/+3
| | |
| * | Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into masterJohnny Willemsen2020-10-2831-405/+0
| |\ \
| | * \ Merge pull request #1266 from jwillemsen/jwi-cleanupfocusJohnny Willemsen2020-10-2831-405/+0
| | |\ \ | | | | | | | | | | Removed FOCUS which uses specialization files to patch the TAO source…
| | | * | Removed FOCUS which uses specialization files to patch the TAO source code. ↵Johnny Willemsen2020-10-1531-405/+0
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hasn't been maintained for a long time and was purely research * ACE/bin/FOCUS/FOCUS.pl: * ACE/bin/FOCUS/NEWS: * ACE/bin/FOCUS/PROBLEM-REPORT-FORM: * ACE/bin/FOCUS/Parser/FOCUSParser.pm: * ACE/bin/FOCUS/README: * ACE/bin/FOCUS/VERSION: * ACE/bin/FOCUS/docs/FOCUS.html: * ACE/bin/FOCUS/specializations/Context-Specific-Optimizations/Dispatch-Resolution-Optimization.spl: * ACE/bin/FOCUS/specializations/Flushing_Strategy/Leader_Follower_Flushing_Strategy.spl: * ACE/bin/FOCUS/specializations/Protocol_Family/IIOP/iiop.spl: * ACE/bin/FOCUS/specializations/README: * ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_MT.spl: * ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_ST.spl: * ACE/bin/FOCUS/specializations/Reactor_Family/TP_Reactor.spl: * ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Leader_Follower.spl: * ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Read.spl: Deleted. * ACE/ace/Asynch_Pseudo_Task.h: * ACE/ace/Reactor.cpp: * ACE/ace/Reactor.h: * ACE/ace/Reactor.inl: * ACE/ace/Select_Reactor.h: * ACE/ace/Select_Reactor_Base.h: * ACE/ace/Select_Reactor_T.cpp: * ACE/ace/Select_Reactor_T.h: * ACE/ace/Timer_Queue_T.cpp: * TAO/tao/Connection_Handler.cpp: * TAO/tao/Connection_Handler.h: * TAO/tao/Connection_Handler.inl: * TAO/tao/Endpoint.cpp: * TAO/tao/Endpoint.h: * TAO/tao/GIOP_Message_Base.cpp: * TAO/tao/IIOP_Acceptor.cpp: * TAO/tao/IIOP_Acceptor.h: * TAO/tao/IIOP_Connection_Handler.cpp: * TAO/tao/IIOP_Connector.cpp: * TAO/tao/IIOP_Connector.h: * TAO/tao/IIOP_Endpoint.cpp: * TAO/tao/IIOP_Endpoint.h: * TAO/tao/IIOP_Profile.cpp: * TAO/tao/IIOP_Profile.h: * TAO/tao/IIOP_Transport.cpp: * TAO/tao/PortableServer/Servant_Base.cpp: * TAO/tao/Profile.cpp: * TAO/tao/Profile.h: * TAO/tao/Strategies/advanced_resource.cpp: * TAO/tao/Transport.cpp: * TAO/tao/Transport.h: * TAO/tao/Transport_Acceptor.cpp: * TAO/tao/Transport_Acceptor.h: * TAO/tao/Transport_Connector.cpp: * TAO/tao/Transport_Connector.h: * TAO/tao/Wait_On_Leader_Follower.cpp: * TAO/tao/Wait_On_Read.cpp: * TAO/tao/Wait_Strategy.cpp: * TAO/tao/default_client.cpp: * TAO/tao/default_resource.cpp: * TAO/tests/Bug_3531b_Regression/server.cpp:
| * | | Layout/typo changesJohnny Willemsen2020-10-285-8/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | * TAO/tao/PI/RequestInfo_Util.h: * TAO/tao/PI_Server/ServerInterceptorAdapter.h: * TAO/tao/PI_Server/ServerRequestInfo.cpp: * TAO/tao/PI_Server/ServerRequestInfo.h: * TAO/tao/PortableServer/Object_Adapter.cpp:
| * | ACE+TAO-6_5_12ACE+TAO-6_5_12Johnny Willemsen2020-10-271-4/+4
| |/
* | Improve SSLIOP and SCIOP acceptors, tooNick Williams2020-08-281-5/+2
| |
* | Another update for pull request commentsNick Williams2020-08-282-11/+5
| |
* | Updated for pull request commentsNick Williams2020-08-281-1/+1
| |
* | Fix #1166: Support the portspan endpoint option in DIOPNick Williams2020-08-282-17/+80
|/ | | | | | | | | - First, fixed the `ORB_init/Portspan` test, which was failing in master: - `Spawn()` returns instantly and does not wait for the process to fail, so the test was failing with the error "ERROR: Last server didn't fail! Err:0." - Updated the test to, after spawning, wait a second to make sure the process is still running (or, in the case of the last server, to check that the process has failed). - The test now passed. - Next, updated `ORB_init/Portspan` to test DIOP as well as IIOP. The test then failed. - Finally, updated `DIOP_Acceptor` to support `portspan` in the same manner as `IIOP_Acceptor` (namely, to loop through the port span until an open port is found). The test now passes again.
* Layout changesJohnny Willemsen2020-08-251-4/+0
| | | | * TAO/tao/Strategies/SCIOP_Acceptor.h:
* Const changes and removed some unnessary castsJohnny Willemsen2020-08-256-19/+19
| | | | | | | | | * TAO/tao/IIOP_Acceptor.cpp: * TAO/tao/ORB_Core.cpp: * TAO/tao/RTCORBA/RT_ORB_Loader.cpp: * TAO/tao/Strategies/SCIOP_Acceptor.cpp: * TAO/tao/default_resource.cpp: * TAO/tao/default_server.cpp:
* Use bool for found_a_portJohnny Willemsen2020-08-251-4/+4
| | | | * TAO/tao/Strategies/SCIOP_Acceptor.cpp:
* Layout changesJohnny Willemsen2020-08-2033-142/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/AnyTypeCode/Any_Array_Impl_T.cpp: * TAO/tao/AnyTypeCode/Any_Array_Impl_T.h: * TAO/tao/AnyTypeCode/Any_Special_Impl_T.h: * TAO/tao/AnyTypeCode/Enum_TypeCode.cpp: * TAO/tao/AnyTypeCode/Enum_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Struct_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.cpp: * TAO/tao/AnyTypeCode/TypeCode_Case_T.cpp: * 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/append.cpp: * TAO/tao/CORBANAME_Parser.cpp: * TAO/tao/CSD_Framework/CSD_Default_Servant_Dispatcher.cpp: * TAO/tao/CSD_Framework/CSD_POA.cpp: * TAO/tao/Connector_Registry.cpp: * TAO/tao/DynamicAny/DynCommon.cpp: * TAO/tao/DynamicAny/DynStruct_i.cpp: * TAO/tao/DynamicAny/DynUnion_i.cpp: * TAO/tao/DynamicAny/DynValueBox_i.cpp: * TAO/tao/DynamicAny/DynValue_i.cpp: * TAO/tao/RTScheduling/RTScheduler_Initializer.cpp: * TAO/tao/RTScheduling/RTScheduler_Manager.inl: * TAO/tao/RTScheduling/Request_Interceptor.cpp: * TAO/tao/Strategies/COIOP_Profile.h: * TAO/tao/Strategies/SCIOP_Profile.cpp: * TAO/tao/Strategies/SCIOP_Profile.h: * TAO/tao/Strategies/SHMIOP_Profile.cpp: * TAO/tao/Strategies/SHMIOP_Profile.h: * TAO/tao/Strategies/UIOP_Connector.h: * TAO/tao/Transport_Connector.cpp: * TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp:
* Layout and true/false changesJohnny Willemsen2020-08-203-5/+4
| | | | | | | * ACE/ace/INET_Addr.cpp: * TAO/tao/DynamicInterface/AMH_DSI_Response_Handler.cpp: * TAO/tao/DynamicInterface/DII_Arguments.cpp: * TAO/tao/DynamicInterface/Server_Request.cpp:
* Layout and docu changesJohnny Willemsen2020-08-203-18/+4
| | | | | | * TAO/tao/Object.cpp: * TAO/tao/Service_Callbacks.cpp: * TAO/tao/Service_Callbacks.h:
* Removed some empty linesJohnny Willemsen2020-08-191-3/+0
| | | | * TAO/tao/On_Demand_Fragmentation_Strategy.h:
* ACE+TAO-6_5_11ACE+TAO-6_5_11Johnny Willemsen2020-08-171-4/+4
|
* Extend default_svc_conf_entries documentationJohnny Willemsen2020-08-131-1/+4
| | | | * TAO/tao/TAO_Internal.h:
* Fixed bugzilla 1214, only set the args which are set, makes it possible to ↵Johnny Willemsen2020-08-131-3/+12
| | | | | | only set one of directives * TAO/tao/TAO_Internal.cpp: