Releases: andrew-gresyk/HFSM2
Releases · andrew-gresyk/HFSM2
1.12.0
1.11.2
- ARM GCC 9.3.0 fixes
1.11.1
- fixed an issue in the GCC 6 build
1.11.0
constexpr
-friendlierRandomT<>
- whitespace tweaks
1.10.2
fixed AppleClang build
build matrix changes:
- separate gcc and clang on ubuntu
- add clang on macos
- added examples
1.10.1
- fixed an issue with
PlanT::clear()
1.10.0
- more
constexpr
- smaller memory footprint
1.9.0
- added hfsm2::Config::ManualActivation via Root::enter() / exit()
- added replayEnter() and replayTransition() under HFSM2_ENABLE_TRANSITION_HISTORY
1.8.0
- sprinkled
noexcept
everywhere - added support for pointer and reference contexts
- added version info
- updated .natvis
- improved
TaskListT<>
1.7.3
- Fixed strict conformance issue in vs2019