| Tue, 09 Dec 2025 18:55:14 +0100 |
Mike Becker |
add note that cxPropertiesLoad() does not roll back the changes to the map on error
|
changeset |
files
|
| Tue, 09 Dec 2025 18:51:11 +0100 |
Mike Becker |
fix that cxPropertiesLoad() is not falling back to the default allocator when the allocator is NULL
|
changeset |
files
|
| Tue, 09 Dec 2025 17:27:58 +0100 |
Mike Becker |
fix return value of cxPropertiesLoad() for non-empty files that do not contain keys
|
changeset |
files
|
| Mon, 08 Dec 2025 23:09:11 +0100 |
Mike Becker |
add allocator support to cxPropertiesLoad() - resolves #776
|
changeset |
files
|
| Sun, 07 Dec 2025 19:36:51 +0100 |
Mike Becker |
add cxJsonFromString() - resolves #771
|
changeset |
files
|
| Sun, 07 Dec 2025 15:34:46 +0100 |
Mike Becker |
properties.h: removes the source/sink API and adds a new cxPropertiesLoad()
|
changeset |
files
|
| Sun, 07 Dec 2025 15:33:16 +0100 |
Mike Becker |
changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor
|
changeset |
files
|
| Sun, 07 Dec 2025 13:24:18 +0100 |
Mike Becker |
fix the note about AnyStr and add it to the files where it was missing
|
changeset |
files
|
| Sun, 07 Dec 2025 13:18:22 +0100 |
Mike Becker |
fix order of bugfixes and removed features in changelog
|
changeset |
files
|
| Sun, 07 Dec 2025 13:17:25 +0100 |
Mike Becker |
improve member names of CxJsonArray
|
changeset |
files
|
| Sat, 06 Dec 2025 18:13:28 +0100 |
Mike Becker |
fix the example in json.h.md after removing the sort_members flag
|
changeset |
files
|
| Sat, 06 Dec 2025 18:01:52 +0100 |
Mike Becker |
changes CxTree structure so that it now inherits CX_COLLECTION_BASE - resolves #629
|
changeset |
files
|
| Sat, 06 Dec 2025 17:51:08 +0100 |
Mike Becker |
fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped
|
changeset |
files
|
| Sat, 06 Dec 2025 16:30:11 +0100 |
Mike Becker |
replace JSON object member array with kv-list - resolves #762
|
changeset |
files
|
| Sat, 06 Dec 2025 16:22:19 +0100 |
Mike Becker |
fixes that overwriting elements with cxMapPut() in a kv-list did not work
|
changeset |
files
|
| Sat, 06 Dec 2025 15:55:53 +0100 |
Mike Becker |
fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors
|
changeset |
files
|