| 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 cxListClone() and cxMapClone() |
| |
37 * adds cxListUnion(), and cxMapUnion() |
| 37 * adds cxListDifference(), cxMapDifference(), and cxMapListDifference() |
38 * adds cxListDifference(), cxMapDifference(), and cxMapListDifference() |
| 38 * adds cxListIntersection(), cxMapIntersection(), and cxMapListIntersection() |
39 * adds cxListIntersection(), cxMapIntersection(), and cxMapListIntersection() |
| 39 * adds cxListContains() and cxMapContains() |
40 * adds cxListContains() and cxMapContains() |
| 40 * adds cxListSet() |
41 * adds cxListSet() |
| 41 * adds cxListFirst() and cxListLast() |
42 * adds cxListFirst() and cxListLast() |