2
0
mirror of https://github.com/boostorg/msm.git synced 2026-01-19 16:32:11 +00:00

9 Commits

Author SHA1 Message Date
Christian Granzin
be1295e4b9 remove eUML support in backmp11 2025-09-28 10:55:33 -04:00
Christian Granzin
b7c4cc5178 Resolve compiler warnings (#5)
Resolve compiler warnings in backmp11 and the tests.

Settings: -Wall -Wpedantic -Wextra
2025-04-26 12:21:30 +02:00
Christian Granzin
2d87fa9145 First backmp11 version (#4)
First version of the backmp11 backend.

Contains:
- favor_runtime_speed policy that mainly replaces MPL with Mp11
- favor_compile_time that uses a new mechanism with dispatch tables per state
2025-04-15 14:32:20 +02:00
Christian Granzin
7753fa0170 Refactor tests (#2)
* Extracted traits into a separate header to include multiple backends at once
* Refactored tests to test multiple variations of backends with the same test code
* Added test cases with back::favor_compile_time for existing tests
* Removed redundant Back11 tests
2025-03-09 16:27:05 +01:00
Christophe Henry
091b3bc2f7 removed unneeded headers 2024-01-23 20:40:27 +01:00
Peter Dimov
6fc1ef2526 Disable failing test under clang-16 2023-08-24 10:00:26 +03:00
Peter Dimov
b028c8a914 Disable failing test under msvc-14.1, 14.2 2023-08-24 09:53:18 +03:00
henry-ch
c78c85c951 fixed warnings 2014-10-10 15:43:26 +02:00
Christophe Henry
95b47ec8a6 added documentation + tests for new constructors
[SVN r65848]
2010-10-08 22:20:38 +00:00