Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
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
add cx_nmemb() utility
5 months ago
, by Mike Becker
make both gcc and clang happy with how cx_json_value_nothing is initialized
5 months ago
, by Mike Becker
fix memory leak in case of json parser errors
5 months ago
, by Olaf Wintermann
use json reader state macros everywhere
5 months ago
, by Olaf Wintermann
fix incomplete json object not resulting in syntax error
5 months ago
, by Olaf Wintermann
fix memory leak in json reader when handling incomplete tokens
5 months ago
, by Olaf Wintermann
add test for parsing json with multiple incomplete tokens
5 months ago
, by Olaf Wintermann
simplify cx_json_value_nothing initialization
5 months ago
, by Olaf Wintermann
add first draft of json implementation - relates to #431
5 months ago
, by Mike Becker
add missing dependencies for test_properties.o
5 months ago
, by Mike Becker
add convenience macro for cx_reallocate to hide the (void**) cast
5 months ago
, by Mike Becker
remove <sys/types.h> include from common.h
5 months ago
, by Mike Becker
add extern "C" to iterator.h
5 months ago
, by Mike Becker
add extern "C" to properties.h
5 months ago
, by Mike Becker
add test coverage for unlinking tree nodes w/o prev pointer
5 months ago
, by Mike Becker
add max depth for tree search - closes #459
5 months ago
, by Mike Becker
fix totally bugged assertion in cxPropertiesUseStack()
5 months ago
, by Mike Becker
add source/sink facility for properties - fixes #430
5 months ago
, by Mike Becker
fix missing parameter doc
5 months ago
, by Mike Becker
fix several survivors of east-const and some missing consts
5 months ago
, by Mike Becker
fix invalid reads when removing linked list nodes
5 months ago
, by Mike Becker
add implementation for the properties parser
5 months ago
, by Mike Becker
add ucx2.1 style interface for a properties parser
5 months ago
, by Mike Becker
also report coverage for header files
6 months ago
, by Mike Becker
make loc_prev in trees optional - fixes #433
6 months ago
, by Mike Becker
update CHANGELOG
6 months ago
, by Mike Becker
add possibility to remove arrays of data and retrieve removed data
6 months ago
, by Mike Becker
add cxTreeSetParent()
6 months ago
, by Mike Becker
add functions to start iteration in a subtree
6 months ago
, by Mike Becker
add missing details for 100% test coverage in tree.c
6 months ago
, by Mike Becker
add test for creating an iterator over an empty tree
6 months ago
, by Mike Becker
simplify tree class
6 months ago
, by Mike Becker
implement cxTreeDestroyNode and cxTreeDestroySubtree - resolves #438
6 months ago
, by Mike Becker
fix missing free() in test_array_insert_sorted
6 months ago
, by Mike Becker
fix missing free() in test_tree_add_duplicate_root
6 months ago
, by Mike Becker
fix uninitialized simple_destructor - fixes #443
6 months ago
, by Mike Becker
implement cxTreeRemove() with re-link function
6 months ago
, by Mike Becker
rename cxTreeRemove() to cxTreeRemoveSubtree()
6 months ago
, by Mike Becker
fix bug when removing the root node of a tree
6 months ago
, by Mike Becker
add test for simple destructor in trees - fixes #436
6 months ago
, by Mike Becker
complete implementation of remaining high level tree functions
6 months ago
, by Mike Becker
implement cxTreeInsert family of functions
6 months ago
, by Mike Becker
add cxTreeSubtreeDepth()
6 months ago
, by Mike Becker
implement cxTreeCreate family of functions
6 months ago
, by Mike Becker
add functions to link/unlink nodes manually
6 months ago
, by Mike Becker
downgrade the attention block regarding the auto-register of a simple destructor to a note
6 months ago
, by Mike Becker
more prototypes for tree functions
6 months ago
, by Mike Becker
prototypes for create and destroy functions
6 months ago
, by Mike Becker
add allocator and root node pointer to tree structure
6 months ago
, by Mike Becker
allow find() member function to start in an arbitrary subtree
6 months ago
, by Mike Becker
provide a default tree node layout, but do not make it mandatory
6 months ago
, by Mike Becker
first draft of a class for high level trees
6 months ago
, by Mike Becker
add bounding parameter to cx_tree_add_iter()
6 months ago
, by Mike Becker
fix misleading documentation that could have indicated that an allocator is optional for lists
6 months ago
, by Mike Becker
make all function attributes leading - fixes #425
6 months ago
, by Mike Becker
move all const keywords to the west - fixes #426
6 months ago
, by Mike Becker
apply binary search in cx_array_insert_sorted()
6 months ago
, by Mike Becker
fix for empty arrays
6 months ago
, by Mike Becker
fix documentation
6 months ago
, by Mike Becker
also add a binary search for the supremum
6 months ago
, by Mike Becker
fixes incorrect result from cx_array_binary_search() when searched element is smaller than the entire array
6 months ago
, by Mike Becker
add cx_array_binary_search() - fixes #424
6 months ago
, by Mike Becker
add low level cx_array_insert_sorted() and convenience macros
6 months ago
, by Mike Becker
add missing documentation for cx_list_default_swap() return value
6 months ago
, by Mike Becker
add optimized implementation of insert_sorted for array lists
6 months ago
, by Mike Becker
fix cx_ll_insert_sorted_cmp_func not being thread local
7 months ago
, by Mike Becker
implement optimized sorted insert for linked lists - resolves #415
7 months ago
, by Mike Becker
fix typo in documentation
7 months ago
, by Mike Becker
optimize default insert_sorted implementation
7 months ago
, by Mike Becker
add stupid default implementation for high level insertion sort
7 months ago
, by Mike Becker
add default impl for some list member functions
7 months ago
, by Mike Becker
fix inserting via iterator correctly increases element count
7 months ago
, by Mike Becker
close feature branch
feature/tree_add
7 months ago
, by Mike Becker
merge feature/tree_add branch
7 months ago
, by Mike Becker
rework cx_tree_add() API to allow insertion of edge nodes
feature/tree_add
7 months ago
, by Mike Becker
remove condition that is always false after recent fix
feature/tree_add
7 months ago
, by Mike Becker
fix cx_tree_search() not remembering root as a valid candidate
feature/tree_add
7 months ago
, by Mike Becker
cx_tree_add_iter() - optimize check for empty trees
feature/tree_add
7 months ago
, by Mike Becker
cx_tree_add() fix missing spec for adding duplicates
feature/tree_add
7 months ago
, by Mike Becker
complete cx_tree_add() implementations
feature/tree_add
7 months ago
, by Mike Becker
fix return type of cx_tree_node_create_func
feature/tree_add
7 months ago
, by Mike Becker
complete specification for tree_add functions
feature/tree_add
7 months ago
, by Mike Becker
merge changes from default branch
feature/tree_add
7 months ago
, by Mike Becker
change cx_tree_link() from prepending to appending children - fixes #391
9 months ago
, by Mike Becker
fix mixed up arguments for calloc()
9 months ago
, by Mike Becker
add prototypes for cx_tree_add() family of functions
feature/tree_add
9 months ago
, by Mike Becker
minor doc fixes
9 months ago
, by Mike Becker
add cxIteratorRef() macro
10 months ago
, by Mike Becker
less
more
|
(0)
-128
+128
tip