CHANGELOG

changeset 1571
25ead2ffb9b5
parent 1569
b5d896ad5e75
equal deleted inserted replaced
1570:8fd491bc2940 1571:25ead2ffb9b5
2 ------------------------ 2 ------------------------
3 3
4 * adds cx_system_page_size() to allocator.h 4 * adds cx_system_page_size() to allocator.h
5 * adds cxJsonFromString() 5 * adds cxJsonFromString()
6 * adds line continuation support to CxProperties / CxPropertiesConfig 6 * adds line continuation support to CxProperties / CxPropertiesConfig
7 * adds cxBufferMaximumCapacity()
7 * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor 8 * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor
8 * changes cxBufferReserve() to allow reducing the capacity 9 * changes cxBufferReserve() to allow reducing the capacity
9 * changes the members of CxJson and CxJsonValue 10 * changes the members of CxJson and CxJsonValue
10 * changes the return value of cxJsonObjIter() to CxMapIterator 11 * changes the return value of cxJsonObjIter() to CxMapIterator
11 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE 12 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE
16 * fixes that overwriting items with cxMapPut() in a kv-list did not work 17 * fixes that overwriting items with cxMapPut() in a kv-list did not work
17 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() 18 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray()
18 were not returning zero after freeing the memory when passed a size of zero 19 were not returning zero after freeing the memory when passed a size of zero
19 * removes the sort_members feature from CxJsonWriter 20 * removes the sort_members feature from CxJsonWriter
20 * removes the source and sink API from properties.h 21 * removes the source and sink API from properties.h
22 * removes the flush feature from CxBuffer
21 23
22 Version 3.2 - 2025-11-30 24 Version 3.2 - 2025-11-30
23 ------------------------ 25 ------------------------
24 26
25 * adds cxMempoolTransfer() and cxMempoolTransferObject() 27 * adds cxMempoolTransfer() and cxMempoolTransferObject()

mercurial