Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / boostorg/msm issues and pull requests

#71 - Feature/1.85 beta

Pull Request - State: closed - Opened by henry-ch 8 months ago

#70 - compile break in 1.85.0.beta1 when using favor_compile_time

Issue - State: closed - Opened by ChristophStrehle 8 months ago - 1 comment

#69 - Boost 1.85.0: Backend Dokumentation

Issue - State: closed - Opened by schorsch1976 8 months ago - 1 comment

#68 - fixed deferring of kleene events

Pull Request - State: closed - Opened by henry-ch 8 months ago

#67 - regenerated doc

Pull Request - State: closed - Opened by henry-ch 9 months ago

#66 - Feature/history example 1.85

Pull Request - State: closed - Opened by henry-ch 9 months ago

#65 - added puml example, fixed entry/exit

Pull Request - State: closed - Opened by henry-ch 9 months ago

#64 - fixed endless loop

Pull Request - State: closed - Opened by henry-ch 9 months ago

#63 - fixed multiple deferred, enforce defer order

Pull Request - State: closed - Opened by henry-ch 9 months ago

#62 - tentative fix clang error

Pull Request - State: closed - Opened by henry-ch 9 months ago

#61 - tentative fix for reinterpret_cast, fixed unused variable

Pull Request - State: closed - Opened by henry-ch 9 months ago

#60 - added support in puml for terminate states

Pull Request - State: closed - Opened by henry-ch 9 months ago

#59 - fixed warnings unused variables

Pull Request - State: closed - Opened by henry-ch 9 months ago

#58 - added support for new entry/exit syntax

Pull Request - State: closed - Opened by henry-ch 9 months ago

#57 - added missing test + relaxed requirements

Pull Request - State: closed - Opened by henry-ch 9 months ago

#56 - added flag + test + easy state definition test

Pull Request - State: closed - Opened by henry-ch 9 months ago

#55 - fixed odr issue

Pull Request - State: closed - Opened by henry-ch 9 months ago

#54 - puml: added support for kleene

Pull Request - State: closed - Opened by henry-ch 9 months ago

#53 - not needing concepts

Pull Request - State: closed - Opened by henry-ch 9 months ago

#52 - added puml tests

Pull Request - State: closed - Opened by henry-ch 10 months ago

#51 - Feature/puml first version

Pull Request - State: closed - Opened by henry-ch 10 months ago

#50 - New C++11 min Backend

Pull Request - State: closed - Opened by henry-ch 10 months ago

#49 - Fix compile break in favor_compile_time

Pull Request - State: closed - Opened by ChristophStrehle 11 months ago

#47 - Stuck in pseudo exit state problem

Issue - State: closed - Opened by galois-advertising over 1 year ago - 1 comment

#46 - Fix small typos

Pull Request - State: closed - Opened by ahamez about 2 years ago

#45 - Fix static initialization order fiasco

Pull Request - State: closed - Opened by Elinu about 2 years ago

#42 - Fix UB for multiple instances of one state machine

Pull Request - State: closed - Opened by joergczeranski over 3 years ago

#41 - Dispatching priority of events

Issue - State: closed - Opened by chaoflow over 3 years ago - 1 comment

#40 - Fix typo in documentation

Pull Request - State: closed - Opened by snpefk over 3 years ago

#38 - GCC 11 rejects constructor syntax

Issue - State: closed - Opened by mgaunard over 3 years ago - 3 comments

#37 - start doesn't get called on a submachine, nor gets called on_entry

Issue - State: closed - Opened by AndrewBloom over 3 years ago - 1 comment

#36 - start doesn't get called on a submachine, nor gets called on_entry

Issue - State: closed - Opened by AndrewBloom over 3 years ago - 1 comment

#35 - GitHub Actions config

Pull Request - State: closed - Opened by sdarwin over 3 years ago

#33 - ambiguous call compilation error

Issue - State: closed - Opened by AndrewBloom over 3 years ago - 2 comments

#32 - [skip ci] Add "cxxstd" json field

Pull Request - State: closed - Opened by eldiener almost 4 years ago

#31 - Drone config

Pull Request - State: closed - Opened by sdarwin almost 4 years ago

#30 - Change of behavior in 1.72: different order if process_event() in on_entry()

Issue - State: closed - Opened by BrukerJWD almost 4 years ago - 1 comment

#29 - Fix test, by closing the archive-output-stream before reading archive

Pull Request - State: closed - Opened by Bagira80 about 4 years ago - 1 comment

#28 - Fix deprecation warnings

Pull Request - State: closed - Opened by Bagira80 about 4 years ago

#27 - Deprecation warning on no_exceptions_support.hpp and bind.hpp

Issue - State: closed - Opened by jefftrull over 4 years ago - 1 comment

#24 - Ignore unused argument warning when compiling with -DNDEBUG.

Pull Request - State: closed - Opened by Romain-Geissler-1A almost 5 years ago - 6 comments

#20 - Is this library still maintained?

Issue - State: closed - Opened by traceon over 5 years ago - 5 comments

#19 - Update test suite

Pull Request - State: closed - Opened by CromwellEnage almost 6 years ago

#18 - Deferred event evaluation order

Issue - State: closed - Opened by redboltz almost 6 years ago - 1 comment

#17 - Compilation time with MSM

Issue - State: closed - Opened by timetrap about 6 years ago - 1 comment

#16 - Inconsistent triggering of anonymous transition after guarded transition

Issue - State: closed - Opened by sweatybridge about 6 years ago - 5 comments

#15 - C++17 fixes (because of removed std::random_shuffle)

Pull Request - State: closed - Opened by Bagira80 over 6 years ago

#14 - Removed executable attribute from files.

Pull Request - State: closed - Opened by eldiener about 7 years ago

#13 - start raises m_event_processing

Pull Request - State: closed - Opened by jpiw over 7 years ago - 1 comment

#12 - Fix compiler warnings about narrowing conversions caused by integral …

Pull Request - State: closed - Opened by DanielaE over 7 years ago

#11 - Replace deprecated/removed C++98 function adapter by inline typedefs.

Pull Request - State: closed - Opened by DanielaE over 7 years ago

#10 - Moveable types passed as state_machine_def parameters

Pull Request - State: closed - Opened by bodzio528 about 8 years ago - 1 comment

#9 - Fix unused typedef warning in state_machine.hpp

Pull Request - State: closed - Opened by Romain-Geissler-1A over 8 years ago - 4 comments

#8 - Added rvalue references support to back::state_machine.

Pull Request - State: closed - Opened by redboltz over 8 years ago - 2 comments

#7 - Some doc fixes

Pull Request - State: closed - Opened by r0mai almost 9 years ago - 1 comment

#6 - Bugfix: Deferred and queued event iterative dispatch

Pull Request - State: closed - Opened by MrTam about 9 years ago - 4 comments

#5 - Fix Ticket #11134: Adjust boost::fusion::nil to boost::fusion::nil_

Pull Request - State: closed - Opened by jaredgrubb over 9 years ago - 3 comments

#4 - Fix bug ticket 11129

Pull Request - State: closed - Opened by Bjoe over 9 years ago

#3 - ChangesTicket #11129

Pull Request - State: closed - Opened by Bjoe over 9 years ago - 1 comment

#2 - Create metadata file.

Pull Request - State: closed - Opened by danieljames about 10 years ago

#1 - Handle when FUSION_MAX_MAP_SIZE is not defined. FUSION_MAX_MAP_SIZE is o...

Pull Request - State: closed - Opened by eldiener over 10 years ago - 3 comments