summaryrefslogtreecommitdiff
path: root/ACE/tests
Commit message (Collapse)AuthorAgeFilesLines
* Removed pharlap supportJohnny Willemsen2023-02-016-27/+4
|
* More Sun OS/compiler cleanupJohnny Willemsen2023-01-176-89/+4
|
* Cleanup Solaris supportJohnny Willemsen2023-01-1710-33/+11
|
* Removed checks for ACE_TEMPLATES_REQUIRE_SOURCEJohnny Willemsen2023-01-161-2/+0
|
* Removed AIX supportJohnny Willemsen2023-01-1634-116/+31
|
* Update FIFO_Test.cppJohnny Willemsen2023-01-151-1/+1
|
* Removed HPUX supportJohnny Willemsen2023-01-158-33/+10
|
* Update Process_Manager_Test.cppJohnny Willemsen2023-01-141-1/+1
|
* Update Process_Manager_Test.cppJohnny Willemsen2023-01-141-0/+1
|
* Removed OpenVMS supportJohnny Willemsen2023-01-148-72/+8
|
* Fixed cleanup errorJohnny Willemsen2023-01-131-1/+1
| | | | * ACE/tests/Proactor_Test_IPV6.cpp:
* Fixed cleanup mistakesJohnny Willemsen2023-01-131-14/+18
| | | | | | * ACE/ace/OS_NS_Thread.inl: * ACE/ace/OS_NS_stdio.inl: * ACE/tests/Bug_3943_Regression_Test.cpp:
* More Windows CE cleanupJohnny Willemsen2023-01-135-6/+4
|
* Removed Windows CE supportJohnny Willemsen2023-01-1316-78/+35
|
* Make use of noexcept instead of throw()Johnny Willemsen2022-12-123-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Auto_Functor.h: * ACE/ace/Local_Name_Space_T.cpp: * ACE/ace/Svc_Handler.cpp: * ACE/ace/Svc_Handler.h: * ACE/ace/config-lite.h: * ACE/ace/config-macros.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/ESF/ESF_Peer_Admin.h: * TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_Admin.h: * TAO/orbsvcs/orbsvcs/Event/EC_Channel_Destroyer.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Channel_Destroyer.h: * TAO/orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_ProxySupplier.h: * TAO/orbsvcs/orbsvcs/Event/EC_Proxy_Disconnector.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Proxy_Disconnector.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/ScopeGuard.h: * TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestBroadcaster.cpp: * TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestBroadcaster.h: * TAO/tao/Asynch_Reply_Dispatcher_Base.h: * TAO/tao/Asynch_Reply_Dispatcher_Base.inl: * TAO/tao/Bounded_Array_Sequence_T.h: * TAO/tao/Bounded_Basic_String_Sequence_T.h: * TAO/tao/Bounded_Object_Reference_Sequence_T.h: * TAO/tao/Bounded_Value_Sequence_T.h: * TAO/tao/Generic_Sequence_T.h: * TAO/tao/Messaging/AMH_Response_Handler.cpp: * TAO/tao/Messaging/AMH_Response_Handler.h: * TAO/tao/PortableServer/Servant_var.cpp: * TAO/tao/PortableServer/Servant_var.h: * TAO/tao/PortableServer/Servant_var.inl: * TAO/tao/Unbounded_Array_Sequence_T.h: * TAO/tao/Unbounded_Basic_String_Sequence_T.h: * TAO/tao/Unbounded_Object_Reference_Sequence_T.h: * TAO/tao/Unbounded_Octet_Sequence_T.h: * TAO/tao/Unbounded_Value_Sequence_T.h: * TAO/tao/Utils/Implicit_Deactivator.cpp: * TAO/tao/Utils/Implicit_Deactivator.h: * TAO/tao/Utils/ORB_Destroyer.cpp: * TAO/tao/Utils/ORB_Destroyer.h: * TAO/tao/Utils/PolicyList_Destroyer.cpp: * TAO/tao/Utils/PolicyList_Destroyer.h: * TAO/tao/Valuetype/Bounded_Valuetype_Sequence_T.h: * TAO/tao/Valuetype/Unbounded_Valuetype_Sequence_T.h: * TAO/tests/Bug_2936_Regression/PersistentPOA.cpp: * TAO/tests/Bug_2936_Regression/PersistentPOA.h: * TAO/tests/Bug_3251_Regression/PersistentPoa.cpp: * TAO/tests/Bug_3251_Regression/PersistentPoa.h: * TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.cpp: * TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h: * TAO/tests/POA/DSI/Database_i.cpp: * TAO/tests/POA/DSI/Database_i.h: * TAO/utils/wxNamingViewer/wxAutoDialog.h:
* The environment variable set is Z, not ZZJohnny Willemsen2022-11-021-3/+2
| | | | * ACE/tests/Process_Env_Test.cpp:
* Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into masterJohnny Willemsen2022-10-0119-101/+63
|\
| * Merge pull request #1941 from knutpett/knutpett/remove_void_part2Johnny Willemsen2022-09-239-40/+40
| |\ | | | | | | Part 2: Remove obsolescent (void) in functions with no parameters
| | * Part 2: Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-229-40/+40
| | |
| * | Merge branch 'master' into format-securityAdam Mitz2022-09-1939-189/+189
| |\ \ | | |/
| * | Merge branch 'master' into format-securityJohnny Willemsen2022-09-12126-278/+0
| |\ \
| * | | Fixup previous adapt to ACE_TEXT_PRIsLuke Mewburn2022-09-111-1/+1
| | | | | | | | | | | | | | | | Add missing comma after format string.
| * | | Fix -Wformat-security issues for ACE/testsLuke Mewburn2022-09-112-3/+3
| | | | | | | | | | | | | | | | Fixes issue #1906.
| * | | Fixup previous adapt to ACE_TEXT_PRIsLuke Mewburn2022-09-101-2/+0
| | | | | | | | | | | | | | | | Remove reference to removed variable in separate #if codepath.
| * | | Adapt to ACE_TEXT_PRIsLuke Mewburn2022-09-108-56/+20
| | | | | | | | | | | | | | | | | | | | Use ACE_TEXT_PRIs instead of conditional compilation checking !defined(ACE_WIN32) && defined(ACE_USES_WCHAR).
* | | | Fixed typoJohnny Willemsen2022-09-301-1/+1
| |_|/ |/| | | | | | | | * ACE/tests/SOCK_Connector_Test.cpp:
* | | Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-1339-189/+189
| |/ |/|
* | Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-1016-24/+0
| |
* | Remove leading blank lines after opening {Knut Petter Svendsen2022-09-1034-68/+0
| |
* | Removed extra newline before closing }Knut Petter Svendsen2022-09-1010-10/+0
| |
* | Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-0967-68/+0
| |
* | Remove extra newline after public, protected and privateKnut Petter Svendsen2022-09-0937-83/+0
| |
* | Fix trailing newline in class declarationsKnut Petter Svendsen2022-09-0914-25/+0
|/
* Use override, remove redundant whitespacing, fixed typoJohnny Willemsen2022-08-101-3/+0
| | | | | | | * 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:
* Restore getpid() result cast to int; resolves compile warning.Steve Huston2022-04-251-1/+1
|
* Replace fallthrough with ACE_FALLTHROUGHSteve Huston2022-04-212-17/+17
|
* Pick up changes from this set:Steve Huston2022-03-291-1/+1
| | | | | Commit ad906bbed19 ChangeLogTag:Thu Oct 9 16:21:38 UTC 2014 Steve Huston <shuston@riverace.com>
* Use doxygen/nullptr/boolJohnny Willemsen2022-01-171-3/+0
| | | | | | | | | | | | * ACE/ace/Log_Msg.cpp: * ACE/ace/NT_Service.cpp: * ACE/ace/Object_Manager.cpp: * ACE/ace/Object_Manager.h: * ACE/ace/Thread.inl: * ACE/tests/Task_Test.cpp: * TAO/tao/DynamicInterface/Request.cpp: * TAO/tao/GIOP_Message_Base.cpp: * TAO/tao/Messaging/AMH_Response_Handler.cpp:
* ACE tests: fixed compatibility with MSVC /std:c++17Adam Mitz2021-10-314-3/+12
|
* nullptr/constexpre changesJohnny Willemsen2021-10-271-2/+0
| | | | | * ACE/ace/Configuration.cpp: * ACE/tests/Config_Test.cpp:
* Merge pull request #1701 from jwillemsen/jwi-signalcleanupJohnny Willemsen2021-10-234-22/+7
|\ | | | | Minor cleanup
| * Minor layout changesJohnny Willemsen2021-10-234-22/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Process_Manager.cpp: * ACE/ace/Process_Manager.h: * ACE/ace/Service_Config.cpp: * ACE/ace/Sig_Adapter.cpp: * ACE/ace/Sig_Handler.cpp: * ACE/ace/Test_and_Set.h: * ACE/ace/Timer_Queue_Adapters.cpp: * ACE/ace/WFMO_Reactor.cpp: * ACE/ace/WFMO_Reactor.inl: * ACE/apps/Gateway/Gateway/Gateway.cpp: * ACE/examples/APG/Reactor/HAStatus.cpp: * ACE/examples/APG/Reactor/Reschedule.cpp: * ACE/examples/APG/Reactor/Schedule_Timers.cpp: * ACE/examples/APG/Reactor/Timer_Cancel.cpp: * ACE/examples/APG/Reactor/Timer_State_Data.cpp: * ACE/examples/APG/Signals/SigGuard.cpp: * ACE/examples/APG/Signals/SigHandler.cpp: * ACE/examples/APG/Signals/SigInfo.cpp: * ACE/examples/APG/ThreadManagement/Signals.cpp: * ACE/examples/APG/ThreadManagement/Signals2.cpp: * ACE/examples/ASX/Event_Server/Transceiver/transceiver.cpp: * ACE/examples/Connection/blocking/SPIPE-acceptor.cpp: * ACE/examples/Connection/misc/Connection_Handler.cpp: * ACE/examples/Connection/misc/Connection_Handler.h: * ACE/examples/Connection/non_blocking/CPP-connector.cpp: * ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Signal_Handler.h: * ACE/examples/QOS/Change_Sender_TSpec/QoS_Signal_Handler.cpp: * ACE/examples/QOS/Change_Sender_TSpec/QoS_Signal_Handler.h: * ACE/examples/QOS/Simple/QoS_Signal_Handler.h: * ACE/examples/Reactor/Misc/notification.cpp: * ACE/examples/Reactor/Misc/test_demuxing.cpp: * ACE/examples/Reactor/Misc/test_event_handler_t.cpp: * ACE/examples/Reactor/Misc/test_signals_1.cpp: * ACE/examples/Reactor/Misc/test_signals_2.cpp: * ACE/examples/Reactor/WFMO_Reactor/APC.cpp: * ACE/examples/Reactor/WFMO_Reactor/Abandoned.cpp: * ACE/examples/Reactor/WFMO_Reactor/Directory_Changes.cpp: * ACE/examples/Reactor/WFMO_Reactor/Registry_Changes.cpp: * ACE/examples/Reactor/WFMO_Reactor/Talker.cpp: * ACE/examples/Reactor/WFMO_Reactor/Window_Messages.cpp: * ACE/netsvcs/lib/TS_Clerk_Handler.h: * ACE/tests/Bug_2368_Regression_Test.cpp: * ACE/tests/Network_Adapters_Test.cpp: * ACE/tests/Network_Adapters_Test.h: * ACE/tests/Reference_Counted_Event_Handler_Test.cpp:
* | Corrected worker signature to resolve gcc warningsJohnny Willemsen2021-10-231-3/+2
|/ | | | * ACE/tests/Reactor_Exceptions_Test.cpp:
* Use std::unique_ptr and defaultJohnny Willemsen2021-09-261-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* Layout changesJohnny Willemsen2021-09-091-7/+1
| | | | | * ACE/examples/Threads/process_mutex.cpp: * ACE/tests/Signal_Test.cpp:
* Removed redundant staticJohnny Willemsen2021-09-041-2/+0
| | | | * ACE/tests/Basic_Types_Test.cpp:
* fixed compilation issue (ubuntu)Erik Sohns2021-09-031-4/+4
|
* removed trailing whitespaceErik Sohns2021-09-031-1/+1
|
* incorporated review commentsErik Sohns2021-09-031-2/+31
|
* Add missing includeJohnny Willemsen2021-08-231-0/+1
| | | | * ACE/tests/Compiler_Features_40_Test.cpp: