Wed, 10 Dec 2025 14:05:20 +0100 Olaf Wintermann fix memory leak in the json parser and add more tests for cxJsonFromString - relates to #777 changeset | files
Wed, 10 Dec 2025 13:12:27 +0100 Olaf Wintermann add support for line continuation in the properties parser - resolves #457 changeset | files
Tue, 09 Dec 2025 19:05:35 +0100 Mike Becker add more tests for cxPropertiesLoad() changeset | files
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
Sat, 06 Dec 2025 15:50:55 +0100 Mike Becker add .clang-tidy file to mute warnings about using NULL instead of nullptr changeset | files
Sat, 06 Dec 2025 13:46:55 +0100 Mike Becker use an anonymous union for the CxJsonValue changeset | files
Fri, 05 Dec 2025 16:38:17 +0100 Mike Becker change cxBufferReserve() to allow reducing the capacity changeset | files
Fri, 05 Dec 2025 16:36:10 +0100 Mike Becker fix that certain reallocate functions did not properly support size zero changeset | files
Fri, 05 Dec 2025 16:22:57 +0100 Mike Becker fix name of cx_system_page_size() in allocator.c changeset | files
(0) -1000 -300 -100 -50 -24 +24 +50 +100 tip

mercurial