Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add boost::sml #61

Merged
merged 3 commits into from
Apr 3, 2019
Merged

Add boost::sml #61

merged 3 commits into from
Apr 3, 2019

Conversation

Warchant
Copy link
Contributor

@Warchant Warchant commented Apr 3, 2019

Signed-off-by: Bogdan Vaneev warchantua@gmail.com

Description of the Change

Add new external library for state machines - https://github.com/boost-experimental/sml

Benefits

State machines can be coded easier, code is more "verbose"

Possible Drawbacks

None

Usage Examples or Tests [optional]

Added sml_test

Signed-off-by: Bogdan Vaneev <warchantua@gmail.com>
@Warchant Warchant self-assigned this Apr 3, 2019
@Warchant Warchant added the small this is very small PR label Apr 3, 2019
Signed-off-by: Bogdan Vaneev <warchantua@gmail.com>
@codecov-io
Copy link

codecov-io commented Apr 3, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@e36a9c3). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #61   +/-   ##
=========================================
  Coverage          ?   79.26%           
=========================================
  Files             ?      110           
  Lines             ?     3366           
  Branches          ?        0           
=========================================
  Hits              ?     2668           
  Misses            ?      698           
  Partials          ?        0
Impacted Files Coverage Δ
test/deps/sml_test.cpp 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e36a9c3...c4f4471. Read the comment docs.

Signed-off-by: Bogdan Vaneev <warchantua@gmail.com>
@@ -6,7 +6,5 @@ DerivePointerAlignment: false
PointerAlignment: Right
BinPackArguments: true
BinPackParameters: true
DerivePointerAlignment: false
PointerAlignment: Right
Copy link
Contributor Author

@Warchant Warchant Apr 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ide shows that those 2 are duplicated, so I removed them

@Warchant Warchant merged commit d46fecd into master Apr 3, 2019
@Warchant Warchant deleted the feature/sml branch April 3, 2019 12:24
Harrm pushed a commit that referenced this pull request Oct 19, 2020
* Add boost::sml

Signed-off-by: Bogdan Vaneev <warchantua@gmail.com>

* Fix

Signed-off-by: Bogdan Vaneev <warchantua@gmail.com>

* Make sml submodule

Signed-off-by: Bogdan Vaneev <warchantua@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
small this is very small PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants