issues
search
boost-ext
/
sml
C++14 State Machine library
https://boost-ext.github.io/sml
Boost Software License 1.0
1.16k
stars
179
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Anonymous transition in a nested state are not being executed unless on_entry event is declared in transition table
#626
deoliveiravinicius
opened
3 months ago
0
TSM template type name conflicts with AVR define
#625
jputcu
closed
3 months ago
8
question of how to use
#624
hochucho
closed
3 months ago
0
Dispatching to parent: process() vs. processEvent() in action
#623
pmf
opened
5 months ago
0
Any state doesn't work correctly with nested sub-states
#622
dingari
opened
5 months ago
0
Add support for IAR arm compiler
#621
hyperspacex2
closed
6 months ago
0
Hello World error
#620
pschiager
closed
6 months ago
3
Anonymous event
#619
magni-mar
opened
7 months ago
1
Adding boost-ext-sml to conan-center-index
#618
elvisdukaj
closed
7 months ago
2
SML version change caused static assert fail in state machine constructor
#617
bjorn-jaes
closed
7 months ago
4
:bug: [type_name] fixup
#616
kris-jusiak
closed
8 months ago
0
allow the usage of "static queues" (based on std::array) for process_queue and defer_queue
#615
devzeb
closed
8 months ago
1
gcc 10.5 warning: array subscript is outside array bounds
#614
cmigliorini
closed
8 months ago
4
fixed #603: not all zero_wrapper define a get() method, which breaks logging in some cases
#613
devzeb
closed
8 months ago
1
Adapted policies_logging.cpp tests to correctly handle statemachine start
#612
devzeb
closed
8 months ago
1
deferred event not processed when in any orthogonal region other than first
#611
TPHandford
opened
9 months ago
1
can not work with CLion
#610
hidoudou
opened
10 months ago
1
[Documentation] Who is using it
#609
Alex0vSky
opened
10 months ago
2
Added policy that controls if the transition table class is instantiated
#608
devzeb
closed
10 months ago
0
copy of class containing transition table is made when boost::sml::sm is instantiated
#607
devzeb
closed
10 months ago
1
Question: Debugging in STM32CubeIDE
#606
2nOrderEDO
opened
11 months ago
0
How to make a state transition that changes to the next state upon completion of its action?
#605
spikeyamk
opened
11 months ago
0
how to know weather state is a sub-state machine or a normal state
#604
magni-mar
opened
1 year ago
1
Compilation error when using logger, process_queue and member function action
#603
andreasdamm
closed
8 months ago
1
Added "any state" feature
#602
rvdvvdw
closed
1 year ago
0
:fire: Cleanup sml2/rs
#601
kris-jusiak
closed
1 year ago
0
:fire: BOOST_SML_CREATE_DEFAULT_CONSTRUCTIBLE_DEPS to optimize memory…
#600
kris-jusiak
closed
1 year ago
0
:arrow_up: 1.1.9
#599
kris-jusiak
closed
1 year ago
0
more constexpr
#598
uyha
closed
1 year ago
0
sml::aux::get_type_name<TAction>() not returning name of lambda function
#597
infn-ke
opened
1 year ago
2
reduce code size for state machines without orthogonal regions
#596
rvdvvdw
closed
1 year ago
0
add constexpr specifier
#595
uyha
closed
1 year ago
0
How to store a "dispatch table" in a class?
#594
Bracket-H
closed
1 year ago
1
sm.is("state"_s) suddenly doesn't compile anymore
#593
Bracket-H
closed
1 year ago
5
fix for defer combined with action and multiple defers
#592
rvdvvdw
closed
1 year ago
0
What's the actual point of this all?
#591
Bracket-H
closed
1 year ago
9
[Question] Can you know upfront if an event can be processed?
#590
diiigle
opened
1 year ago
0
dependency injection through process_event() to save sm memory footprint
#589
zhuoqiang
opened
1 year ago
2
How to achieve shallow history behavior?
#588
aplotskin
opened
1 year ago
1
Directed entry to specific sub-state of nested machine
#587
aplotskin
opened
1 year ago
4
Deferred event only defers once
#586
lambdaknight
opened
1 year ago
1
Windows compile error
#585
rafaelBauer
opened
1 year ago
1
Cannot get dependency if dependency is not used in parameter of function in make_transition_table
#584
lambdaknight
opened
1 year ago
0
Dispatching events in separate thread spawned from action?
#583
lambdaknight
opened
1 year ago
0
Allow move-only references as dependencies
#582
michaelcorreia-adt
closed
1 year ago
0
Cannot get access to state objects in log_state_change
#581
Icantjuddle
opened
1 year ago
0
Template error when using unused event in ` sml::back::process<>` in action.
#580
martinerk0
opened
1 year ago
0
Fix bug in dep resolution when requesting a "const T*"
#579
J-Meyers
closed
1 year ago
0
Report Process Queue Unhandled Events
#578
J-Meyers
closed
1 year ago
0
:arrow_up: 1.1.8
#577
kris-jusiak
closed
1 year ago
0
Next