Mercurial
>
hg
>
ucx
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
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
add missing convenience functions
10 months ago
, by Mike Becker
fix name of collection base member (to avoid base.base)
10 months ago
, by Mike Becker
fix inconsistent use of item_size and elem_size
10 months ago
, by Mike Becker
fix members inherited by macro or include are not documented
10 months ago
, by Mike Becker
simplify iterator structures
10 months ago
, by Mike Becker
fix documentation
10 months ago
, by Mike Becker
issue #389 : add separate function for immutable arrays
10 months ago
, by Mike Becker
add iterator over raw C arrays - closes #389
10 months ago
, by Mike Becker
improves interface of cx_sprintf() variants
12 months ago
, by Mike Becker
implement tree continue - fixes #376
12 months ago
, by Mike Becker
add missing cxTreeVisitorDispose() test
12 months ago
, by Mike Becker
add missing header dependencies
12 months ago
, by Mike Becker
add cx_tree_visitor()
12 months ago
, by Mike Becker
fix another superfluous semicolon...
12 months ago
, by Mike Becker
fix superfluous semicolon
12 months ago
, by Mike Becker
add -lm to ldflags on Solaris
13 months ago
, by Olaf Wintermann
fix build in case CX_SZMUL_BUILTIN is undefined
13 months ago
, by Olaf Wintermann
allow freeing tree nodes on exit - fixes #377
13 months ago
, by Mike Becker
add xml test case for the tree iterator
13 months ago
, by Mike Becker
add visit_on_exit to iterator implementation
13 months ago
, by Mike Becker
add depth assertion to basic tree iterator test
13 months ago
, by Mike Becker
implement basic (enter only) tree iterator
13 months ago
, by Mike Becker
set tree iterator stack pointer to NULL on dispose to avoid accidental double-frees
13 months ago
, by Mike Becker
capitalize cx_array_declare()
13 months ago
, by Mike Becker
vastly simplify tree iterators and add test for creating them
13 months ago
, by Mike Becker
make cx_array_simple_add() automatically take the address of the element
13 months ago
, by Mike Becker
add convenience macros for cx_array_*
13 months ago
, by Mike Becker
commit complicated stuff before simplifying it
13 months ago
, by Mike Becker
remove unnecessary flag_removal function
13 months ago
, by Mike Becker
improve tree iterator struct and add signature for a function that can create an iterator
13 months ago
, by Mike Becker
first draft of a tree iterator
13 months ago
, by Mike Becker
add cx_tree_search() - relates to #165
13 months ago
, by Mike Becker
be honest at least in the lib version
13 months ago
, by Mike Becker
fix missing typedef
13 months ago
, by Mike Becker
declare cx_tree_search_func function pointer
13 months ago
, by Mike Becker
add code documentation for tree functions
13 months ago
, by Mike Becker
update uwproj configure template
13 months ago
, by Mike Becker
remove check that is always true in cx_arl_remove()
14 months ago
, by Mike Becker
rename cx_array_copy_result to just cx_array_result
14 months ago
, by Mike Becker
add cx_array_add() + fix type of cx_array_default_reallocator
14 months ago
, by Mike Becker
add cx_array_default_reallocator
14 months ago
, by Mike Becker
add first basic low level tree functions
14 months ago
, by Mike Becker
update uwproj and check toolchain dependency for coverage flags - fixes #345
14 months ago
, by Mike Becker
fix using warning options with compilers which do not support them - fixes #363
14 months ago
, by Mike Becker
improve program flow - relates to #353
14 months ago
, by Mike Becker
fix unnecessary printf retry when printed string is empty
14 months ago
, by Mike Becker
fix missing va_end() calls
14 months ago
, by Mike Becker
add cx_sprintf() variants - fixes #353
14 months ago
, by Mike Becker
fix assertion failure depending on possibly uninitialized memory
14 months ago
, by Mike Becker
add missing CHANGELOG entries
14 months ago
, by Mike Becker
remove flags to disable SBO in tests - fix #343 fix #358
14 months ago
, by Mike Becker
add constant for reading out strstr sbo size - relates to #343
14 months ago
, by Mike Becker
add constant for reading out printf sbo size - relates to #343
15 months ago
, by Mike Becker
add CX_DISABLE_ARRAY_LIST_SWAP_SBO flag
15 months ago
, by Mike Becker
complete migration of list tests - fixes #342
15 months ago
, by Mike Becker
fix #356 : broken cxListCompare
15 months ago
, by Mike Becker
migrate list create and destroy tests - relates to #342
15 months ago
, by Mike Becker
migrate cxEmptyList tests - relates to #342
15 months ago
, by Mike Becker
fix some broken cleanup
15 months ago
, by Mike Becker
migrate low level linked list tests - relates to #342
15 months ago
, by Mike Becker
use that recent uwproj trims indents in project.xml
15 months ago
, by Mike Becker
update uwproj configure template
15 months ago
, by Mike Becker
fix documentation of reallocator struct
15 months ago
, by Mike Becker
improve output of coverage summary
15 months ago
, by Mike Becker
migrate remaining buffer tests - relates to #342
15 months ago
, by Mike Becker
migrate more buffer tests - relates to #342
15 months ago
, by Mike Becker
generate (release) config.mk if none exists - fixes #350
15 months ago
, by Mike Becker
some text replacements to prepare migration of list tests
15 months ago
, by Mike Becker
begin migration of buffer tests - relates to #342
15 months ago
, by Mike Becker
move coverage flags to make/*.mk files - relates to #345
15 months ago
, by Mike Becker
migrate compare tests - relates to #342
15 months ago
, by Mike Becker
declare cx_compare_func in compare.h - fixes #344
15 months ago
, by Mike Becker
migrate map tests - relates to #342
15 months ago
, by Mike Becker
fix broken CX_TEST_SUBROUTINE - relates to #341
15 months ago
, by Mike Becker
add command to remove outdated coverage data
15 months ago
, by Mike Becker
migrate allocator tests - relates to #342
15 months ago
, by Mike Becker
migrate mempool tests - relates to #342
15 months ago
, by Mike Becker
migrate printf tests - relates to #342
15 months ago
, by Mike Becker
revert the insanely stupid idea to automatically run the test program on default build
15 months ago
, by Mike Becker
fix missing dependencies for test_string.c
15 months ago
, by Mike Becker
migrate string tests - relates to #342
15 months ago
, by Mike Becker
fix accidental generation of cxListIterator() symbol
15 months ago
, by Mike Becker
ignore the intentional use-after-free
15 months ago
, by Mike Becker
add make target to automatically gather coverage info
15 months ago
, by Mike Becker
fix missing LDFLAGS when linking ucxtest
15 months ago
, by Mike Becker
add coverage feature - relates to #342
15 months ago
, by Mike Becker
remove CXX flags that have become unnecessary
15 months ago
, by Mike Becker
migrates self-test for testing allocator - relates to #342
15 months ago
, by Mike Becker
change default make target from 'compile test-compile' to 'check'
15 months ago
, by Mike Becker
migrate hash_key tests - relates to #342
15 months ago
, by Mike Becker
migrate utils tests - relates to #342
15 months ago
, by Mike Becker
bring back UCX test - fixes #341
15 months ago
, by Mike Becker
fix usage of COPYALL in Makefiles
15 months ago
, by Mike Becker
add cxListFindRemove and cx_linked_list_find_node
15 months ago
, by Mike Becker
make cx_cmp_ptr default comparator for pointer lists - relates to #340
15 months ago
, by Mike Becker
add cx_cmp_ptr() - fix #340
15 months ago
, by Mike Becker
add cxBufferReset() - resolves #338
15 months ago
, by Mike Becker
update build instructions
15 months ago
, by Mike Becker
increase version number to 3.1
15 months ago
, by Mike Becker
fix #318 - incorrect link to ucx 3 docs
15 months ago
, by Mike Becker
fix incorrect documentation of cxBufferEof()
16 months ago
, by Mike Becker
fix wrong static lib name in check target
16 months ago
, by Mike Becker
add update-rules script
16 months ago
, by Mike Becker
add an uwproj based install target
17 months ago
, by Mike Becker
less
more
|
(0)
-120
+120
tip