Skip to content

Releases: andrew-gresyk/HFSM2

1.12.0

23 Nov 21:19
04deab6
Compare
Choose a tag to compare
  • fixed StaticArrayT<>::_items initialization (based on #61)
  • moved dev sources from /include to /development folder
  • fixed a static analysis issue in test_debug.cpp

1.11.2

27 Oct 22:05
423806e
Compare
Choose a tag to compare
  • ARM GCC 9.3.0 fixes

1.11.1

21 Oct 20:51
7d8db1f
Compare
Choose a tag to compare
  • fixed an issue in the GCC 6 build

1.11.0

18 Oct 18:16
23e5cfe
Compare
Choose a tag to compare
  • constexpr-friendlier RandomT<>
  • whitespace tweaks

1.10.2

17 Oct 11:09
af96283
Compare
Choose a tag to compare

fixed AppleClang build
build matrix changes:

  • separate gcc and clang on ubuntu
  • add clang on macos
  • added examples

1.10.1

09 Oct 20:31
f2d99da
Compare
Choose a tag to compare
  • fixed an issue with PlanT::clear()

1.10.0

08 Aug 23:21
64eefb1
Compare
Choose a tag to compare
  • more constexpr
  • smaller memory footprint

1.9.0

12 Apr 03:08
0782cb4
Compare
Choose a tag to compare
  • added hfsm2::Config::ManualActivation via Root::enter() / exit()
  • added replayEnter() and replayTransition() under HFSM2_ENABLE_TRANSITION_HISTORY

1.8.0

15 Jan 22:37
bb14a93
Compare
Choose a tag to compare
  • sprinkled noexcept everywhere
  • added support for pointer and reference contexts
  • added version info
  • updated .natvis
  • improved TaskListT<>

1.7.3

25 Oct 13:08
f0632bf
Compare
Choose a tag to compare
  • Fixed strict conformance issue in vs2019