statechart/test
Andreas Huber 2ca8768d02 Cosmetic changes
[SVN r29958]
2005-07-09 22:13:20 +00:00
..
CustomReactionTest.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
CustomReactionTest.vcproj Added CustomReactionTest 2005-02-03 22:38:29 +00:00
DeferralTest.cpp Added clone functionality to events so that stack-allocated events can now be deferred and posted. Updated the documentation and tests accordingly. 2005-06-18 10:09:43 +00:00
DeferralTest.vcproj Added DeferralTest 2004-11-25 20:19:33 +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 Added FifoSchedulerTest 2005-02-07 19:25:01 +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 Added HistoryTest 2005-01-20 01:31:11 +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 Implemented in_state_reaction<>. Updated the documentation and tests accordingly. 2005-06-19 10:51:10 +00:00
InStateReactionTest.vcproj Implemented in_state_reaction<>. Updated the documentation and tests accordingly. 2005-06-19 10:51:10 +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 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.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 Cosmetic changes 2005-07-09 22:13:20 +00:00
Jamfile.v2 Cosmetic changes 2005-07-09 22:13:20 +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 the intel-win32 toolset and switched to MinGW 3.2.0 2005-01-18 20:46:51 +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 Added StateCastTest and TypeInfoTest 2005-01-29 12:25:02 +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 Added StateIterationTest 2005-02-02 00:32:48 +00:00
TerminationTest.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
TerminationTest.vcproj Added TerminationTest 2005-02-05 21:51:41 +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 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
TransitionTest.vcproj Adapted to the new 1.32 toolset names. 2004-11-25 20:14:35 +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 Added StateCastTest and TypeInfoTest 2005-01-29 12:25:02 +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 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
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