4 months ago |
Olaf Wintermann |
fix cx_array_advanced_realloc to handle reallocation of NULL arrays, consistent with standard realloc behavior
|
changeset |
files
|
4 months ago |
Mike Becker |
remove map detach function - fixes #487
|
changeset |
files
|
4 months ago |
Mike Becker |
make names of destroy and free functions consistent - fixes #484
|
changeset |
files
|
4 months ago |
Mike Becker |
missing comma in map iterator docs
|
changeset |
files
|
4 months ago |
Mike Becker |
cxBufferFree() now calls cxBufferDestroy()
|
changeset |
files
|
4 months ago |
Mike Becker |
automatically disable szmul builtin when testing with coverage
|
changeset |
files
|
4 months ago |
Mike Becker |
improve consistency for allocator arguments - fixes #485
|
changeset |
files
|
4 months ago |
Mike Becker |
make ucx C++ compatible again (and add tests for it) - fixes #486
|
changeset |
files
|
4 months ago |
Mike Becker |
add configure option for szmul
|
changeset |
files
|
4 months ago |
Mike Becker |
simplify cx_array_copy() - fixes #474
|
changeset |
files
|
5 months ago |
Mike Becker |
major refactoring of attributes
|
changeset |
files
|
5 months ago |
Mike Becker |
let cxMapDestroy() ignore NULL as any free()-like function should do
|
changeset |
files
|
5 months ago |
Mike Becker |
instruct Doxygen to expand all macros
|
changeset |
files
|
5 months ago |
Mike Becker |
add -c flag to ARFLAGS to suppress diagnostic message on stderr
|
changeset |
files
|
5 months ago |
Mike Becker |
add script to invoke make check with different configurations
|
changeset |
files
|
5 months ago |
Mike Becker |
remove obsolete reference to previously removed cxPropertiesInput()
|
changeset |
files
|
5 months ago |
Mike Becker |
fix broken docs target after uwproj update
|
changeset |
files
|
5 months ago |
Olaf Wintermann |
fix memory leaks in json tests
|
changeset |
files
|
5 months ago |
Olaf Wintermann |
add test for reading multiple json values
|
changeset |
files
|
5 months ago |
Olaf Wintermann |
fix missing value_ready reset when returning a CxJsonValue
|
changeset |
files
|
5 months ago |
Mike Becker |
adds test case for numbers - currently fails due to issue #482
|
changeset |
files
|
5 months ago |
Mike Becker |
fix copy-pasted parameter name
|
changeset |
files
|
5 months ago |
Mike Becker |
add UCX string support to cxJsonFill()
|
changeset |
files
|
5 months ago |
Mike Becker |
add support for UCX strings in cxPropertiesFill()
|
changeset |
files
|
5 months ago |
Mike Becker |
rename utils.h to streams.h
|
changeset |
files
|
5 months ago |
Mike Becker |
move szmul to common.h
|
changeset |
files
|
5 months ago |
Mike Becker |
simplify parsing of numbers
|
changeset |
files
|
5 months ago |
Mike Becker |
add assertion that triggers when cx_array_copy() stops working for NULL arrays
|
changeset |
files
|
5 months ago |
Mike Becker |
simplify parsing of array and object elements
|
changeset |
files
|
5 months ago |
Mike Becker |
treat integers and doubles both as JSON numbers
|
changeset |
files
|
5 months ago |
Mike Becker |
remove single-member structs
|
changeset |
files
|
5 months ago |
Mike Becker |
fix test function names not in line with naming convention
|
changeset |
files
|
5 months ago |
Mike Becker |
add reallocarray() like functions - resolves #468
|
changeset |
files
|
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
|
5 months ago |
Olaf Wintermann |
fix cx_mempool_free crash if ptr is null
|
changeset |
files
|
5 months ago |
Mike Becker |
avoid state buffer allocation for JSON with reasonable nesting depth
|
changeset |
files
|
5 months ago |
Mike Becker |
add cx_nmemb() utility
|
changeset |
files
|
5 months ago |
Mike Becker |
make both gcc and clang happy with how cx_json_value_nothing is initialized
|
changeset |
files
|
5 months ago |
Olaf Wintermann |
fix memory leak in case of json parser errors
|
changeset |
files
|
5 months ago |
Olaf Wintermann |
use json reader state macros everywhere
|
changeset |
files
|
5 months ago |
Olaf Wintermann |
fix incomplete json object not resulting in syntax error
|
changeset |
files
|
5 months ago |
Olaf Wintermann |
fix memory leak in json reader when handling incomplete tokens
|
changeset |
files
|
5 months ago |
Olaf Wintermann |
add test for parsing json with multiple incomplete tokens
|
changeset |
files
|
5 months ago |
Olaf Wintermann |
simplify cx_json_value_nothing initialization
|
changeset |
files
|
5 months ago |
Mike Becker |
add first draft of json implementation - relates to #431
|
changeset |
files
|
5 months ago |
Mike Becker |
add missing dependencies for test_properties.o
|
changeset |
files
|
5 months ago |
Mike Becker |
add convenience macro for cx_reallocate to hide the (void**) cast
|
changeset |
files
|
5 months ago |
Mike Becker |
remove <sys/types.h> include from common.h
|
changeset |
files
|
5 months ago |
Mike Becker |
add extern "C" to iterator.h
|
changeset |
files
|
5 months ago |
Mike Becker |
add extern "C" to properties.h
|
changeset |
files
|