CHANGELOG

changeset 1338
cc153bffea28
parent 1337
6dfa1eb58ce3
equal deleted inserted replaced
1337:6dfa1eb58ce3 1338:cc153bffea28
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 cxJsonArrRemove() and cxJsonObjRemove()
17 * adds cxStdlibAllocator and allows changes of cxDefaultAllocator 17 * adds cxStdlibAllocator and allows changes of cxDefaultAllocator
18 * improves performance of the CxList array list implementation 18 * improves performance of the CxList array list implementation
19 * changes cx_str() and cx_mutstr() to allow NULL strings 19 * changes cx_str() and cx_mutstr() to allow NULL strings
20 * changes cx_strcast() to also accept C-strings as input 20 * changes cx_strcast() to also accept C-strings as input
21 * changes grow strategy for the mempory pool to reduce reallocations 21 * changes grow strategy for the mempory pool to reduce reallocations

mercurial