119 Commits

Author SHA1 Message Date
dependabot[bot] 56d843170e build(deps): bump js-yaml from 4.1.1 to 4.2.0 in /doc
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.2.0)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.2.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-23 18:39:30 +02:00
Christian Granzin baaf752ff4 doc: refinements 2026-06-22 22:47:28 +02:00
dependabot[bot] 863e2cf900 build(deps): bump form-data from 4.0.5 to 4.0.6 in /doc
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.5 to 4.0.6.
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](https://github.com/form-data/form-data/compare/v4.0.5...v4.0.6)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-21 19:42:27 +02:00
Christian Granzin cac5d8d657 fix(back, back11): event deferral in orthogonal regions 2026-06-21 17:10:19 +02:00
Christian Granzin bb96d134c4 feat(backmp11): terminate state, interrupt state, machine state 2026-06-19 10:50:43 +02:00
Christian Granzin a8d5f3cce5 feat(backmp11)!: dedicated process_result enum 2026-06-17 22:26:21 +02:00
Christian Granzin cdae42ec44 doc(backmp11): visitor example 2026-06-17 07:02:08 +02:00
Christian Granzin f4e1aaaef4 doc(backmp11): fix JSON examples 2026-06-16 20:15:37 +02:00
Christian Granzin fd8f68d4b3 feat(backmp11): event pool configuration 2026-06-16 20:15:37 +02:00
Christian Granzin c3d70cc093 refactor(backmp11): machine_state json to bool 2026-06-15 21:13:22 +02:00
Christian Granzin 4562a4b1f3 doc(backmp11): serialization example 2026-06-15 21:13:22 +02:00
Christian Granzin 0397669d66 doc(backmp11): state machine interface 2026-06-15 19:14:53 +02:00
Christian Granzin c9d596e94a doc(backmp11): back adapter 2026-06-14 22:25:57 +02:00
Christian Granzin 0720d98501 doc(backmp11): heapless state machine 2026-06-14 18:02:44 +02:00
Christian Granzin 2ff2b5caea feat(backmp11): observer API 2026-06-11 23:35:01 +02:00
Christian Granzin cd3fba62a6 refactor(backmp11)!: remove front-end constructor forwarding 2026-06-11 23:35:01 +02:00
Christian Granzin ba5083eed1 doc: restructure back-end & front-end 2026-06-08 17:36:29 +02:00
Christian Granzin b6907be15b feat(backmp11): forward Kleene events without conversion 2026-06-04 18:05:21 +02:00
Christian Granzin cb3f704511 doc: search bar for local playbook 2026-06-04 18:05:21 +02:00
Christian Granzin 14c58e9b33 fix(doc): Antora build with MrDocs in the CI 2026-06-03 03:31:45 +02:00
Christian Granzin d5167a7902 doc: MrDocs reference 2026-06-02 06:03:08 +02:00
Christian Granzin 3a2c962831 refactor(backmp11): state machine core 2026-05-29 00:20:13 +02:00
Christian Granzin e2a4f3e0a7 doc(backmp11): improve wording, grammar, commas 2026-05-21 22:30:33 +02:00
Christian Granzin 8f38a6a9e0 feat(backmp11): basic exception guarantee 2026-05-21 22:30:33 +02:00
Christian Granzin 1ea8867f0c feat(backmp11): deprecate active state switch policies 2026-05-21 22:30:33 +02:00
Christian Granzin 664e68ba0f feat(backmp11)!: explicit enqueue event 2026-05-15 02:00:31 +02:00
Christian Granzin 406c15db2b refactor(backmp11): event pool container config 2026-05-15 00:24:55 +02:00
Christian Granzin 98ceca9fb6 doc(backmp11): rework 2026-05-15 00:24:55 +02:00
dependabot[bot] 29768fa5ce build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 in /doc
Bumps [fast-xml-builder](https://github.com/NaturalIntelligence/fast-xml-builder) from 1.1.5 to 1.2.0.
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-builder/blob/main/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-builder/compare/v1.1.5...v1.2.0)

---
updated-dependencies:
- dependency-name: fast-xml-builder
  dependency-version: 1.2.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-09 14:05:44 +02:00
dependabot[bot] 3a1f68e81c build(deps): bump axios from 1.15.0 to 1.16.0 in /doc
Bumps [axios](https://github.com/axios/axios) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.15.0...v1.16.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.16.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-07 19:38:34 +02:00
Christian Granzin 8c2495b091 feat(backmp11): reflection API and serialization support 2026-05-04 23:48:17 +02:00
Christian Granzin 87c1f9fb83 fix(doc): broken links 2026-05-03 12:51:39 +02:00
Vinícius dos Santos Oliveira 06ee766a8d Fix broken link in functor-front-end.adoc 2026-05-02 17:20:36 +02:00
sdarwin 9ffec3bb73 docs: retry ui-bundle downloads 2026-04-23 23:10:48 +02:00
dependabot[bot] 357a28937e build(deps): bump fast-xml-parser from 5.5.11 to 5.7.1 in /doc
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.5.11 to 5.7.1.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.5.11...v5.7.1)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.7.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-23 19:48:49 +02:00
dependabot[bot] 852ee30277 build(deps): bump picomatch from 2.3.1 to 2.3.2 in /doc
Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-22 21:39:29 +02:00
dependabot[bot] e96017c185 build(deps): bump fast-xml-parser from 5.3.6 to 5.5.11 in /doc
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.6 to 5.5.11.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/commits)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.5.11
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-22 21:39:13 +02:00
dependabot[bot] 10de490ec3 build(deps): bump axios from 1.13.5 to 1.15.0 in /doc
Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.15.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.13.5...v1.15.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.15.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-22 21:38:42 +02:00
dependabot[bot] 0f572434e2 build(deps): bump follow-redirects from 1.15.11 to 1.16.0 in /doc
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-version: 1.16.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-22 21:38:15 +02:00
Christian Granzin 880c9e5b01 refactor(backmp11): id types 2026-04-22 21:37:40 +02:00
Christian Granzin ad6cf0a95b fix(backmp11): copy and move ops 2026-04-14 07:02:39 +02:00
Christian Granzin 41ed075026 fix(backmp11): transition selection in hierarchical machines with favor_compile_time 2026-03-28 07:32:03 +01:00
Christian Granzin 1756026554 refactor(backmp11): basic_polymorphic, version history
Cleaned up basic_polymorphic and aligned
version history with the Boost relase notes.
2026-02-25 07:40:30 +01:00
Christian Granzin 79067cf6e0 refactor(backmp11): various topics 2026-02-24 00:11:17 +01:00
Christian Granzin 428cbad053 feat(backmp11): simplified functor signatures 2026-02-23 21:08:35 +01:00
Christian Granzin d0cf98bd39 feat(backmp11): introduce flat_fold as default dispatch strategy 2026-02-22 12:29:18 +01:00
Christian Granzin 515ff4f8d7 feat(backmp11): hierarchical deferred events 2026-02-21 20:22:46 +01:00
Christian Granzin 8c603444bf doc: update code blocks 2026-02-19 20:13:32 +01:00
Christian Granzin dd5c6ad643 doc(backmp11): update benchmarks 2026-02-18 19:45:39 +01:00
dependabot[bot] a579aefd53 build(deps): bump fast-xml-parser from 5.3.4 to 5.3.6 in /doc
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.4 to 5.3.6.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.4...v5.3.6)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.3.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-18 08:35:00 +01:00