Releases: fair-acc/opencmw-cpp
Releases · fair-acc/opencmw-cpp
Switch versioning scheme
Switch release versioning scheme to align with opencmw-java:
v.. where .marks the year and month of the last API breaking change and is incremented on non breaking implementation fixes. The major and minor parts should match between java and c++ implementations while the micro version can be bumped independently.
Initial Release
IoBuffer: fix allocator/resource lifetime and resize/reallocate bugs * Keep the same memory_resource for alloc/free to avoid alloc-dealloc mismatch (use resource()) * Correct resize() to always update _size * Fix reallocate() deallocation size (use old capacity) Signed-off-by: drslebedev <[email protected]>
compatiblity-test-util: CI: Artifact upload: ignore nonexistent release
A small test binary that can be used in the java implementation's unit tests to test against