Skip to content

Releases: dziegel/cpp_event_framework

Bugfix in executing entry/exit actions in self-transitions

07 Jan 19:35

Choose a tag to compare

Entry/Exit functions also get event

08 May 13:11

Choose a tag to compare

Incompatible breaking change:

  • Entry/Exit functions also get event

Full Changelog: 1.5.0...2.0.0

Implement support for multiple entry/exit actions

05 Feb 21:47

Choose a tag to compare

New feature: Implement support for multiple entry/exit actions

Full Changelog: 1.4.4...1.5.0

Customizable assertions and bugfixes

26 Jan 08:49

Choose a tag to compare

  • 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

13 Oct 08:18

Choose a tag to compare

Fix two bugs:

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

Bugfix release

08 Sep 08:45

Choose a tag to compare

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

Documentation and example updates

01 Sep 18:55
3aa6fbb

Choose a tag to compare

  • Update documentation
  • Minor examples updates

Full Changelog: 1.4.0...1.4.1

Code cleanups

24 Aug 06:12

Choose a tag to compare

  • Remove possibility to use non-capturing lambdas as actions. Not useful enough.
  • Code cleanups

API cleanup

23 Aug 06:38

Choose a tag to compare

  • Make Transition an internally used class
  • Eliminate kUnhandled meta state

Minor logging improvements

20 Jun 19:25

Choose a tag to compare

Minor logging improvements