| 30 |
30 |
| 31 * adds cx_system_page_size() to allocator.h |
31 * adds cx_system_page_size() to allocator.h |
| 32 * adds cxJsonFromString() |
32 * adds cxJsonFromString() |
| 33 * adds line continuation support to CxProperties / CxPropertiesConfig |
33 * adds line continuation support to CxProperties / CxPropertiesConfig |
| 34 * adds cxBufferMaximumCapacity() |
34 * adds cxBufferMaximumCapacity() |
| |
35 * adds CX_BUFFER_DO_NOT_FREE buffer flag |
| 35 * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor |
36 * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor |
| 36 * changes cxBufferReserve() to allow reducing the capacity |
37 * changes cxBufferReserve() to allow reducing the capacity |
| 37 * changes the members of CxJson and CxJsonValue |
38 * changes the members of CxJson and CxJsonValue |
| 38 * changes the return value of cxJsonObjIter() to CxMapIterator |
39 * changes the return value of cxJsonObjIter() to CxMapIterator |
| 39 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE |
40 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE |