Skip to content

Commit

Permalink
fsm : Builder, nicer argument template, finish state, better errors, …
Browse files Browse the repository at this point in the history
…bug fixes.

* fsm : Add finish state, refactor to support member functions, cleaner api, fsm_builder.

* fsm : Fix finished.

* fsm : Add checks for invalid states.

* fsm : Better checks.

* Bump version to 1.1, fix assert and add nothrow tests.

* Fixup nothrow tests. Fix a leaked throw.
  • Loading branch information
p-groarke authored Apr 25, 2020
1 parent 4074066 commit 844f126
Show file tree
Hide file tree
Showing 4 changed files with 592 additions and 107 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include(${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.conan.txt)

cmake_minimum_required (VERSION 3.10)
project(fea_state_machines VERSION 1.0.0 LANGUAGES CXX)
project(fea_state_machines VERSION 1.1.0 LANGUAGES CXX)

include(GNUInstallDirs)
include(CMakePackageConfigHelpers)
Expand Down
Loading

0 comments on commit 844f126

Please sign in to comment.