Tue, 22 Oct 2024 22:20:50 +0200 |
Mike Becker |
make both gcc and clang happy with how cx_json_value_nothing is initialized
|
changeset |
files
|
Tue, 22 Oct 2024 12:23:43 +0200 |
Olaf Wintermann |
fix memory leak in case of json parser errors
|
changeset |
files
|
Tue, 22 Oct 2024 12:17:48 +0200 |
Olaf Wintermann |
use json reader state macros everywhere
|
changeset |
files
|
Tue, 22 Oct 2024 12:16:16 +0200 |
Olaf Wintermann |
fix incomplete json object not resulting in syntax error
|
changeset |
files
|
Sun, 20 Oct 2024 12:30:30 +0200 |
Olaf Wintermann |
fix memory leak in json reader when handling incomplete tokens
|
changeset |
files
|
Sun, 20 Oct 2024 11:39:54 +0200 |
Olaf Wintermann |
add test for parsing json with multiple incomplete tokens
|
changeset |
files
|
Sun, 20 Oct 2024 10:49:38 +0200 |
Olaf Wintermann |
simplify cx_json_value_nothing initialization
|
changeset |
files
|
Sat, 19 Oct 2024 17:25:11 +0200 |
Mike Becker |
add first draft of json implementation - relates to #431
|
changeset |
files
|
Sat, 19 Oct 2024 16:28:15 +0200 |
Mike Becker |
add missing dependencies for test_properties.o
|
changeset |
files
|
Sat, 19 Oct 2024 14:24:26 +0200 |
Mike Becker |
add convenience macro for cx_reallocate to hide the (void**) cast
|
changeset |
files
|
Sat, 19 Oct 2024 13:49:44 +0200 |
Mike Becker |
remove <sys/types.h> include from common.h
|
changeset |
files
|
Sat, 19 Oct 2024 13:45:49 +0200 |
Mike Becker |
add extern "C" to iterator.h
|
changeset |
files
|
Sat, 19 Oct 2024 13:43:10 +0200 |
Mike Becker |
add extern "C" to properties.h
|
changeset |
files
|
Sat, 19 Oct 2024 13:21:58 +0200 |
Mike Becker |
add test coverage for unlinking tree nodes w/o prev pointer
|
changeset |
files
|