docs/Writerside/topics/about.md

changeset 1440
0d1430668271
parent 1436
c331add0d9f8
equal deleted inserted replaced
1439:8e7fe85febc0 1440:0d1430668271
31 * adds cxMempoolTransfer() and cxMempoolTransferObject() 31 * adds cxMempoolTransfer() and cxMempoolTransferObject()
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() 36 * adds cxListClone() and cxMapClone()
37 * adds cxListSet() 37 * adds cxListSet()
38 * adds cxListContains() 38 * adds cxListContains()
39 * adds cxListFirst() and cxListLast() 39 * adds cxListFirst() and cxListLast()
40 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), 40 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(),
41 and corresponding macro aliases cxListPopFront() and cxListPop() 41 and corresponding macro aliases cxListPopFront() and cxListPop()

mercurial