docs/Writerside/topics/about.md

changeset 1447
aaf85b3e9601
parent 1440
0d1430668271
child 1453
b6fc5b1d5c5d
equal deleted inserted replaced
1446:5732947cbcc2 1447:aaf85b3e9601
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() and cxMapClone() 36 * adds cxListClone() and cxMapClone()
37 * adds cxMapDifference() and cxMapListDifference()
38 * adds cxListContains() and cxMapContains()
37 * adds cxListSet() 39 * adds cxListSet()
38 * adds cxListContains()
39 * adds cxListFirst() and cxListLast() 40 * adds cxListFirst() and cxListLast()
40 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), 41 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(),
41 and corresponding macro aliases cxListPopFront() and cxListPop() 42 and corresponding macro aliases cxListPopFront() and cxListPop()
42 * adds cxListEmplace(), cxListEmplaceAt(), cxListEmplaceArray(), cxListEmplaceArrayAt(), and cxMapEmplace() 43 * adds cxListEmplace(), cxListEmplaceAt(), cxListEmplaceArray(), cxListEmplaceArrayAt(), and cxMapEmplace()
43 * adds cxListInsertUnique() and cxListInsertUniqueArray() 44 * adds cxListInsertUnique() and cxListInsertUniqueArray()

mercurial