2 months ago |
Mike Becker |
make names of destroy and free functions consistent - fixes #484
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
improve consistency for allocator arguments - fixes #485
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
make ucx C++ compatible again (and add tests for it) - fixes #486
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
major refactoring of attributes
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
add max depth for tree search - closes #459
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
fix missing parameter doc
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
make loc_prev in trees optional - fixes #433
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
add cxTreeSetParent()
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
add functions to start iteration in a subtree
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
simplify tree class
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
implement cxTreeDestroyNode and cxTreeDestroySubtree - resolves #438
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
implement cxTreeRemove() with re-link function
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
rename cxTreeRemove() to cxTreeRemoveSubtree()
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
complete implementation of remaining high level tree functions
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
implement cxTreeInsert family of functions
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
add cxTreeSubtreeDepth()
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
implement cxTreeCreate family of functions
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
add functions to link/unlink nodes manually
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
downgrade the attention block regarding the auto-register of a simple destructor to a note
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
more prototypes for tree functions
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
prototypes for create and destroy functions
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
add allocator and root node pointer to tree structure
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
allow find() member function to start in an arbitrary subtree
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
provide a default tree node layout, but do not make it mandatory
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
first draft of a class for high level trees
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
add bounding parameter to cx_tree_add_iter()
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
move all const keywords to the west - fixes #426
|
file |
diff |
annotate
|
6 months ago |
Mike Becker |
rework cx_tree_add() API to allow insertion of edge nodes
feature/tree_add
|
file |
diff |
annotate
|
6 months ago |
Mike Becker |
cx_tree_add() fix missing spec for adding duplicates
feature/tree_add
|
file |
diff |
annotate
|
6 months ago |
Mike Becker |
fix return type of cx_tree_node_create_func
feature/tree_add
|
file |
diff |
annotate
|
6 months ago |
Mike Becker |
complete specification for tree_add functions
feature/tree_add
|
file |
diff |
annotate
|
6 months ago |
Mike Becker |
merge changes from default branch
feature/tree_add
|
file |
diff |
annotate
|
7 months ago |
Mike Becker |
change cx_tree_link() from prepending to appending children - fixes #391
|
file |
diff |
annotate
|
7 months ago |
Mike Becker |
add prototypes for cx_tree_add() family of functions
feature/tree_add
|
file |
diff |
annotate
|
7 months ago |
Mike Becker |
minor doc fixes
|
file |
diff |
annotate
|
9 months ago |
Mike Becker |
fix members inherited by macro or include are not documented
|
file |
diff |
annotate
|
9 months ago |
Mike Becker |
simplify iterator structures
|
file |
diff |
annotate
|
10 months ago |
Mike Becker |
implement tree continue - fixes #376
|
file |
diff |
annotate
|
11 months ago |
Mike Becker |
add cx_tree_visitor()
|
file |
diff |
annotate
|
11 months ago |
Mike Becker |
allow freeing tree nodes on exit - fixes #377
|
file |
diff |
annotate
|
12 months ago |
Mike Becker |
set tree iterator stack pointer to NULL on dispose to avoid accidental double-frees
|
file |
diff |
annotate
|
12 months ago |
Mike Becker |
vastly simplify tree iterators and add test for creating them
|
file |
diff |
annotate
|
12 months ago |
Mike Becker |
commit complicated stuff before simplifying it
|
file |
diff |
annotate
|
12 months ago |
Mike Becker |
improve tree iterator struct and add signature for a function that can create an iterator
|
file |
diff |
annotate
|
12 months ago |
Mike Becker |
first draft of a tree iterator
|
file |
diff |
annotate
|
12 months ago |
Mike Becker |
add cx_tree_search() - relates to #165
|
file |
diff |
annotate
|
12 months ago |
Mike Becker |
fix missing typedef
|
file |
diff |
annotate
|
12 months ago |
Mike Becker |
declare cx_tree_search_func function pointer
|
file |
diff |
annotate
|
12 months ago |
Mike Becker |
add code documentation for tree functions
|
file |
diff |
annotate
|
13 months ago |
Mike Becker |
add first basic low level tree functions
|
file |
diff |
annotate
|
2022-11-20 |
Mike Becker |
use //-style single line comments everywhere
|
file |
diff |
annotate
|
2021-12-27 |
Mike Becker |
add common.h include to all other header files
|
file |
diff |
annotate
|
2021-10-03 |
Mike Becker |
add some documentation and changes some signatures
|
file |
diff |
annotate
|
2021-09-28 |
Olaf Wintermann |
add test for cx_linked_list_add
|
file |
diff |
annotate
|
2021-09-26 |
Olaf Wintermann |
implement cx_tree_add_node()
|
file |
diff |
annotate
|
2021-09-26 |
Olaf Wintermann |
add some low level tree function declarations
|
file |
diff |
annotate
|