| 2 ------------------------ |
2 ------------------------ |
| 3 |
3 |
| 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 cxListSet() |
8 * adds cxListSet() |
| 8 * adds cxListContains() |
9 * adds cxListContains() |
| 9 * adds cxListFirst() and cxListLast() |
10 * adds cxListFirst() and cxListLast() |
| 10 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
11 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
| 11 and corresponding macro aliases cxListPopFront() and cxListPop() |
12 and corresponding macro aliases cxListPopFront() and cxListPop() |