| 1 Version 4.0 - tbd |
1 Version 4.0 - tbd |
| 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(), cxJsonToString(), and cxJsonToPrettyString() |
| 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 * adds CX_BUFFER_DO_NOT_FREE buffer flag |
| 9 * 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 |
| 10 * changes cxBufferReserve() to allow reducing the capacity |
10 * changes cxBufferReserve() to allow reducing the capacity |