summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag: Tue Dec 27 10:06:28 CET 2011 Johnny Willemsen ↵ACE+TAO+CIAO-6_0_7Johnny Willemsen2011-12-270-0/+0
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag:Tue Dec 27 10:06:28 CET 2011 Johnny Willemsen ↵Johnny Willemsen2011-12-2746-73/+89
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Mon Dec 26 23:50:02 UTC 2011 Adam Mitz <mitza@ociweb.com>Adam Mitz2011-12-262-2/+18
|
* Sat Dec 24 11:56:39 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-12-242-1/+6
| | | | | * tests/Mixed_Sync_ASync_Events/test_i.cpp: Fixed compile error on OpenVMS
* Wed Dec 21 11:25:49 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-212-0/+6
| | | | | * tests/Task_Wait_Test.cpp: Fixed compile issue on Solaris 10.
* again Windows XP Johnny Willemsen2011-12-211-4/+1
|
* Wed Dec 21 09:42:12 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-12-214-2/+20
|
* ChangeLogTag:Tue Dec 20 15:43:39 UTC 2011 Steve Huston <shuston@riverace.com>Steve Huston2011-12-204-0/+96
|
* ChangeLogTag:Tue Dec 20 15:36:24 UTC 2011 Steve Huston <shuston@riverace.com>Steve Huston2011-12-203-6/+18
|
* Tue Dec 20 15:10:01 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-12-205-0/+16
| | | | | | | | | | | * connectors/dds4ccm/performance-tests/DDSLatency/DDS_Receiver/Latency_Receiver.cpp: * connectors/dds4ccm/performance-tests/DDSLatency/DDS_Sender/Latency_Sender.cpp: * connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Receiver/Throughput_Receiver.cpp: * connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Sender/Throughput_Sender.cpp: Reset the timer queue and finalize DDS explicitly to fix a lot of reported memory leaks
* Tue Dec 20 13:56:10 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-204-5/+12
| | | | | | | * tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/PI_ProcMode_Collocated.mpc: * tests/Portable_Interceptors/Processing_Mode_Policy/Remote/PI_ProcMode_Remote.mpc: * tests/Portable_Interceptors/Register_Initial_References/Register_ORBInitializer.mpc: Projects must avoid CORBA-e-micro.
* Changes for windowsJohnny Willemsen2011-12-201-3/+5
|
* Tue Dec 20 09:10:05 UTC 2011 Marijke Hengstmengel <mhengstmengel@remedy.nl>Marijke Hengstmengel2011-12-202-7/+10
| | | | | * connectors/ami4ccm/tests/InterReturn/Sender/InterReturnT_Sender_exec.cpp: Solved valgrind errors.
* Tue Dec 20 09:55:08 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-12-202-1/+7
| | | | | | | | * tests/Time_Policy_Custom/Custom_Time_Policy_Strategy.cpp: Fixed incorrect export macro in class definition.
* Mon Dec 19 19:00:07 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-12-192-1/+6
| | | | | * docs/bczar/bczar.html: Added another package
* Mon Dec 19 18:58:16 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-12-194-1/+10
| | | | | | | * tests/Bug_1330_Regression/client.cpp: * tests/Bug_1670_Regression/client.cpp: * tests/Bug_2243_Regression/ORB_object_to_string.cpp: Fixed valgrind reported memory leaks
* Mon Dec 19 13:28:16 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-12-1916-22/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/Abstract_Timer_Queue.h: * ace/Timer_Hash_T.h: * ace/Timer_Hash_T.cpp: * ace/Timer_Heap_T.h: * ace/Timer_Heap_T.cpp: * ace/Timer_List_T.h: * ace/Timer_List_T.cpp: * ace/Timer_Queue_Adapters.inl: * ace/Timer_Queue_Adapters.cpp: * ace/Timer_Wheel_T.h: * ace/Timer_Wheel_T.cpp: Added close() method. * ace/Dev_Poll_Reactor.cpp: * ace/Proactor.cpp: * ace/Select_Reactor_T.cpp: * ace/WFMO_Reactor.cpp: Implemented support for timer queue close (). The rationale for these changes is that when using reactors with user defined timer queues the reactor does not delete the timer queue when being deleted itself. Without any other cleanup this created the possibility (as encountered in TAO/tests/Bug_3837_Regression after introduction of the TIME_POLICY changes) of outstanding timer handlers in the queue being triggered and attempting to access the reactor after the reactor has been destroyed. Calling close () for timer queues the reactor does not delete solves this potential problem.
* correction for XPJohnny Willemsen2011-12-191-11/+14
|
* Mon Dec 19 11:33:05 UTC 2011 Marijke Hengstmengel <mhengstmengel@remedy.nl>Marijke Hengstmengel2011-12-1912-23/+1258
| | | | | | | | | | | | | | | * tests/DAnCE/NodeManager-Deployments/run_test.pl: * tests/DAnCE/NodeManager-Deployments/run_test_noevent.pl: * tests/DAnCE/NodeManager-Deployments/run_test_cdr.pl: * tests/DAnCE/NodeManager-Deployments/run_testcdr_noevent.pl: * tests/DAnCE/ExecutionManager-Deployments/run_test.pl: * tests/DAnCE/ExecutionManager-Deployments/run_test_noevent.pl: * tests/DAnCE/ExecutionManager-Deployments/run_test_cdr.pl: * tests/DAnCE/ExecutionManager-Deployments/run_testcdr_noevent.pl: * tests/DAnCE/EM-Redeployment/run_test.pl: * tests/DAnCE/Em_Redeployment/run_test_noevent.pl: * bin/ciao_tests.lst: Splitted tests-runs in runs for noevent disabled and enabled.
* Mon Dec 19 12:12:37 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-12-192-3/+5
| | | | | * bin/fuzz.pl: Simplified check
* Mon Dec 19 10:27:45 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-12-192-1/+15
| | | | | | | | | * tests/Time_Policy/main.cpp: Added preprocessor tests to detect properly configured HR timer support.
* Mon Dec 19 09:17:33 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-12-192-0/+12
| | | | | * ace/ace_for_tao.mpc: Added missing files
* Sun Dec 18 11:56:00 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-12-182-1/+7
| | | | | * ace/Timer_Queue_T.h: Fixed CentOS warning
* Sun Dec 18 11:41:56 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-12-182-1/+5
| | | | | * ace/ace_for_tao.mpc: Removed obsolete file
* Sun Dec 18 11:36:05 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-12-182-5/+11
| | | | | | * bin/ciao_tests.lst: Run more tests with noevent, if some of the cdp's are not fit for noevent, than they should move to a different directory
* Sun Dec 18 11:35:18 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-12-182-1/+6
| | | | | * bin/generate_compile_stats.sh: Fixed incorrect command
* Sun Dec 18 10:29:12 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-12-182-0/+9
| | | | | | | | * ace/Abstract_Timer_Queue.h: Added missing abstract method dump().
* FuzzJohnny Willemsen2011-12-171-1/+1
|
* Sat Dec 17 18:13:40 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>parsons2011-12-172-8/+10
|
* Sat Dec 17 16:28:17 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-12-172-14/+17
| | | | | | | | * tao/Time_Policy_Manager.cpp: Fix for valgrind memory leak reports.
* Sat Dec 17 14:05:24 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-12-172-0/+7
| | | | | | | | * tests/Time_Policy_Custom/Custom_Time_Policy.mpc: Fix for windows compile problem.
* use gitJohnny Willemsen2011-12-171-1/+1
|
* use gitJohnny Willemsen2011-12-171-7/+7
|
* Fri Dec 16 18:25:19 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>parsons2011-12-162-1/+8
|
* Fri Dec 16 18:22:39 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-12-162-3/+9
| | | | | | | | * tao/Time_Policy_Manager.cpp: Changed to fix wchar compile problems.
* Fri Dec 16 12:39:56 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-169-139/+29
| | | | | | | | | | | | | | | | * bin/ciao_tests.lst: Added performance-tests/Keyed to the test framework. * ciao/Deployment/Handlers/Connection_Handler.cpp: Optimized logging. * connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan.cdp: * connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_pub.cdp: * connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_pub3.cdp: * connectors/dds4ccm/performance-tests/Latency/descriptors/Plan_SharedMem.cdp: * connectors/dds4ccm/performance-tests/Latency/descriptors/Plan_UDPv4.cdp: * connectors/dds4ccm/performance-tests/Throughput/descriptors/Plan_pub.cdp: Fixed runtime issues. Also cleaned up unused code.
* Fri Dec 16 08:03:07 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-162-1/+6
| | | | | * ace/Time_Policy_T.h: No dllimport/export in template classes.
* Fri Dec 16 07:37:37 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-162-0/+6
| | | | | * connectors/dds4ccm/idl/dds4ccm_stub.mpc: Added dds4ccm_QueryFilterC.inl to the DDS4CCM_stub project.
* Thu Dec 15 20:46:52 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>parsons2011-12-157-51/+89
|
* Thu Dec 15 19:45:30 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-12-152-1/+6
| | | | | | * ace/Countdown_Time_T.h: No need for an export macro with a C++ template
* Thu Dec 15 18:03:34 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>parsons2011-12-1511-28/+77
|
* Thu Dec 15 16:49:51 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>parsons2011-12-159-77/+173
|
* Fixed warningJohnny Willemsen2011-12-151-3/+1
|
* Added homesJohnny Willemsen2011-12-151-0/+2
|
* Thu Dec 15 14:01:48 UTC 2011 Marijke <mhengstmengel@remedy.nl>Marijke Hengstmengel2011-12-152-1/+6
| | | | | * connectors/dds4ccm/tests/HomeTest/HomeComp/HomeT_Home.mpc: Solved error.
* Thu Dec 15 14:02:06 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>parsons2011-12-152-1/+7
|
* Removed ADBC from the Middleware repo. It is now available in its own repoJohnny Willemsen2011-12-15100-6838/+1
|
* Thu Dec 15 13:25:37 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-153-2/+8
| | | | | | * tao/ORB_Time_Policy.h: * tao/ORB_Time_Policy.inl: Fixed warning for gcc 4.6.2
* Thu Dec 15 13:22:07 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-153-3/+9
| | | | | | * ace/Event_Handler_Handle_Timeout_Upcall.inl: * tests/Timer_Queue_Test.cpp: Fuzz. Removed tab character
* Thu Dec 15 13:12:39 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-1518-54/+77
| | | | | | | | | | | | | | | | | | | | | * ace/Event_Handler_Handle_Timeout_Upcall.inl: * ace/Event_Handler_Handle_Timeout_Upcall.cpp: * ace/Proactor.cpp: * ace/Timer_Hash.h: * ace/Timer_Hash_T.h: * ace/Timer_Hash_T.cpp: * ace/Timer_Heap.h: * ace/Timer_Heap_T.h: * ace/Timer_Heap_T.cpp: * ace/Timer_List.h: * ace/Timer_List_T.h: * ace/Timer_List_T.cpp: * ace/Timer_Queue_Adapters.cpp: * ace/Timer_Queue_T.h: * ace/Timer_Queue_T.cpp: * ace/Timer_Wheel.h: * ace/Timer_Wheel_T.h: Fuzz. Removed tab character