Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
add cxBufferAppend() - fixes #534
13 days ago
, by Mike Becker
add advice to set the size of a buffer initialized with existing data
13 days ago
, by Mike Becker
add copy-on-extend feature to UCX buffer - fixes #533
2 weeks ago
, by Mike Becker
add CHANGELOG entry for issue #431
2 weeks ago
, by Mike Becker
merge remote changes
2 weeks ago
, by Mike Becker
add CHANGELOG entry for issue #531
2 weeks ago
, by Mike Becker
add copy-on-write feature to UCX buffer - fixes #531
2 weeks ago
, by Mike Becker
fix out of range access in test on platforms which are actually shrinking the buffer
2 weeks ago
, by Mike Becker
add shortcut to binary search when array size is one
2 weeks ago
, by Mike Becker
add szmul.c to msvc project
2 weeks ago
, by Mike Becker
fix wrong "variant" of zero/NULL/false
2 weeks ago
, by Mike Becker
add explicit casts to silence warnings
2 weeks ago
, by Mike Becker
fix compilation for compilers which don't set __WORDSIZE
2 weeks ago
, by Mike Becker
add check for C23 compatibility
2 weeks ago
, by Mike Becker
add sys/types.h to the common includes to fix a problem with ssize_t
2 weeks ago
, by Mike Becker
increase test coverage
2 weeks ago
, by Mike Becker
fix number parser not detecting integers out of range
2 weeks ago
, by Mike Becker
add cxJsonReset() and cxPropertiesReset()
2 weeks ago
, by Mike Becker
add documentation - resolves #431
2 weeks ago
, by Mike Becker
and changelog entry for issue #523
2 weeks ago
, by Mike Becker
add fake doc to mute doxygen complaints
3 weeks ago
, by Mike Becker
minor cleanup
3 weeks ago
, by Mike Becker
json: enable multiple subsequent fills - relates to #431
3 weeks ago
, by Mike Becker
fix that cxBufferSeek() cannot move pos past the end - fixes #523
3 weeks ago
, by Mike Becker
fix stupid initialization of target buffer in tests where no flush target is used
3 weeks ago
, by Mike Becker
add cxBufferTerminate()
3 weeks ago
, by Mike Becker
make cxBufferEof() return a bool
3 weeks ago
, by Mike Becker
add test case to cover new branches inside cx_strcat_ma()
3 weeks ago
, by Mike Becker
add status codes to json parser - relates to #431
3 weeks ago
, by Mike Becker
change cx_strcat variants to allow handling of ENOMEM
3 weeks ago
, by Mike Becker
simplify how the json parser works
4 weeks ago
, by Mike Becker
add cx_array_reserve() and several more array convenience functions
4 weeks ago
, by Mike Becker
make cx_array_copy() support different types for size/capacity - fixes #492
4 weeks ago
, by Mike Becker
fix missing cxMempoolFree in json allocator test
5 weeks ago
, by Olaf Wintermann
add support for allocators to the json parser
5 weeks ago
, by Olaf Wintermann
fix cx_array_advanced_realloc to handle reallocation of NULL arrays, consistent with standard realloc behavior
5 weeks ago
, by Olaf Wintermann
remove map detach function - fixes #487
5 weeks ago
, by Mike Becker
make names of destroy and free functions consistent - fixes #484
5 weeks ago
, by Mike Becker
missing comma in map iterator docs
5 weeks ago
, by Mike Becker
cxBufferFree() now calls cxBufferDestroy()
5 weeks ago
, by Mike Becker
automatically disable szmul builtin when testing with coverage
5 weeks ago
, by Mike Becker
improve consistency for allocator arguments - fixes #485
5 weeks ago
, by Mike Becker
make ucx C++ compatible again (and add tests for it) - fixes #486
6 weeks ago
, by Mike Becker
add configure option for szmul
7 weeks ago
, by Mike Becker
simplify cx_array_copy() - fixes #474
7 weeks ago
, by Mike Becker
major refactoring of attributes
8 weeks ago
, by Mike Becker
let cxMapDestroy() ignore NULL as any free()-like function should do
8 weeks ago
, by Mike Becker
instruct Doxygen to expand all macros
2 months ago
, by Mike Becker
add -c flag to ARFLAGS to suppress diagnostic message on stderr
2 months ago
, by Mike Becker
add script to invoke make check with different configurations
2 months ago
, by Mike Becker
remove obsolete reference to previously removed cxPropertiesInput()
2 months ago
, by Mike Becker
fix broken docs target after uwproj update
2 months ago
, by Mike Becker
fix memory leaks in json tests
2 months ago
, by Olaf Wintermann
add test for reading multiple json values
2 months ago
, by Olaf Wintermann
fix missing value_ready reset when returning a CxJsonValue
2 months ago
, by Olaf Wintermann
adds test case for numbers - currently fails due to issue #482
2 months ago
, by Mike Becker
fix copy-pasted parameter name
2 months ago
, by Mike Becker
add UCX string support to cxJsonFill()
2 months ago
, by Mike Becker
add support for UCX strings in cxPropertiesFill()
2 months ago
, by Mike Becker
rename utils.h to streams.h
2 months ago
, by Mike Becker
move szmul to common.h
2 months ago
, by Mike Becker
simplify parsing of numbers
2 months ago
, by Mike Becker
add assertion that triggers when cx_array_copy() stops working for NULL arrays
2 months ago
, by Mike Becker
simplify parsing of array and object elements
2 months ago
, by Mike Becker
treat integers and doubles both as JSON numbers
2 months ago
, by Mike Becker
remove single-member structs
2 months ago
, by Mike Becker
fix test function names not in line with naming convention
2 months ago
, by Mike Becker
add reallocarray() like functions - resolves #468
2 months ago
, by Mike Becker
remove cx_for_n() macro - fixes #467
2 months ago
, by Mike Becker
increase list test coverage - fixes #454
2 months ago
, by Mike Becker
test coverage does not really work with clang
2 months ago
, by Mike Becker
add common.h include to test.h - fixes #464
2 months ago
, by Mike Becker
update build dependencies for json.c
2 months ago
, by Mike Becker
fix map.h C++ inline functions not ported to new collection base class
2 months ago
, by Olaf Wintermann
fix comparing size_t with int
2 months ago
, by Mike Becker
remove cx_swap_ptr()
2 months ago
, by Mike Becker
use cx_array_add() instead of reimplementing the magic
2 months ago
, by Mike Becker
add function to create array reallocator that can move arrays from stack to heap
2 months ago
, by Mike Becker
add msvc support
2 months ago
, by Mike Becker
remove dynamic arrays which are not supported by msvc
2 months ago
, by Mike Becker
fix missing pointer initializations
2 months ago
, by Mike Becker
add cast from size_t to unsigned to avoid warnings from certain compilers
2 months ago
, by Mike Becker
fix compile regression on some platforms after removing sys/types.h include
2 months ago
, by Mike Becker
fix cx_mempool_free crash if ptr is null
2 months ago
, by Olaf Wintermann
avoid state buffer allocation for JSON with reasonable nesting depth
2 months ago
, by Mike Becker
add cx_nmemb() utility
2 months ago
, by Mike Becker
make both gcc and clang happy with how cx_json_value_nothing is initialized
2 months ago
, by Mike Becker
fix memory leak in case of json parser errors
2 months ago
, by Olaf Wintermann
use json reader state macros everywhere
2 months ago
, by Olaf Wintermann
fix incomplete json object not resulting in syntax error
2 months ago
, by Olaf Wintermann
fix memory leak in json reader when handling incomplete tokens
2 months ago
, by Olaf Wintermann
add test for parsing json with multiple incomplete tokens
2 months ago
, by Olaf Wintermann
simplify cx_json_value_nothing initialization
2 months ago
, by Olaf Wintermann
add first draft of json implementation - relates to #431
2 months ago
, by Mike Becker
add missing dependencies for test_properties.o
2 months ago
, by Mike Becker
add convenience macro for cx_reallocate to hide the (void**) cast
2 months ago
, by Mike Becker
remove <sys/types.h> include from common.h
2 months ago
, by Mike Becker
add extern "C" to iterator.h
2 months ago
, by Mike Becker
add extern "C" to properties.h
2 months ago
, by Mike Becker
add test coverage for unlinking tree nodes w/o prev pointer
2 months ago
, by Mike Becker
add max depth for tree search - closes #459
2 months ago
, by Mike Becker
fix totally bugged assertion in cxPropertiesUseStack()
2 months ago
, by Mike Becker
add source/sink facility for properties - fixes #430
2 months ago
, by Mike Becker
fix missing parameter doc
2 months ago
, by Mike Becker
fix several survivors of east-const and some missing consts
2 months ago
, by Mike Becker
fix invalid reads when removing linked list nodes
2 months ago
, by Mike Becker
add implementation for the properties parser
2 months ago
, by Mike Becker
add ucx2.1 style interface for a properties parser
2 months ago
, by Mike Becker
also report coverage for header files
2 months ago
, by Mike Becker
make loc_prev in trees optional - fixes #433
2 months ago
, by Mike Becker
update CHANGELOG
2 months ago
, by Mike Becker
add possibility to remove arrays of data and retrieve removed data
2 months ago
, by Mike Becker
add cxTreeSetParent()
2 months ago
, by Mike Becker
add functions to start iteration in a subtree
2 months ago
, by Mike Becker
add missing details for 100% test coverage in tree.c
2 months ago
, by Mike Becker
add test for creating an iterator over an empty tree
2 months ago
, by Mike Becker
simplify tree class
2 months ago
, by Mike Becker
implement cxTreeDestroyNode and cxTreeDestroySubtree - resolves #438
2 months ago
, by Mike Becker
fix missing free() in test_array_insert_sorted
2 months ago
, by Mike Becker
fix missing free() in test_tree_add_duplicate_root
2 months ago
, by Mike Becker
less
more
|
(0)
-1000
-120
tip