Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Huber
192a00b0e5 Corrected wrong order in copyright notices.
[SVN r36254]
2006-12-03 14:46:37 +00:00
Andreas Huber
dc2f6e8508 Fixed file name length >31 issues found by boost inspection.
Renamed the following files:
ExceptionsAndOrthogonalStates.gif -> ExceptionsAndOrthStates.gif
TransitionsAcrossOrthogonalRegions.gif -> TransAcrossOrthRegions.gif
UnsupportedDeepHistoryTest.cpp -> UnsuppDeepHistoryTest.cpp
UnsupportedDeepHistoryTest.vcproj -> UnsuppDeepHistoryTest.vcproj


[SVN r34552]
2006-07-16 10:24:34 +00:00
Andreas Huber
05319bde64 Added contact.html and made all other html documents reference it.
[SVN r34483]
2006-07-08 19:17:14 +00:00
Andreas Huber
73f742d7fd Fixed broken links.
[SVN r34337]
2006-06-18 09:55: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
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