Commit Graph

19 Commits

Author SHA1 Message Date
Andreas Huber
bb0c4ad604 Declared state_base::~state_base virtual for GCC. This makes state exit slightly slower but does away with loads of "has virtual functions but non-virtual destructor" warnings.
[SVN r34047]
2006-05-20 21:55:16 +00:00
Andreas Huber
7061ff00c7 Simplified the BitMachine example (the performance measurement functions are no longer needed)
[SVN r30773]
2005-09-01 10:37:45 +00:00
Andreas Huber
3f1c098592 - Renamed InStateVsTransition.* to Performance.* and moved to directory Performance
- Moved InStateVsTransitionCharts.xls to Performance


[SVN r30758]
2005-08-31 23:24:40 +00:00
Andreas Huber
b7cdbeeb73 - Added detailed performance data to the performance document
- Added the InStateVsTransition "example" and the associated InStateVsTransitionCharts.xls
- Removed the to-do item "Investigate how constant-time dispatch for non-orthogonal state machines can be implemented"


[SVN r30727]
2005-08-29 20:22:14 +00:00
Andreas Huber
1673ca4f2c The PingPong examples now link statically to the thread library.
[SVN r30511]
2005-08-08 21:46:03 +00:00
Andreas Huber
f710dd2a5f Added a FAQ item explaining the pitfalls of dynamically linked state-machines. Also added associated tests to find out whether and how FSMs can be put into DLLs.
[SVN r30354]
2005-08-01 07:17:44 +00:00
Andreas Huber
2ca8768d02 Cosmetic changes
[SVN r29958]
2005-07-09 22:13:20 +00:00
Andreas Huber
57a2c664a9 Removed the BitMachine variants with 4 bits (cuts compilation time by more than half)
[SVN r28951]
2005-05-16 11:00:33 +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
35a5e5d01e Added comment for BOOST_DISABLE_THREADS
[SVN r26790]
2005-01-21 17:14:51 +00:00
Andreas Huber
ae8cdf6685 Added <define>CUSTOMIZE_MEMORY_MANAGEMENT to all PingPong targets.
[SVN r26734]
2005-01-18 22:23:15 +00:00
Andreas Huber
b36b80a007 Added <define>BOOST_DISABLE_THREADS to the single threaded builds and updated copyright notice
[SVN r26729]
2005-01-18 21:14:06 +00:00
Andreas Huber
ad88ff3154 Added a Native variant to the Keyboard example.
[SVN r26430]
2004-12-05 22:20:11 +00:00
Andreas Huber
82bae1d11a Reformatted to <80 chars per line
[SVN r26166]
2004-11-10 00:05:07 +00:00
Andreas Huber
4a45ec24d8 Added the StopWatch2 example
[SVN r26162]
2004-11-09 20:47:26 +00:00
Andreas Huber
115d8b5237 The BitMachine example is now only built in variants up to 4 bits.
[SVN r26159]
2004-11-09 19:32:42 +00:00
Andreas Huber
40e8e5c99e Added staging, so that all example builds end up in the same directory.
[SVN r26155]
2004-11-08 23:54:35 +00:00
Andreas Huber
b0e374af08 Now automatically builds all variants of BitMachine and PingPong
[SVN r26154]
2004-11-08 21:34:17 +00:00
Andreas Huber
c98d45484f *** empty log message ***
[SVN r26138]
2004-11-06 22:55:05 +00:00