CHANGELOG

changeset 1337
6dfa1eb58ce3
parent 1334
7763892ed801
equal deleted inserted replaced
1336:5acc23b518aa 1337:6dfa1eb58ce3
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

mercurial