Skip to content

Releases: SkeletOSS/ccc

v0.78.0

14 Apr 15:05
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Release Notes:

  • Fix metadata struct cleanup behavior for ordered maps upon clear and clear and free.
  • Recommend upgrading to this version or newer.

v0.77.8

12 Apr 23:08
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Release Notes:

  • Add more const correct signatures to CCC_Flat_priority_queue interface.
    • Operations such as heapifying, sorting, updating, increasing, and decreasing do not actually modify any metadata fields of the CCC_Flat_priority_queue struct itself. They only operate by possibly swapping elements in the contiguous memory pointed to by the metadata. Therefore, const is the correct signature for those functions.

v0.77.7

12 Apr 15:25
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Release Notes:

  • Enable immutable releases.

v0.77.6

12 Apr 15:08
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Release Notes:

v0.77.5

12 Apr 14:48

Choose a tag to compare

Release Notes:

  • Improve CCC_Flat_double_ended_queue buffer access performance and range handling.

v0.77.4

10 Apr 05:09

Choose a tag to compare

Release Notes:

  • Fix inclusion path of configuration.h in private flat bitset header to ensure release can be built.

v0.77.3

07 Apr 19:26

Choose a tag to compare

Release Notes:

  • Eliminate signed types from CCC_Flat_bitset internal implementation.

v0.77.2

06 Apr 23:29

Choose a tag to compare

Release Notes:

  • Simplify range calculations for bitset leading and trailing range functions.

v0.77.1

06 Apr 18:09

Choose a tag to compare

Release Notes:

  • Fix unsigned wrapping behavior for bitset leading bits range when end of range is before end of current block.

v0.77.0

06 Apr 00:51

Choose a tag to compare

Release Notes:

  • Bitset masking refactor creates safer, more readable, less error-prone code.
  • Additional tests added to bitset test suite.