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 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
3 months ago
, by Mike Becker
also report coverage for header files
3 months ago
, by Mike Becker
make loc_prev in trees optional - fixes #433
3 months ago
, by Mike Becker
update CHANGELOG
3 months ago
, by Mike Becker
add possibility to remove arrays of data and retrieve removed data
3 months ago
, by Mike Becker
add cxTreeSetParent()
3 months ago
, by Mike Becker
add functions to start iteration in a subtree
3 months ago
, by Mike Becker
add missing details for 100% test coverage in tree.c
3 months ago
, by Mike Becker
add test for creating an iterator over an empty tree
3 months ago
, by Mike Becker
simplify tree class
3 months ago
, by Mike Becker
implement cxTreeDestroyNode and cxTreeDestroySubtree - resolves #438
3 months ago
, by Mike Becker
fix missing free() in test_array_insert_sorted
3 months ago
, by Mike Becker
fix missing free() in test_tree_add_duplicate_root
3 months ago
, by Mike Becker
fix uninitialized simple_destructor - fixes #443
3 months ago
, by Mike Becker
implement cxTreeRemove() with re-link function
3 months ago
, by Mike Becker
rename cxTreeRemove() to cxTreeRemoveSubtree()
3 months ago
, by Mike Becker
fix bug when removing the root node of a tree
3 months ago
, by Mike Becker
add test for simple destructor in trees - fixes #436
3 months ago
, by Mike Becker
complete implementation of remaining high level tree functions
3 months ago
, by Mike Becker
implement cxTreeInsert family of functions
3 months ago
, by Mike Becker
add cxTreeSubtreeDepth()
3 months ago
, by Mike Becker
implement cxTreeCreate family of functions
3 months ago
, by Mike Becker
add functions to link/unlink nodes manually
3 months ago
, by Mike Becker
downgrade the attention block regarding the auto-register of a simple destructor to a note
3 months ago
, by Mike Becker
more prototypes for tree functions
3 months ago
, by Mike Becker
prototypes for create and destroy functions
3 months ago
, by Mike Becker
add allocator and root node pointer to tree structure
3 months ago
, by Mike Becker
allow find() member function to start in an arbitrary subtree
3 months ago
, by Mike Becker
provide a default tree node layout, but do not make it mandatory
3 months ago
, by Mike Becker
first draft of a class for high level trees
3 months ago
, by Mike Becker
add bounding parameter to cx_tree_add_iter()
3 months ago
, by Mike Becker
less
more
|
(0)
-300
-100
-60
+60
+100
tip