5 months ago |
Mike Becker |
remove cx_for_n() macro - fixes #467
|
changeset |
files
|
5 months ago |
Mike Becker |
increase list test coverage - fixes #454
|
changeset |
files
|
5 months ago |
Mike Becker |
test coverage does not really work with clang
|
changeset |
files
|
5 months ago |
Mike Becker |
add common.h include to test.h - fixes #464
|
changeset |
files
|
5 months ago |
Mike Becker |
update build dependencies for json.c
|
changeset |
files
|
5 months ago |
Olaf Wintermann |
fix map.h C++ inline functions not ported to new collection base class
|
changeset |
files
|
5 months ago |
Mike Becker |
fix comparing size_t with int
|
changeset |
files
|
5 months ago |
Mike Becker |
remove cx_swap_ptr()
|
changeset |
files
|
5 months ago |
Mike Becker |
use cx_array_add() instead of reimplementing the magic
|
changeset |
files
|
5 months ago |
Mike Becker |
add function to create array reallocator that can move arrays from stack to heap
|
changeset |
files
|
5 months ago |
Mike Becker |
add msvc support
|
changeset |
files
|
5 months ago |
Mike Becker |
remove dynamic arrays which are not supported by msvc
|
changeset |
files
|
5 months ago |
Mike Becker |
fix missing pointer initializations
|
changeset |
files
|
5 months ago |
Mike Becker |
add cast from size_t to unsigned to avoid warnings from certain compilers
|
changeset |
files
|
5 months ago |
Mike Becker |
fix compile regression on some platforms after removing sys/types.h include
|
changeset |
files
|
6 months ago |
Olaf Wintermann |
fix cx_mempool_free crash if ptr is null
|
changeset |
files
|
6 months ago |
Mike Becker |
avoid state buffer allocation for JSON with reasonable nesting depth
|
changeset |
files
|
6 months ago |
Mike Becker |
add cx_nmemb() utility
|
changeset |
files
|
6 months ago |
Mike Becker |
make both gcc and clang happy with how cx_json_value_nothing is initialized
|
changeset |
files
|
6 months ago |
Olaf Wintermann |
fix memory leak in case of json parser errors
|
changeset |
files
|
6 months ago |
Olaf Wintermann |
use json reader state macros everywhere
|
changeset |
files
|
6 months ago |
Olaf Wintermann |
fix incomplete json object not resulting in syntax error
|
changeset |
files
|
6 months ago |
Olaf Wintermann |
fix memory leak in json reader when handling incomplete tokens
|
changeset |
files
|
6 months ago |
Olaf Wintermann |
add test for parsing json with multiple incomplete tokens
|
changeset |
files
|
6 months ago |
Olaf Wintermann |
simplify cx_json_value_nothing initialization
|
changeset |
files
|
6 months ago |
Mike Becker |
add first draft of json implementation - relates to #431
|
changeset |
files
|
6 months ago |
Mike Becker |
add missing dependencies for test_properties.o
|
changeset |
files
|
6 months ago |
Mike Becker |
add convenience macro for cx_reallocate to hide the (void**) cast
|
changeset |
files
|
6 months ago |
Mike Becker |
remove <sys/types.h> include from common.h
|
changeset |
files
|
6 months ago |
Mike Becker |
add extern "C" to iterator.h
|
changeset |
files
|
6 months ago |
Mike Becker |
add extern "C" to properties.h
|
changeset |
files
|
6 months ago |
Mike Becker |
add test coverage for unlinking tree nodes w/o prev pointer
|
changeset |
files
|