3 months ago Mike Becker downgrades the severity of the advice in cxPropertiesFilln() from attention to remark changeset | files
3 months ago Mike Becker add tests for JSON create functions and fix a bug in cxJsonCreateCxString() changeset | files
3 months ago Mike Becker add documentation for json value creation API changeset | files
3 months ago Mike Becker fix cxJsonObjPut() for existing keys changeset | files
3 months ago Mike Becker add implementation for creating new json values changeset | files
3 months ago Mike Becker fix missing definition of SSIZE_MAX in windows changeset | files
3 months ago Mike Becker add temporary implementations for string to number and first test cases changeset | files
3 months ago Mike Becker fix another missing free() in json tests changeset | files
3 months ago Mike Becker make cx_strcast() also support cxstring changeset | files
3 months ago Mike Becker fix cx_hash_key_cxstr() being a macro changeset | files
3 months ago Mike Becker implement all string to number conversions that are just wrappers changeset | files
3 months ago Mike Becker don't trust that size_t always has word width changeset | files
3 months ago Mike Becker fix datatype in long long variants changeset | files
3 months ago Mike Becker add attributes to string to number conversion functions changeset | files
3 months ago Mike Becker add documentation for string to number conversion functions changeset | files
3 months ago Mike Becker add function prototypes and macros for string conversion function changeset | files
3 months ago Mike Becker add missing libc string.h include changeset | files
3 months ago Mike Becker fix missing errno.h include changeset | files
3 months ago Mike Becker add some more overflow treatment and make sure to set errno properly changeset | files
3 months ago Mike Becker upgrade Doxyfile changeset | files
3 months ago Mike Becker fix outdated documentation in properties.h changeset | files
3 months ago Mike Becker generify cxJsonObjGet() - fixes #525 changeset | files
3 months ago Mike Becker add missing documentation for struct cx_properties_config_s changeset | files
3 months ago Mike Becker add missing documentation in iterator.h changeset | files
3 months ago Mike Becker add missing documentation of CX_WORDSIZE changeset | files
3 months ago Mike Becker add cxJsonArrIter() - fixes #524 changeset | files
3 months ago Mike Becker fix memory leaks in json tests changeset | files
3 months ago Mike Becker rework of properties parser - fixes #529 and resolves #458 changeset | files
3 months ago Mike Becker add cxBufferAppend() - fixes #534 changeset | files
3 months ago Mike Becker add advice to set the size of a buffer initialized with existing data changeset | files
3 months ago Mike Becker add copy-on-extend feature to UCX buffer - fixes #533 changeset | files
3 months ago Mike Becker add CHANGELOG entry for issue #431 changeset | files
3 months ago Mike Becker merge remote changes changeset | files
3 months ago Mike Becker add CHANGELOG entry for issue #531 changeset | files
3 months ago Mike Becker add copy-on-write feature to UCX buffer - fixes #531 changeset | files
3 months ago Mike Becker fix out of range access in test on platforms which are actually shrinking the buffer changeset | files
3 months ago Mike Becker add shortcut to binary search when array size is one changeset | files
3 months ago Mike Becker add szmul.c to msvc project changeset | files
3 months ago Mike Becker fix wrong "variant" of zero/NULL/false changeset | files
3 months ago Mike Becker add explicit casts to silence warnings changeset | files
3 months ago Mike Becker fix compilation for compilers which don't set __WORDSIZE changeset | files
3 months ago Mike Becker add check for C23 compatibility changeset | files
3 months ago Mike Becker add sys/types.h to the common includes to fix a problem with ssize_t changeset | files
3 months ago Mike Becker increase test coverage changeset | files
3 months ago Mike Becker fix number parser not detecting integers out of range changeset | files
3 months ago Mike Becker add cxJsonReset() and cxPropertiesReset() changeset | files
3 months ago Mike Becker add documentation - resolves #431 changeset | files
3 months ago Mike Becker and changelog entry for issue #523 changeset | files
4 months ago Mike Becker add fake doc to mute doxygen complaints changeset | files
4 months ago Mike Becker minor cleanup changeset | files
4 months ago Mike Becker json: enable multiple subsequent fills - relates to #431 changeset | files
4 months ago Mike Becker fix that cxBufferSeek() cannot move pos past the end - fixes #523 changeset | files
4 months ago Mike Becker fix stupid initialization of target buffer in tests where no flush target is used changeset | files
4 months ago Mike Becker add cxBufferTerminate() changeset | files
4 months ago Mike Becker make cxBufferEof() return a bool changeset | files
4 months ago Mike Becker add test case to cover new branches inside cx_strcat_ma() changeset | files
4 months ago Mike Becker add status codes to json parser - relates to #431 changeset | files
4 months ago Mike Becker change cx_strcat variants to allow handling of ENOMEM changeset | files
4 months ago Mike Becker simplify how the json parser works changeset | files
4 months ago Mike Becker add cx_array_reserve() and several more array convenience functions changeset | files
4 months ago Mike Becker make cx_array_copy() support different types for size/capacity - fixes #492 changeset | files
4 months ago Olaf Wintermann fix missing cxMempoolFree in json allocator test changeset | files
4 months ago Olaf Wintermann add support for allocators to the json parser changeset | files
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
5 months ago Mike Becker add configure option for szmul changeset | files
5 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
(0) -1000 -300 -100 -96 +96 +100 tip

mercurial