summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup old Embarcadero compiler checksJohnny Willemsen2021-08-162-17/+1
| | | | | | | | | | * ACE/ace/Compression/rle/RLECompressor.cpp: * ACE/ace/post.h: * ACE/ace/pre.h: * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h: * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp: * TAO/tests/Bug_3574_Regression/test.cpp:
* Removed old workarounds for bcc32Johnny Willemsen2021-07-192-6/+2
| | | | | | | | | * ACE/ace/Refcounted_Auto_Ptr.h: * ACE/ace/XML_Utils/XercesString.h: * TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.cpp: * TAO/orbsvcs/orbsvcs/AV/RTCP_Packet.cpp: * TAO/utils/nslist/nslist.cpp: * TAO/utils/wxNamingViewer/wxNamingViewer.cpp:
* Cleanup Embarcadero C++ Builder supportJohnny Willemsen2021-07-163-22/+4
| | | | | | | | | | | | | * ACE/ace/Compression/rle/RLECompressor.cpp: * ACE/ace/config-win32-borland.h: * ACE/ace/post.h: * ACE/ace/pre.h: * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp: * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h: * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp: * TAO/tests/Bug_3574_Regression/test.cpp: * TAO/tests/RTCORBA/README:
* Fixed fallthrough warningsJohnny Willemsen2021-07-012-0/+2
| | | | | * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
* Removed workarounds for very old broken HP compilersJohnny Willemsen2021-06-211-5/+0
| | | | | | | | | | | | * ACE/ACEXML/common/ZipCharStream.cpp: * ACE/ace/OS_NS_signal.h: * ACE/ace/OS_NS_stdio.cpp: * ACE/ace/OS_TLI.h: * ACE/ace/SStringfwd.h: * ACE/ace/Stack_Trace.cpp: * ACE/tests/Bug_3709_Regression_Test.cpp: * ACE/tests/Compiler_Features_12_Test.cpp: * TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.cpp:
* Fixed double deletes during AV shutdownJohnny Willemsen2021-06-102-5/+11
| | | | | * TAO/orbsvcs/orbsvcs/AV/UDP.cpp: * TAO/orbsvcs/orbsvcs/AV/UDP.h:
* Don't use close, it modifies the unbounded set which causes a crash when we ↵Johnny Willemsen2021-06-091-1/+1
| | | | | | iterate on it, delete the contents directly * TAO/orbsvcs/orbsvcs/AV/Transport.cpp:
* Make use of std::nothrow/std::nothrow_t/std::badalloc, ACE macros for these ↵Johnny Willemsen2021-06-064-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | are kept for backward compatiblity * ACE/ace/CORBA_macros.h: * ACE/ace/OS_Memory.h: * ACE/ace/Svc_Handler.cpp: * ACE/ace/Svc_Handler.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/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp: * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp: * TAO/tao/Var_Size_Argument_T.cpp: * TAO/tests/POA/DSI/Database_i.cpp: * TAO/tests/POA/DSI/Database_i.h:
* All compilers we support provide ACE_HAS_NEW_NOTHROWJohnny Willemsen2021-06-064-36/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/CORBA_macros.h: * ACE/ace/OS_Memory.h: * ACE/ace/README: * ACE/ace/Svc_Handler.cpp: * ACE/ace/Svc_Handler.h: * ACE/ace/config-all.h: * ACE/ace/config-g++-common.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-lynxos.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-msvc-14.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/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp: * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp: * TAO/tao/Var_Size_Argument_T.cpp: * TAO/tests/POA/DSI/Database_i.cpp: * TAO/tests/POA/DSI/Database_i.h:
* Merge pull request #1488 from jwillemsen/jwi-avnullwarningJohnny Willemsen2021-04-2919-95/+39
|\ | | | | Corrected null check, only when it is non null
| * Various layout changesJohnny Willemsen2021-04-2918-89/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/AV/AVStreams_i.h: * TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.h: * TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.h: * TAO/orbsvcs/orbsvcs/AV/Fill_ACE_QoS.h: * TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h: * TAO/orbsvcs/orbsvcs/AV/Flows_T.h: * TAO/orbsvcs/orbsvcs/AV/MCast.h: * TAO/orbsvcs/orbsvcs/AV/Policy.h: * TAO/orbsvcs/orbsvcs/AV/RTCP.h: * TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.h: * TAO/orbsvcs/orbsvcs/AV/RTP.h: * TAO/orbsvcs/orbsvcs/AV/TCP.h: * TAO/orbsvcs/orbsvcs/AV/Transport.h: * TAO/orbsvcs/orbsvcs/AV/UDP.cpp: * TAO/orbsvcs/orbsvcs/AV/UDP.h: * TAO/orbsvcs/orbsvcs/AV/default_resource.h: * TAO/orbsvcs/orbsvcs/AV/media_timer.h: * TAO/orbsvcs/orbsvcs/AV/sfp.h:
| * Corrected null check, only when it is non nullJohnny Willemsen2021-04-291-6/+6
| | | | | | | | * TAO/orbsvcs/orbsvcs/AV/Transport.cpp:
* | Removed not used auto_ptr member, use delete instead of ↵Johnny Willemsen2021-04-2913-104/+53
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACE_UNIMPLEMENTED_FUNC, layout changes, fixed typos in comments * ACE/examples/ASX/UPIPE_Event_Server/Peer_Router.h: * ACE/netsvcs/lib/Log_Message_Receiver.h: * ACE/performance-tests/TCP/tcp_test.cpp: * TAO/orbsvcs/Trading_Service/README: * TAO/orbsvcs/Trading_Service/Trading_Server.cpp: * TAO/orbsvcs/Trading_Service/Trading_Service.cpp: * TAO/orbsvcs/Trading_Service/Trading_Service.h: * TAO/orbsvcs/orbsvcs/AV/AVStreams_i.h: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.cpp: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.h: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Nodes.h: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Visitors.h: * TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h: * TAO/orbsvcs/orbsvcs/Trader/Trader.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_Constraint_Visitors.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_T.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h: * TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.cpp: * TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h: * TAO/orbsvcs/tests/Trading/Simple_Dynamic.h: * TAO/tao/RTCORBA/Network_Priority_Mapping_Manager.h: * TAO/tao/RTCORBA/Priority_Mapping_Manager.h: * TAO/tao/RTScheduling/RTScheduler_Manager.h:
* Fixed warningJohnny Willemsen2021-03-271-2/+2
|
* Merge pull request #1460 from jwillemsen/jwi-interrorJohnny Willemsen2021-03-241-7/+7
|\ | | | | Use bool instead of int for error variable
| * Remove redundant voidJohnny Willemsen2021-03-231-7/+7
| | | | | | | | * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
* | Layout/void cleanupJohnny Willemsen2021-03-199-22/+15
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/Naming/Entries.h: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Group_Factory.cpp: * TAO/orbsvcs/orbsvcs/Naming/Naming_Loader.h: * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.h: * TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.h: * TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.h: * TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.h: * TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.h: * TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.h:
* | Small doxygen changes and use default for copy/assignment operatorJohnny Willemsen2021-03-192-41/+11
|/ | | | | * TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.cpp: * TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h:
* Merge pull request #1458 from jwillemsen/jwi-cleanupJohnny Willemsen2021-03-172-9/+3
|\ | | | | Minor cleanup
| * CleanupJohnny Willemsen2021-03-171-6/+0
| |
| * Minor cleanupJohnny Willemsen2021-03-171-3/+3
| |
* | Merge pull request #1457 from jwillemsen/jwi-redundantvoidJohnny Willemsen2021-03-17141-444/+444
|\ \ | | | | | | Removed redundant void
| * | Removed redundant voidJohnny Willemsen2021-03-17141-444/+444
| |/
* | bool changesJohnny Willemsen2021-03-172-2/+2
|/
* Layout changes and make use of = deleteJohnny Willemsen2021-03-115-34/+17
| | | | | | | | | | | | | | | | * 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-111-19/+13
| | | | | * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.h: * TAO/tao/Profile_Transport_Resolver.h:
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-0925-28/+26
|
* Merge pull request #1444 from jwillemsen/jwi-stdstringJohnny Willemsen2021-03-082-12/+8
|\ | | | | Use std string operation instead of ACE_OS
| * Layout changesJohnny Willemsen2021-03-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-081-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | * 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:
* | Fixed typo in enumJohnny Willemsen2021-03-082-8/+8
|/ | | | | * TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.inl:
* Use micro version instead of beta versionJohnny Willemsen2021-01-2333-66/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-051-2/+2
| | | | | | * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp: * TAO/tao/Storable_File_Guard.cpp: * TAO/tao/Storable_File_Guard.h:
* Instead of checking for the linux define use ACE_LINUX, the first doesn't ↵Johnny Willemsen2020-12-302-6/+4
| | | | | | | | | | | | 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:
* 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-301-14/+12
| | | | * TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp:
* Merge branch 'master' into diop-portspanJohnny Willemsen2020-12-29581-3078/+3009
|\
| * Change allow_command_ to be a boolJohnny Willemsen2020-12-172-8/+7
| | | | | | | | | | * TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.h: * TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils_T.inl:
| * Use bool literalsJohnny Willemsen2020-12-178-13/+13
| | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp: * TAO/orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Dispatching_Task.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Null_Scheduling.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Timeout_Generator.cpp:
| * Use nullptrJohnny Willemsen2020-12-1740-212/+212
| |
| * Remove redundant voidJohnny Willemsen2020-12-1791-436/+436
| |
| * Merge branch 'master' into jwi-autoptr2Johnny Willemsen2020-12-173-4/+4
| |\
| | * Remove redundant voidJohnny Willemsen2020-12-143-4/+4
| | |
| * | Fixed compile errorsJohnny Willemsen2020-12-173-5/+2
| |/ | | | | | | | | | | * TAO/orbsvcs/orbsvcs/Event/ECG_Address_Server_Base.h: * TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.cpp:
| * Removed checks for ACE_HAS_CPP11 and use std::atomic in more places in the ↵Johnny Willemsen2020-12-091-8/+0
| | | | | | | | TAO core
| * Merge branch 'master' into jwi-autoptrJohnny Willemsen2020-12-086-22/+22
| |\
| | * Merge pull request #1336 from jwillemsen/jwi-deletedJohnny Willemsen2020-12-086-24/+24
| | |\ | | | | | | | | Instead of declaring private copy/assignment list them as deleted and…
| | | * Instead of declaring private copy/assignment list them as deleted and added ↵Johnny Willemsen2020-12-086-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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:
| * | | Merge branch 'master' into jwi-autoptrJohnny Willemsen2020-12-08450-2258/+2258
| |\ \ \ | | |/ /
| | * | Removed redundant voidJohnny Willemsen2020-12-08450-2258/+2258
| | |/