.. |
CustomReactionTest.cpp
|
Replaced size_t with std::size_t. This should fix a few CW failures.
|
2006-02-13 19:46:17 +00:00 |
CustomReactionTest.vcproj
|
Updated studio project files to use the newly named test monitor libs.
|
2006-02-26 13:57:50 +00:00 |
DeferralTest.cpp
|
Added event_base specializations to all reactions and updated the reference accordingly.
|
2005-07-21 19:33:13 +00:00 |
DeferralTest.vcproj
|
Updated studio project files to use the newly named test monitor libs.
|
2006-02-26 13:57:50 +00:00 |
FifoSchedulerTest.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
FifoSchedulerTest.vcproj
|
Updated studio project files to use the newly named test monitor libs.
|
2006-02-26 13:57:50 +00:00 |
HistoryTest.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
HistoryTest.vcproj
|
Updated studio project files to use the newly named test monitor libs.
|
2006-02-26 13:57:50 +00:00 |
InconsistentHistoryTest1.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
InconsistentHistoryTest1.vcproj
|
Added tests for inconsistent uses of history, invalid state charts and unsupported types of deep history.
|
2005-01-22 18:05:53 +00:00 |
InconsistentHistoryTest2.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
InconsistentHistoryTest2.vcproj
|
Added tests for inconsistent uses of history, invalid state charts and unsupported types of deep history.
|
2005-01-22 18:05:53 +00:00 |
InconsistentHistoryTest3.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
InconsistentHistoryTest3.vcproj
|
Added tests for inconsistent uses of history, invalid state charts and unsupported types of deep history.
|
2005-01-22 18:05:53 +00:00 |
InconsistentHistoryTest4.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
InconsistentHistoryTest4.vcproj
|
Added tests for inconsistent uses of history, invalid state charts and unsupported types of deep history.
|
2005-01-22 18:05:53 +00:00 |
InconsistentHistoryTest5.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
InconsistentHistoryTest5.vcproj
|
Added tests for inconsistent uses of history, invalid state charts and unsupported types of deep history.
|
2005-01-22 18:05:53 +00:00 |
InconsistentHistoryTest6.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
InconsistentHistoryTest6.vcproj
|
Added tests for inconsistent uses of history, invalid state charts and unsupported types of deep history.
|
2005-01-22 18:05:53 +00:00 |
InconsistentHistoryTest7.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
InconsistentHistoryTest7.vcproj
|
Added tests for inconsistent uses of history, invalid state charts and unsupported types of deep history.
|
2005-01-22 18:05:53 +00:00 |
InconsistentHistoryTest8.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
InconsistentHistoryTest8.vcproj
|
Added tests for inconsistent uses of history, invalid state charts and unsupported types of deep history.
|
2005-01-22 18:05:53 +00:00 |
InnermostDefault.hpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
InStateReactionTest.cpp
|
Converted an action function template to normal functions. This should fix a bunch of CW & Intel failures.
|
2006-02-11 23:08:09 +00:00 |
InStateReactionTest.vcproj
|
Updated studio project files to use the newly named test monitor libs.
|
2006-02-26 13:57:50 +00:00 |
InvalidChartTest1.cpp
|
- Changed the library namespace from fsm to statechart
|
2005-05-10 18:24:35 +00:00 |
InvalidChartTest1.vcproj
|
Added tests for inconsistent uses of history, invalid state charts and unsupported types of deep history.
|
2005-01-22 18:05:53 +00:00 |
InvalidChartTest2.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
InvalidChartTest2.vcproj
|
Added tests for inconsistent uses of history, invalid state charts and unsupported types of deep history.
|
2005-01-22 18:05:53 +00:00 |
InvalidChartTest3.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
InvalidChartTest3.vcproj
|
Added tests for inconsistent uses of history, invalid state charts and unsupported types of deep history.
|
2005-01-22 18:05:53 +00:00 |
InvalidResultAssignTest.cpp
|
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.
|
2005-06-15 22:20:44 +00:00 |
InvalidResultAssignTest.vcproj
|
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.
|
2005-06-15 22:20:44 +00:00 |
InvalidResultCopyTest.cpp
|
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.
|
2005-06-15 22:20:44 +00:00 |
InvalidResultCopyTest.vcproj
|
Updated studio project files to use the newly named test monitor libs.
|
2006-02-26 13:57:50 +00:00 |
InvalidResultDefCtorTest.cpp
|
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.
|
2005-06-15 22:20:44 +00:00 |
InvalidResultDefCtorTest.vcproj
|
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.
|
2005-06-15 22:20:44 +00:00 |
InvalidTransitionTest1.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
InvalidTransitionTest1.vcproj
|
Removed the test execution monitor from the linker input.
|
2005-01-21 16:34:49 +00:00 |
InvalidTransitionTest2.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
InvalidTransitionTest2.vcproj
|
Removed the test execution monitor from the linker input.
|
2005-01-21 16:34:49 +00:00 |
InvalidTransitionTest3.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
InvalidTransitionTest3.vcproj
|
Removed the test execution monitor from the linker input.
|
2005-01-21 16:34:49 +00:00 |
InvalidTransitionTest4.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
InvalidTransitionTest4.vcproj
|
Removed the test execution monitor from the linker input.
|
2005-01-21 16:34:49 +00:00 |
Jamfile
|
The test suite now also compiles and links all examples.
|
2006-02-19 19:41:48 +00:00 |
Jamfile.v2
|
The test suite now also compiles and links all examples.
|
2006-02-19 19:41:48 +00:00 |
OuterOrthogonal.hpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
RunTests.bat
|
Removed intel from the tools used to compile the examples & tests
|
2006-02-10 22:59:54 +00:00 |
StateCastTest.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
StateCastTest.vcproj
|
Updated studio project files to use the newly named test monitor libs.
|
2006-02-26 13:57:50 +00:00 |
StateIterationTest.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
StateIterationTest.vcproj
|
Updated studio project files to use the newly named test monitor libs.
|
2006-02-26 13:57:50 +00:00 |
TerminationTest.cpp
|
Added event_base specializations to all reactions and updated the reference accordingly.
|
2005-07-21 19:33:13 +00:00 |
TerminationTest.vcproj
|
Updated studio project files to use the newly named test monitor libs.
|
2006-02-26 13:57:50 +00:00 |
ThrowingBoostAssert.hpp
|
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.
|
2005-06-15 22:20:44 +00:00 |
TransitionTest.cpp
|
Adapted TransitionTest.cpp to also test the exception_translator class.
|
2006-02-26 16:08:34 +00:00 |
TransitionTest.vcproj
|
Updated studio project files to use the newly named test monitor libs.
|
2006-02-26 13:57:50 +00:00 |
TuTest.cpp
|
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.
|
2005-08-01 07:17:44 +00:00 |
TuTest.hpp
|
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.
|
2005-08-01 07:17:44 +00:00 |
TuTest.vcproj
|
Updated studio project files to use the newly named test monitor libs.
|
2006-02-26 13:57:50 +00:00 |
TuTestMain.cpp
|
Added missing include.
|
2005-08-04 20:55:17 +00:00 |
TypeInfoTest.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
TypeInfoTest.vcproj
|
Updated studio project files to use the newly named test monitor libs.
|
2006-02-26 13:57:50 +00:00 |
UnconsumedResultTest.cpp
|
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.
|
2005-06-15 22:20:44 +00:00 |
UnconsumedResultTest.vcproj
|
Updated studio project files to use the newly named test monitor libs.
|
2006-02-26 13:57:50 +00:00 |
UnsupportedDeepHistoryTest.cpp
|
Reactions are now specified with a reactions member typedef in a state class declaration instead of a template parameter
|
2005-05-12 17:44:20 +00:00 |
UnsupportedDeepHistoryTest.vcproj
|
Added tests for inconsistent uses of history, invalid state charts and unsupported types of deep history.
|
2005-01-22 18:05:53 +00:00 |