7 Commits

Author SHA1 Message Date
Roland Reichwein
08b9c371a0
Various fixes and cleanup (#1507)
* Fix histogram test

Use different Start index so skipped start_index copy would not get
unnoticed in the test.

* Fix several test_vector_* for valid data

Instead of comparing the moved-from data which is invalid, compare with
the valid initial_data.

* Fix test_vector to check for the correct iterator position after erase

This was done before, but a recent change dropped it.

* Fix bit_stream: Guard nbits > 0 to prevent division by zero

* Cleanup

---------

Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
2026-07-20 11:19:41 +02:00
Roland Reichwein
d598337107
Fix code examples in documentation (#1471) 2026-06-23 18:11:17 +01:00
John Wellbelove
b3ade470b0 Fix: rename docs/Messaging to docs/messaging 2026-06-08 11:05:31 +01:00
John Wellbelove
9907ab3b68 Rename step 1 2026-06-08 11:04:58 +01:00
John Wellbelove
12792e418f Fix: rename docs/Messaging to docs/messaging 2026-06-08 10:42:41 +01:00
John Wellbelove
f383184b0e Rename step 1 2026-06-08 10:42:10 +01:00
John Wellbelove
eed3d0b7b0
Hotfix/documentation updates (#1456)
* message_router and fsm documentation corrections

* message_router and fsm documentation corrections

* message_router and fsm documentation corrections

* Delete docs/Messaging/message-router.md

The folder is no longer valid.

---------

Co-authored-by: John Wellbelove <john.wellbelove@etlcpp.com>
2026-06-08 08:58:47 +01:00