summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-10116-160/+0
|
* Remove leading blank lines after opening {Knut Petter Svendsen2022-09-1089-131/+0
|
* Removed extra newline before closing }Knut Petter Svendsen2022-09-1039-67/+0
|
* Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-09150-161/+0
|
* Remove extra newline after public, protected and privateKnut Petter Svendsen2022-09-09101-167/+0
|
* Fix trailing newline in class declarationsKnut Petter Svendsen2022-09-0964-73/+0
|
* Use override, remove redundant whitespacing, fixed typoJohnny Willemsen2022-08-102-16/+8
| | | | | | | * ACE/tests/Enum_Interfaces_Test.cpp: * TAO/orbsvcs/DevGuideExamples/Security/SecurityUnawareApp/README: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/client.cpp: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/test_object.idl:
* Removed some old Irix related codeJohnny Willemsen2022-07-151-5/+0
| | | | | | | | * TAO/bin/tao_orb_tests.lst: * TAO/bin/tao_other_tests.lst: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/client.cpp: * TAO/tao/IIOP_Connection_Handler.cpp: * TAO/tao/IIOP_Transport.cpp:
* Removed old code for Tru64/Irix, not supported anymore for a long timeJohnny Willemsen2022-07-141-5/+0
|
* Use override to fix Embarcadero C++ Builder 11.1 warningsJohnny Willemsen2022-06-031-5/+4
| | | | * TAO/orbsvcs/tests/Security/Big_Request/TX_Object_i.h:
* Make use of ACE_FALLTHROUGHJohnny Willemsen2022-04-231-1/+1
|
* Merge pull request #1822 from jwillemsen/jwi-readmetyposJohnny Willemsen2022-04-193-5/+3
|\ | | | | Fixed some typos in readmes
| * Fixed some typos in readmesJohnny Willemsen2022-04-193-5/+3
| |
* | Update orbsvcs testsSon Dinh2022-04-184-7/+7
|/
* Remove duplicate semi-colonJohnny Willemsen2022-01-213-3/+3
|
* Removed redundant whitelinesJohnny Willemsen2021-11-129-37/+2
| | | | | | | | | | | | | | | | | * TAO/orbsvcs/Logging_Service/Basic_Logging_Service/README: * TAO/orbsvcs/Logging_Service/Event_Logging_Service/README: * TAO/orbsvcs/Logging_Service/Notify_Logging_Service/README: * TAO/orbsvcs/Logging_Service/README: * TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/README: * TAO/orbsvcs/tests/AVStreams/README: * TAO/orbsvcs/tests/Event/Mcast/Complex/README: * TAO/orbsvcs/tests/Event/Mcast/Simple/README: * TAO/orbsvcs/tests/Event/Mcast/Two_Way/README: * TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/README: * TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/README: * TAO/orbsvcs/tests/InterfaceRepo/Union_Forward_Test/README.txt: * TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/README: * TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/README:
* Merge pull request #1687 from jwillemsen/jwi-autoptr5Johnny Willemsen2021-09-2722-65/+54
|\ | | | | Use std::unique_ptr and default
| * Use std::unique_ptr and defaultJohnny Willemsen2021-09-2622-65/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* | Merge pull request #1681 from jwillemsen/jwi-makekeys2Johnny Willemsen2021-09-153-6/+6
|\ \ | | | | | | Next round create 2048 bit keys
| * | Next round create 2048 bit keysJohnny Willemsen2021-09-153-6/+6
| |/ | | | | | | | | | | * TAO/orbsvcs/tests/Security/BiDirectional/ssl/make-client-keys: * TAO/orbsvcs/tests/Security/Bug_2908_Regression/ssl/make-client-keys: * TAO/orbsvcs/tests/Security/MT_BiDir_SSL/ssl/make-client-keys:
* | Updated expired certificatesJohnny Willemsen2021-09-1525-790/+580
| |
* | Updated expires certificatesJohnny Willemsen2021-09-155-158/+116
|/
* Merge pull request #1679 from jwillemsen/jwi-ssl3Johnny Willemsen2021-09-148-27/+9
|\ | | | | Layout/override changes
| * Use 9999 daysJohnny Willemsen2021-09-143-6/+6
| | | | | | | | | | | | * TAO/orbsvcs/tests/Security/BiDirectional/ssl/make-client-keys: * TAO/orbsvcs/tests/Security/Bug_2908_Regression/ssl/make-client-keys: * TAO/orbsvcs/tests/Security/MT_BiDir_SSL/ssl/make-client-keys:
| * Layout changeJohnny Willemsen2021-09-141-2/+0
| | | | | | | | * TAO/orbsvcs/tests/Security/Big_Request/TX_Object.idl:
| * Layout changes, use overrideJohnny Willemsen2021-09-144-19/+3
| | | | | | | | | | | | | | * TAO/orbsvcs/tests/Security/Big_Request/README: * TAO/orbsvcs/tests/Security/Big_Request/TX_Object_i.cpp: * TAO/orbsvcs/tests/Security/Big_Request/TX_Object_i.h: * TAO/orbsvcs/tests/Security/Bug_2908_Regression/README:
* | Correct location of -days argumentJohnny Willemsen2021-09-141-2/+6
| | | | | | | | * TAO/orbsvcs/tests/Security/cert/README:
* | Fixed typoJohnny Willemsen2021-09-141-1/+1
|/ | | | * TAO/orbsvcs/tests/Security/BiDirectional/README:
* Cleanup old Embarcadero compiler checksJohnny Willemsen2021-08-161-8/+0
| | | | | | | | | | * 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:
* Typo fix.Samuel Miller2021-07-311-1/+1
|
* Removed redundant whitespaceJohnny Willemsen2021-07-211-1/+1
| | | | | | | | * ACE/ACEXML/parser/parser/Parser.cpp: * ACE/examples/ConfigViewer/ValueListCtrl.cpp: * ACE/tests/CDR_Array_Test.cpp: * TAO/TAO_IDL/be/be_interface.cpp: * TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp:
* Cleanup Embarcadero C++ Builder supportJohnny Willemsen2021-07-161-2/+2
| | | | | | | | | | | | | * 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:
* Removed old comments and support for Chorus which we don't support anymoreJohnny Willemsen2021-06-246-6/+6
| | | | | | | | | | | | | | | | | | | | | * ACE/ace/README: * ACE/ace/Thread_Manager.cpp: * ACE/ace/config-kfreebsd.h: * ACE/bin/libsize.pl: * ACE/docs/run_test.txt: * TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/run_test.pl: * TAO/orbsvcs/tests/Simple_Naming/run_test.pl: * TAO/orbsvcs/tests/Simple_Naming/run_test_ffp.pl: * TAO/orbsvcs/tests/Simple_Naming/run_test_ft.pl: * TAO/orbsvcs/tests/Simple_Naming/run_test_ipv6.pl: * TAO/performance-tests/Cubit/TAO/IDL_Cubit/README: * TAO/performance-tests/Cubit/TAO/MT_Cubit/README: * TAO/tests/Alt_Mapping/run_test.pl: * TAO/tests/Bug_2289_Regression/run_test.pl: * TAO/tests/Bug_3853_Regression/run_test.pl: * TAO/tests/DynAny_Test/run_test.pl: * TAO/tests/Param_Test/run_test.pl:
* Removed empty linesJohnny Willemsen2021-06-151-2/+0
| | | | * TAO/orbsvcs/tests/Security/Null_Cipher/README:
* Removed redundant whitelinesJohnny Willemsen2021-06-112-6/+0
| | | | | * TAO/orbsvcs/tests/FtRtEvent/consumer.cpp: * TAO/orbsvcs/tests/FtRtEvent/supplier.cpp:
* Replace auto_ptr with std::unique_ptr and fixed missing breakJohnny Willemsen2021-06-113-8/+9
| | | | | | | | | | | | * 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:
* Assign the result of the call to add_constraints to a _var to fix memory ↵Johnny Willemsen2021-06-0921-60/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | leaks, replaced one occurance of auto_ptr with unique_ptr * TAO/orbsvcs/tests/Notify/Basic/ExtendedFilter.cpp: * TAO/orbsvcs/tests/Notify/Basic/Filter.cpp: * TAO/orbsvcs/tests/Notify/Bug_1884_Regression/consumer.cpp: * TAO/orbsvcs/tests/Notify/Bug_2415_Regression/Consumer.cpp: * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/DllOrb.cpp: * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/DllOrb.h: * TAO/orbsvcs/tests/Notify/Bug_3688_Regression/consumer.cpp: * TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestListener.cpp: * TAO/orbsvcs/tests/Notify/Persistent_Filter/Filter.cpp: * TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Consumer.cpp: * TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Consumer.cpp: * TAO/orbsvcs/tests/Notify/Structured_Filter/Structured_Consumer.cpp: * TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Consumer.cpp: * TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Consumer.cpp: * TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Test_Filter/RT_Test_Filter.cpp: * TAO/orbsvcs/tests/Notify/XML_Persistence/main.cpp: * TAO/orbsvcs/tests/Notify/lib/Filter_Command.cpp: * TAO/orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Consumer.cpp: * TAO/orbsvcs/tests/Notify/performance-tests/Filter/Structured_Consumer.cpp:
* Use true instead of 1Johnny Willemsen2021-06-091-1/+1
| | | | * TAO/orbsvcs/tests/Notify/lib/Notify_Test_Client.cpp:
* Removed not used auto_ptr member, use delete instead of ↵Johnny Willemsen2021-04-291-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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:
* Merge pull request #1457 from jwillemsen/jwi-redundantvoidJohnny Willemsen2021-03-1744-67/+67
|\ | | | | Removed redundant void
| * Removed redundant voidJohnny Willemsen2021-03-1744-67/+67
| |
* | bool changesJohnny Willemsen2021-03-1773-75/+75
| |
* | bool changesJohnny Willemsen2021-03-1766-92/+75
| |
* | Refer to github issues/discussions instead of the mailing listsJohnny Willemsen2021-03-171-6/+0
|/ | | | | | | | | | | | | | | | | | | | | | * ACE/ACE-INSTALL.html: * ACE/ASNMP/README: * ACE/PROBLEM-REPORT-FORM: * ACE/README: * ACE/VERSION.txt: * ACE/ace/High_Res_Timer.cpp: * ACE/docs/ACE-bug-process.html: * ACE/docs/ACE-guidelines.html: * ACE/docs/ACE-subsets.html: * ACE/docs/bczar/bczar.html: * ACE/tests/README: * TAO/PROBLEM-REPORT-FORM: * TAO/README: * TAO/TAO-INSTALL.html: * TAO/VERSION.txt: * TAO/docs/implrepo/paper.html: * TAO/docs/rtcorba/status.html: * TAO/orbsvcs/ImplRepo_Service/README: * TAO/orbsvcs/tests/Property/README:
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-0923-28/+28
|
* Layout changesJohnny Willemsen2021-03-082-4/+2
| | | | | | | | | | | | * 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:
* 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:
* 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-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: