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