Skip to content

Releases: dziegel/cpp_event_framework

Bugfix release

08 Sep 08:45
Compare
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
Compare
Choose a tag to compare
  • Update documentation
  • Minor examples updates

Full Changelog: 1.4.0...1.4.1

Code cleanups

24 Aug 06:12
Compare
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
Compare
Choose a tag to compare
  • Make Transition an internally used class
  • Eliminate kUnhandled meta state

Minor logging improvements

20 Jun 19:25
Compare
Choose a tag to compare

Minor logging improvements

Active Object Framework for embedded targets

15 Feb 20:52
Compare
Choose a tag to compare
  • Embedded active object framework
  • C++20 concepts for improved error messages

Full Changelog: 1.0.0...1.1.0

Initial Release

28 Jan 05:35
Compare
Choose a tag to compare

Initial release