Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78630 - website/public_html/live/feed/history
From: christophe.j.henry_at_[hidden]
Date: 2012-05-25 16:15:35


Author: chenry
Date: 2012-05-25 16:15:35 EDT (Fri, 25 May 2012)
New Revision: 78630
URL: http://svn.boost.org/trac/boost/changeset/78630

Log:
added notes for MSM.
Text files modified:
   website/public_html/live/feed/history/boost_1_50_0.qbk | 10 ++++++++++
   1 files changed, 10 insertions(+), 0 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_50_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_50_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_50_0.qbk 2012-05-25 16:15:35 EDT (Fri, 25 May 2012)
@@ -77,6 +77,16 @@
   * Boost.System is now required depenency
   * Fixed bugs [@https://svn.boost.org/trac/boost/ticket/6635 #6635], [@https://svn.boost.org/trac/boost/ticket/6833 #6833]
     
+* [phrase library..[@/libs/msm/ MSM]:]
+ * eUML : better syntax for front-ends defined with eUML as transition table only. Caution: Breaking Change![@http://www.boost.org/doc/libs/1_50_0/libs/msm/doc/HTML/ch03s04.html#eUML-composite-table]
+ * Bugfix: graph building was only working if initial_state defined as a sequence.
+ * Bugfix: flags defined for a Terminate or Interrupt state do not break the blocking function of these states any more.
+ * Bugfix: multiple deferred events from several regions were not working in every case.
+ * Bugfix: visitor was passed by value to submachines.
+ * Bugfix: no_transition was not called for submachines who send an event to themselves.
+ * Fixed warnings with gcc.
+
+
 * [phrase library..[@/libs/program_options/ Program Options]:]
   * Improved error reporting
     ([@ https://svn.boost.org/trac/boost/changeset/77827 Patch from Leo Goodstadt])


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk