CHANGELOG

changeset 1436
c331add0d9f8
parent 1433
81c301a59b7c
equal deleted inserted replaced
1435:48ebf22b698e 1436:c331add0d9f8
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()
9 * adds cxListSet() 10 * adds cxListSet()
10 * adds cxListContains() 11 * adds cxListContains()
11 * adds cxListFirst() and cxListLast() 12 * adds cxListFirst() and cxListLast()
12 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), 13 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(),
13 and corresponding macro aliases cxListPopFront() and cxListPop() 14 and corresponding macro aliases cxListPopFront() and cxListPop()

mercurial