| 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 cx_compare_func2 function pointer that supports compare functions with custom data |
5 * adds cx_compare_func2 function pointer that supports compare functions with custom data |
| 6 * adds cx_cmp_memcmp() as default implementation for cx_compare_func2 |
|
| 7 * adds a new (optional) capacity parameter to cxJsonCreateArr() and cxJsonObjPutArr() |
6 * adds a new (optional) capacity parameter to cxJsonCreateArr() and cxJsonObjPutArr() |
| 8 * adds cxJsonFromString(), cxJsonToString(), and cxJsonToPrettyString() |
7 * adds cxJsonFromString(), cxJsonToString(), and cxJsonToPrettyString() |
| 9 * adds cxJsonClone() |
8 * adds cxJsonClone() |
| 10 * adds cxJsonCompare() |
9 * adds cxJsonCompare() |
| 11 * adds cxMapCompare() |
10 * adds cxMapCompare() |