Skip to content

1.4.0 b751

Compare
Choose a tag to compare
@SeadexTM SeadexTM released this 21 Sep 11:59
· 30 commits to master since this release

The 19th release of yasmine (Release date: September 21, 2017).

Changed

  • added support for Visual Studio 2017 builds
  • complex states (root state of the state machine, simple states and composite states) now have a method called add_deferred_event. This method adds an event ID to the list of the deferred events IDs. This method is not thread-safe a must only be used before starting the state machine
  • On start of the state machine, the root state becomes active and on stop it becomes inactive.
  • fix bug with ::std::toupper and ::std::tolower (reported for VS2017 compiler, version 15.3.4)
  • get_name is now a public method of the state_machine class

Changelog can be found on http://yasmine.seadex.de/Changelog.html
Documentation can be found on http://yasmine.seadex.de/libyasmine_(documentation).html