31 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
31 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
32 * adds support for different destruction strategies in CxMempool |
32 * adds support for different destruction strategies in CxMempool |
33 * adds new key-value-based list implementation |
33 * adds new key-value-based list implementation |
34 * adds support for integer keys to CxHashKey |
34 * adds support for integer keys to CxHashKey |
35 * adds support for comparing arbitrary strings without explicit call to cx_strcast() |
35 * adds support for comparing arbitrary strings without explicit call to cx_strcast() |
|
36 * adds cxListClone() |
36 * adds cxListSet() |
37 * adds cxListSet() |
37 * adds cxListContains() |
38 * adds cxListContains() |
38 * adds cxListFirst() and cxListLast() |
39 * adds cxListFirst() and cxListLast() |
39 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
40 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
40 and corresponding macro aliases cxListPopFront() and cxListPop() |
41 and corresponding macro aliases cxListPopFront() and cxListPop() |