This website requires JavaScript.
Explore
Help
Sign In
boost
/
statechart
Watch
2
Star
0
Fork
0
You've already forked statechart
mirror of
https://github.com/boostorg/statechart.git
synced
2026-01-27 19:32:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
1c895d18099d7a5f48e827e72d998f077df2cbca
statechart
/
example
/
Handcrafted
History
Andreas Huber
5e59a080a1
GCC makefile
...
[SVN r22532]
2004-03-20 23:08:48 +00:00
..
Handcrafted.cpp
Various small changes and bug fixes
2003-05-30 15:12:19 +00:00
Handcrafted.dev
- 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
2004-03-03 00:22:21 +00:00
Handcrafted.sln
Primitive handcrafted state machine for speed comparisons
2003-05-19 19:57:11 +00:00
Handcrafted.vcproj
- 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<>
2003-10-12 16:23:58 +00:00
Makefile
GCC makefile
2004-03-20 23:08:48 +00:00