Commit Graph

176 Commits

Author SHA1 Message Date
Andreas Huber
f8470c13fd - Implemented a few of the documentation improvements suggested by Pavel Vozenilek, including the new "UML to boost::fsm mapping summary" document
[SVN r22627]
2004-04-10 12:40:26 +00:00
Andreas Huber
632b6ac013 Fixed a few minor inaccuracies.
[SVN r22625]
2004-04-10 12:22:33 +00:00
Andreas Huber
71f4a7d6b9 Added version number of the library to the page title
[SVN r22574]
2004-03-31 21:34:25 +00:00
Andreas Huber
b6a0b720ab no message
[SVN r22554]
2004-03-26 07:21:16 +00:00
Andreas Huber
fdbfd04f3f Added Intel 8.0 to the list of platforms
[SVN r22549]
2004-03-25 07:54:57 +00:00
Andreas Huber
1c895d1809 Fixed incorrectly cased image filenames.
[SVN r22536]
2004-03-21 10:39:40 +00:00
Andreas Huber
fc93b2aaa1 Fixed incorrectly cased image filenames.
[SVN r22535]
2004-03-21 10:00:32 +00:00
Andreas Huber
e40ed89edc Added missing punctuation
[SVN r22534]
2004-03-21 08:21:03 +00:00
Andreas Huber
7973bdc7ee Breaking change: fifo_scheduler<> and fifo_worker<> now always work non-blocking by default
[SVN r22533]
2004-03-20 23:12:12 +00:00
Andreas Huber
68a57f320d Breaking change: Added the FifoWorker template parameter to fifo_scheduler<> and updated documentation and examples accordingly
[SVN r22503]
2004-03-15 23:38:33 +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
9530e386db Minor doc fix
[SVN r22427]
2004-03-03 00:34:39 +00:00
Andreas Huber
4c8fe345ea - Breaking change: Redesigned the worker<> and asynchronous_state_machine<> class templates and updated documentation accordingly. Event processors can now be added and removed while a worker is running. Moreover, the new design allows for custom workers with non-FIFO queueing schemes
- The StopWatch example now uses std::time() instead of std::clock()


[SVN r22426]
2004-03-03 00:22:21 +00:00
Andreas Huber
8bfb694aa6 - Added the state type information facility to simple_state
- Added the function templates simple_state::clear_shallow_history() and simple_state::clear_deep_history()


[SVN r22199]
2004-02-09 00:32:32 +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
da9b785d35 no message
[SVN r20358]
2003-10-12 18:28:36 +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
96b1032f52 Various code (no interface changes) & documentation improvements
[SVN r18707]
2003-06-08 20:24:55 +00:00
Andreas Huber
8d21a6b46f Various small changes
[SVN r18618]
2003-05-30 19:33:29 +00:00
Andreas Huber
c3d2c1c8fe no message
[SVN r18614]
2003-05-30 15:21:04 +00:00
Andreas Huber
2944fac997 Various small changes and bug fixes
[SVN r18613]
2003-05-30 15:12:19 +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
Andreas Huber
26ce69161d no message
[SVN r15130]
2002-09-01 18:27:48 +00:00