| 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() and cxMapClone() |
36 * adds clone, union, difference, and intersection functions for CxList and CxMap |
| 37 * adds cxListUnion(), and cxMapUnion() |
|
| 38 * adds cxListDifference(), cxMapDifference(), and cxMapListDifference() |
|
| 39 * adds cxListIntersection(), cxMapIntersection(), and cxMapListIntersection() |
|
| 40 * adds cxListContains() and cxMapContains() |
37 * adds cxListContains() and cxMapContains() |
| 41 * adds cxListSet() |
38 * adds cxListSet() |
| 42 * adds cxListFirst() and cxListLast() |
39 * adds cxListFirst() and cxListLast() |
| 43 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
40 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
| 44 and corresponding macro aliases cxListPopFront() and cxListPop() |
41 and corresponding macro aliases cxListPopFront() and cxListPop() |