Daniel James
5439ddd9cc
Set several svn:mime-type and svn:eol-style for several files.
...
[SVN r49601]
2008-11-05 19:38:45 +00:00
Andreas Huber
f004908e3b
Modified compiler settings so that the example works with NO_OF_BITS = 8.
...
[SVN r42386]
2007-12-31 12:57:24 +00:00
Andreas Huber
d744a7a6a2
Unified example compilation settings with the ones of the tests.
...
[SVN r42385]
2007-12-31 12:12:48 +00:00
Andreas Huber
31542e54d7
- Adapted solution & projects to Visual Studio 2008
...
- Removed a few no longer necessary warning suppressions
[SVN r42382]
2007-12-31 00:34:06 +00:00
Andreas Huber
5d7253508b
Implemented in_state_reaction<>. Updated the documentation and tests accordingly.
...
[SVN r29684]
2005-06-19 10:51:10 +00:00
Andreas Huber
fc9d6004a1
- Changed the library namespace from fsm to statechart
...
- Changed the library name from boost::fsm to Boost.Statechart
[SVN r28788]
2005-05-10 18:24:35 +00:00
Andreas Huber
ce6c09676d
Changed include paths
...
[SVN r26137]
2004-11-06 19:18:22 +00:00
Andreas Huber
a21d9bf1ba
- Out of the box, a state machine no longer uses exception_translator<> to translate exceptions propagated into the framework. Instead, null_exception_translator is now used, which does not catch or translate any exceptions. Updated docs accordingly
...
- Implemented two stage exit and updated docs accordingly
- Implemented an experimental feature that allows a transition action to be a member of the transition source or any of its direct or indirect contexts, see BOOST_FSM_RELAX_TRANSITION_CONTEXT
- Various small code and documentation improvements
[SVN r25762]
2004-10-17 22:59:51 +00:00
Andreas Huber
36be517819
- Breaking change: Renamed worker<> to fifo_scheduler<> and updated documentation and examples accordingly
...
- Changed the fifo_scheduler<> implementation so that a custom worker implementation needs to duplicate less code
- Various other small code and doc changes
[SVN r22494]
2004-03-13 00:22:23 +00:00
Andreas Huber
2acb90e332
- Reworked the worker and the asyncrhnous_state_machine class templates so that state machine objects can dynamically be added and removed and custom workers with priority-queues become possible
...
- Various other minor changes
[SVN r22402]
2004-02-28 14:05:09 +00:00
Andreas Huber
5efc93cc69
- Finished reference documentation
...
- Updated Copyright notices
[SVN r21607]
2004-01-11 23:08:54 +00:00
Andreas Huber
58d6bbb184
- Thanks to Mitsuo Fukasawa the tutorial is now also available in Japanese!!!
...
- Added reference (unfinished) and configuration documentation and updated other documents
- Various code brush-ups (no breaking changes)
[SVN r21241]
2003-12-12 22:31:58 +00:00
Andreas Huber
124b345160
- Breaking change: Removed rtti_policy from the interface. By default, the library now uses its own (often faster) RTTI implementation. Users can demand the use of native C++ RTTI by defining BOOST_FSM_USE_INTERNAL_RTTI. This change only affects users who customized state_machine<>, asynchronous_state_machine<> or worker<>
...
- Breaking change: Reordered template arguments of state_machine and asynchronous_state_machine. This change only affects users who customized state_machine<> or asynchronous_state_machine<>
- Added shallow/deep history support and updated documentation accordingly
- Added various compile-time sanity checks
- Added 1 FAQ (asked by Mitsuo Fukasawa)
[SVN r20357]
2003-10-12 16:23:58 +00:00
Andreas Huber
e382e783db
- Added asynchronous_state_machine<> and worker<> and updated documentation accordingly
...
- Various minor bug fixes and code improvements (no breaking interface changes)
- Added Keyboard and PingPong examples
- Added .pdf documentation
[SVN r19650]
2003-08-16 20:12:26 +00:00
Andreas Huber
7895bdbe94
Changed deferal to deferral
...
[SVN r18617]
2003-05-30 19:31:38 +00:00
Andreas Huber
2944fac997
Various small changes and bug fixes
...
[SVN r18613]
2003-05-30 15:12:19 +00:00
Andreas Huber
a7a07142ae
Switched to typeid-based implementation
...
[SVN r18528]
2003-05-24 16:05:47 +00:00
Andreas Huber
7108d05e19
Last dynamic_cast version before switch to typeid
...
[SVN r18455]
2003-05-19 19:48:09 +00:00
Andreas Huber
a44db41106
no message
...
[SVN r18275]
2003-04-17 12:26:26 +00:00