| 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 cxListClone() and cxMapClone() |
| 10 * adds cxListDifference(), cxMapDifference(), and cxMapListDifference() |
10 * adds cxListDifference(), cxMapDifference(), and cxMapListDifference() |
| |
11 * adds cxListIntersection(), cxMapIntersection(), and cxMapListIntersection() |
| 11 * adds cxListContains() and cxMapContains() |
12 * adds cxListContains() and cxMapContains() |
| 12 * adds cxListSet() |
13 * adds cxListSet() |
| 13 * adds cxListFirst() and cxListLast() |
14 * adds cxListFirst() and cxListLast() |
| 14 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
15 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
| 15 and corresponding macro aliases cxListPopFront() and cxListPop() |
16 and corresponding macro aliases cxListPopFront() and cxListPop() |