Andreas Huber
6a53799c51
Changed the PingPong example to demonstrate how the inner workings of an asynchronous_state_machine<> subclass can be hidden.
...
[SVN r44367]
2008-04-13 13:57:42 +00:00
Andreas Huber
5c94ef5b16
Added defaults for in_state_reaction template parameters and updated tests accordingly.
...
[SVN r42475]
2008-01-05 12:42:02 +00:00
Andreas Huber
0f63090551
- Updated copyright years
...
- Factored out transition dispatching logic
[SVN r42447]
2008-01-03 23:17:00 +00:00
Andreas Huber
970f7970a1
- Removed all permanent warning suppressions from library headers and avoided the resulting warnings with other means
...
- Updated acknowledgments
[SVN r42414]
2008-01-02 15:31:45 +00:00
Andreas Huber
30ecd8838d
All compilation output is now put into an individual directory for each test. This allows for multi-threaded building in Visual Studio 2008.
...
[SVN r42387]
2007-12-31 13:14:47 +00:00
Andreas Huber
ca6998acac
- Unified settings of test projects
...
- Suppressed one more thread-related warning
[SVN r42383]
2007-12-31 11:43:15 +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
32cec52a14
Another try at fixing a few Intel9.1 failures.
...
[SVN r37295]
2007-03-26 20:50:40 +00:00
Andreas Huber
5299a3ba5d
Added a couple of & to hint to the compiler that we want to take the address of a function. This should fix a few Intel 9.1 failures.
...
[SVN r37282]
2007-03-25 10:20:55 +00:00
Andreas Huber
2afb470918
Reverted previous change.
...
[SVN r37281]
2007-03-25 10:09:16 +00:00
Andreas Huber
aa84b8d7f3
This should fix a couple of Intel9.1 failures
...
[SVN r36901]
2007-02-06 18:29:13 +00:00
Andreas Huber
5db339b656
Removed BBV1 related files (obsolete since the switch to V2).
...
[SVN r36535]
2006-12-29 13:30:52 +00:00
Andreas Huber
bbe4deba34
Minor changes.
...
[SVN r36532]
2006-12-29 12:18:05 +00:00
Andreas Huber
35fdd3b75b
Attempt at fixing Intel9.0 Linux failure.
...
[SVN r36527]
2006-12-29 10:29:11 +00:00
Andreas Huber
192a00b0e5
Corrected wrong order in copyright notices.
...
[SVN r36254]
2006-12-03 14:46:37 +00:00
Andreas Huber
db7e673601
Added <threading>single requirements to all st targets.
...
[SVN r36189]
2006-11-27 14:16:18 +00:00
Andreas Huber
e079963bb3
Fixed a v2 threading mode problem.
...
[SVN r36188]
2006-11-27 12:53:07 +00:00
Vladimir Prus
c01856ed26
Allow building of shared versions of some Boost.Test libraries.
...
Adjust tests to use always use static linking to Boost.Test, since
linking to the shared version requires test changes.
Patch from Juergen Hunold.
[SVN r35989]
2006-11-10 19:09:56 +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
18e4eb4b81
Fixed copyright & tabs issues found by boost inspection.
...
[SVN r34550]
2006-07-16 09:16:28 +00:00
Andreas Huber
b9285e306e
Removed a compile-time check to enable "local" history as defined in UML2.0. Adapted test accordingly.
...
[SVN r34185]
2006-06-05 18:51:21 +00:00
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
727179652a
Replaced all uses of BOOST_CHECK_* with BOOST_REQUIRE_*.
...
[SVN r33121]
2006-02-26 16:40:25 +00:00
Andreas Huber
5e54a67261
*** empty log message ***
...
[SVN r33116]
2006-02-26 16:09:27 +00:00
Andreas Huber
4b3e7fc8fd
Adapted TransitionTest.cpp to also test the exception_translator class.
...
[SVN r33115]
2006-02-26 16:08:34 +00:00
Andreas Huber
fe34d6a8d0
Updated studio project files to use the newly named test monitor libs.
...
[SVN r33112]
2006-02-26 13:57:50 +00:00
Andreas Huber
fc5aadb1b1
The test suite now also compiles and links all examples.
...
[SVN r33015]
2006-02-19 19:41:48 +00:00
Andreas Huber
1b9378a096
Transition actions are now ordinary functions instead of function templates. This should fix a few CW & Intel failures.
...
[SVN r32904]
2006-02-13 20:27:03 +00:00
Andreas Huber
bdbfeebed6
Replaced size_t with std::size_t. This should fix a few CW failures.
...
[SVN r32903]
2006-02-13 19:46:17 +00:00
Andreas Huber
da3d302369
Converted an action function template to normal functions. This should fix a bunch of CW & Intel failures.
...
[SVN r32839]
2006-02-11 23:08:09 +00:00
Andreas Huber
f9db314a60
Removed intel from the tools used to compile the examples & tests
...
[SVN r32822]
2006-02-10 22:59:54 +00:00
Andreas Huber
9209ebc6d1
Added a missing include (only led to a failure on CW 9.4) and fixed a warning.
...
[SVN r32817]
2006-02-10 19:49:25 +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
bc717b7444
Replaced all occurrences of subclass with subtype.
...
[SVN r30578]
2005-08-14 13:18:16 +00:00
Andreas Huber
6c9c5154b2
Added missing include.
...
[SVN r30473]
2005-08-04 20:55:17 +00:00
Andreas Huber
5ad2a53cc3
No longer provides multiple test-suites
...
[SVN r30424]
2005-08-03 20:27:32 +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
202a9584e1
Added a facility allowing to specially handle events that did not trigger a reaction.
...
[SVN r30232]
2005-07-24 17:54:52 +00:00
Andreas Huber
e0c8993c92
Added a missing const
...
[SVN r30222]
2005-07-22 22:19:20 +00:00
Andreas Huber
7217365d72
Added event_base specializations to all reactions and updated the reference accordingly.
...
[SVN r30205]
2005-07-21 19:33:13 +00:00
Andreas Huber
2ca8768d02
Cosmetic changes
...
[SVN r29958]
2005-07-09 22:13:20 +00:00
Andreas Huber
6de45d9847
Added Jamfile.v2 files
...
[SVN r29957]
2005-07-09 21:07:12 +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
90a93341e9
Added clone functionality to events so that stack-allocated events can now be deferred and posted. Updated the documentation and tests accordingly.
...
[SVN r29669]
2005-06-18 10:09:43 +00:00
Andreas Huber
402084373e
Invalid calls to reaction functions now always lead to a failing runtime assert. In debug mode the result type is a class with destructive copy semantics, enabling the detection of a wider range of reaction function abuses. Added appropriate tests and updated the documentation.
...
[SVN r29595]
2005-06-15 22:20:44 +00:00
Andreas Huber
14abfe8a5a
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
...
[SVN r28848]
2005-05-12 17:44:20 +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
302c894c6f
Replaced references to detail::empty_list with mpl::list<> and removed the now obsolete typedef
...
[SVN r27344]
2005-02-13 15:39:39 +00:00
Andreas Huber
385dad7c4d
Removed superfluous local variable.
...
[SVN r27258]
2005-02-08 23:20:57 +00:00
Andreas Huber
7010ae675c
Added another exception test
...
[SVN r27257]
2005-02-08 23:06:06 +00:00