Skip to content

Releases: fair-acc/opencmw-cpp

Switch versioning scheme

27 Jan 10:43

Choose a tag to compare

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

15 Jan 18:04

Choose a tag to compare

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

30 Jan 18:22

Choose a tag to compare

A small test binary that can be used in the java implementation's unit tests to test against