| 4 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
4 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
| 5 * adds support for different destruction strategies in CxMempool |
5 * adds support for different destruction strategies in CxMempool |
| 6 * adds new key-value-based list implementation |
6 * adds new key-value-based list implementation |
| 7 + adds support for integer keys to CxHashKey |
7 + adds support for integer keys to CxHashKey |
| 8 * adds support for comparing arbitrary strings without explicit call to cx_strcast() |
8 * adds support for comparing arbitrary strings without explicit call to cx_strcast() |
| 9 * adds cxListClone() and cxMapClone() |
9 * adds clone, union, difference, and intersection functions for CxList and CxMap |
| 10 * adds cxListUnion(), and cxMapUnion() |
|
| 11 * adds cxListDifference(), cxMapDifference(), and cxMapListDifference() |
|
| 12 * adds cxListIntersection(), cxMapIntersection(), and cxMapListIntersection() |
|
| 13 * adds cxListContains() and cxMapContains() |
10 * adds cxListContains() and cxMapContains() |
| 14 * adds cxListSet() |
11 * adds cxListSet() |
| 15 * adds cxListFirst() and cxListLast() |
12 * adds cxListFirst() and cxListLast() |
| 16 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
13 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
| 17 and corresponding macro aliases cxListPopFront() and cxListPop() |
14 and corresponding macro aliases cxListPopFront() and cxListPop() |