Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
fix missing errno.h include
3 months ago
, by Mike Becker
add some more overflow treatment and make sure to set errno properly
3 months ago
, by Mike Becker
upgrade Doxyfile
3 months ago
, by Mike Becker
fix outdated documentation in properties.h
3 months ago
, by Mike Becker
generify cxJsonObjGet() - fixes #525
3 months ago
, by Mike Becker
add missing documentation for struct cx_properties_config_s
3 months ago
, by Mike Becker
add missing documentation in iterator.h
3 months ago
, by Mike Becker
add missing documentation of CX_WORDSIZE
3 months ago
, by Mike Becker
add cxJsonArrIter() - fixes #524
3 months ago
, by Mike Becker
fix memory leaks in json tests
3 months ago
, by Mike Becker
rework of properties parser - fixes #529 and resolves #458
3 months ago
, by Mike Becker
add cxBufferAppend() - fixes #534
3 months ago
, by Mike Becker
add advice to set the size of a buffer initialized with existing data
3 months ago
, by Mike Becker
add copy-on-extend feature to UCX buffer - fixes #533
3 months ago
, by Mike Becker
add CHANGELOG entry for issue #431
3 months ago
, by Mike Becker
merge remote changes
3 months ago
, by Mike Becker
add CHANGELOG entry for issue #531
3 months ago
, by Mike Becker
add copy-on-write feature to UCX buffer - fixes #531
3 months ago
, by Mike Becker
fix out of range access in test on platforms which are actually shrinking the buffer
3 months ago
, by Mike Becker
add shortcut to binary search when array size is one
3 months ago
, by Mike Becker
add szmul.c to msvc project
3 months ago
, by Mike Becker
fix wrong "variant" of zero/NULL/false
3 months ago
, by Mike Becker
add explicit casts to silence warnings
3 months ago
, by Mike Becker
fix compilation for compilers which don't set __WORDSIZE
3 months ago
, by Mike Becker
add check for C23 compatibility
3 months ago
, by Mike Becker
add sys/types.h to the common includes to fix a problem with ssize_t
3 months ago
, by Mike Becker
increase test coverage
3 months ago
, by Mike Becker
fix number parser not detecting integers out of range
3 months ago
, by Mike Becker
add cxJsonReset() and cxPropertiesReset()
3 months ago
, by Mike Becker
add documentation - resolves #431
3 months ago
, by Mike Becker
and changelog entry for issue #523
3 months ago
, by Mike Becker
add fake doc to mute doxygen complaints
3 months ago
, by Mike Becker
minor cleanup
3 months ago
, by Mike Becker
json: enable multiple subsequent fills - relates to #431
3 months ago
, by Mike Becker
fix that cxBufferSeek() cannot move pos past the end - fixes #523
3 months ago
, by Mike Becker
fix stupid initialization of target buffer in tests where no flush target is used
3 months ago
, by Mike Becker
add cxBufferTerminate()
3 months ago
, by Mike Becker
make cxBufferEof() return a bool
3 months ago
, by Mike Becker
add test case to cover new branches inside cx_strcat_ma()
4 months ago
, by Mike Becker
add status codes to json parser - relates to #431
4 months ago
, by Mike Becker
change cx_strcat variants to allow handling of ENOMEM
4 months ago
, by Mike Becker
simplify how the json parser works
4 months ago
, by Mike Becker
add cx_array_reserve() and several more array convenience functions
4 months ago
, by Mike Becker
make cx_array_copy() support different types for size/capacity - fixes #492
4 months ago
, by Mike Becker
fix missing cxMempoolFree in json allocator test
4 months ago
, by Olaf Wintermann
add support for allocators to the json parser
4 months ago
, by Olaf Wintermann
fix cx_array_advanced_realloc to handle reallocation of NULL arrays, consistent with standard realloc behavior
4 months ago
, by Olaf Wintermann
remove map detach function - fixes #487
4 months ago
, by Mike Becker
make names of destroy and free functions consistent - fixes #484
4 months ago
, by Mike Becker
missing comma in map iterator docs
4 months ago
, by Mike Becker
cxBufferFree() now calls cxBufferDestroy()
4 months ago
, by Mike Becker
automatically disable szmul builtin when testing with coverage
4 months ago
, by Mike Becker
improve consistency for allocator arguments - fixes #485
4 months ago
, by Mike Becker
make ucx C++ compatible again (and add tests for it) - fixes #486
4 months ago
, by Mike Becker
add configure option for szmul
4 months ago
, by Mike Becker
simplify cx_array_copy() - fixes #474
4 months ago
, by Mike Becker
major refactoring of attributes
5 months ago
, by Mike Becker
let cxMapDestroy() ignore NULL as any free()-like function should do
5 months ago
, by Mike Becker
instruct Doxygen to expand all macros
5 months ago
, by Mike Becker
add -c flag to ARFLAGS to suppress diagnostic message on stderr
5 months ago
, by Mike Becker
add script to invoke make check with different configurations
5 months ago
, by Mike Becker
remove obsolete reference to previously removed cxPropertiesInput()
5 months ago
, by Mike Becker
fix broken docs target after uwproj update
5 months ago
, by Mike Becker
fix memory leaks in json tests
5 months ago
, by Olaf Wintermann
add test for reading multiple json values
5 months ago
, by Olaf Wintermann
fix missing value_ready reset when returning a CxJsonValue
5 months ago
, by Olaf Wintermann
adds test case for numbers - currently fails due to issue #482
5 months ago
, by Mike Becker
fix copy-pasted parameter name
5 months ago
, by Mike Becker
add UCX string support to cxJsonFill()
5 months ago
, by Mike Becker
add support for UCX strings in cxPropertiesFill()
5 months ago
, by Mike Becker
rename utils.h to streams.h
5 months ago
, by Mike Becker
move szmul to common.h
5 months ago
, by Mike Becker
simplify parsing of numbers
5 months ago
, by Mike Becker
add assertion that triggers when cx_array_copy() stops working for NULL arrays
5 months ago
, by Mike Becker
simplify parsing of array and object elements
5 months ago
, by Mike Becker
treat integers and doubles both as JSON numbers
5 months ago
, by Mike Becker
remove single-member structs
5 months ago
, by Mike Becker
fix test function names not in line with naming convention
5 months ago
, by Mike Becker
add reallocarray() like functions - resolves #468
5 months ago
, by Mike Becker
remove cx_for_n() macro - fixes #467
5 months ago
, by Mike Becker
increase list test coverage - fixes #454
5 months ago
, by Mike Becker
test coverage does not really work with clang
5 months ago
, by Mike Becker
add common.h include to test.h - fixes #464
5 months ago
, by Mike Becker
update build dependencies for json.c
5 months ago
, by Mike Becker
fix map.h C++ inline functions not ported to new collection base class
5 months ago
, by Olaf Wintermann
fix comparing size_t with int
5 months ago
, by Mike Becker
remove cx_swap_ptr()
5 months ago
, by Mike Becker
use cx_array_add() instead of reimplementing the magic
5 months ago
, by Mike Becker
add function to create array reallocator that can move arrays from stack to heap
5 months ago
, by Mike Becker
add msvc support
5 months ago
, by Mike Becker
remove dynamic arrays which are not supported by msvc
5 months ago
, by Mike Becker
fix missing pointer initializations
5 months ago
, by Mike Becker
add cast from size_t to unsigned to avoid warnings from certain compilers
5 months ago
, by Mike Becker
fix compile regression on some platforms after removing sys/types.h include
5 months ago
, by Mike Becker
fix cx_mempool_free crash if ptr is null
5 months ago
, by Olaf Wintermann
avoid state buffer allocation for JSON with reasonable nesting depth
5 months ago
, by Mike Becker
less
more
|
(0)
-1000
-300
-100
-96
+96
+100
tip