| 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 * adds CX_BUFFER_DO_NOT_FREE buffer flag |
| 36 * 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 |
| 37 * changes cxBufferReserve() to allow reducing the capacity |
37 * changes cxBufferReserve() to allow reducing the capacity |
| |
38 * changes cxBufferTerminate() to automatically shrink the buffer |
| |
39 * changes cxBufferTerminate() so that position and size are equal after successful operation |
| 38 * changes the members of CxJson and CxJsonValue |
40 * changes the members of CxJson and CxJsonValue |
| 39 * changes the return value of cxJsonObjIter() to CxMapIterator |
41 * changes the return value of cxJsonObjIter() to CxMapIterator |
| 40 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE |
42 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE |
| 41 * changes cxPropertiesLoad() to directly load properties from a file to a CxMap |
43 * changes cxPropertiesLoad() to directly load properties from a file to a CxMap |
| 42 * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped |
44 * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped |