29 ### Version 3.2 - preview {collapsible="true"} |
29 ### Version 3.2 - preview {collapsible="true"} |
30 |
30 |
31 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
31 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
32 * adds cxListSet() |
32 * adds cxListSet() |
33 * adds cxListContains() |
33 * adds cxListContains() |
|
34 * adds cxListFirst() and cxListLast() |
|
35 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
|
36 and corresponding macro aliases cxListPopFront() and cxListPop() |
34 * adds cxBufferShrink() |
37 * adds cxBufferShrink() |
35 * adds cxTreeSize() |
38 * adds cxTreeSize() |
36 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings |
39 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings |
37 * adds cx_strcpy() and cx_strcpy_a() |
40 * adds cx_strcpy() and cx_strcpy_a() |
38 * changes grow strategy for the memory pool to reduce reallocations |
41 * changes grow strategy for the memory pool to reduce reallocations |