- Build:
cmake -S . -B build && cmake --build build - Test:
ctest --test-dir build --output-on-failure
- C99.
- Keep
include/loxperm/loxperm.hself-contained (no project-local includes). - Prefer deterministic behavior and explicit timestamps (
uint32_t now_ms).
- Update
CHANGELOG.mdfor user-visible changes. - Add/extend tests in
tests/test_loxperm.cfor behavior changes.