summaryrefslogtreecommitdiff
path: root/ACE/examples/Threads
Commit message (Collapse)AuthorAgeFilesLines
* Layout changesJohnny Willemsen2021-09-091-2/+0
| | | | | * ACE/examples/Threads/process_mutex.cpp: * ACE/tests/Signal_Test.cpp:
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-0911-12/+12
|
* Remove checks for ACE_HAS_CPP11 and remove the code for C++03 now that we ↵Johnny Willemsen2020-11-102-17/+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:
* Fixed c++11 given warningsJohnny Willemsen2019-03-052-1/+17
| | | | | | | | | | * 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 broken links and updated email address D. Schmidt to the correct oneJohnny Willemsen2019-01-244-4/+4
|
* Added .gitignore files based on svn:ignore propertiesAdam Mitz2015-03-021-0/+22
|
* Shorter headerJohnny Willemsen2015-01-071-1/+0
|
* Shorter headerJohnny Willemsen2015-01-076-6/+0
|
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-079-18/+0
|
* Removed single line Id tagJohnny Willemsen2015-01-0720-40/+0
|
* Changes for ANDROID portmhengstmengel2013-10-232-8/+3
|
* Thu Oct 20 06:57:38 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>Johnny Willemsen2011-10-201-430/+0
| | | | | | | * *.*: Removed autoconf support due to lack of resources/funding to get autoconf really working. It now only causes confusions and not working configurations for users.
* Thu Mar 24 13:26:32 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-03-249-207/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * examples/Bounded_Packet_Relay/BPR_Drivers.h: * examples/Bounded_Packet_Relay/BPR_Drivers.cpp: * examples/Bounded_Packet_Relay/BPR_Drivers_T.h: * examples/Bounded_Packet_Relay/BPR_Drivers_T.cpp: * examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.h: * examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.cpp: * examples/Bounded_Packet_Relay/bpr_thread.cpp: * examples/Connection/misc/Connection_Handler.cpp: * examples/DLL/Magazine.h: * examples/DLL/Newsweek.h: * examples/DLL/Today.h: * examples/IPC_SAP/UPIPE_SAP/ex1.cpp: * examples/IPC_SAP/UPIPE_SAP/ex2.cpp: * examples/IPC_SAP/UPIPE_SAP/ex3.cpp: * examples/Log_Msg/test_callback.cpp: * examples/Log_Msg/test_log_msg.cpp: * examples/Log_Msg/test_ostream.cpp: * examples/Logger/simple-server/Logging_Acceptor.h: * examples/Logger/simple-server/Logging_Handler.h: * examples/Logger/simple-server/Reactor_Singleton.h: * examples/Misc/test_trace.cpp: * examples/NT_Service/main.cpp: * examples/NT_Service/ntsvc.h: * examples/NT_Service/ntsvc.cpp: * examples/OS/Process/imore.cpp: * examples/OS/Process/process.cpp: * examples/QOS/Change_Receiver_FlowSpec/Fill_ACE_QoS.h: * examples/QOS/Change_Receiver_FlowSpec/FlowSpec_Dbase.h: * examples/QOS/Change_Receiver_FlowSpec/QoS_Signal_Handler.h: * examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h: * examples/QOS/Change_Receiver_FlowSpec/Receiver_QoS_Event_Handler.h: * examples/QOS/Change_Receiver_FlowSpec/Receiver_QoS_Event_Handler.cpp: * examples/QOS/Change_Receiver_FlowSpec/Sender_QoS_Event_Handler.h: * examples/QOS/Change_Receiver_FlowSpec/Sender_QoS_Event_Handler.cpp: * examples/QOS/Change_Receiver_FlowSpec/receiver.cpp: * examples/QOS/Change_Receiver_FlowSpec/sender.cpp: * examples/QOS/Change_Sender_TSpec/Fill_ACE_QoS.h: * examples/QOS/Change_Sender_TSpec/FlowSpec_Dbase.h: * examples/QOS/Change_Sender_TSpec/QoS_Signal_Handler.h: * examples/QOS/Change_Sender_TSpec/QoS_Util.h: * examples/QOS/Change_Sender_TSpec/Receiver_QoS_Event_Handler.h: * examples/QOS/Change_Sender_TSpec/Receiver_QoS_Event_Handler.cpp: * examples/QOS/Change_Sender_TSpec/Sender_QoS_Event_Handler.h: * examples/QOS/Change_Sender_TSpec/Sender_QoS_Event_Handler.cpp: * examples/QOS/Change_Sender_TSpec/receiver.cpp: * examples/QOS/Change_Sender_TSpec/sender.cpp: * examples/QOS/Simple/Fill_ACE_QoS.h: * examples/QOS/Simple/FlowSpec_Dbase.h: * examples/QOS/Simple/QoS_Signal_Handler.h: * examples/QOS/Simple/QoS_Util.h: * examples/QOS/Simple/Receiver_QoS_Event_Handler.h: * examples/QOS/Simple/Receiver_QoS_Event_Handler.cpp: * examples/QOS/Simple/Sender_QoS_Event_Handler.h: * examples/QOS/Simple/Sender_QoS_Event_Handler.cpp: * examples/QOS/Simple/receiver.cpp: * examples/QOS/Simple/sender.cpp: * examples/Reactor/Misc/test_early_timeouts.cpp: * examples/Reactor/Proactor/Aio_Platform_Test_C.cpp: * examples/Reactor/Proactor/post_completions.cpp: * examples/Reactor/Proactor/simple_test_proactor.cpp: * examples/Reactor/Proactor/test_aiocb.cpp: * examples/Reactor/Proactor/test_aiocb_ace.cpp: * examples/Reactor/Proactor/test_aiosig.cpp: * examples/Reactor/Proactor/test_aiosig_ace.cpp: * examples/Reactor/Proactor/test_cancel.cpp: * examples/Reactor/Proactor/test_end_event_loop.cpp: * examples/Reactor/Proactor/test_multiple_loops.cpp: * examples/Reactor/Proactor/test_proactor.cpp: * examples/Reactor/Proactor/test_proactor2.cpp: * examples/Reactor/Proactor/test_proactor3.cpp: * examples/Reactor/Proactor/test_timeout.cpp: * examples/Reactor/Proactor/test_timeout_st.cpp: * examples/Reactor/Proactor/test_udp_proactor.cpp: * examples/Reactor/WFMO_Reactor/APC.cpp: * examples/Reactor/WFMO_Reactor/Abandoned.cpp: * examples/Reactor/WFMO_Reactor/Console_Input.cpp: * examples/Reactor/WFMO_Reactor/Directory_Changes.cpp: * examples/Reactor/WFMO_Reactor/Exceptions.cpp: * examples/Reactor/WFMO_Reactor/Handle_Close.cpp: * examples/Reactor/WFMO_Reactor/Multithreading.cpp: * examples/Reactor/WFMO_Reactor/Network_Events.cpp: * examples/Reactor/WFMO_Reactor/Prerun_State_Changes.cpp: * examples/Reactor/WFMO_Reactor/Registration.cpp: * examples/Reactor/WFMO_Reactor/Registry_Changes.cpp: * examples/Reactor/WFMO_Reactor/Removals.cpp: * examples/Reactor/WFMO_Reactor/Suspended_Removals.cpp: * examples/Reactor/WFMO_Reactor/Talker.cpp: * examples/Reactor/WFMO_Reactor/Timeouts.cpp: * examples/Reactor/WFMO_Reactor/Window_Messages.cpp: * examples/Service_Configurator/Misc/main.cpp: * examples/Threads/TSS_Data.h: * examples/Threads/TSS_Obj.h: * examples/Threads/TSS_Task.h: * examples/Threads/future1.cpp: * examples/Threads/future2.cpp: * examples/Threads/process_manager.cpp: * examples/Threads/task_five.cpp: * examples/Threads/tss1.cpp: * examples/Threads/tss2.cpp: * examples/Timer_Queue/Custom_Handler.h: * examples/Timer_Queue/Custom_Handler.cpp: * examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.h: * examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.cpp: * examples/Timer_Queue/main_thread_custom_handler.cpp: * examples/Web_Crawler/Command_Processor.h: * examples/Web_Crawler/HTTP_URL.h: * examples/Web_Crawler/Iterators.h: * examples/Web_Crawler/Mem_Map_Stream.h: * examples/Web_Crawler/Options.h: * examples/Web_Crawler/URL.h: * examples/Web_Crawler/URL_Addr.h: * examples/Web_Crawler/URL_Status.h: * examples/Web_Crawler/URL_Visitor.h: * examples/Web_Crawler/URL_Visitor_Factory.h: * examples/Web_Crawler/Web_Crawler.h: * examples/Web_Crawler/main.cpp: Converted to doxygen style of documentation
* Mon Sep 27 14:08:11 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>vzykov2010-09-271-9/+5
| | | | | | | | | | | | | | | | | | * ace/Log_Msg.h: * ace/Log_Msg.cpp: Fixed compilation with ACE_HAS_DUMP. The later happens because ACE_Log_Msg depends on ACE_Atomic_Op and ACE_Atomic_Op needs ACE_DEBUG when ACE_HAS_DUMP is defined. This change moves include of ace/Atomic_Op.h from header to CPP file and adds forward declaration for ACE_Atomic_Op. * ace/Atomic_Op_T.cpp: * ace/Guard_T.cpp: Removed unnecessary this paramater when doing ACE_END_DUMP. * examples/Misc/test_dump.h: * examples/Threads/thread_specific.cpp: Fixed logging in these tests.
* Removed ACE_RCSIDJohnny Willemsen2010-09-0817-17/+17
|
* * *.cpp:Johnny Willemsen2010-09-087-23/+10
| | | | Removed RCS_ID
* Tue Sep 7 10:52:59 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-076-17/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Kokyu/DSRT_Direct_Dispatcher_Impl_T.cpp: Use ACE_GUARD * Kokyu/Dispatcher_Task.cpp: Initialise pointer with 0 * PROBLEM-REPORT-FORM: * VERSION: Updated support email addresses * ace/ACE.inl: Layout changes * ace/ACE.cpp: Layout changes, simplified some ifdef checks * ace/Auto_IncDec_T.h: * ace/Env_Value_T.h: Use ACE_Copy_Disabled * ace/Bound_Ptr.inl: Documentation updates * ace/CORBA_macros.h: Removed all deprecated macros * ace/Dynamic_Service_Base.cpp: Use ACE_GUARD_RETURN * ace/Event_Handler_T.h: * ace/Event_Handler_T.inl: * ace/Event_Handler_T.cpp: Removed checks for ACE_HAS_TEMPLATE_TYPEDEFS, I think all compilers have this now, let us see if nothing breaks * ace/FILE.h: Doxygen updates * ace/Future.h: * ace/Future.cpp: Use mutex defines * ace/Future_Set.h: Use ACE_Copy_Disabled * ace/Future_Set.cpp: Initialise pointer with 0 * ace/Global_Macros.h: Removed checks for ACE_HAS_TEMPLATE_TYPEDEFS, doxygen changes, make it possible for users to redefine ACE_GUARD macros * ace/Guard_T.h: * ace/Guard_T.inl: * ace/Guard_T.cpp: Doxygen changes, disable ACE_Guard checks for this file * ace/Hash_Map_Manager_T.h: * ace/Hash_Multi_Map_Manager_T.h: * ace/Map_Manager.h: Update to indicate the usage of ACE_GUARD * ace/INET_Addr.h: Doxygen changes * ace/Local_Tokens.h: Disable part of this file for ACE_Guard fuzz check * ace/Log_Msg.cpp: Use ACE_OS::thr_self * ace/Malloc_T.h: Disable part of this file for ACE_Guard fuzz check, doxygen changes * ace/Message_Queue_T.h: * ace/Message_Queue_T.cpp: * ace/Message_Queue_Vx.h: * ace/Message_Queue_Vx.cpp: Removed ACE_Guard argument to some methods, not used and now cause fuzz to fail * ace/Mutex.h: * ace/Mutex.inl: Added non const lock(), this fixes bugzilla 3878. Thanks to Susan Finster <sfinster at daetwyler-rd dot com> for reporting this * ace/Null_Barrier.h: * ace/Null_Condition.h: * ace/Null_Mutex.h: * ace/Null_Semaphore.h: Removed old comments, disable part for ACE_Guard, removed ACE_Null_Mutex_Guard * ace/OS_NS_Thread.cpp: Layout changes, use ACE_Guard * ace/OS_NS_poll.cpp: * ace/OS_NS_sys_select.cpp: Layout changes * ace/OS_NS_sys_socket.inl: Comment change * ace/Read_Buffer.h: * ace/Remote_Tokens.h: * ace/SOCK.h: Doxygen changes * ace/SOCK_Connector.h: * ace/SOCK_Dgram_Mcast.h: Doxygen changes * ace/SOCK_Connector.cpp: Layout and const changes * ace/Select_Reactor.h: Disable part of this file for ACE_Guard fuzz check * ace/Service_Gestalt.h: Use ACE_Copy_Disabled * ace/Sig_Handler.cpp: Use ACE_GUARD macros * ace/Synch_Traits.h: Removed ACE_HAS_TEMPLATE_TYPEDEFS checks * ace/TSS_T.h: * ace/TSS_T.cpp: Use ACE_Copy_Disabled, reworked some code to fix ACE_Guard fuzz checks * ace/Task_Ex_T.h: Use ACE_Copy_Disabled * apps/Gateway/Peer/Peer.cpp: * apps/JAWS/server/HTTP_Server.cpp: * apps/JAWS/server/JAWS_IO.cpp: Initialise pointers with 0 * apps/JAWS/server/HTTP_Helpers.cpp: Use ACE_GUARD macros * apps/JAWS2/JAWS/Cache_Hash_T.cpp: * apps/JAWS2/JAWS/Cache_Manager_T.cpp: * apps/JAWS2/JAWS/Cache_Object.cpp: * apps/JAWS2/JAWS/Concurrency.cpp: * apps/JAWS2/JAWS/FILE.cpp: * apps/JAWS2/JAWS/Jaws_IO.cpp: * apps/JAWS2/JAWS/Reaper.cpp: * apps/JAWS3/jaws3/FILE.cpp: Use ACE_GUARD macros * apps/gperf/src/Options.cpp: Rename of local variable so that we don't need to disable ACE_OS fuzz check * bin/fuzz.pl: Improved ACE_Guard checks and enable this one by default * bin/generate_doxygen.pl: Let DANCE use the CIAO version file for the moment * bin/make_release.py: Don't create static and wince solutions as part of the release anymore, if you use these, generate them by hand in the future. Added vc10 project files * examples/APG/Proactor/HA_Proactive_Status.cpp: * examples/APG/Reactor/Client.cpp: * examples/APG/Reactor/HAStatus.cpp: * examples/APG/Streams/Answerer.cpp: * examples/APG/Streams/CommandStream.cpp: * examples/APG/ThreadManagement/Pool.cpp: * examples/APG/ThreadPools/LF_ThreadPool.cpp: * examples/APG/ThreadPools/Task_ThreadPool.cpp: * examples/APG/ThreadSafety/Semaphore.cpp: * examples/APG/Threads/Message_Blocks.cpp: * examples/APG/Threads/Message_Queue.cpp: * examples/ASX/Message_Queue/bounded_buffer.cpp: * examples/ASX/Message_Queue/priority_buffer.cpp: * examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.cpp: * examples/C++NPv2/AIO_Client_Logging_Daemon.cpp: * examples/C++NPv2/display_logfile.cpp: * examples/IPC_SAP/UPIPE_SAP/ex1.cpp: * examples/Reactor/Misc/test_demuxing.cpp: * examples/Reactor/WFMO_Reactor/Talker.cpp: * examples/Threads/barrier2.cpp: * examples/Threads/thread_pool.cpp: Initialise pointers with 0 * examples/APG/ThreadPools/ThreadPool.cpp: Use ACE_Thread_ID to store a print a thread id using ACE_DEBUG, that is the only way that is 100% portable * examples/APG/Threads/Guards.cpp: Disable ACE_Guard fuzz * examples/Threads/reader_writer.cpp: * examples/Threads/recursive_mutex.cpp: Use ACE_GUARD macros * examples/Threads/thread_specific.cpp: * examples/Threads/tss1.cpp: Removed code not used * include/makeinclude/platform_g++_common.GNU: Added CROSS_COMPILE support to this file * include/makeinclude/platform_linux.GNU: * include/makeinclude/platform_linux_common.GNU: Moved some bits to platform_g++_common.GNU, works with G++ in general * include/makeinclude/platform_qnx_neutrino.GNU: * include/makeinclude/platform_qnx_rtp_gcc.GNU: Cleanup * netsvcs/lib/Log_Message_Receiver.h: * netsvcs/lib/Log_Message_Receiver.cpp: Use ACE_GUARD macros * performance-tests/Misc/Misc.mpc: Enable test_guard * performance-tests/Misc/test_guard.cpp: Made this compiling again * performance-tests/Synch-Benchmarks/Base_Test/Baseline_Test.cpp: * performance-tests/TCP/tcp_test.cpp: Renamed variable to not need ACE_OS fuzz disable code * protocols/ace/HTBP/HTBP_ID_Requestor.cpp: * protocols/ace/HTBP/HTBP_Session.cpp: Use ACE_GUARD macros * protocols/ace/RMCast/Acknowledge.h: * protocols/ace/RMCast/Acknowledge.cpp: * protocols/ace/RMCast/Bits.h: * protocols/ace/RMCast/Flow.h: * protocols/ace/RMCast/Flow.cpp: * protocols/ace/RMCast/Fragment.h: * protocols/ace/RMCast/Fragment.cpp: * protocols/ace/RMCast/Link.h: * protocols/ace/RMCast/Link.cpp: * protocols/ace/RMCast/Parameters.h: * protocols/ace/RMCast/Protocol.h: * protocols/ace/RMCast/Protocol.cpp: * protocols/ace/RMCast/Reassemble.h: * protocols/ace/RMCast/Reassemble.cpp: * protocols/ace/RMCast/Retransmit.h: * protocols/ace/RMCast/Retransmit.cpp: * protocols/ace/RMCast/Simulator.h: * protocols/ace/RMCast/Simulator.cpp: * protocols/ace/RMCast/Socket.h: * protocols/ace/RMCast/Socket.cpp: * protocols/ace/RMCast/Stack.h: * protocols/ace/RMCast/Stack.cpp: * protocols/ace/TMCast/FaultDetector.hpp: * protocols/ace/TMCast/Group.cpp: * protocols/ace/TMCast/Group.hpp: * protocols/ace/TMCast/GroupFwd.hpp: * protocols/ace/TMCast/LinkListener.hpp: * protocols/ace/TMCast/MTQueue.hpp: * protocols/ace/TMCast/MTQueue.cpp: * protocols/ace/TMCast/Messaging.hpp: * protocols/ace/TMCast/Protocol.hpp: * protocols/ace/TMCast/Protocol.cpp: * protocols/ace/TMCast/TransactionController.hpp: Removed commented out code, Id changes, disable ACE_Guard check for this project * rpmbuild/ace-tao.spec: Fixed some problems in this spec file * tests/Aio_Platform_Test.cpp: * tests/Basic_Types_Test.cpp: * tests/Bug_1576_Regression_Test.cpp: * tests/Bug_3532_Regression_Test.cpp: * tests/Bug_3673_Regression_Test.cpp: * tests/Bug_3709_Regression_Test.cpp: * tests/Bug_3744_Regression_Test.cpp: * tests/Compiler_Features_03_Test.cpp: * tests/Compiler_Features_09_Test.cpp: * tests/Compiler_Features_13_Test.cpp: * tests/Compiler_Features_14_Test.cpp: * tests/Env_Value_Test.cpp: * tests/Hash_Map_Bucket_Iterator_Test.cpp: * tests/Logging_Strategy_Test.cpp: * tests/MT_SOCK_Test.cpp: * tests/Pipe_Test.cpp: * tests/Priority_Task_Test.cpp: * tests/Proactor_UDP_Test.cpp: * tests/QtReactor_Test.cpp: * tests/Reactor_Notification_Queue_Test.cpp: * tests/Reactor_Registration_Test.cpp: * tests/Reference_Counted_Event_Handler_Test.cpp: * tests/Time_Service_Test.cpp: Zapped ACE_RCSID * tests/Message_Block_Test.cpp: * tests/Multicast_Test_IPV6.cpp: Initialise pointer with 0 * tests/Reader_Writer_Test.cpp: Use ACE_GUARD * tests/Recursive_Mutex_Test.cpp: Disable ACE_Guard fuzz for part of this file * tests/Bug_3878_Regression_Test.cpp: New test for bugzilla 3878 * tests/SSL/Bug_2912_Regression_Test.cpp: * tests/TP_Reactor_Test.cpp: Use ACE_GUARD * tests/Simple_Message_Block_Test.cpp: * tests/Svc_Handler_Test.cpp: * tests/Thread_Pool_Test.cpp: * tests/UPIPE_SAP_Test.cpp: Initialise pointers with 0 * tests/Thread_Mutex_Test.cpp: Disable ACE_Guard fuzz * tests/Upgradable_RW_Test.cpp: Use ACE_GUARD * tests/run_test.lst: * tests/tests.mpc: Added 3878
* Wed Apr 29 13:52:12 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-04-291-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * examples/APG/Active_Objects/active_objects.mpc * examples/APG/Config/config.mpc * examples/APG/Containers/containers.mpc * examples/APG/Misc_IPC/misc_ipc.mpc * examples/APG/Naming/naming.mpc * examples/APG/Proactor/proactor.mpc * examples/APG/Processes/processes.mpc * examples/APG/Shared_Memory/shared_memory.mpc * examples/APG/Streams/streams.mpc * examples/APG/Svc_Config/svc_config.mpc * examples/APG/ThreadPools/threadpools.mpc * examples/APG/ThreadSafety/threadsafety.mpc * examples/ASX/Event_Server/Event_Server/Event.mpc * examples/ASX/UPIPE_Event_Server/UPIPE_Event.mpc * examples/C++NPv1/C++NPv1.mpc * examples/C++NPv2/C++NPv2.mpc * examples/Connection/blocking/Connection_Blocking.mpc * examples/Connection/misc/Connection_Misc.mpc * examples/Connection/non_blocking/Connection_Non_Blocking.mpc * examples/IPC_SAP/DEV_SAP/reader/dev_sap_reader.mpc * examples/IPC_SAP/DEV_SAP/writer/dev_sap_writer.mpc * examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc * examples/IPC_SAP/FILE_SAP/file_sap_client.mpc * examples/IPC_SAP/SOCK_SAP/sock_sap.mpc * examples/IPC_SAP/SSL_SAP/SSL_SAP.mpc * examples/IPC_SAP/UPIPE_SAP/UPIPE_SAP.mpc * examples/Mem_Map/file-reverse/Mem_Map_File_Reverse.mpc * examples/Mem_Map/IO-tests/Mem_Map_IO_Tests.mpc * examples/Misc/Misc.mpc * examples/Naming/Naming.mpc * examples/OS/Process/OS_Process.mpc * examples/QOS/Diffserv/QOS_Diffserv.mpc * examples/Reactor/Dgram/Reactor_Dgram.mpc * examples/Reactor/FIFO/Reactor_FIFO.mpc * examples/Reactor/Proactor/Proactor.mpc * examples/Reactor/WFMO_Reactor/WFMO_Reactor.mpc * examples/Semaphores/Semaphores.mpc * examples/Service_Configurator/IPC-tests/client/Svc_Cfg_IPC_Client.mpc * examples/Service_Configurator/IPC-tests/server/Svc_Cfg_IPC_Server.mpc * examples/Shared_Malloc/Shared_Malloc.mpc * examples/Shared_Memory/Shared_Memory.mpc * examples/Synch/Synch.mpc * examples/System_V_IPC/SV_Message_Queues/SV_Message_Queues.mpc * examples/System_V_IPC/SV_Semaphores/SV_Semaphores.mpc * examples/Threads/Threads.mpc * examples/Web_Crawler/Web_Crawler.mpc Use the avoids_ace_for_tao base project
* Mon Feb 23 08:16:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-02-232-4/+4
|
* ChangeLogTag: Tue Aug 12 19:45:16 UTC 2008 Jeff Parsons ↵parsons2008-08-123-11/+8
| | | | <j.parsons@vanderbilt.edu>
* Mon Jun 16 16:54:25 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2008-06-164-54/+55
|
* undoing accidental deletionWilliam R. Otte2008-03-0430-0/+5333
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-0430-5333/+0
|
* Mon Mar 3 10:49:28 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2008-03-031-1/+1
|
* Sat Aug 18 01:16:11 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-08-181-7/+7
|
* Fri Jul 20 03:22:02 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-07-2011-89/+126
|
* Wed Jul 18 05:02:49 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-07-181-2/+7
|
* Tue Jul 17 04:03:24 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-07-171-1/+1
|
* Thu Jun 28 14:12:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-06-281-1/+1
|
* ChangeLogTag:Mon Mar 26 20:46:34 UTC 2007 William R. Otte ↵William R. Otte2007-03-261-31/+43
| | | | <wotte@dre.vanderbilt.edu>
* ACE ChangeLogTag: Sat Jan 6 04:41:30 UTC 2007 Chris Cleeland ↵cleeland2007-01-061-22/+0
| | | | | | | <cleeland_c@ociweb.com> TAO ChangeLogTag: Sat Jan 6 19:16:55 UTC 2007 Chris Cleeland <cleeland_c@ociweb.com> Updated svn:ignore property in many places and eliminated vestigial .cvsignore files.
* ChangeLogTag: Sat Dec 30 06:23:13 UTC 2006 J.T. Conklin ↵jtc2006-12-301-0/+22
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag: Wed Nov 22 14:10:08 UTC 2006 J.T. Conklin ↵jtc2006-11-221-1/+1
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag:Sat Oct 28 20:50:56 UTC 2006 Steve Huston <shuston@riverace.com>Steve Huston2006-10-281-1/+1
|
* ChangeLogTag:Fri Oct 28 03:23:18 UTC 2006 Ossama Othman <ossama_othman at ↵Ossama Othman2006-10-283-23/+13
| | | | symantec dot com>
* Repo restructuringWilliam R. Otte2006-07-2431-0/+5289