summaryrefslogtreecommitdiff
path: root/ACE/examples
Commit message (Collapse)AuthorAgeFilesLines
* Minor layout changesJohnny Willemsen2021-10-233-22/+16
| | | | | | | | * ACE/apps/JAWS3/bench/rqfiles.cpp: * ACE/examples/ASX/Event_Server/Transceiver/transceiver.h: * ACE/examples/QOS/Change_Sender_TSpec/QoS_Signal_Handler.h: * ACE/examples/Reactor/WFMO_Reactor/Console_Input.cpp: * ACE/netsvcs/lib/TS_Clerk_Handler.cpp:
* Minor layout changesJohnny Willemsen2021-10-2330-126/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* Layout changesJohnny Willemsen2021-09-091-2/+0
| | | | | * ACE/examples/Threads/process_mutex.cpp: * ACE/tests/Signal_Test.cpp:
* Removed redundant whitespaceJohnny Willemsen2021-07-211-3/+3
| | | | | | | | * 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:
* Layout changesJohnny Willemsen2021-06-211-2/+2
| | | | | | | | * ACE/ace/OS_Thread_Adapter.h: * ACE/ace/Object_Manager_Base.h: * ACE/ace/Thread_Adapter.cpp: * ACE/ace/Thread_Adapter.h: * ACE/examples/APG/Shared_Memory/Pool_Growth.cpp:
* Remove cleanup of ACE_HAS_STRING_CLASSJohnny Willemsen2021-06-082-20/+0
| | | | | | | | | | | | | | | | | | | * ACE/ace/IOStream.h: * ACE/ace/README: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-lynxos.h: * ACE/ace/config-netbsd.h: * ACE/ace/config-openbsd.h: * ACE/ace/config-openvms.h: * ACE/ace/config-qnx.h: * ACE/ace/config-rtems.h: * ACE/ace/config-suncc-common.h: * ACE/ace/config-sunos5.4-g++.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/config-sunos5.6.h: * ACE/ace/config-win32-borland.h: * ACE/examples/IOStream/client/iostream_client.cpp: * ACE/examples/IOStream/server/iostream_server.cpp:
* Fixed compile errorJohnny Willemsen2021-06-081-2/+1
| | | | * ACE/examples/C++NPv1/Logging_Client.cpp:
* Merge branch 'master' into jwi-ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIBJohnny Willemsen2021-06-075-22/+12
|\
| * Make use of std::nothrow/std::nothrow_t/std::badalloc, ACE macros for these ↵Johnny Willemsen2021-06-065-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are kept for backward compatiblity * ACE/ace/CORBA_macros.h: * ACE/ace/OS_Memory.h: * ACE/ace/Svc_Handler.cpp: * ACE/ace/Svc_Handler.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/Naming/FaultTolerant/FT_Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp: * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp: * TAO/tao/Var_Size_Argument_T.cpp: * TAO/tests/POA/DSI/Database_i.cpp: * TAO/tests/POA/DSI/Database_i.h:
| * All compilers we support provide ACE_HAS_NEW_NOTHROWJohnny Willemsen2021-06-065-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/CORBA_macros.h: * ACE/ace/OS_Memory.h: * ACE/ace/README: * ACE/ace/Svc_Handler.cpp: * ACE/ace/Svc_Handler.h: * ACE/ace/config-all.h: * ACE/ace/config-g++-common.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-lynxos.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-msvc-14.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/Naming/FaultTolerant/FT_Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp: * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp: * TAO/tao/Var_Size_Argument_T.cpp: * TAO/tests/POA/DSI/Database_i.cpp: * TAO/tests/POA/DSI/Database_i.h:
* | We require now that the standard C++ library is supported and available in ↵Johnny Willemsen2021-06-074-36/+9
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the std namespace, removed support for non compliant configurations * ACE/ace/Auto_Ptr.h: * ACE/ace/Auto_Ptr.inl: * ACE/ace/Global_Macros.h: * ACE/ace/IOStream.h: * ACE/ace/README: * ACE/ace/ace_wchar.h: * ACE/ace/config-aix-5.x.h: * ACE/ace/config-all.h: * ACE/ace/config-g++-common.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-icc-common.h: * ACE/ace/config-integritySCA.h: * ACE/ace/config-kfreebsd.h: * ACE/ace/config-linux-common.h: * ACE/ace/config-mqx.h: * ACE/ace/config-netbsd.h: * ACE/ace/config-openvms.h: * ACE/ace/config-qnx.h: * ACE/ace/config-suncc-common.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/config-sunos5.6.h: * ACE/ace/config-vxworks6.4.h: * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-msvc-14.h: * ACE/ace/iosfwd.h: * ACE/ace/streams.h: * ACE/examples/C++NPv1/Logging_Client.cpp: * ACE/examples/C++NPv2/Select_Reactor_Logging_Server.cpp: * ACE/examples/C++NPv2/Server_Shutdown.cpp: * ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp: * ACE/tests/IOStream_Test.cpp: * TAO/DevGuideExamples/PortableInterceptors/Auth/Messenger_i.cpp: * TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInitializer.cpp: * TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInterceptor.cpp: * TAO/DevGuideExamples/PortableInterceptors/PICurrent/Messenger_i.cpp: * TAO/docs/tutorials/Quoter/AMI/Stock_i.h: * TAO/docs/tutorials/Quoter/Naming_Service/Stock_i.h: * TAO/docs/tutorials/Quoter/On_Demand_Activation/Stock_i.h: * TAO/docs/tutorials/Quoter/Simple/Impl-Repo/Stock_i.h: * TAO/docs/tutorials/Quoter/Simple/ImprovedServer/Stock_i.h: * TAO/docs/tutorials/Quoter/Simple/Persistent/Stock_i.h: * TAO/docs/tutorials/Quoter/Simple/Server/Stock_i.h: * TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/Messenger_i.cpp: * TAO/orbsvcs/examples/LoadBalancing/Stock.h:
* Minor cleanupJohnny Willemsen2021-05-265-47/+17
| | | | | | | | * ACE/examples/Logger/simple-server/Logging_Acceptor.cpp: * ACE/examples/Logger/simple-server/Logging_Acceptor.h: * ACE/examples/Logger/simple-server/Logging_Handler.cpp: * ACE/examples/Logger/simple-server/Logging_Handler.h: * ACE/examples/Logger/simple-server/server_loggerd.cpp:
* Removed not used auto_ptr member, use delete instead of ↵Johnny Willemsen2021-04-291-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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:
* Fixed compile warningsJohnny Willemsen2021-03-272-13/+18
| | | | | | | * ACE/ACEXML/parser/parser/Parser.cpp: * ACE/ace/Message_Queue_T.cpp: * ACE/examples/IPC_SAP/FIFO_SAP/FIFO-test.cpp: * ACE/examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp:
* Make use of std::unique_ptr instead of auto_ptrJohnny Willemsen2021-03-2610-44/+39
| | | | | | | | | | | | | | | | | | * ACE/ACEXML/common/Attributes_Def_Builder.h: * ACE/ACEXML/common/Element_Def_Builder.h: * ACE/examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.cpp: * ACE/examples/Bounded_Packet_Relay/bpr_thread.cpp: * ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp: * ACE/examples/Reactor/TP_Reactor/AcceptHandler.cpp: * ACE/examples/Shared_Malloc/test_multiple_mallocs.cpp: * ACE/examples/Shared_Malloc/test_position_independent_malloc.cpp: * ACE/examples/Timer_Queue/main_async.cpp: * ACE/examples/Timer_Queue/main_reactor.cpp: * ACE/examples/Timer_Queue/main_thread.cpp: * ACE/examples/Timer_Queue/main_thread_custom_handler.cpp: * ACE/protocols/ace/TMCast/Group.cpp: * ACE/protocols/ace/TMCast/Group.hpp: * ACE/protocols/ace/TMCast/MTQueue.hpp:
* Merge pull request #1458 from jwillemsen/jwi-cleanupJohnny Willemsen2021-03-171-1/+1
|\ | | | | Minor cleanup
| * Minor cleanupJohnny Willemsen2021-03-171-1/+1
| |
* | Removed redundant voidJohnny Willemsen2021-03-17104-221/+221
|/
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-0954-62/+62
|
* Merge pull request #1383 from jwillemsen/jwi-ACE_LACKS_PLACEMENT_OPERATOR_DELETEJohnny Willemsen2021-01-055-10/+0
|\ | | | | Removed check for ACE_LACKS_PLACEMENT_OPERATOR_DELETE, supported by a…
| * Removed check for ACE_LACKS_PLACEMENT_OPERATOR_DELETE, supported by all ↵Johnny Willemsen2021-01-055-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compilers supporting C++11 * ACE/ace/Svc_Handler.cpp: * ACE/ace/Svc_Handler.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-sunos5.5.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/tests/POA/DSI/Database_i.cpp: * TAO/tests/POA/DSI/Database_i.h:
* | Removed ACE_ENDLESS_LOOP, not usedJohnny Willemsen2021-01-051-2/+0
|/ | | | | * ACE/ace/Global_Macros.h: * ACE/examples/IPC_SAP/SOCK_SAP/CPP-inserver-poll.cpp:
* Replace auto_ptr with unique_ptr, use override, remove redundant voidJohnny Willemsen2020-12-307-18/+9
| | | | | | | | | | * ACE/examples/DLL/Magazine.h: * ACE/examples/DLL/Newsweek.cpp: * ACE/examples/DLL/Newsweek.h: * ACE/examples/DLL/README: * ACE/examples/DLL/Today.cpp: * ACE/examples/DLL/Today.h: * ACE/examples/DLL/test_dll.cpp:
* Reduce includesJohnny Willemsen2020-12-301-5/+1
| | | | * ACE/examples/Smart_Pointers/widget_test.cpp:
* Replace auto_ptr with unique_ptrJohnny Willemsen2020-12-301-5/+5
| | | | * ACE/examples/Smart_Pointers/widget_test.cpp:
* Use unique_ptrJohnny Willemsen2020-12-172-6/+6
| | | | | * ACE/examples/Logger/Acceptor-server/server_loggerd.cpp: * ACE/examples/Logger/simple-server/Logging_Handler.cpp:
* Use unique_ptrJohnny Willemsen2020-12-172-6/+6
| | | | | | | | | | | * ACE/Kokyu/Default_Dispatcher_Impl.cpp: * ACE/Kokyu/Default_Dispatcher_Impl.h: * ACE/Kokyu/Kokyu.h: * ACE/Kokyu/Kokyu_dsrt.h: * ACE/Kokyu/tests/EDF/test.cpp: * ACE/Kokyu/tests/FIFO/test.cpp: * ACE/examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp: * ACE/examples/C++NPv1/Thread_Per_Connection_Logging_Server.cpp:
* Remove checks for ACE_HAS_CPP11 and remove the code for C++03 now that we ↵Johnny Willemsen2020-11-106-33/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | require C++11 compiler support * ACE/ACEXML/examples/SAXPrint/main.cpp: * ACE/ace/ARGV.h: * ACE/ace/Basic_Types.h: * ACE/ace/Bound_Ptr.h: * ACE/ace/Bound_Ptr.inl: * ACE/ace/CDR_Stream.cpp: * ACE/ace/Codeset_IBM1047.cpp: * ACE/ace/Event_Handler.cpp: * ACE/ace/Event_Handler.h: * ACE/ace/Global_Macros.h: * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/Proactor.cpp: * ACE/ace/Process_Manager.h: * ACE/ace/Reactor.h: * ACE/ace/Reactor_Timer_Interface.h: * ACE/ace/Signal.h: * ACE/ace/Thread_Manager.cpp: * ACE/ace/Time_Policy.h: * ACE/ace/Time_Value.cpp: * ACE/ace/Time_Value.h: * ACE/ace/Time_Value.inl: * ACE/ace/WFMO_Reactor.cpp: * ACE/ace/XML_Utils/XML_Helper.h: * ACE/ace/XML_Utils/XSCRT/Elements.hpp: * ACE/ace/config-macosx-lion.h: * ACE/examples/APG/Active_Objects/AO.cpp: * ACE/examples/APG/Active_Objects/AO2.cpp: * ACE/examples/APG/Naming/Name_Binding.h: * ACE/examples/APG/Reactor/HAStatus.cpp: * ACE/examples/Threads/future1.cpp: * ACE/examples/Threads/future2.cpp: * ACE/netsvcs/lib/Client_Logging_Handler.cpp: * ACE/netsvcs/lib/Server_Logging_Handler_T.cpp: * ACE/tests/Bound_Ptr_Test.cpp: * ACE/tests/Bug_2540_Regression_Test.cpp: * ACE/tests/Bug_2820_Regression_Test.cpp: * ACE/tests/Chrono_Test.cpp: * ACE/tests/Compiler_Features_15_Test.cpp: * ACE/tests/Compiler_Features_16_Test.cpp: * ACE/tests/Compiler_Features_17_Test.cpp: * ACE/tests/Compiler_Features_18_Test.cpp: * ACE/tests/Compiler_Features_19_Test.cpp: * ACE/tests/Compiler_Features_20_DLL.h: * ACE/tests/Compiler_Features_21_Test.cpp: * ACE/tests/Compiler_Features_23_Test.cpp: * ACE/tests/Compiler_Features_24_Test.cpp: * ACE/tests/Compiler_Features_25_Test.cpp: * ACE/tests/Compiler_Features_26_Test.cpp: * ACE/tests/Compiler_Features_27_Test.cpp: * ACE/tests/Compiler_Features_28_Test.cpp: * ACE/tests/Compiler_Features_29_Test.cpp: * ACE/tests/Compiler_Features_31_Test.cpp: * ACE/tests/Compiler_Features_32_Test.cpp: * ACE/tests/Compiler_Features_34_Test.cpp: * ACE/tests/Compiler_Features_35_Test.cpp: * ACE/tests/Compiler_Features_36_Test.cpp: * ACE/tests/DLL_Test.cpp: * ACE/tests/Process_Manager_Test.cpp: * ACE/tests/Reactor_Remove_Resume_Test.cpp: * ACE/tests/Reactor_Timer_Test.cpp: * ACE/tests/Task_Ex_Test.cpp: * TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp: * TAO/TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp: * TAO/TAO_IDL/be_include/be_helper.h: * TAO/orbsvcs/ImplRepo_Service/AsyncListManager.h: * TAO/tao/Object.h:
* Use #!/usr/bin/env perl as perl shebang for portability, see ↵Johnny Willemsen2020-10-022-2/+2
| | | | | | | | | | | | https://stackoverflow.com/questions/10376206/what-is-the-preferred-bash-shebang and https://github.com/conda-forge/staged-recipes/pull/12698 * ACE/bin/depgen.pl: * ACE/bin/generate_export_file.pl: * ACE/bin/mpc.pl: * ACE/bin/mwc.pl: * ACE/bin/split-cpp.pl: * ACE/examples/IPC_SAP/SOCK_SAP/summarize.pl: * ACE/examples/IPC_SAP/SSL_SAP/summarize.pl:
* Removed empty linesJohnny Willemsen2020-09-091-2/+0
| | | | * ACE/examples/Reactor/Ntalker/README:
* With C++11 make use of std::unique_ptrJohnny Willemsen2020-08-212-1/+9
| | | | | * ACE/examples/APG/Naming/Name_Binding.h: * ACE/examples/APG/Reactor/HAStatus.cpp:
* Use ACE_OS instead of ACE_OS_StringJohnny Willemsen2020-06-103-8/+8
| | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_time.inl: * ACE/examples/APG/Config/ARGV_Example.cpp: * ACE/examples/APG/Config/Get_Opt.cpp: * ACE/examples/APG/Config/Get_Opt_Long.cpp: * ACE/tests/ARGV_Test.cpp: * TAO/orbsvcs/DevGuideExamples/Security/ParticipatingApp/Messenger_i.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Thread_Flags.cpp: * TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/TimeStamp.cpp: * TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/receiver.cpp: * TAO/orbsvcs/tests/Event/ThreadFlags/testflags.cpp: * TAO/orbsvcs/tests/HTIOP/AMI/Test_Output.cpp: * TAO/orbsvcs/tests/HTIOP/BiDirectional/Test_Output.cpp: * TAO/orbsvcs/tests/HTIOP/Hello/Test_Output.cpp: * TAO/tests/Bug_3941_Regression/test.cpp:
* Layout, const, logging, doxygen changesJohnny Willemsen2020-05-145-36/+27
| | | | | | | | | | | | | | * ACE/ace/SSL/SSL_Asynch_Stream.cpp: * ACE/ace/SSL/SSL_Context.cpp: * ACE/examples/IPC_SAP/SSL_SAP/README: * ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h: * ACE/examples/IPC_SAP/SSL_SAP/SSL-client.h: * ACE/examples/IPC_SAP/SSL_SAP/SSL-server-simple.cpp: * ACE/examples/IPC_SAP/SSL_SAP/SSL-server.cpp: * ACE/tests/SSL/Bug_2912_Regression_Test.cpp: * ACE/tests/SSL/Thread_Pool_Reactor_SSL_Test.cpp: * ACE/tests/SSL/Thread_Pool_Reactor_SSL_Test.h: * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp:
* Windows API usage updates from #1069Adam Mitz2020-04-171-1/+1
|
* Removed old style documentation which was just about mentioning where ↵Johnny Willemsen2019-08-198-10/+0
| | | | constructors/destructors are
* Removed old comments before constructor/destructorJohnny Willemsen2019-08-1916-25/+0
|
* Fixed c++11 given warningsJohnny Willemsen2019-03-054-5/+27
| | | | | | | | | | * ACE/ace/Message_Queue_T.cpp: * ACE/examples/APG/Active_Objects/AO.cpp: * ACE/examples/APG/Active_Objects/AO2.cpp: * ACE/examples/Threads/future1.cpp: * ACE/examples/Threads/future2.cpp: * ACE/performance-tests/TCP/tcp_test.cpp: * ACE/performance-tests/UDP/udp_test.cpp:
* Fixed mismatched deleteJohnny Willemsen2019-02-021-1/+1
| | | | | | | | | * ACE/ace/Process.cpp: * ACE/contrib/FaCE/CE_ARGV.cpp: * ACE/contrib/FaCE/CE_Screen_Output.cpp: * ACE/contrib/FaCE/FaCE.cpp: * ACE/examples/Reactor/Proactor/test_aiocb.cpp: * ACE/tests/TkReactor_Test.cpp:
* Fix broken links and some doxygen enhancementsJohnny Willemsen2019-01-251-7/+7
| | | | | | | * ACE/ACE-INSTALL.html: * ACE/ACEXML/common/URL_Addr.h: * ACE/examples/Web_Crawler/URL_Addr.h: * TAO/docs/releasenotes/index.html:
* Fixed broken links and updated email address D. Schmidt to the correct oneJohnny Willemsen2019-01-2434-34/+34
|
* Updated several broken linksJohnny Willemsen2019-01-242-8/+8
|
* Fixed several broken linksJohnny Willemsen2019-01-242-2/+2
| | | | | | | | | * ACE/docs/ACE-categories.html: * ACE/docs/ACE-porting.html: * ACE/docs/exceptions.html: * ACE/examples/Bounded_Packet_Relay/README: * ACE/examples/Service_Configurator/IPC-tests/README: * ACE/tests/Bound_Ptr_Test.cpp:
* Removed empty linesJohnny Willemsen2018-08-161-3/+0
| | | | * ACE/examples/Map_Manager/test_hash_map_manager.cpp:
* Fixed errorJohnny Willemsen2018-02-251-1/+1
|
* Fixed errors with versioned namespace buildsJohnny Willemsen2018-02-242-12/+14
| | | | | * ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp: * ACE/examples/Reactor/WFMO_Reactor/Suspended_Removals.cpp:
* Layout changesJohnny Willemsen2017-11-242-5/+1
| | | | | * ACE/examples/Logger/README: * ACE/examples/README:
* Cleanup empty commented out linesJohnny Willemsen2017-08-311-3/+0
|
* Removed left over Id tagsJohnny Willemsen2017-08-315-11/+1
|
* Use ACE_WIN32 and bcc32c doesn't set __WIN32__ but uses _WIN32Johnny Willemsen2017-07-202-7/+2
| | | | | | | | | | * 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:
* Fixed gcc warningsJohnny Willemsen2017-04-301-17/+22
| | | | | | | * ACE/examples/ASX/UPIPE_Event_Server/event_server.cpp: * TAO/tests/DII_AMI_Forward/server.cpp: * TAO/tests/ForwardOnceUponException/client.cpp: * TAO/tests/ForwardUponObjectNotExist/client.cpp: