7 * adds reallocarray() like functions to allocator.h |
7 * adds reallocarray() like functions to allocator.h |
8 * adds cxIterator() to create iterators over raw C arrays |
8 * adds cxIterator() to create iterators over raw C arrays |
9 * adds cx_array_reallocator() and cx_array_default_reallocator |
9 * adds cx_array_reallocator() and cx_array_default_reallocator |
10 * adds several new array and list functions |
10 * adds several new array and list functions |
11 * adds cxBufferReset() |
11 * adds cxBufferReset() |
|
12 * adds cxBufferAppend() |
12 * adds CX_BUFFER_COPY_ON_WRITE and CX_BUFFER_COPY_ON_EXTEND flags |
13 * adds CX_BUFFER_COPY_ON_WRITE and CX_BUFFER_COPY_ON_EXTEND flags |
13 * adds cx_cmp_ptr() |
14 * adds cx_cmp_ptr() |
14 * adds cx_sprintf() and several more variants |
15 * adds cx_sprintf() and several more variants |
15 * adds runtime constants to read out the actual SBO sizes |
16 * adds runtime constants to read out the actual SBO sizes |
16 * adds improved version of UCX 2 Test framework (now a self-contained header) |
17 * adds improved version of UCX 2 Test framework (now a self-contained header) |