summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add include of OS_NS_string.h, seems it was pulled in implicitly in ↵revert-1452-jwi-memcmpfixJohnny Willemsen2021-03-151-1/+0
| | | | t…"
* Merge pull request #1452 from jwillemsen/jwi-memcmpfixJohnny Willemsen2021-03-151-0/+1
|\ | | | | Add include of OS_NS_string.h, seems it was pulled in implicitly in t…
| * Add include of OS_NS_string.h, seems it was pulled in implicitly in the pastJohnny Willemsen2021-03-151-0/+1
| | | | | | | | * TAO/tao/Unbounded_Octet_Sequence_T.h:
* | Merge pull request #1451 from jwillemsen/jwi-701Johnny Willemsen2021-03-155-35/+36
|\ \ | |/ | | Make x.0.1 available for download
| * Make x.0.1 available for downloadJohnny Willemsen2021-03-155-35/+36
|/ | | | | | | | * 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:
* ACE+TAO-7_0_1ACE+TAO-7_0_1Johnny Willemsen2021-03-1510-44/+920
|
* Merge pull request #1450 from jwillemsen/jwi-doxygen3Johnny Willemsen2021-03-1150-1680/+3162
|\ | | | | Doxygen changes and make use of delete
| * Layout changes and make use of = deleteJohnny Willemsen2021-03-1113-117/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h: * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current_Impl.h: * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current_Impl.inl: * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.inl: * TAO/orbsvcs/orbsvcs/Security/Security_Current.h: * TAO/tao/CodecFactory/CDR_Encaps_Codec.h: * TAO/tao/CodecFactory/CodecFactory_impl.h: * TAO/tao/IORInterceptor/IORInfo.h: * TAO/tao/PI/ORBInitInfo.h: * TAO/tao/PI/PICurrent.h: * TAO/tao/PI/PICurrent_Impl.h: * TAO/tao/TransportCurrent/Current_Impl.h: * TAO/tao/TransportCurrent/IIOP_Current_Impl.h:
| * Fixed #1449Johnny Willemsen2021-03-112-23/+17
| | | | | | | | | | * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.h: * TAO/tao/Profile_Transport_Resolver.h:
| * Upgrade to doxygen 1.9.1Johnny Willemsen2021-03-1135-1540/+3080
|/
* Merge pull request #1448 from jwillemsen/jwi-cpp11cleanupJohnny Willemsen2021-03-102-7/+4
|\ | | | | Fixed unused parameter warning
| * Layout changes and remove redundant voidJohnny Willemsen2021-03-101-6/+3
| | | | | | | | * ACE/ace/SPIPE_Addr.inl:
| * Fixed unused parameter warningJohnny Willemsen2021-03-101-1/+1
| | | | | | | | * ACE/ace/SString.h:
* | Merge pull request #1446 from jwillemsen/jwi-cpp11cleanupJohnny Willemsen2021-03-09673-2387/+1355
|\ \ | |/ | | Various cleanup and use of C++11 features
| * Specify workflow namesJohnny Willemsen2021-03-091-1/+1
| |
| * Specify workflow namesJohnny Willemsen2021-03-091-3/+3
| |
| * Revert changes for the momentJohnny Willemsen2021-03-092-6/+7
| | | | | | | | | | * ACE/ace/Numeric_Limits.h: * ACE/tests/New_Fail_Test.cpp:
| * Use SIZE_MAX, numeric_limits is a constexpr which the compiler checksJohnny Willemsen2021-03-091-2/+2
| | | | | | | | * ACE/tests/New_Fail_Test.cpp:
| * Comment upateJohnny Willemsen2021-03-091-2/+2
| | | | | | | | * ACE/tests/New_Fail_Test.cpp:
| * Work on windows and linuxJohnny Willemsen2021-03-091-1/+2
| |
| * Fixed maximum valueJohnny Willemsen2021-03-091-1/+1
| |
| * Solve compile error on windowsJohnny Willemsen2021-03-091-10/+7
| | | | | | | | * ACE/tests/New_Fail_Test.cpp:
| * Add cancel of previous runsJohnny Willemsen2021-03-091-0/+18
| |
| * Documentation, layout, C++11 changesJohnny Willemsen2021-03-09414-1417/+960
| |
| * Make use of constexpr instead of constJohnny Willemsen2021-03-097-23/+19
| | | | | | | | | | | | | | | | | | | | * ACE/ace/CDR_Base.cpp: * ACE/ace/Configuration.cpp: * ACE/ace/ETCL/ETCL_l.cpp: * ACE/ace/OS_NS_time.h: * ACE/ace/OS_NS_time.inl: * ACE/ace/UTF16_Encoding_Converter.cpp: * ACE/ace/Vector_T.h:
| * Reduce size of blocksJohnny Willemsen2021-03-091-2/+2
| | | | | | | | * ACE/tests/New_Fail_Test.cpp:
| * Various cleanup and use of C++11 featuresJohnny Willemsen2021-03-09254-944/+356
|/
* Merge pull request #1444 from jwillemsen/jwi-stdstringJohnny Willemsen2021-03-0895-289/+274
|\ | | | | Use std string operation instead of ACE_OS
| * Update DIOP_Endpoint.cppJohnny Willemsen2021-03-081-0/+1
| |
| * Layout changesJohnny Willemsen2021-03-083-4/+4
| | | | | | | | | | | | * ACE/ace/ATM_Acceptor.h: * ACE/ace/ATM_Connector.cpp: * ACE/ace/ATM_Connector.inl:
| * C++11 modernizationJohnny Willemsen2021-03-086-22/+16
| | | | | | | | | | | | | | | | | | * TAO/tao/Acceptor_Registry.cpp: * TAO/tao/Acceptor_Registry.h: * TAO/tao/Block_Flushing_Strategy.h: * TAO/tao/Blocked_Connect_Strategy.h: * TAO/tao/Collocated_Invocation.h: * TAO/tao/Collocation_Resolver.h:
| * Layout changesJohnny Willemsen2021-03-0814-38/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ASNMP/tests/test_config.h: * ACE/Kokyu/Kokyu_defs.inl: * ACE/ace/ATM_Params.h: * ACE/apps/JAWS2/HTTPU/http_headers.h: * TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp: * TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_cs.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp: * TAO/orbsvcs/orbsvcs/Notify/Refcountable.cpp: * TAO/tao/Codeset/Codeset_Manager_i.h: * TAO/tao/Codeset/Codeset_Translator_Factory.h: * TAO/tao/Codeset_Manager.h: * TAO/tests/Portable_Interceptors/AdvSlotDblCpy/client.cpp: * TAO/tests/Portable_Interceptors/AdvSlotDblCpy/server.cpp:
| * Layout changesJohnny Willemsen2021-03-089-24/+12
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/examples/Advanced/ch_18/icp.cpp: * TAO/examples/Advanced/ch_18/server.h: * TAO/examples/Advanced/ch_21/icp.cpp: * TAO/examples/Advanced/ch_21/server.h: * TAO/examples/Advanced/ch_8_and_10/icp.cpp: * TAO/examples/Advanced/ch_8_and_10/server.h: * TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp: * TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp: * TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp:
| * Add missing includesJohnny Willemsen2021-03-0828-78/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/Adapter_Registry.cpp: * TAO/tao/AnyTypeCode/Enum_TypeCode.cpp: * TAO/tao/AnyTypeCode/Enum_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Objref_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/String_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Struct_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/TypeCode_CDR_Extraction.cpp: * TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.cpp: * TAO/tao/AnyTypeCode/Union_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Value_TypeCode.cpp: * TAO/tao/AnyTypeCode/Value_TypeCode_Static.cpp: * TAO/tao/DynamicAny/DynCommon.cpp: * TAO/tao/IIOP_Acceptor.cpp: * TAO/tao/IORManipulation/IORManip_IIOP_Filter.cpp: * TAO/tao/ImR_Client/ImR_Client.cpp: * TAO/tao/Object_KeyC.cpp: * TAO/tao/PortableServer/Var_Size_SArgument_T.cpp: * TAO/tao/PortableServer/Vector_SArgument_T.cpp: * TAO/tao/RTCORBA/RT_ProtocolPropertiesA.cpp: * TAO/tao/Strategies/DIOP_Acceptor.cpp: * TAO/tao/Strategies/DIOP_Profile.cpp: * TAO/tao/Strategies/SHMIOP_Profile.cpp: * TAO/tao/Strategies/UIOP_Profile.cpp: * TAO/tao/Var_Size_Argument_T.cpp: * TAO/tao/Vector_Argument_T.cpp: * TAO/tao/WrongTransactionC.cpp: * TAO/tao/WrongTransactionC.h:
| * Use std::strchrJohnny Willemsen2021-03-082-2/+2
| | | | | | | | | | * TAO/tao/Strategies/DIOP_Profile.cpp: * TAO/tao/Strategies/SCIOP_Profile.cpp:
| * Use std string operations instead of ACE_OSJohnny Willemsen2021-03-0853-121/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/Acceptor_Registry.cpp: * TAO/tao/Adapter_Registry.cpp: * TAO/tao/AnyTypeCode/Any.cpp: * TAO/tao/AnyTypeCode/Enum_TypeCode.cpp: * TAO/tao/AnyTypeCode/Enum_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Struct_TypeCode.cpp: * TAO/tao/AnyTypeCode/Struct_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/TypeCode.cpp: * TAO/tao/AnyTypeCode/TypeCode_CDR_Extraction.cpp: * TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.cpp: * TAO/tao/AnyTypeCode/Value_TypeCode.cpp: * TAO/tao/AnyTypeCode/Value_TypeCode_Static.cpp: * TAO/tao/CDR.inl: * TAO/tao/CORBALOC_Parser.cpp: * TAO/tao/CORBA_String.inl: * TAO/tao/DynamicAny/DynCommon.cpp: * TAO/tao/DynamicInterface/Request.cpp: * TAO/tao/GIOP_Message_Generator_Parser_10.cpp: * TAO/tao/HTTP_Handler.cpp: * TAO/tao/IIOP_Acceptor.cpp: * TAO/tao/IIOP_Connector.cpp: * TAO/tao/IIOP_Endpoint.cpp: * TAO/tao/IIOP_Profile.cpp: * TAO/tao/IORManipulation/IORManip_IIOP_Filter.cpp: * TAO/tao/ImR_Client/ImR_Client.cpp: * TAO/tao/MCAST_Parser.cpp: * TAO/tao/ORB.cpp: * TAO/tao/ORB_Core.cpp: * TAO/tao/Object_KeyC.cpp: * TAO/tao/Object_Ref_Table.cpp: * TAO/tao/PI/Interceptor_List_T.cpp: * TAO/tao/PI/ORBInitInfo.cpp: * TAO/tao/PortableServer/BD_String_SArgument_T.cpp: * TAO/tao/PortableServer/PortableServer_Functions.cpp: * TAO/tao/Strategies/COIOP_Connector.cpp: * TAO/tao/Strategies/COIOP_Profile.cpp: * TAO/tao/Strategies/DIOP_Acceptor.cpp: * TAO/tao/Strategies/DIOP_Connector.cpp: * TAO/tao/Strategies/DIOP_Endpoint.cpp: * TAO/tao/Strategies/DIOP_Profile.cpp: * TAO/tao/Strategies/SCIOP_Acceptor.cpp: * TAO/tao/Strategies/SCIOP_Connector.cpp: * TAO/tao/Strategies/SCIOP_Endpoint.cpp: * TAO/tao/Strategies/SCIOP_Profile.cpp: * TAO/tao/Strategies/SHMIOP_Connector.cpp: * TAO/tao/Strategies/SHMIOP_Endpoint.cpp: * TAO/tao/Strategies/SHMIOP_Profile.cpp: * TAO/tao/Strategies/UIOP_Connector.cpp: * TAO/tao/Strategies/UIOP_Profile.cpp: * TAO/tao/String_Alloc.cpp: * TAO/tao/TAO_Server_Request.cpp: * TAO/tao/TAO_Server_Request.inl: * TAO/tao/Transport_Connector.cpp:
* | Merge pull request #1445 from jwillemsen/jwi-uuidtypoJohnny Willemsen2021-03-082-8/+8
|\ \ | | | | | | Fixed typo in enum
| * | Fixed typo in enumJohnny Willemsen2021-03-082-8/+8
|/ / | | | | | | | | * TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.inl:
* | Merge pull request #1442 from jwillemsen/jwi-simplifycpp11Johnny Willemsen2021-03-085-58/+27
|\ \ | |/ |/| Simplify these files using C++11
| * Simplify these files using C++11Johnny Willemsen2021-03-085-58/+27
|/ | | | | | | | * TAO/tao/CDR.inl: * TAO/tao/GIOP_Message_State.h: * TAO/tao/GIOP_Message_State.inl: * TAO/tao/GIOP_Message_Version.h: * TAO/tao/GIOP_Message_Version.inl:
* Merge pull request #1441 from jwillemsen/jwi-cpp11modernizeJohnny Willemsen2021-02-2526-122/+51
|\ | | | | Modernize using default/delete/override
| * Modernize using default/delete/overrideJohnny Willemsen2021-02-2526-122/+51
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/CORBALOC_Parser.cpp: * TAO/tao/CORBALOC_Parser.h: * TAO/tao/CORBALOC_Parser.inl: * TAO/tao/CORBANAME_Parser.cpp: * TAO/tao/CORBANAME_Parser.h: * TAO/tao/DLL_Parser.cpp: * TAO/tao/DLL_Parser.h: * TAO/tao/Default_Stub_Factory.cpp: * TAO/tao/Default_Stub_Factory.h: * TAO/tao/Dynamic_Adapter.h: * TAO/tao/Endpoint.cpp: * TAO/tao/Endpoint.h: * TAO/tao/Endpoint.inl: * TAO/tao/Endpoint_Selector_Factory.h: * TAO/tao/Environment.cpp: * TAO/tao/Environment.h: * TAO/tao/Exception.cpp: * TAO/tao/Exception.h: * TAO/tao/FILE_Parser.cpp: * TAO/tao/FILE_Parser.h: * TAO/tao/Fault_Tolerance_Service.h: * TAO/tao/Fault_Tolerance_Service.inl: * TAO/tao/Flushing_Strategy.h: * TAO/tao/HTTP_Parser.cpp: * TAO/tao/HTTP_Parser.h: * TAO/tao/IOR_Parser.h:
* Merge pull request #1440 from jwillemsen/jw-cleanupvc6Johnny Willemsen2021-02-25141-750/+529
|\ | | | | Cleanup for vc6, use nullptr, remove redundant void, layout changes
| * Use delete, cleanupJohnny Willemsen2021-02-2535-178/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/Acceptor_Registry.h: * TAO/tao/Adapter_Registry.h: * TAO/tao/AnyTypeCode/Fixed_TypeCode.cpp: * TAO/tao/AnyTypeCode/Objref_TypeCode.h: * TAO/tao/AnyTypeCode/Recursive_Type_TypeCode.h: * TAO/tao/AnyTypeCode/Sequence_TypeCode.cpp: * TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Struct_TypeCode_Static.h: * TAO/tao/AnyTypeCode/TypeCode.inl: * TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.h: * TAO/tao/CORBANAME_Parser.h: * TAO/tao/Cleanup_Func_Registry.h: * TAO/tao/Compression/Compressor_Factory.h: * TAO/tao/Compression/zlib/ZlibCompressor_Factory.h: * TAO/tao/Condition.cpp: * TAO/tao/Condition.h: * TAO/tao/Connect_Strategy.cpp: * TAO/tao/Connect_Strategy.h: * TAO/tao/Connection_Handler.h: * TAO/tao/Connector_Registry.h: * TAO/tao/Connector_Registry.inl: * TAO/tao/DynamicInterface/DII_Reply_Handler.h: * TAO/tao/DynamicInterface/Request.h: * TAO/tao/IIOP_Connector.cpp: * TAO/tao/LocalObject.h: * TAO/tao/Messaging/AMH_Response_Handler.h: * TAO/tao/Object.h: * TAO/tao/ObjectKey_Table.h: * TAO/tao/RTScheduling/Distributable_Thread.cpp: * TAO/tao/RTScheduling/Distributable_Thread.h: * TAO/tao/Transport.h: * TAO/tao/TransportCurrent/Current_ORBInitializer_Base.h: * TAO/tao/Transport_Selection_Guard.h: * TAO/tao/XtResource/XtResource_Factory.cpp: * TAO/tao/default_resource.h:
| * Use nullptr and cleanupJohnny Willemsen2021-02-2534-136/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/AnyTypeCode/NVList.inl: * TAO/tao/AnyTypeCode/TypeCode.inl: * TAO/tao/CORBA_methods.h: * TAO/tao/DynamicInterface/AMH_DSI_Response_Handler.cpp: * TAO/tao/DynamicInterface/AMH_DSI_Response_Handler.h: * TAO/tao/DynamicInterface/Context.cpp: * TAO/tao/DynamicInterface/Context.h: * TAO/tao/DynamicInterface/Context.inl: * TAO/tao/DynamicInterface/DII_Reply_Handler.cpp: * TAO/tao/DynamicInterface/DII_Reply_Handler.h: * TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.cpp: * TAO/tao/DynamicInterface/ExceptionList.cpp: * TAO/tao/DynamicInterface/ExceptionList.h: * TAO/tao/DynamicInterface/ExceptionList.inl: * TAO/tao/DynamicInterface/Request.cpp: * TAO/tao/DynamicInterface/Request.h: * TAO/tao/DynamicInterface/Request.inl: * TAO/tao/DynamicInterface/Server_Request.cpp: * TAO/tao/DynamicInterface/Server_Request.h: * TAO/tao/DynamicInterface/Server_Request.inl: * TAO/tao/Environment.inl: * TAO/tao/IORTable/IOR_Table_Impl.h: * TAO/tao/IORTable/Locate_ResponseHandler.cpp: * TAO/tao/IORTable/Locate_ResponseHandler.h: * TAO/tao/LocalObject.inl: * TAO/tao/ORB.inl: * TAO/tao/Object.inl: * TAO/tao/PI/ORBInitInfo.h: * TAO/tao/Principal.h: * TAO/tao/Principal.inl: * TAO/tao/RTCORBA/Priority_Mapping_Manager.h: * TAO/tao/RTCORBA/RT_ProtocolPropertiesC.h: * TAO/tao/RTScheduling/RTScheduler_Manager.h: * TAO/tao/Valuetype/AbstractBase.inl:
| * 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:
* | Merge pull request #1438 from jwillemsen/jwi-ACE_HAS_TANDEM_SIGNALSJohnny Willemsen2021-02-247-45/+13
|\ \ | |/ | | Removed checks for ACE_HAS_TANDEM_SIGNALS and ACE_TANDEM_T1248_PTHREADS
| * 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: