summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog.BRANCH
diff options
context:
space:
mode:
authormcorino <mcorino@users.noreply.github.com>2011-12-08 18:35:38 +0000
committermcorino <mcorino@users.noreply.github.com>2011-12-08 18:35:38 +0000
commit01eb039cbc2232bb44b589635d11952e656902fa (patch)
tree1a632c5f5641b72fbdc137866384f49fa5c6442d /TAO/ChangeLog.BRANCH
parentbc9acf7697ed3ebf81153735dd29a3bb5a41fc4a (diff)
downloadATCD-01eb039cbc2232bb44b589635d11952e656902fa.tar.gz
merged time policy changes from local branch
Diffstat (limited to 'TAO/ChangeLog.BRANCH')
-rw-r--r--TAO/ChangeLog.BRANCH130
1 files changed, 130 insertions, 0 deletions
diff --git a/TAO/ChangeLog.BRANCH b/TAO/ChangeLog.BRANCH
new file mode 100644
index 00000000000..0558c828de9
--- /dev/null
+++ b/TAO/ChangeLog.BRANCH
@@ -0,0 +1,130 @@
+ Thu Dec 08 15:34:00 UTC 2011 Martin Corino <mcorino@remedy.nl>
+
+ * tao/HR_Time_Policy_Strategy.h
+
+ Fixed class comment.
+
+ * tests/Time_Policy/main.cpp
+
+ Fixed comments.
+
+ * tests/Time_Policy_Custom/Custom_Time_Policy.mpc
+ * tests/Time_Policy_Custom/Custom_Time_Policy_Strategy.cpp
+ * tests/Time_Policy_Custom/Custom_Time_Policy_Strategy.h
+ * tests/Time_Policy_Custom/TPTest_Export.h
+ * tests/Time_Policy_Custom/custom_time.conf
+ * tests/Time_Policy_Custom/custom_time.conf.xml
+ * tests/Time_Policy_Custom/main.cpp
+ * tests/Time_Policy_Custom/run_test.pl
+ * tests/Time_Policy_Custom/run_test_dyn.pl
+ * bin/tao_orb_tests.lst
+
+ Added new tests for custom TAO Time policy support.
+
+ Thu Dec 08 12:00:00 UTC 2011 Martin Corino <mcorino@remedy.nl>
+
+ * tao/Time_Policy_Manager.cpp
+ * tao/default_resource.cpp
+
+ Logging improvements.
+
+ * tests/Time_Policy/Time_Policy.mpc
+ * tests/Time_Policy/hr_time.conf
+ * tests/Time_Policy/hr_time.conf.xml
+ * tests/Time_Policy/main.cpp
+ * tests/Time_Policy/run_test.pl
+ * tests/Time_Policy/run_test_hr.pl
+ * bin/tao_orb_tests.lst
+
+ Added new tests for TAO Time policy support.
+
+ Wed Dec 07 12:34:00 UTC 2011 Martin Corino <mcorino@remedy.nl>
+
+ * tao/TAO_Internal.cpp:
+
+ Added loading HR_Time_Policy_Strategy static service.
+
+ * tao/Time_Policy_Manager.cpp:
+
+ Improved error reporting.
+
+ Wed Dec 07 11:20:00 UTC 2011 Martin Corino <mcorino@remedy.nl>
+
+ * tao/default_resource.cpp:
+ * tao/default_resource.h;
+ * tao/default_resource.inl:
+
+ Improved protection for dynamically allocated
+ timer queues.
+
+ * tao/Strategies/advanced_resource.cpp:
+
+ Added support for ORB time policies.
+
+ Tue Dec 06 15:45:00 UTC 2011 Martin Corino <mcorino@remedy.nl>
+
+ * tao/HR_Time_Policy_Strategy.h:
+ * tao/Time_Policy_Manager.h:
+ * tao/Time_Policy_Strategy.h:
+
+ Fixed potential compile problems because of
+ #include placements.
+
+ Tue Dec 06 15:30:00 UTC 2011 Martin Corino <mcorino@remedy.nl>
+
+ * tao/ORB_Time_Policy.cpp:
+ * tao/ORB_Time_Policy.h:
+ * tao/ORB_Time_Policy.inl:
+
+ Added dynamic time policy and a
+ countdown template instantiation based
+ on that policy.
+
+ * tao/Block_Flushing_Strategy.cpp:
+ * tao/Leader_Follower.cpp:
+ * tao/LocateRequest_Invocation.cpp:
+ * tao/Profile_Transport_Resolver.cpp:
+ * tao/Synch_Invocation.cpp:
+ * tao/Transport.cpp:
+ * tao/Wait_On_Reactor.cpp:
+ * tao/Wait_On_Read.cpp:
+
+ Replaced ACE_Countdown_Time by new ORB time
+ policy based countdown class.
+
+ * tao/Time_Policy_Manager.cpp:
+ * tao/Time_Policy_Manager.h:
+
+ Added ORB time policy manager service object
+ for managing dynamically configured ORB time
+ policy.
+
+ * tao/Time_Policy_Strategy.h:
+
+ Added base for loadable ORB time policies.
+
+ * tao/HR_Time_Policy_Strategy.cpp:
+ * tao/HR_Time_Policy_Strategy.h:
+
+ Added HR ORB time policy implementation.
+
+ * tao/default_resource.cpp:
+ * tao/default_resource.h:
+ * tao/TAO_Internal.cpp:
+
+ Added support for ORB time policies.
+
+ * tao/orbconf.h:
+
+ Added ACE_HAS_TIME_POLICY compile time configuration
+ to enable/disable ORB time policy support.
+
+ * tao/tao.mpc:
+
+ Added new files.
+
+Local Variables:
+mode: change-log
+add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time))
+indent-tabs-mode: nil
+End: