CHANGELOG

changeset 1028
3e4905241838
parent 1027
b1373253e202
child 1030
06091e067bee
equal deleted inserted replaced
1027:b1373253e202 1028:3e4905241838
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 CX_BUFFER_COPY_ON_WRITE flag 12 * adds CX_BUFFER_COPY_ON_WRITE and CX_BUFFER_COPY_ON_EXTEND flags
13 * adds cx_cmp_ptr() 13 * adds cx_cmp_ptr()
14 * adds cx_sprintf() and several more variants 14 * adds cx_sprintf() and several more variants
15 * adds runtime constants to read out the actual SBO sizes 15 * adds runtime constants to read out the actual SBO sizes
16 * adds improved version of UCX 2 Test framework (now a self-contained header) 16 * adds improved version of UCX 2 Test framework (now a self-contained header)
17 * adds cx_nmemb() utility function to common.h 17 * adds cx_nmemb() utility function to common.h

mercurial