Skip to content

Tags: linuxxiaolei/HFSM2

Tags

1_8_0

Toggle 1_8_0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1.8.0 (andrew-gresyk#33)

+ sprinkled noexcept everywhere
+ added support for pointer and reference contexts
+ added version info
^ updated .natvis
^ improved TaskListT<>

1_7_3

Toggle 1_7_3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
* fixed strict conformance issue in vs2019 (andrew-gresyk#31)

1_7_2

Toggle 1_7_2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
^ simplified type_list

1_7_1

Toggle 1_7_1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
* fixed ControlT const methods accessing context (andrew-gresyk#26)

1_7

Toggle 1_7's commit message
* fixed clang 7.0+ build

1_6

Toggle 1_6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Experimental (andrew-gresyk#21)

+ added payload versions of transition methods to root, control and plan
^ reworked transition history into previousTransitions(), currentTransitions(), requests()

1_5

Toggle 1_5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request andrew-gresyk#19 from andrew-gresyk/experimental

+ hid plan-related functionality under HFSM2_ENABLE_PLANS
+ added HFSM2_ENABLE_ALL as a shortcut to enable all features

1_4

Toggle 1_4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Experimental (andrew-gresyk#18)

+ documented most methods and classes
^ hid logger code under HFSM_IF_LOG_INTERFACE
^ hid utility code under HFSM_ENABLE_UTILITY_THEORY
* fixed linking issues with feature configuration macros
~ renamed 'HFSM_*' macros to 'HFSM2_*'

1_3_1

Toggle 1_3_1's commit message
* fixed multiple peer regions bug

1_3

Toggle 1_3's commit message
+ added serialization support