summaryrefslogtreecommitdiff
path: root/TAO
Commit message (Collapse)AuthorAgeFilesLines
* ACE+TAO-6_5_0Latest_MinorACE+TAO-6_5_0Latest_MinorJohnny Willemsen2018-06-124-8/+311
|
* Merge pull request #637 from jwillemsen/masterJohnny Willemsen2018-06-075-11/+1
|\ | | | | Fixed typo and removed some empty lines
| * Removed empty linesJohnny Willemsen2018-06-074-9/+0
| | | | | | | | | | | | | | * TAO/tests/Portable_Interceptors/AdvSlot/client.cpp: * TAO/tests/Portable_Interceptors/AdvSlot/server.cpp: * TAO/tests/Portable_Interceptors/Service_Context_Manipulation/server_interceptor.cpp: * TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test_i.h:
| * Fixed typo in commentJohnny Willemsen2018-06-071-2/+1
| | | | | | | | * TAO/tao/PI/ClientRequestInfo.cpp:
* | Fixed compile errorsJohnny Willemsen2018-06-022-2/+2
| | | | | | | | | | * TAO/examples/PluggableUDP/tests/Performance/server.cpp: * TAO/orbsvcs/tests/Bug_1393_Regression/client.cpp:
* | Add unit test for issue #570Johnny Willemsen2018-06-012-0/+15
| | | | | | | | | | | | | | * TAO/tests/Bug_3845_Regression/issue570.idl: Added. * TAO/tests/Bug_3845_Regression/run_test.pl:
* | Fix issue #570, crash of TAO_IDL on invalid IDLJohnny Willemsen2018-06-011-1/+7
|/ | | | * TAO/TAO_IDL/util/utl_scope.cpp:
* Fixed CodeFactor issuesJohnny Willemsen2018-06-012-2/+2
|
* Layout changesJohnny Willemsen2018-06-0141-146/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/DevGuideExamples/PortableInterceptors/Auth/Messenger_i.cpp: * TAO/DevGuideExamples/PortableInterceptors/IOR/ClientInitializer.cpp: * TAO/DevGuideExamples/PortableInterceptors/SimpleCodec/ClientInitializer.cpp: * TAO/TAO_IDL/ast/ast_interface.cpp: * TAO/TAO_IDL/ast/ast_union.cpp: * TAO/TAO_IDL/be/be_global.cpp: * TAO/examples/Advanced/ch_18/client.cpp: * TAO/examples/Advanced/ch_18/server.h: * TAO/examples/Kokyu_dsrt_schedulers/EDF_Scheduler.cpp: * TAO/examples/Kokyu_dsrt_schedulers/EDF_Scheduler.h: * TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduler.cpp: * TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduler.cpp: * TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduler.h: * TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduler.cpp: * TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduler.h: * TAO/examples/Kokyu_dsrt_schedulers/fp_example/client.cpp: * TAO/examples/Kokyu_dsrt_schedulers/mif_example/client.cpp: * TAO/examples/Kokyu_dsrt_schedulers/muf_example/client.cpp: * TAO/examples/PluggableUDP/tests/Performance/client.cpp: * TAO/examples/PluggableUDP/tests/Performance/server.cpp: * TAO/orbsvcs/DevGuideExamples/NotifyService/EventSequence/Messenger_i.cpp: * TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp: * TAO/orbsvcs/IFR_Service/be_global.cpp: * TAO/orbsvcs/IFR_Service/be_produce.cpp: * TAO/orbsvcs/IFR_Service/ifr_adding_visitor.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Activator.cpp: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.cpp: * TAO/orbsvcs/examples/CosEC/TypedSimple/Country_i.cpp: * TAO/orbsvcs/examples/Notify/Lanes/Supplier.cpp: * TAO/orbsvcs/examples/Notify/ThreadPool/Supplier.cpp: * TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp: * TAO/orbsvcs/orbsvcs/AV/TCP.cpp: * TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp: * TAO/orbsvcs/orbsvcs/Notify/EventChannelFactory.cpp: * TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp: * TAO/orbsvcs/tests/AVStreams/Modify_QoS/sender.cpp: * TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.cpp: * TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.h: * TAO/orbsvcs/tests/Bug_1393_Regression/client.cpp: * TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h: * TAO/orbsvcs/tests/Bug_3215_Regression/ServerORBInitializer2.h:
* Layout changeJohnny Willemsen2018-06-011-2/+1
| | | | * TAO/orbsvcs/examples/Notify/Lanes/Consumer.cpp:
* Removed last TAO env macros and some layout changesJohnny Willemsen2018-06-0133-223/+106
|
* Next release will be minorJohnny Willemsen2018-05-301-1/+1
| | | | | * ACE/NEWS: * TAO/NEWS:
* List std::unique_ptr usageJohnny Willemsen2018-05-161-0/+3
|
* 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:
* Make use of std::unique_ptr with C++11Johnny Willemsen2018-05-151-0/+4
| | | | * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
* 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-1510-10/+14
| | | | | | | | | | | | | * 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 x.4.8 releaseJohnny Willemsen2018-05-141-0/+3
| | | | | | | | | * ACE/NEWS: * 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-6_4_8ACE+TAO-6_4_8Johnny Willemsen2018-05-144-7/+269
|
* Document changesJohnny Willemsen2018-05-141-0/+6
|
* Catch exception by referenceJohnny Willemsen2018-05-021-1/+1
| | | | * TAO/tao/Storable_File_Guard.cpp:
* A few more MPC "duplicated files" issuesAdam Mitz2018-04-182-0/+10
|
* Invocation_Retry_Params.h: add required #includeAdam Mitz2018-04-171-0/+2
|
* Documentation and whitespace changesJohnny Willemsen2018-04-1334-75/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.h: * TAO/orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.h: * TAO/orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.h: * TAO/orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.h: * TAO/orbsvcs/orbsvcs/Event/ECG_UDP_EH.h: * TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h: * TAO/orbsvcs/orbsvcs/Event/EC_And_Filter.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Bitmask_Filter.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_ConsumerControl.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Disjunction_Filter.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Factory.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Filter_Builder.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Group_Scheduling.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Filter.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Scheduling.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h: * TAO/orbsvcs/orbsvcs/Event/EC_ProxySupplier.h: * TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.h: * TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.h: * TAO/orbsvcs/orbsvcs/Event/EC_Timeout_Generator.h: * TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Acceptor_Impl.h: * TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Completion_Handler.h: * TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connection_Handler.h: * TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector.cpp: * TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector_Impl.h:
* Whitespace changesJohnny Willemsen2018-04-1313-31/+6
| | | | | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_MT_Dispatching.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Pulling_Strategy.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_Pulling_Strategy.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierControl.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedSupplierAdmin.cpp:
* Doxygen fixJohnny Willemsen2018-04-131-1/+1
| | | | * TAO/orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.h:
* Use true/false instead of 1/0 for connected checksJohnny Willemsen2018-04-1310-47/+43
| | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Factory.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.inl: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullSupplier.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullSupplier.inl: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.inl: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.inl: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.cpp:
* Fixed linksJohnny Willemsen2018-04-132-18/+10
|
* Removed trailing whitespaces and corrected links to bugzillaJohnny Willemsen2018-04-1310-106/+99
|
* Fixed typoJohnny Willemsen2018-04-131-10/+6
|
* Remove obsolete optionsJohnny Willemsen2018-04-132-49/+0
| | | | | * TAO/docs/ec_options.html: * TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
* Fixed typosJohnny Willemsen2018-04-138-8/+8
| | | | | | | | | | | * 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_Factory.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierControl.h:
* 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-1331-95/+85
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* Merge pull request #611 from jwillemsen/jwi-connectorregistryJohnny Willemsen2018-04-091-6/+31
|\ | | | | Add some more error logic for the cases the create_profile fails
| * Add some more error logic for the cases the create_profile failsJohnny Willemsen2018-04-091-6/+31
| | | | | | | | * TAO/tao/Connector_Registry.cpp: