Skip to content

1.4.3 b810

Compare
Choose a tag to compare
@SeadexTM SeadexTM released this 10 Nov 10:36
· 9 commits to master since this release
5cf17b8

The 22nd release of yasmine (Release date: November 10, 2017).

Changed

  • Y_USE_DEPRECATED to make deprecated features available
  • essentials: SX_UNUSED_VARIABLE macro for suppressing warnings for unreferenced variable.
  • split assembly header in two files: one for C++11 and up and one for C++03
  • caller.hpp needs to become behavior_caller.hpp
  • caller_adapter.hpp needs to become adapter.hpp
  • major improvements for C++03 support
  • create_behavior_function and create_guard_function (internally used in assembly.hpp) are now in namespace sxy
  • fixed bug with missing get_error_event implementation in composite_state_impl
  • fixed bug with missing dereference operator in behavior_caller and guard_caller
  • yasmine_model:
    • removed move operation from return where a local created unique pointer is returned

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