| 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 * adds cxBufferMaximumCapacity() |
| |
8 * adds CX_BUFFER_DO_NOT_FREE buffer flag |
| 8 * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor |
9 * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor |
| 9 * changes cxBufferReserve() to allow reducing the capacity |
10 * changes cxBufferReserve() to allow reducing the capacity |
| 10 * changes the members of CxJson and CxJsonValue |
11 * changes the members of CxJson and CxJsonValue |
| 11 * changes the return value of cxJsonObjIter() to CxMapIterator |
12 * changes the return value of cxJsonObjIter() to CxMapIterator |
| 12 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE |
13 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE |