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 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
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
fix misleading documentation that could have indicated that an allocator is optional for lists
3 months ago
, by Mike Becker
make all function attributes leading - fixes #425
3 months ago
, by Mike Becker
move all const keywords to the west - fixes #426
3 months ago
, by Mike Becker
apply binary search in cx_array_insert_sorted()
3 months ago
, by Mike Becker
fix for empty arrays
3 months ago
, by Mike Becker
fix documentation
3 months ago
, by Mike Becker
also add a binary search for the supremum
3 months ago
, by Mike Becker
fixes incorrect result from cx_array_binary_search() when searched element is smaller than the entire array
3 months ago
, by Mike Becker
add cx_array_binary_search() - fixes #424
3 months ago
, by Mike Becker
add low level cx_array_insert_sorted() and convenience macros
3 months ago
, by Mike Becker
add missing documentation for cx_list_default_swap() return value
3 months ago
, by Mike Becker
add optimized implementation of insert_sorted for array lists
3 months ago
, by Mike Becker
fix cx_ll_insert_sorted_cmp_func not being thread local
4 months ago
, by Mike Becker
implement optimized sorted insert for linked lists - resolves #415
4 months ago
, by Mike Becker
fix typo in documentation
4 months ago
, by Mike Becker
optimize default insert_sorted implementation
4 months ago
, by Mike Becker
add stupid default implementation for high level insertion sort
4 months ago
, by Mike Becker
add default impl for some list member functions
4 months ago
, by Mike Becker
fix inserting via iterator correctly increases element count
4 months ago
, by Mike Becker
close feature branch
feature/tree_add
4 months ago
, by Mike Becker
merge feature/tree_add branch
4 months ago
, by Mike Becker
rework cx_tree_add() API to allow insertion of edge nodes
feature/tree_add
4 months ago
, by Mike Becker
remove condition that is always false after recent fix
feature/tree_add
4 months ago
, by Mike Becker
fix cx_tree_search() not remembering root as a valid candidate
feature/tree_add
4 months ago
, by Mike Becker
cx_tree_add_iter() - optimize check for empty trees
feature/tree_add
4 months ago
, by Mike Becker
cx_tree_add() fix missing spec for adding duplicates
feature/tree_add
4 months ago
, by Mike Becker
complete cx_tree_add() implementations
feature/tree_add
4 months ago
, by Mike Becker
fix return type of cx_tree_node_create_func
feature/tree_add
4 months ago
, by Mike Becker
complete specification for tree_add functions
feature/tree_add
4 months ago
, by Mike Becker
merge changes from default branch
feature/tree_add
4 months ago
, by Mike Becker
change cx_tree_link() from prepending to appending children - fixes #391
6 months ago
, by Mike Becker
fix mixed up arguments for calloc()
6 months ago
, by Mike Becker
add prototypes for cx_tree_add() family of functions
feature/tree_add
6 months ago
, by Mike Becker
minor doc fixes
6 months ago
, by Mike Becker
add cxIteratorRef() macro
7 months ago
, by Mike Becker
add missing convenience functions
7 months ago
, by Mike Becker
fix name of collection base member (to avoid base.base)
7 months ago
, by Mike Becker
fix inconsistent use of item_size and elem_size
7 months ago
, by Mike Becker
fix members inherited by macro or include are not documented
7 months ago
, by Mike Becker
simplify iterator structures
7 months ago
, by Mike Becker
fix documentation
7 months ago
, by Mike Becker
issue #389 : add separate function for immutable arrays
7 months ago
, by Mike Becker
add iterator over raw C arrays - closes #389
7 months ago
, by Mike Becker
improves interface of cx_sprintf() variants
9 months ago
, by Mike Becker
implement tree continue - fixes #376
9 months ago
, by Mike Becker
add missing cxTreeVisitorDispose() test
9 months ago
, by Mike Becker
add missing header dependencies
9 months ago
, by Mike Becker
add cx_tree_visitor()
9 months ago
, by Mike Becker
fix another superfluous semicolon...
10 months ago
, by Mike Becker
fix superfluous semicolon
10 months ago
, by Mike Becker
add -lm to ldflags on Solaris
10 months ago
, by Olaf Wintermann
fix build in case CX_SZMUL_BUILTIN is undefined
10 months ago
, by Olaf Wintermann
allow freeing tree nodes on exit - fixes #377
10 months ago
, by Mike Becker
add xml test case for the tree iterator
10 months ago
, by Mike Becker
add visit_on_exit to iterator implementation
10 months ago
, by Mike Becker
add depth assertion to basic tree iterator test
10 months ago
, by Mike Becker
implement basic (enter only) tree iterator
10 months ago
, by Mike Becker
set tree iterator stack pointer to NULL on dispose to avoid accidental double-frees
10 months ago
, by Mike Becker
capitalize cx_array_declare()
10 months ago
, by Mike Becker
vastly simplify tree iterators and add test for creating them
10 months ago
, by Mike Becker
make cx_array_simple_add() automatically take the address of the element
10 months ago
, by Mike Becker
add convenience macros for cx_array_*
10 months ago
, by Mike Becker
commit complicated stuff before simplifying it
10 months ago
, by Mike Becker
remove unnecessary flag_removal function
10 months ago
, by Mike Becker
improve tree iterator struct and add signature for a function that can create an iterator
10 months ago
, by Mike Becker
first draft of a tree iterator
10 months ago
, by Mike Becker
add cx_tree_search() - relates to #165
10 months ago
, by Mike Becker
be honest at least in the lib version
10 months ago
, by Mike Becker
fix missing typedef
10 months ago
, by Mike Becker
declare cx_tree_search_func function pointer
10 months ago
, by Mike Becker
add code documentation for tree functions
10 months ago
, by Mike Becker
update uwproj configure template
10 months ago
, by Mike Becker
remove check that is always true in cx_arl_remove()
11 months ago
, by Mike Becker
rename cx_array_copy_result to just cx_array_result
11 months ago
, by Mike Becker
add cx_array_add() + fix type of cx_array_default_reallocator
11 months ago
, by Mike Becker
add cx_array_default_reallocator
11 months ago
, by Mike Becker
add first basic low level tree functions
11 months ago
, by Mike Becker
update uwproj and check toolchain dependency for coverage flags - fixes #345
11 months ago
, by Mike Becker
fix using warning options with compilers which do not support them - fixes #363
11 months ago
, by Mike Becker
improve program flow - relates to #353
11 months ago
, by Mike Becker
fix unnecessary printf retry when printed string is empty
11 months ago
, by Mike Becker
fix missing va_end() calls
11 months ago
, by Mike Becker
add cx_sprintf() variants - fixes #353
11 months ago
, by Mike Becker
fix assertion failure depending on possibly uninitialized memory
11 months ago
, by Mike Becker
add missing CHANGELOG entries
11 months ago
, by Mike Becker
remove flags to disable SBO in tests - fix #343 fix #358
11 months ago
, by Mike Becker
add constant for reading out strstr sbo size - relates to #343
12 months ago
, by Mike Becker
add constant for reading out printf sbo size - relates to #343
12 months ago
, by Mike Becker
add CX_DISABLE_ARRAY_LIST_SWAP_SBO flag
12 months ago
, by Mike Becker
complete migration of list tests - fixes #342
12 months ago
, by Mike Becker
fix #356 : broken cxListCompare
12 months ago
, by Mike Becker
migrate list create and destroy tests - relates to #342
12 months ago
, by Mike Becker
migrate cxEmptyList tests - relates to #342
12 months ago
, by Mike Becker
fix some broken cleanup
12 months ago
, by Mike Becker
migrate low level linked list tests - relates to #342
12 months ago
, by Mike Becker
use that recent uwproj trims indents in project.xml
12 months ago
, by Mike Becker
update uwproj configure template
12 months ago
, by Mike Becker
fix documentation of reallocator struct
12 months ago
, by Mike Becker
improve output of coverage summary
12 months ago
, by Mike Becker
migrate remaining buffer tests - relates to #342
12 months ago
, by Mike Becker
migrate more buffer tests - relates to #342
12 months ago
, by Mike Becker
generate (release) config.mk if none exists - fixes #350
12 months ago
, by Mike Becker
some text replacements to prepare migration of list tests
12 months ago
, by Mike Becker
begin migration of buffer tests - relates to #342
12 months ago
, by Mike Becker
move coverage flags to make/*.mk files - relates to #345
12 months ago
, by Mike Becker
migrate compare tests - relates to #342
12 months ago
, by Mike Becker
declare cx_compare_func in compare.h - fixes #344
12 months ago
, by Mike Becker
migrate map tests - relates to #342
12 months ago
, by Mike Becker
fix broken CX_TEST_SUBROUTINE - relates to #341
12 months ago
, by Mike Becker
add command to remove outdated coverage data
12 months ago
, by Mike Becker
migrate allocator tests - relates to #342
12 months ago
, by Mike Becker
migrate mempool tests - relates to #342
12 months ago
, by Mike Becker
migrate printf tests - relates to #342
12 months ago
, by Mike Becker
revert the insanely stupid idea to automatically run the test program on default build
12 months ago
, by Mike Becker
fix missing dependencies for test_string.c
12 months ago
, by Mike Becker
migrate string tests - relates to #342
12 months ago
, by Mike Becker
fix accidental generation of cxListIterator() symbol
12 months ago
, by Mike Becker
ignore the intentional use-after-free
12 months ago
, by Mike Becker
add make target to automatically gather coverage info
12 months ago
, by Mike Becker
fix missing LDFLAGS when linking ucxtest
12 months ago
, by Mike Becker
add coverage feature - relates to #342
12 months ago
, by Mike Becker
remove CXX flags that have become unnecessary
12 months ago
, by Mike Becker
migrates self-test for testing allocator - relates to #342
12 months ago
, by Mike Becker
change default make target from 'compile test-compile' to 'check'
12 months ago
, by Mike Becker
migrate hash_key tests - relates to #342
12 months ago
, by Mike Becker
migrate utils tests - relates to #342
12 months ago
, by Mike Becker
bring back UCX test - fixes #341
12 months ago
, by Mike Becker
fix usage of COPYALL in Makefiles
12 months ago
, by Mike Becker
add cxListFindRemove and cx_linked_list_find_node
12 months ago
, by Mike Becker
make cx_cmp_ptr default comparator for pointer lists - relates to #340
12 months ago
, by Mike Becker
add cx_cmp_ptr() - fix #340
12 months ago
, by Mike Becker
add cxBufferReset() - resolves #338
12 months ago
, by Mike Becker
update build instructions
12 months ago
, by Mike Becker
increase version number to 3.1
12 months ago
, by Mike Becker
fix #318 - incorrect link to ucx 3 docs
12 months ago
, by Mike Becker
fix incorrect documentation of cxBufferEof()
13 months ago
, by Mike Becker
fix wrong static lib name in check target
13 months ago
, by Mike Becker
add update-rules script
13 months ago
, by Mike Becker
add an uwproj based install target
14 months ago
, by Mike Becker
replace most of the build system with uwproj
15 months ago
, by Mike Becker
make C++ compiler and pandoc entirely optional
16 months ago
, by Mike Becker
Release 3.0
18 months ago
, by Mike Becker
update CHANGELOG, COPYING, and README
v3.0
18 months ago
, by Mike Becker
Release Version 3.0
18 months ago
, by Mike Becker
add release date for UCX 3.0
18 months ago
, by Mike Becker
Added tag v3.0 for changeset b4bd0155f03f
18 months ago
, by Mike Becker
improve the CSV example
18 months ago
, by Mike Becker
some fixes in example code
18 months ago
, by Mike Becker
merge upstream changes
18 months ago
, by Mike Becker
fix typo in mempool.h
18 months ago
, by Mike Becker
change cxMempoolDestroy doc
18 months ago
, by Olaf Wintermann
more doc fixes
18 months ago
, by Olaf Wintermann
fix iterator doc
18 months ago
, by Olaf Wintermann
fix typo in list.h
18 months ago
, by Olaf Wintermann
less
more
|
(0)
-240
tip