summaryrefslogtreecommitdiff
path: root/TAO/tao
Commit message (Collapse)AuthorAgeFilesLines
* Make use of std::unique_ptrJohnny Willemsen2018-05-151-6/+7
| | | | * TAO/tao/PortableServer/Object_Adapter.cpp:
* Layout changesJohnny Willemsen2018-05-152-3/+3
| | | | | * TAO/tao/IORManipulation/IORManipulation.cpp: * TAO/tao/Valuetype/ValueBase.inl:
* Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-151-0/+5
| | | | * TAO/tao/IORManipulation/IORManipulation.cpp:
* Use std::unique_ptr when usign C++11Johnny Willemsen2018-05-154-0/+20
| | | | | | | * TAO/tao/Dynamic_TP/DTP_Thread_Pool.cpp: * TAO/tao/PortableServer/Object_Adapter.cpp: * TAO/tao/PortableServer/Root_POA.cpp: * TAO/tao/PortableServer/ServantRetentionStrategyRetain.h:
* Use std::unique_ptr with C++11Johnny Willemsen2018-05-155-1/+24
| | | | | | | | * TAO/tao/AnyTypeCode/Any_Basic_Impl.cpp: * TAO/tao/AnyTypeCode/Any_Basic_Impl_T.cpp: * TAO/tao/AnyTypeCode/Any_SystemException.cpp: * TAO/tao/AnyTypeCode/NVList.cpp: * TAO/tao/IORManipulation/IORManipulation.cpp:
* Fixed typo in error messageJohnny Willemsen2018-05-152-5/+5
| | | | | * TAO/tao/PortableServer/Active_Object_Map.cpp: * TAO/tao/PortableServer/Object_Adapter.cpp:
* Further changes for using std::unique_ptrJohnny Willemsen2018-05-151-4/+35
| | | | * TAO/tao/PortableServer/Active_Object_Map.cpp:
* No need to initialise auto_ptr/unique_ptr to 0 in the constructorJohnny Willemsen2018-05-151-7/+1
| | | | * TAO/tao/PortableServer/Active_Object_Map.cpp:
* Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-152-2/+9
| | | | | * TAO/tao/AnyTypeCode/Any_Dual_Impl_T.cpp: * TAO/tao/AnyTypeCode/Any_Special_Impl_T.cpp:
* Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-151-0/+24
| | | | * TAO/tao/PortableServer/Active_Object_Map.h:
* Use std::unique_ptr when using C++11Johnny Willemsen2018-05-159-10/+10
| | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp: * TAO/tao/AnyTypeCode/Any_Dual_Impl_T.cpp: * TAO/tao/AnyTypeCode/Any_Impl_T.cpp: * TAO/tao/Connector_Registry.cpp: * TAO/tao/DynamicInterface/AMH_DSI_Response_Handler.cpp: * TAO/tao/Load_Protocol_Factory_T.h: * TAO/tao/ORB_Core.cpp: * TAO/tao/RTCORBA/Thread_Pool.cpp: * TAO/tao/Stub.cpp: * TAO/tao/Synch_Invocation.cpp:
* Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-152-7/+14
| | | | | * TAO/tao/DynamicInterface/AMH_DSI_Response_Handler.cpp: * TAO/tao/Load_Protocol_Factory_T.h:
* Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-151-0/+4
| | | | * TAO/tao/RTCORBA/Thread_Pool.cpp:
* Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-151-0/+4
| | | | * TAO/tao/AnyTypeCode/Any_Dual_Impl_T.cpp:
* When we have C++11 make use of std::unique_ptrJohnny Willemsen2018-05-155-7/+27
| | | | | | | | * TAO/tao/AnyTypeCode/Any_Impl_T.cpp: * TAO/tao/Connector_Registry.cpp: * TAO/tao/ORB_Core.cpp: * TAO/tao/Stub.cpp: * TAO/tao/Synch_Invocation.cpp:
* ACE+TAO-6_4_8ACE+TAO-6_4_8Johnny Willemsen2018-05-141-4/+4
|
* Catch exception by referenceJohnny Willemsen2018-05-021-1/+1
| | | | * TAO/tao/Storable_File_Guard.cpp:
* Invocation_Retry_Params.h: add required #includeAdam Mitz2018-04-171-0/+2
|
* gerge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2018-04-1311-29/+14
|\
| * Don't use auto_ptr for the fragmentation strategy, that was the only one ↵Johnny Willemsen2018-04-1211-29/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that used this in the ORB interface. With C++17 auto_ptr has been removed completely * TAO/tao/AnyTypeCode/Any_Array_Impl_T.cpp: * TAO/tao/CodecFactory/CDR_Encaps_Codec.cpp: * TAO/tao/GIOP_Fragmentation_Strategy.cpp: * TAO/tao/GIOP_Message_Base.cpp: * TAO/tao/GIOP_Message_Base.h: * TAO/tao/IIOP_Acceptor.cpp: * TAO/tao/ORB_Core.cpp: * TAO/tao/ORB_Core.h: * TAO/tao/Resource_Factory.h: * TAO/tao/default_resource.cpp: * TAO/tao/default_resource.h:
* | Documentation changes, fixed some typosJohnny Willemsen2018-04-135-9/+9
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/docs/ec_options.html: * TAO/docs/pluggable_protocols/index.html: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerControl.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_MT_Dispatching.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullSupplier.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierControl.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedSupplierAdmin.h: * TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_Collection.h: * TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.h: * TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h: * TAO/orbsvcs/orbsvcs/Notify/Validate_Client_Task.h: * TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Acceptor.cpp: * TAO/orbsvcs/orbsvcs/Sched/Config_Scheduler.cpp: * TAO/tao/IORInterceptor/IORInfo.h: * TAO/tao/ORB_Core.h: * TAO/tao/Service_Context.cpp: * TAO/tao/Stub.cpp: * TAO/tao/Tagged_Components.cpp:
* Combine two logging lines into oneJohnny Willemsen2018-04-101-3/+2
| | | | * TAO/tao/Object.cpp:
* Add some more error logic for the cases the create_profile failsJohnny Willemsen2018-04-091-6/+31
| | | | * TAO/tao/Connector_Registry.cpp:
* ACE+TAO-6_4_7ACE+TAO-6_4_7Johnny Willemsen2018-03-161-4/+4
|
* Bug 1220 fix applied to SHMIOP (fixed for IIOP long ago).Adam Mitz2018-03-063-24/+20
| | | | Also added a SHMIOP test, IPv6 compatibility, and fixed wrong indent in Synch_Invocation.cpp.
* fixed issue #554 ACE_Singleton use after ACE::fini, ACE::initAdam Mitz2017-12-211-3/+15
|
* ACE+TAO-6_4_6ACE+TAO-6_4_6Johnny Willemsen2017-12-081-4/+4
|
* Put back protected copy/assignmentJohnny Willemsen2017-12-012-8/+24
| | | | | * TAO/tao/PortableServer/Servant_Base.cpp: * TAO/tao/PortableServer/Servant_Base.h:
* Documentation updateJohnny Willemsen2017-12-011-1/+1
| | | | * TAO/tao/PortableServer/Servant_Base.h:
* Make copy/assignment operators private and don't implement them, they are ↵Johnny Willemsen2017-12-012-23/+10
| | | | | | | not used. Extended constructor so that operation table pointer can be passed directly with the constructor * TAO/tao/PortableServer/Servant_Base.cpp: * TAO/tao/PortableServer/Servant_Base.h:
* Const fix to resolve C++ core guideline warningJohnny Willemsen2017-11-061-2/+2
| | | | * TAO/tao/Unbounded_Octet_Sequence_T.h:
* Documentation typo fixesJohnny Willemsen2017-11-033-3/+3
| | | | | | * TAO/tao/PortableServer/Operation_Table_Binary_Search.h: * TAO/tao/PortableServer/Operation_Table_Perfect_Hash.cpp: * TAO/tao/PortableServer/Operation_Table_Perfect_Hash.h:
* ACE+TAO-6_4_5ACE+TAO-6_4_5Johnny Willemsen2017-09-071-4/+4
|
* Removed left over Id tagsJohnny Willemsen2017-08-312-12/+6
|
* Fix gcc7 warnings and remove commented out throwsJohnny Willemsen2017-08-301-2/+2
| | | | | | | | * ACE/ace/OS_NS_Thread.h: * TAO/examples/Quoter/Factory_Finder.cpp: * TAO/examples/Quoter/client.cpp: * TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp: * TAO/tao/PortableServer/Servant_var.h:
* Fix gcc7 warningJohnny Willemsen2017-08-291-0/+1
| | | | | * ACE/tests/Based_Pointer_Test_Lib.cpp: * TAO/tao/DynamicAny/DynAny_i.cpp:
* ACE+TAO-6_4_4ACE+TAO-6_4_4Johnny Willemsen2017-08-141-4/+4
|
* Generate stub export macro directly instead of TAO_EXPORT_MACRO, simplifies ↵Johnny Willemsen2017-08-0922-114/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the code we generate * TAO/TAO_IDL/be/be_codegen.cpp: * TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp: * TAO/tao/AnyTypeCode/AnyTypeCode_methods.h: * TAO/tao/AnyTypeCode/TypeCode.h: * TAO/tao/AnyTypeCode/WrongTransactionA.h: * TAO/tao/CORBA_methods.h: * TAO/tao/DynamicInterface/Context.h: * TAO/tao/DynamicInterface/DII_CORBA_methods.h: * TAO/tao/DynamicInterface/ExceptionList.h: * TAO/tao/DynamicInterface/Request.h: * TAO/tao/DynamicInterface/Server_Request.h: * TAO/tao/DynamicInterface/Unknown_User_Exception.h: * TAO/tao/Object_KeyC.h: * TAO/tao/PI/PolicyFactoryC.h: * TAO/tao/PI_Server/ServerRequestInterceptorC.h: * TAO/tao/PortableServer/PS_ForwardC.h: * TAO/tao/PortableServer/PortableServer_Functions.h: * TAO/tao/PortableServer/PortableServer_WFunctions.h: * TAO/tao/RTCORBA/RT_ProtocolPropertiesC.h: * TAO/tao/Typecode_typesC.h: * TAO/tao/Valuetype/AbstractBase.h: * TAO/tao/Valuetype/ValueBase.h: * TAO/tao/Valuetype/Value_CORBA_methods.h: * TAO/tao/WrongTransactionC.h:
* Use new TAO_OBV_GIOP_FLAGS_INLINE_FUNCTION so that we can remove ↵Johnny Willemsen2017-08-092-17/+17
| | | | | | | TAO_NAMESPACE_INLINE_FUNCTION * TAO/tao/Valuetype/ValueBase.h: * TAO/tao/orbconf.h:
* Cleanup TAO_EXPORT_NESTED_CLASSES and simplified the portableserver files. ↵Johnny Willemsen2017-08-084-42/+6
| | | | | | | | | | At the moment we are using inlining we also use inlining at the TAO level with all compilers, not only with msvc * TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.h: * TAO/tao/DynamicInterface/Unknown_User_Exception.h: * TAO/tao/PortableServer/PortableServer_Functions.h: * TAO/tao/PortableServer/PortableServer_WFunctions.h: * TAO/tao/orbconf.h:
* Merge branch 'master' into jwi-transportselectionguardJohnny Willemsen2017-07-221-18/+0
|\
| * Some more cleanupJohnny Willemsen2017-07-201-9/+0
| | | | | | | | * TAO/tao/orbconf.h:
| * Use ACE_WIN32 and bcc32c doesn't set __WIN32__ but uses _WIN32Johnny Willemsen2017-07-201-9/+0
| | | | | | | | | | | | | | | | | | | | * ACE/ASNMP/asnmp/octet.cpp: * ACE/ASNMP/tests/Counter64_Test.cpp: * ACE/ace/Configuration_Import_Export.cpp: * ACE/ace/config-win32-borland.h: * ACE/examples/Mem_Map/IO-tests/IO_Test.cpp: * ACE/examples/Mem_Map/IO-tests/test_io.cpp: * TAO/tao/orbconf.h:
* | Added missing exportsJohnny Willemsen2017-07-221-4/+4
| | | | | | | | * TAO/tao/Transport_Selection_Guard.h:
* | Add missing exportsJohnny Willemsen2017-07-211-0/+16
| | | | | | | | * TAO/tao/Transport_Selection_Guard.h:
* | Fix unresolved externals with Embarcadero C++ 10.2Johnny Willemsen2017-07-212-30/+35
|/ | | | | * TAO/tao/Transport_Selection_Guard.cpp: * TAO/tao/Transport_Selection_Guard.h:
* ACE+TAO-6_4_3ACE+TAO-6_4_3Johnny Willemsen2017-04-201-4/+4
|
* ACE+TAO-6_4_2ACE+TAO-6_4_2Johnny Willemsen2017-01-171-4/+4
|
* Introduce ACE_NOEXCEPT_FALSE and use that in some places to silence C++11 ↵Johnny Willemsen2017-01-162-2/+2
| | | | | | | | | compiler warnings * ACE/ace/Global_Macros.h: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp: * TAO/tao/Storable_File_Guard.cpp: * TAO/tao/Storable_File_Guard.h:
* Fixed compile errorJohnny Willemsen2017-01-111-1/+1
| | | | * TAO/tao/Strategies/SCIOP_Connector.cpp: