Skip to content

Releases: dziegel/cpp_event_framework

Bugfix in executing entry/exit actions in self-transitions

Choose a tag to compare

@dziegel dziegel released this 07 Jan 19:35

Full Changelog: 2.0.0...2.0.1

Entry/Exit functions also get event

Choose a tag to compare

@dziegel dziegel released this 08 May 13:11

Incompatible breaking change:

  • Entry/Exit functions also get event

Full Changelog: 1.5.0...2.0.0

Implement support for multiple entry/exit actions

Choose a tag to compare

@dziegel dziegel released this 05 Feb 21:47

New feature: Implement support for multiple entry/exit actions

Full Changelog: 1.4.4...1.5.0

Customizable assertions and bugfixes

Choose a tag to compare

@dziegel dziegel released this 26 Jan 08:49
  • Possibility to use custom assertion framework
  • Fix reversed event order in deferred events
  • Fix bug in state entry handling

Full Changelog: 1.4.3...1.4.4

Bugfix release

Choose a tag to compare

@dziegel dziegel released this 13 Oct 08:18

Fix two bugs:

  • Special case in transitions
  • StaticPool causes SEGV when ALL events are allocated

Bugfix release

Choose a tag to compare

@dziegel dziegel released this 08 Sep 08:45

Fix bug in FindCommonParent(): did not work when one of the states was parent itself

Documentation and example updates

Choose a tag to compare

@dziegel dziegel released this 01 Sep 18:55
3aa6fbb
  • Update documentation
  • Minor examples updates

Full Changelog: 1.4.0...1.4.1

Code cleanups

Choose a tag to compare

@dziegel dziegel released this 24 Aug 06:12
  • Remove possibility to use non-capturing lambdas as actions. Not useful enough.
  • Code cleanups

API cleanup

Choose a tag to compare

@dziegel dziegel released this 23 Aug 06:38
  • Make Transition an internally used class
  • Eliminate kUnhandled meta state

Minor logging improvements

Choose a tag to compare

@dziegel dziegel released this 20 Jun 19:25

Minor logging improvements