11 * adds cxListEmplace() and cxListEmplaceAt() |
11 * adds cxListEmplace() and cxListEmplaceAt() |
12 * adds cxBufferShrink() |
12 * adds cxBufferShrink() |
13 * adds cxTreeSize() |
13 * adds cxTreeSize() |
14 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings |
14 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings |
15 * adds cx_strcpy() and cx_strcpy_a() |
15 * adds cx_strcpy() and cx_strcpy_a() |
|
16 * adds cxJsonArrRemove() |
16 * adds cxStdlibAllocator and allows changes of cxDefaultAllocator |
17 * adds cxStdlibAllocator and allows changes of cxDefaultAllocator |
17 * improves performance of the CxList array list implementation |
18 * improves performance of the CxList array list implementation |
18 * changes cx_str() and cx_mutstr() to allow NULL strings |
19 * changes cx_str() and cx_mutstr() to allow NULL strings |
19 * changes cx_strcast() to also accept C-strings as input |
20 * changes cx_strcast() to also accept C-strings as input |
20 * changes grow strategy for the mempory pool to reduce reallocations |
21 * changes grow strategy for the mempory pool to reduce reallocations |