summaryrefslogtreecommitdiff
path: root/TAO
Commit message (Collapse)AuthorAgeFilesLines
* ACE+TAO-7_0_1ACE+TAO-7_0_1Johnny Willemsen2021-03-154-6/+461
|
* 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-1129-1276/+2552
|
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-09299-1107/+649
|
* Merge pull request #1444 from jwillemsen/jwi-stdstringJohnny Willemsen2021-03-0888-264/+250
|\ | | | | Use std string operation instead of ACE_OS
| * Update DIOP_Endpoint.cppJohnny Willemsen2021-03-081-0/+1
| |
| * 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-0810-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* | Fixed typo in enumJohnny Willemsen2021-03-082-8/+8
| | | | | | | | | | * TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.inl:
* | 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:
* 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:
* 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-2579-430/+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:
* Removed empty linesJohnny Willemsen2021-02-031-7/+0
| | | | * TAO/tao/Synch_Invocation.h:
* Make ACE 7.0.0 and TAO 3.0.0 public availableJohnny Willemsen2021-01-251-0/+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:
* ACE+TAO-7_0_0ACE+TAO-7_0_0Latest_ACE7TAO3_MajorJohnny Willemsen2021-01-254-9/+1823
|
* 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
| | |
* | | Use micro version instead of beta versionJohnny Willemsen2021-01-2366-132/+132
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* | Initialize pointersJohnny Willemsen2021-01-063-3/+3
| | | | | | | | | | | | | | * ACE/ace/Timer_List_T.h: * TAO/orbsvcs/tests/HTIOP/AMI/Test_Output.cpp: * TAO/orbsvcs/tests/HTIOP/BiDirectional/Test_Output.cpp: * TAO/orbsvcs/tests/HTIOP/Hello/Test_Output.cpp:
* | Merge pull request #1383 from jwillemsen/jwi-ACE_LACKS_PLACEMENT_OPERATOR_DELETEJohnny Willemsen2021-01-052-4/+0
|\ \ | | | | | | Removed check for ACE_LACKS_PLACEMENT_OPERATOR_DELETE, supported by a…
| * | Removed check for ACE_LACKS_PLACEMENT_OPERATOR_DELETE, supported by all ↵Johnny Willemsen2021-01-052-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compilers supporting C++11 * ACE/ace/Svc_Handler.cpp: * ACE/ace/Svc_Handler.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-sunos5.5.h: * ACE/examples/DLL/Newsweek.cpp: * ACE/examples/DLL/Newsweek.h: * ACE/examples/DLL/Today.cpp: * ACE/examples/DLL/Today.h: * ACE/examples/Shared_Malloc/test_persistence.cpp: * ACE/tests/DLL_Test_Impl.cpp: * ACE/tests/DLL_Test_Impl.h: * ACE/tests/Dynamic_Test.cpp: * TAO/tests/POA/DSI/Database_i.cpp: * TAO/tests/POA/DSI/Database_i.h:
* | | Merge pull request #1381 from jwillemsen/jwi-noexceptJohnny Willemsen2021-01-053-4/+4
|\ \ \ | | | | | | | | Use noexcept(false) directly in the code
| * | | Use noexcept(false) directly in the codeJohnny Willemsen2021-01-053-4/+4
| |/ / | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp: * TAO/tao/Storable_File_Guard.cpp: * TAO/tao/Storable_File_Guard.h:
* | | Merge pull request #1372 from jwillemsen/jwi-alphaJohnny Willemsen2021-01-051-1/+0
|\ \ \ | | | | | | | | Remove support for the Alpha CPU
| * | | Remove support for the Alpha CPUJohnny Willemsen2021-01-051-1/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ACE-INSTALL.html: * ACE/NEWS: * ACE/ace/Basic_Types.h: * ACE/ace/High_Res_Timer.cpp: * ACE/ace/OS_NS_time.inl: * ACE/ace/README: * ACE/ace/config-linux-common.h: * ACE/tests/Auto_Event_Test.cpp: * ACE/tests/Semaphore_Test.cpp: * TAO/tests/Time_Policy/main.cpp:
* | | Merge pull request #1375 from jwillemsen/jwi-DEC_CXXJohnny Willemsen2021-01-052-3/+3
|\ \ \ | | | | | | | | Removed checks for DEC_CXX
| * | | Removed checks for DEC_CXXJohnny Willemsen2021-01-052-3/+3
| |/ / | | | | | | | | | | | | * TAO/tests/Crashed_Callback/Crashed_Callback.cpp: * TAO/tests/Faults/test_i.cpp:
* | | Merge pull request #1368 from ↵Johnny Willemsen2021-01-052-15/+3
|\ \ \ | |/ / |/| | | | | | | | jwillemsen/jwi-ACE_HAS_HEADER_ALLOCATED_CLASS_STATIC_CONST_INT_STOREAGE Remove ACE_HAS_HEADER_ALLOCATED_CLASS_STATIC_CONST_INT_STOREAGE, not …
| * | Remove ACE_HAS_HEADER_ALLOCATED_CLASS_STATIC_CONST_INT_STOREAGE, not needed ↵Johnny Willemsen2021-01-052-15/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | anymore * ACE/ace/README: * ACE/ace/config-win32-msvc-14.h: * TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp: * TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp:
* | | Instead of checking for the linux define use ACE_LINUX, the first doesn't ↵Johnny Willemsen2020-12-307-16/+12
|/ / | | | | | | | | | | | | | | | | | | | | | | seem to be set on RHEL75 * TAO/DevGuideExamples/RTCORBA/README: * TAO/DevGuideExamples/RTCORBA/common.cpp: * TAO/orbsvcs/LoadBalancer/LoadManager.cpp: * TAO/orbsvcs/LoadBalancer/LoadMonitor.cpp: * TAO/orbsvcs/orbsvcs/LoadBalancing/LB_CPU_Load_Average_Monitor.cpp: * TAO/orbsvcs/orbsvcs/LoadBalancing/LB_CPU_Utilization_Monitor.cpp: * TAO/tests/Time_Policy/main.cpp:
* | Merge pull request #1364 from jwillemsen/jwi-compilewarningsJohnny Willemsen2020-12-3018-73/+58
|\ \ | | | | | | Fix warnings in some tests
| * | Make use of std::unique_ptrJohnny Willemsen2020-12-301-5/+2
| | | | | | | | | | | | * TAO/orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
| * | Make use of std::unique_ptrJohnny Willemsen2020-12-308-21/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Group_Manager.cpp: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Group_Manager.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_ProxyConsumer.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_SupplierAdmin.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_Loader.cpp: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_Loader.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/GroupInfoPublisher.cpp: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/GroupInfoPublisher.h:
| * | Make use of std::unique_ptrJohnny Willemsen2020-12-303-8/+3
| | | | | | | | | | | | | | | | | | * TAO/orbsvcs/tests/Event/Mcast/Common/EC_Wrapper.cpp: * TAO/orbsvcs/tests/Event/Mcast/Common/EC_Wrapper.h: * TAO/orbsvcs/tests/Event/Mcast/Common/Gateway_EC.h:
| * | Make use of std atomic and unique_ptrJohnny Willemsen2020-12-303-17/+16
| | | | | | | | | | | | | | | | | | * TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.cpp: * TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h: * TAO/orbsvcs/tests/EC_Multiple/README:
| * | Make use of std::unique_ptrJohnny Willemsen2020-12-301-14/+12
| | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp:
| * | Use std::unique_ptrJohnny Willemsen2020-12-301-5/+6
| | | | | | | | | | | | * TAO/tests/Bug_3531b_Regression/server.cpp:
| * | Fixed variable not used warningJohnny Willemsen2020-12-301-3/+6
| | | | | | | | | | | | * TAO/tests/Portable_Interceptors/Dynamic/server_interceptor.cpp:
* | | Don't print the exception, causes the scoreboard scripts to flag this test ↵Johnny Willemsen2020-12-301-2/+2
|/ / | | | | | | | | | | as error, the exception is expected * TAO/tests/ORB_portspan/server.cpp: