summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup Solaris supportJohnny Willemsen2023-01-174-7/+4
|
* Removed checks for ACE_TEMPLATES_REQUIRE_SOURCEJohnny Willemsen2023-01-166-12/+0
|
* Part 2: Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-2210-10/+10
|
* Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-1367-129/+129
|
* Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-104-5/+0
|
* Remove leading blank lines after opening {Knut Petter Svendsen2022-09-104-4/+0
|
* Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-094-4/+0
|
* Remove extra newline after public, protected and privateKnut Petter Svendsen2022-09-091-3/+0
|
* Use std::unique_ptr and defaultJohnny Willemsen2021-09-262-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/INET_Addr.cpp: * ACE/ace/Parse_Node.h: * ACE/ace/Service_Gestalt.cpp: * ACE/ace/TLI.cpp: * ACE/ace/Thread_Manager.cpp: * ACE/ace/UUID.cpp: * ACE/ace/UUID.h: * ACE/ace/WFMO_Reactor.cpp: * ACE/tests/CDR_File_Test.cpp: * TAO/orbsvcs/DevGuideExamples/EventServices/RTEC_MCast_Federated/EchoEventSupplierMain.cpp: * TAO/orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.cpp: * TAO/orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.h: * TAO/orbsvcs/examples/CosEC/Factory/FactoryDriver.cpp: * TAO/orbsvcs/examples/CosEC/Factory/FactoryDriver.h: * TAO/orbsvcs/examples/CosEC/Factory/README: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/ConsumerAdmin_i.cpp: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/ConsumerAdmin_i.h: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.cpp: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.h: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/EventChannel_i.cpp: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/EventChannel_i.h: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/ProxyPushConsumer_i.cpp: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/ProxyPushSupplier_i.cpp: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/ProxyPushSupplier_i.h: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/SupplierAdmin_i.cpp: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/SupplierAdmin_i.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_Loader.cpp: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Replication_Service.cpp: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.cpp: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/Control.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.cpp: * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventConsumer_i.cpp: * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventConsumer_i.h: * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventSupplierMain.cpp: * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventSupplier_i.cpp: * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventSupplier_i.h: * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/README: * TAO/orbsvcs/tests/Notify/Blocking/Structured_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Bug_1385_Regression/Structured_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Bug_2415_Regression/Supplier.cpp: * TAO/orbsvcs/tests/Notify/Bug_2561_Regression/Supplier.cpp: * TAO/orbsvcs/tests/Notify/Discarding/Sequence_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Discarding/Structured_Supplier.cpp: * TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Ordering/Sequence_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Ordering/Structured_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Persistent_POA/Structured_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Structured_Filter/Structured_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Supplier.cpp: * TAO/orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Supplier.cpp: * TAO/orbsvcs/tests/Notify/performance-tests/Filter/Structured_Supplier.cpp: * TAO/tao/IORManipulation/IORManipulation.cpp: * TAO/tao/Leader_Follower.cpp: * TAO/tao/Load_Protocol_Factory_T.h: * TAO/tao/ORB_Core.cpp: * TAO/tao/PortableServer/ServantRetentionStrategyRetain.cpp: * TAO/tao/default_resource.cpp: * TAO/tests/Oneway_Send_Timeouts/Server.cpp: * TAO/tests/Storable/Savable.cpp:
* Fix auto_ptr and fallthrough warningsJohnny Willemsen2021-09-091-1/+2
| | | | | | | | | | | | * TAO/orbsvcs/DevGuideExamples/NotifyService/EventSequence/Messenger_i.h: * TAO/orbsvcs/DevGuideExamples/NotifyService/EventSequence/README: * TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.cpp: * TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.h: * TAO/orbsvcs/examples/FaultTolerance/RolyPoly/RolyPoly_i.cpp: * TAO/orbsvcs/examples/FaultTolerance/RolyPoly/RolyPoly_i.h: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.h:
* Replace auto_ptr with std::unique_ptr and fixed missing breakJohnny Willemsen2021-06-116-21/+13
| | | | | | | | | | | | * TAO/orbsvcs/performance-tests/RTEvent/lib/Control.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.h: * TAO/orbsvcs/performance-tests/RTEvent/lib/RTEC_Initializer.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.h: * TAO/orbsvcs/tests/FtRtEvent/consumer.cpp: * TAO/orbsvcs/tests/FtRtEvent/supplier.cpp: * TAO/orbsvcs/tests/Trading/colocated_test.cpp:
* Merge pull request #1458 from jwillemsen/jwi-cleanupJohnny Willemsen2021-03-172-14/+4
|\ | | | | Minor cleanup
| * CleanupJohnny Willemsen2021-03-172-15/+5
| |
* | Merge pull request #1457 from jwillemsen/jwi-redundantvoidJohnny Willemsen2021-03-1717-38/+38
|\ \ | | | | | | Removed redundant void
| * | Removed redundant voidJohnny Willemsen2021-03-1717-38/+38
| |/
* | bool changesJohnny Willemsen2021-03-176-6/+6
| |
* | bool changesJohnny Willemsen2021-03-172-2/+2
|/
* Layout changesJohnny Willemsen2020-11-101-4/+0
| | | | | | | | | | | * TAO/examples/CSD_Strategy/ThreadPool2/FooServantList.h: * TAO/orbsvcs/orbsvcs/Notify/Consumer.h: * TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/ServerRequestInterceptor.h: * TAO/tests/Portable_Interceptors/Bug_3582/Client_Request_Interceptor.h: * TAO/tests/Portable_Interceptors/ForwardRequest/Client_Request_Interceptor.h: * TAO/tests/Portable_Interceptors/Redirection/Client_Request_Interceptor.h: * TAO/tests/Portable_Interceptors/Redirection/Server_Request_Interceptor.h: * TAO/tests/TransportCurrent/lib/Server_Request_Interceptor.h:
* Perl shebang changesJohnny Willemsen2020-10-022-2/+2
| | | | | | | * TAO/orbsvcs/examples/Notify/MC/TkMonitor/monitor.pl: * TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/compare_histo.pl: * TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_gnuplot.pl: * TAO/tests/Bug_2702_Regression/fakeserver2.pl:
* Revert changeJohnny Willemsen2019-04-151-0/+4
|
* Fixed CodeFactor issueJohnny Willemsen2019-04-151-1/+0
| | | | * TAO/orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.cpp:
* Add missing includeJohnny Willemsen2019-04-151-0/+1
| | | | * TAO/orbsvcs/performance-tests/RTEvent/lib/RTEC_Initializer.cpp:
* Removed not needed includeJohnny Willemsen2019-04-151-3/+1
| | | | * TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h:
* Removed priorityband_setup_ member, not usedJohnny Willemsen2019-04-152-8/+0
| | | | | * TAO/orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.h:
* Removed empty inline filesJohnny Willemsen2019-04-1511-49/+0
| | | | | | | | | | | | | | | | * TAO/orbsvcs/performance-tests/RTEvent/lib/EC_Destroyer.inl: * TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.inl: * TAO/orbsvcs/performance-tests/RTEvent/lib/PriorityBand_Setup.inl: * TAO/orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.inl: Deleted. * TAO/orbsvcs/performance-tests/RTEvent/lib/EC_Destroyer.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/EC_Destroyer.h: * TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.h: * TAO/orbsvcs/performance-tests/RTEvent/lib/PriorityBand_Setup.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/PriorityBand_Setup.h: * TAO/orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.h:
* Layout changesJohnny Willemsen2018-06-011-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* Cleanup empty commented out linesJohnny Willemsen2017-08-3126-34/+0
|
* Shorter headersJohnny Willemsen2015-01-071-1/+0
|
* Removed id tag from mwc filesJohnny Willemsen2015-01-071-2/+0
|
* Fixed file headersJohnny Willemsen2015-01-074-8/+0
|
* Shorten file headersJohnny Willemsen2015-01-0727-34/+0
|
* Replace sh filesJohnny Willemsen2015-01-0718-27/+0
|
* TAO replacementsJohnny Willemsen2015-01-0730-30/+30
|
* Perl filesJohnny Willemsen2015-01-0727-27/+0
|
* Handle perl filesJohnny Willemsen2015-01-073-6/+0
|
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-073-6/+0
|
* Removed single line Id tagJohnny Willemsen2015-01-0734-62/+0
|
* Zapped two line id tagsJohnny Willemsen2015-01-072-6/+0
|
* Removed a lot of old Id tagsJohnny Willemsen2015-01-077-21/+0
|
* Zapped Id tagJohnny Willemsen2015-01-0788-176/+0
|
* Tue May 15 06:59:12 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-05-152-2/+3
| | | | | | | | | | | | | | | | | | | * examples/RTCORBA/Activity/Task_Stats.h: * examples/RTCORBA/Activity/Task_Stats.cpp: * examples/RTScheduling/DT_Creator.cpp: * examples/RTScheduling/Job_i.cpp: * examples/RTScheduling/Task_Stats.h: * examples/RTScheduling/Task_Stats.cpp: * examples/RTScheduling/Thread_Task.cpp: * orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.h: * orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.cpp: * orbsvcs/tests/Event/lib/Consumer.h: * orbsvcs/tests/Event/lib/Consumer.cpp: * performance-tests/Anyop/anyop.cpp: * performance-tests/Protocols/sender.cpp: * performance-tests/RTCorba/Thread_Pool/client.cpp: Use ACE_High_Res_Timer::global_scale_factor_type
* Sun May 13 17:22:16 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-05-136-11/+12
| | | | | | | | | | | | | | | | | | | | | * examples/Kokyu_dsrt_schedulers/Task_Stats.h: * examples/Kokyu_dsrt_schedulers/Task_Stats.cpp: * examples/Kokyu_dsrt_schedulers/fp_example/server.cpp: * examples/Kokyu_dsrt_schedulers/mif_example/server.cpp: * examples/Kokyu_dsrt_schedulers/muf_example/server.cpp: * examples/RTScheduling/DT_Creator.h: * orbsvcs/performance-tests/RTEvent/lib/Client_Group.h: * orbsvcs/performance-tests/RTEvent/lib/Client_Group.cpp: * orbsvcs/performance-tests/RTEvent/lib/Client_Pair.h: * orbsvcs/performance-tests/RTEvent/lib/Client_Pair.cpp: * orbsvcs/performance-tests/RTEvent/lib/Consumer.h: * orbsvcs/performance-tests/RTEvent/lib/Consumer.cpp: * orbsvcs/tests/EC_Throughput/ECT_Consumer.h: * orbsvcs/tests/EC_Throughput/ECT_Consumer.cpp: * orbsvcs/tests/EC_Throughput/ECT_Supplier.h: * orbsvcs/tests/EC_Throughput/ECT_Supplier.cpp: * orbsvcs/tests/Notify/lib/Task_Stats.h: Use ACE_High_Res_Timer::global_scale_factor_type
* Sun May 13 12:48:34 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-05-138-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * MPC/config/rlecompressor.mpb: Reorder base projects * TAO_IDL/be/be_visitor_native/native_ch.cpp: Layout chage * examples/AMH/Sink_Server/Client_Task.cpp: * examples/Load_Balancing_persistent/Identity_Client.cpp: * examples/Load_Balancing_persistent/Load_Balancer_i.cpp: * examples/RTCORBA/Activity/Thread_Task.cpp: * examples/RTScheduling/DT_Creator.h: * orbsvcs/examples/Notify/ThreadPool/Consumer.cpp: * orbsvcs/performance-tests/LoadBalancing/LBPerf/CPU/client.cpp: * orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/client.cpp: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/driver.cpp: * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/client.cpp: * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/client.cpp: * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/client.cpp: * orbsvcs/performance-tests/RTEvent/Roundtrip/client.cpp: * orbsvcs/performance-tests/RTEvent/TCP_Baseline/client.cpp: * orbsvcs/tests/AVStreams/Latency/ping.cpp: * orbsvcs/tests/AVStreams/Latency/pong.cpp: * orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/sender.cpp: * orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.cpp: * orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.cpp: * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp: * orbsvcs/tests/Event/Basic/Observer.cpp: * orbsvcs/tests/Event/Basic/Reconnect.cpp: * orbsvcs/tests/Event/Performance/Connect.cpp: * orbsvcs/tests/Event/Performance/Latency.cpp: * orbsvcs/tests/Event/lib/Driver.cpp: * orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.cpp: * orbsvcs/tests/Notify/lib/Task_Stats.h: * orbsvcs/tests/Notify/lib/Task_Stats.cpp: * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp: * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp: * performance-tests/Anyop/anyop.cpp: * performance-tests/Callback/client.cpp: * performance-tests/Latency/AMH_Single_Threaded/client.cpp: * performance-tests/Latency/AMI/client.cpp: * performance-tests/Latency/Collocation/Client_Task.cpp: * performance-tests/Latency/DII/client.cpp: * performance-tests/Latency/DSI/client.cpp: * performance-tests/Latency/Deferred/client.cpp: * performance-tests/Latency/Single_Threaded/client.cpp: * performance-tests/Latency/Thread_Per_Connection/client.cpp: * performance-tests/Latency/Thread_Pool/client.cpp: * performance-tests/POA/Create_Reference/create_reference.cpp: * performance-tests/POA/Implicit_Activation/client.cpp: * performance-tests/POA/Implicit_Activation/collocated.cpp: * performance-tests/Protocols/receiver.cpp: * performance-tests/Protocols/sender.cpp: * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp: * performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp: * performance-tests/RTCorba/Oneways/Reliable/client.cpp: * performance-tests/RTCorba/Thread_Pool/client.cpp: * performance-tests/Sequence_Latency/AMH_Single_Threaded/client.cpp: * performance-tests/Sequence_Latency/AMI/client.cpp: * performance-tests/Sequence_Latency/DII/client.cpp: * performance-tests/Sequence_Latency/DSI/client.cpp: * performance-tests/Sequence_Latency/Deferred/client.cpp: * performance-tests/Sequence_Latency/Single_Threaded/client.cpp: * performance-tests/Sequence_Latency/Thread_Per_Connection/client.cpp: * performance-tests/Sequence_Latency/Thread_Pool/client.cpp: * performance-tests/Throughput/Receiver.cpp: * performance-tests/Throughput/client.cpp: * tests/Portable_Interceptors/Benchmark/client.cpp: * tests/Smart_Proxies/Benchmark/client.cpp: Use ACE_High_Res_Timer::global_scale_factor_type * tests/OBV/ValueBox/vb_basic.idl: Removed invalid id
* Tue Jan 24 13:48:49 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-246-62/+9
| | | | Removed left over from automake removal
* Thu Nov 17 10:05:08 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-11-173-3/+3
| | | | | | Merged changes from Remedy work branch.
* Fixed fuzzJohnny Willemsen2011-10-069-2/+9
|
* Fri Apr 22 07:28:43 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-04-2222-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DevGuideExamples/Multithreading/Reactive/svc.conf: * DevGuideExamples/Multithreading/ThreadPerConnection/server.conf: * DevGuideExamples/RTCORBA/svc.conf: * docs/tutorials/Quoter/Event_Service/ec.conf: * examples/PluggableUDP/tests/Performance/svc.conf: * examples/PluggableUDP/tests/SimplePerformance/svc.conf: * examples/RTCORBA/Activity/client.conf: * examples/RTCORBA/Activity/server.conf: * examples/RTCORBA/Activity/svc.conf.client: * examples/RTCORBA/Activity/svc.conf.server: * examples/RTScheduling/Fixed_Priority_Scheduler/svc.conf.client: * examples/RTScheduling/Fixed_Priority_Scheduler/svc.conf.server: * examples/RTScheduling/MIF_Scheduler/svc.conf.client: * examples/RTScheduling/MIF_Scheduler/svc.conf.server: * orbsvcs/Concurrency_Service/svc.conf: * orbsvcs/DevGuideExamples/EventServices/RTEC_Federated/supplier.conf: * orbsvcs/DevGuideExamples/EventServices/RTEC_Filter/ec.conf: * orbsvcs/DevGuideExamples/EventServices/RTEC_MCast_Federated/supplier.conf: * orbsvcs/DevGuideExamples/NotifyService/RTNotify/notify.conf: * orbsvcs/DevGuideExamples/NotifyService/RTNotify/nsclient.conf: * orbsvcs/DevGuideExamples/ValueTypes/Notify/notify.conf: * orbsvcs/Event_Service/svc.conf: * orbsvcs/Logging_Service/Notify_Logging_Service/svc.conf: * orbsvcs/TAO_Service/svc.conf: * orbsvcs/examples/ImR/Combined_Service/dynserver.conf: * orbsvcs/examples/ImR/Combined_Service/start_all.conf: * orbsvcs/examples/Notify/Lanes/client.conf: * orbsvcs/examples/Notify/Lanes/notify.conf: * orbsvcs/examples/Notify/ThreadPool/client.conf: * orbsvcs/examples/Notify/ThreadPool/notify.conf: * orbsvcs/examples/RtEC/IIOPGateway/ec.conf: * orbsvcs/examples/RtEC/IIOPGateway/gateway.conf: * orbsvcs/examples/RtEC/Kokyu/svc.conf: * orbsvcs/examples/RtEC/MCast/svc.conf: * orbsvcs/examples/RtEC/Schedule/svc.conf: * orbsvcs/examples/RtEC/Simple/ec.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.dispatching_reactive.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.dispatching_rtcorba.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.dispatching_threaded.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.filter_null.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.filter_per_supplier.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.locking_copy_on_read.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.locking_copy_on_write.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.locking_delayed.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.locking_immediate.conf: * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/roundtrip.conf: * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/realtime.conf: * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/realtime.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.dispatching_reactive.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.dispatching_rtcorba.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.dispatching_threaded.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.locking_copy_on_read.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.locking_copy_on_write.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.locking_delayed.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.locking_immediate.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.supplier_filter_null.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.supplier_filter_per_supplier.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/roundtrip.conf: * orbsvcs/tests/AVStreams/Component_Switching/components_svc.conf: * orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/svc.conf: * orbsvcs/tests/Bug_2316_Regression/svc.conf: * orbsvcs/tests/Bug_2377_Regression/svc.conf: * orbsvcs/tests/Bug_2925_Regression/svc.conf: * orbsvcs/tests/Bug_3387_Regression/NotSvc.conf: * orbsvcs/tests/Bug_3418_Regression/m.conf: * orbsvcs/tests/Bug_3444_Regression/diop_svc.conf: * orbsvcs/tests/Bug_3444_Regression/miop_svc.conf: * orbsvcs/tests/CosEvent/Basic/svc.pull.conf: * orbsvcs/tests/CosEvent/Timeout/cosevent.conf: * orbsvcs/tests/EC_MT_Mcast/svc.conf: * orbsvcs/tests/EC_Mcast/svc.conf: * orbsvcs/tests/EC_Throughput/ec.conf: * orbsvcs/tests/Event/Basic/control.conf: * orbsvcs/tests/Event/Basic/mt.svc.conf: * orbsvcs/tests/Event/Basic/observer.conf: * orbsvcs/tests/Event/Basic/svc.complex.conf: * orbsvcs/tests/Event/Basic/svc.conf: * orbsvcs/tests/Event/Mcast/Complex/consumer-ec.conf: * orbsvcs/tests/Event/Mcast/Complex/supplier-ec.conf: * orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/supplier.conf: * orbsvcs/tests/Event/Mcast/Two_Way/gateway.conf: * orbsvcs/tests/Event/Performance/ec.list.conf: * orbsvcs/tests/Event/Performance/ec.mt.conf: * orbsvcs/tests/Event/Performance/ec.rb_tree.conf: * orbsvcs/tests/Event/Performance/ec.st.conf: * orbsvcs/tests/Event/Performance/latency.conf: * orbsvcs/tests/Event/UDP/svc.conf: * orbsvcs/tests/HTIOP/AMI/exclusive.conf: * orbsvcs/tests/HTIOP/AMI/muxed.conf: * orbsvcs/tests/ImplRepo/scale/client.conf: * orbsvcs/tests/InterfaceRepo/Persistence_Test/svc.conf: * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/svc.conf: * orbsvcs/tests/Miop/McastHello/svc.conf: * orbsvcs/tests/Notify/Basic/notify.mt.conf: * orbsvcs/tests/Notify/Basic/notify.reactive.conf: * orbsvcs/tests/Notify/Basic/notify.rt.conf: * orbsvcs/tests/Notify/Blocking/notify.conf: * orbsvcs/tests/Notify/Bug_1385_Regression/notify.conf: * orbsvcs/tests/Notify/Bug_1884_Regression/ecf.conf: * orbsvcs/tests/Notify/Lanes/consumer.conf: * orbsvcs/tests/Notify/Persistent_Filter/NS.conf: * orbsvcs/tests/Notify/PluggableTopology/plugtop_ns.conf: * orbsvcs/tests/Notify/Reconnecting/event.conf: * orbsvcs/tests/Notify/Reconnecting/ns_mt.conf: * orbsvcs/tests/Notify/Reconnecting/ns_mt_both.conf: * orbsvcs/tests/Notify/Reconnecting/ns_mt_topo.conf: * orbsvcs/tests/Notify/Reconnecting/ns_st.conf: * orbsvcs/tests/Notify/Reconnecting/ns_st_both.conf: * orbsvcs/tests/Notify/Reconnecting/ns_st_topo.conf: * orbsvcs/tests/Notify/ThreadPool/consumer.conf: * orbsvcs/tests/Notify/ThreadPool/notify.conf: * orbsvcs/tests/Notify/ThreadPool/supplier.conf: * orbsvcs/tests/Notify/Validate_Client/notify.conf: * orbsvcs/tests/Notify/XML_Persistence/svc.conf: * orbsvcs/tests/Notify/performance-tests/RedGreen/listener.conf: * orbsvcs/tests/Notify/performance-tests/RedGreen/lookup.conf: * orbsvcs/tests/Notify/performance-tests/RedGreen/svc.conf: * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/cos_notify.conf: * orbsvcs/tests/Notify/performance-tests/scripts/1_Path_Period_0_Lanes/rt_notify.conf: * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/cos_notify.conf: * orbsvcs/tests/Notify/performance-tests/scripts/3_Path_Period_10ms_Lanes/rt_notify.conf: * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Notify/notify.conf: * orbsvcs/tests/Notify/performance-tests/scripts/Max_Throughput/Notify_RTCORBA/notify.conf: * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/cos_notify.conf: * orbsvcs/tests/Notify/performance-tests/scripts/Paths_vs_Throughput/rt_notify.conf: * orbsvcs/tests/Security/BiDirectional/client.conf: * orbsvcs/tests/Security/BiDirectional/server.conf: * orbsvcs/tests/Security/Bug_2908_Regression/client.conf: * orbsvcs/tests/Security/Bug_2908_Regression/server.conf: * orbsvcs/tests/Security/EndpointPolicy/svc.conf: * orbsvcs/tests/Security/InsecureReferences/client.conf: * orbsvcs/tests/Security/MT_IIOP_SSL/client.conf: * orbsvcs/tests/Security/MT_IIOP_SSL/server.conf: * orbsvcs/tests/Security/MT_SSLIOP/client.conf: * orbsvcs/tests/Security/MT_SSLIOP/server.conf: * orbsvcs/tests/Security/ssliop_CSD/csd.conf: * orbsvcs/tests/Security/ssliop_corbaloc/client.conf: * orbsvcs/tests/Security/ssliop_corbaloc/server.conf: * orbsvcs/tests/unit/Notify/MC/MonitorManager/svc.conf: * performance-tests/Protocols/altq.conf: * performance-tests/Protocols/svc.conf: * performance-tests/RTCorba/Thread_Pool/svc.conf: * tests/AMI/muxed.conf: * tests/AMI_Timeouts/svc.conf: * tests/Bug_2186_Regression/server.conf: * tests/Bug_2935_Regression/middle.conf: * tests/Bug_3000_Regression/rw.conf: * tests/Bug_3068_Regression/client.conf: * tests/Bug_3163_Regression/server.conf: * tests/Bug_3251_Regression/Bug_3251.conf: * tests/Bug_3598a_Regression/svc.conf: * tests/Bug_3630_Regression/TAO Conf File.conf: * tests/Bug_3630_Regression/TAO_Conf_File.conf: * tests/Bug_3683_Regression/svc.conf: * tests/Bug_3801_Regression/exclusive.conf: * tests/Bug_3801_Regression/muxed.conf: * tests/Bug_3837_Regression/logger.conf: * tests/CSD_Strategy_Tests/TP_Test_Dynamic/svc.conf: * tests/CSD_Strategy_Tests/TP_Test_Static/svc.conf: * tests/CodeSets/simple/cs_test.conf: * tests/CodeSets/simple/svc.conf: * tests/CodeSets/simple/wcs_test.conf: * tests/Collocation_Opportunities/svc.conf: * tests/Exposed_Policies/svc.conf: * tests/Leader_Followers/select_mt.conf: * tests/Leader_Followers/tp.conf: * tests/ORB_Local_Config/Bug_1459/a.conf: * tests/ORB_Local_Config/Bug_1459/b.conf: * tests/ORB_Local_Config/Bug_1459/d.conf: * tests/ORB_Local_Config/Bug_1459/m1.conf: * tests/ORB_Local_Config/Bug_3049/a.conf: * tests/ORB_Local_Config/Service_Dependency/Service_Config_Test.conf: * tests/ORB_Local_Config/Two_DLL_ORB/primary-csd.conf: * tests/ORB_Local_Config/Two_DLL_ORB/primary-ssl.conf: * tests/ORB_Local_Config/Two_DLL_ORB/secondary-csd.conf: * tests/ORB_Local_Config/Two_DLL_ORB/secondary-ssl.conf: * tests/Oneway_Send_Timeouts/block_flush.conf: * tests/Oneway_Send_Timeouts/lf_flush.conf: * tests/Oneway_Send_Timeouts/reactive_flush.conf: * tests/Optimized_Connection/oc_svc.conf: * tests/POA/EndpointPolicy/multi_prot.conf: * tests/POA/Explicit_Activation/alternate.conf: * tests/Parallel_Connect_Strategy/blocked.conf: * tests/Parallel_Connect_Strategy/reactive.conf: * tests/RTCORBA/Banded_Connections/svc.conf: * tests/RTCORBA/Bug_3382_Regression/svc.conf: * tests/RTCORBA/Bug_3643_Regression/svc.conf.dynamic: * tests/RTCORBA/Client_Propagated/svc.conf: * tests/RTCORBA/Client_Protocol/svc.conf: * tests/RTCORBA/Collocation/continuous.conf: * tests/RTCORBA/Collocation/svc.conf: * tests/RTCORBA/Destroy_Thread_Pool/continuous.conf: * tests/RTCORBA/Dynamic_Thread_Pool/continuous.conf: * tests/RTCORBA/Dynamic_Thread_Pool/svc.conf: * tests/RTCORBA/Linear_Priority/svc.conf: * tests/RTCORBA/MT_Client_Protocol_Priority/svc.conf: * tests/RTCORBA/Persistent_IOR/continuous.conf: * tests/RTCORBA/Policy_Combinations/svc.conf: * tests/RTCORBA/Priority_Inversion_With_Bands/continuous.conf: * tests/RTCORBA/Priority_Inversion_With_Bands/svc.conf: * tests/RTCORBA/Profile_And_Endpoint_Selection/svc.conf: * tests/RTCORBA/Server_Declared/continuous.conf: * tests/RTCORBA/Server_Declared/svc.conf: * tests/RTCORBA/Server_Protocol/server_iiop.conf: * tests/RTCORBA/Server_Protocol/server_iiop_shmiop.conf: * tests/RTCORBA/Server_Protocol/server_iiop_uiop.conf: * tests/RTCORBA/Server_Protocol/server_reverse.conf: * tests/RTCORBA/Server_Protocol/server_reverse_nt.conf: * tests/RTCORBA/Server_Protocol/server_shmiop.conf: * tests/RTCORBA/Server_Protocol/server_uiop.conf: * tests/RTCORBA/Thread_Pool/continuous.conf: * tests/RTCORBA/Thread_Pool/svc.conf: * tests/TransportCurrent/Framework/client-static.conf: * tests/TransportCurrent/Framework/client.conf: * tests/TransportCurrent/Framework/server-static.conf: * tests/TransportCurrent/Framework/server.conf: * tests/TransportCurrent/IIOP/client_dynamic.conf: * tests/TransportCurrent/IIOP/client_static.conf: * tests/TransportCurrent/IIOP/server_dynamic.conf: * tests/TransportCurrent/IIOP/server_static.conf: Fuzz. Added lacking $Id string.
* Fri Feb 11 11:16:00 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-02-113-6/+6
| | | | | Merged changes from Remedy work branch.
* (no commit message)Johnny Willemsen2010-11-161-1/+1
|
* Mon Nov 15 12:59:06 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-11-154-22/+11
| | | | | | | | | | | | | | | | | | | | | * orbsvcs/DevGuideExamples/EventServices/RTEC_MCast_Federated/EchoEventSupplierMain.cpp: * orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Group_Manager.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_Loader.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/Replication_Service.cpp: * orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.cpp: * orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp: * orbsvcs/performance-tests/RTEvent/lib/Control.cpp: * orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.cpp: * orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.cpp: * orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.cpp: * orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventSupplierMain.cpp: * orbsvcs/tests/FtRtEvent/consumer.cpp: * orbsvcs/tests/FtRtEvent/supplier.cpp: * tao/IORManipulation/IORManipulation.cpp: * tao/Load_Protocol_Factory_T.h: * tao/default_resource.cpp: Use ACE_auto_ptr_reset