.. |
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
|
Replaced all uses of BOOST_CHECK_* with BOOST_REQUIRE_*.
|
2006-02-26 16:40:25 +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
|
Removed a compile-time check to enable "local" history as defined in UML2.0. Adapted test accordingly.
|
2006-06-05 18:51:21 +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
|
Replaced all uses of BOOST_CHECK_* with BOOST_REQUIRE_*.
|
2006-02-26 16:40:25 +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 |
Jamfile
|
Fixed file name length >31 issues found by boost inspection.
|
2006-07-16 10:24:34 +00:00 |
Jamfile.v2
|
Added <threading>single requirements to all st targets.
|
2006-11-27 14:16:18 +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
|
Fixed copyright & tabs issues found by boost inspection.
|
2006-07-16 09:16:28 +00:00 |
StateCastTest.cpp
|
Replaced all uses of BOOST_CHECK_* with BOOST_REQUIRE_*.
|
2006-02-26 16:40:25 +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
|
Replaced all uses of BOOST_CHECK_* with BOOST_REQUIRE_*.
|
2006-02-26 16:40:25 +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
|
Replaced all uses of BOOST_CHECK_* with BOOST_REQUIRE_*.
|
2006-02-26 16:40:25 +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
|
Replaced all uses of BOOST_CHECK_* with BOOST_REQUIRE_*.
|
2006-02-26 16:40:25 +00:00 |
UnconsumedResultTest.vcproj
|
Updated studio project files to use the newly named test monitor libs.
|
2006-02-26 13:57:50 +00:00 |
UnsuppDeepHistoryTest.cpp
|
Fixed file name length >31 issues found by boost inspection.
|
2006-07-16 10:24:34 +00:00 |
UnsuppDeepHistoryTest.vcproj
|
Fixed file name length >31 issues found by boost inspection.
|
2006-07-16 10:24:34 +00:00 |