summaryrefslogtreecommitdiff
path: root/ACE/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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:
* Fixed typoJohnny Willemsen2017-04-051-3/+1
| | | | * ACE/examples/IPC_SAP/DEV_SAP/README:
* Fixed typoJohnny Willemsen2017-01-027-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ACEXML/common/DTD_Manager.h: * ACE/ACEXML/common/NamespaceSupport.h: * ACE/ACEXML/parser/debug_validator/Debug_DTD_Manager.h: * ACE/ace/Containers_T.h: * ACE/ace/DLL.h: * ACE/ace/QoS/QoS_Session.h: * ACE/ace/QoS/QoS_Session_Impl.cpp: * ACE/ace/QoS/QoS_Session_Impl.h: * ACE/ace/RB_Tree.h: * ACE/ace/SSL/SSL_SOCK_Stream.cpp: * ACE/ace/SSL/SSL_SOCK_Stream.inl: * ACE/ace/Select_Reactor_T.cpp: * ACE/ace/TP_Reactor.cpp: * ACE/ace/Token.cpp: * ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/file.h: * ACE/examples/APG/Signals/SigHandler.cpp: * ACE/examples/APG/Signals/SigHandlers.cpp: * ACE/examples/Reactor/Proactor/test_aiosig.cpp: * ACE/examples/Reactor/Proactor/test_aiosig_ace.cpp: * ACE/examples/Reactor/WFMO_Reactor/APC.cpp: * ACE/examples/Reactor/WFMO_Reactor/Abandoned.cpp: * ACE/examples/Reactor/WFMO_Reactor/Window_Messages.cpp: * ACE/tests/Cached_Accept_Conn_Test.cpp: * ACE/tests/Dev_Poll_Reactor_Echo_Test.cpp: * ACE/tests/Dev_Poll_Reactor_Test.cpp: * TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInitializer.cpp: * TAO/examples/Content_Server/AMI_Observer/Callback_Handler.cpp: * TAO/orbsvcs/examples/Notify/Subscribe/Subscribe.h: * TAO/orbsvcs/examples/RtEC/Kokyu/Supplier.cpp: * TAO/orbsvcs/examples/RtEC/Kokyu/Supplier.h: * TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.cpp: * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp: * TAO/orbsvcs/tests/Bug_1630_Regression/testclient.cpp: * TAO/orbsvcs/tests/Concurrency/CC_command.cpp: * TAO/orbsvcs/tests/Event/Mcast/Two_Way/application.cpp: * TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h: * TAO/tao/Connection_Handler.cpp: * TAO/tao/IIOP_Connector.cpp: * TAO/tao/Invocation_Utils.h: * TAO/tao/LF_CH_Event.h: * TAO/tao/ORB_Core.cpp: * TAO/tao/Stub.h: * TAO/tao/Stub.inl: * TAO/tao/Transport.h: * TAO/tests/Bug_1495_Regression/Threaded_Server.cpp: * TAO/tests/Bug_1495_Regression/server_interceptor.cpp: * TAO/tests/Bug_3748_Regression/client.cpp: * TAO/tests/DII_AMI_Forward/server_interceptor.cpp: * TAO/tests/DynValue_Test/main.cpp: * TAO/tests/Explicit_Event_Loop/client.cpp: * TAO/tests/Explicit_Event_Loop/server.cpp: * TAO/tests/IORManipulation/IORTest.cpp: * TAO/tests/POA/On_Demand_Act_Direct_Coll/Collocated_Test.cpp: * TAO/tests/Portable_Interceptors/Bug_1559/server_interceptor.cpp: * TAO/tests/Portable_Interceptors/ForwardRequest/Client_Request_Interceptor.cpp: * TAO/tests/Portable_Interceptors/ForwardRequest/Server_Request_Interceptor.cpp: * TAO/tests/TransportCurrent/Framework/client.cpp: * TAO/tests/TransportCurrent/IIOP/client.cpp:
* Revert "some (bundled) minor changes (take 2)"revert-176-masterJohnny Willemsen2016-10-3112-31/+25
|
* Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOErik Sohns2016-10-233-3/+3
|\
| * Fixed typosJohnny Willemsen2016-08-103-3/+3
| | | | | | | | | | | | | | | | | | | | * ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.cpp: * ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.cpp: * ACE/examples/QOS/Simple/QoS_Util.cpp: * TAO/orbsvcs/orbsvcs/Notify/Supplier.cpp: * TAO/orbsvcs/tests/AVStreams/Component_Switching/distributer.h: * TAO/orbsvcs/tests/AVStreams/Component_Switching/sender.h: * TAO/orbsvcs/tests/AVStreams/Pluggable/server.h:
* | Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOErik Sohns2016-07-141-1/+1
|\ \ | |/ | | | | | | | | | | # Conflicts: # ACE/protocols/ace/HTBP/HTBP_Channel.cpp # ACE/protocols/ace/HTBP/HTBP_Inside_Squid_Filter.cpp # ACE/protocols/ace/HTBP/HTBP_Session.cpp
| * Fixed typosJohnny Willemsen2016-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | * ACE/examples/APG/ThreadPools/TP_Reactor.cpp: * ACE/tests/SSL/Thread_Pool_Reactor_SSL_Test.cpp: * ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp: * ACE/tests/Thread_Pool_Reactor_Test.cpp: * TAO/orbsvcs/orbsvcs/CosEventComm.idl: * TAO/orbsvcs/orbsvcs/CosNotification.idl: * TAO/tests/Bug_3154_Regression/orbsvcs/CosNotification.idl:
* | fixed an issue with (exported) template specializations (Win32) (part3)Erik Sohns2015-12-032-6/+0
| |
* | repaired include strategy for ace/Synch.h (prerequisite to solving template ↵Erik Sohns2015-12-0310-22/+31
| | | | | | | | instantiation issues on Win32)
* | fixed an issue with (exported) template specializations (Win32)Erik Sohns2015-12-023-2/+5
|/
* Merge pull request #156 from kroeckx/masterJohnny Willemsen2015-11-193-3/+3
|\ | | | | Remove version specific OpenSSL methods
| * Remove version specific OpenSSL methodsKurt Roeckx2015-11-073-3/+3
| | | | | | | | The SSLv23_* methods are the only one that support multiple versions.
* | Merged branch ace-face-safety (FACE Safety Profile import from OCITAO).Adam Mitz2015-11-061-1/+2
|/
* Added .gitignore files based on svn:ignore propertiesAdam Mitz2015-03-0268-0/+279
|
* Fixed coverity 1271860 Non-array delete for scalarsJohnny Willemsen2015-03-011-2/+2
|
* removed id and shorter headersJohnny Willemsen2015-01-071-5/+0
|
* Shorter headerJohnny Willemsen2015-01-0717-17/+0
|
* Shorter headerJohnny Willemsen2015-01-0765-85/+0
|