3 months ago |
Mike Becker |
implement cxTreeRemove() with re-link function
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
rename cxTreeRemove() to cxTreeRemoveSubtree()
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
fix bug when removing the root node of a tree
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
add test for simple destructor in trees - fixes #436
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
complete implementation of remaining high level tree functions
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
implement cxTreeInsert family of functions
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
add cxTreeSubtreeDepth()
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
implement cxTreeCreate family of functions
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
provide a default tree node layout, but do not make it mandatory
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
add bounding parameter to cx_tree_add_iter()
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
move all const keywords to the west - fixes #426
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
rework cx_tree_add() API to allow insertion of edge nodes
feature/tree_add
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
complete cx_tree_add() implementations
feature/tree_add
|
file |
diff |
annotate
|
6 months ago |
Mike Becker |
change cx_tree_link() from prepending to appending children - fixes #391
|
file |
diff |
annotate
|
7 months ago |
Mike Becker |
fix members inherited by macro or include are not documented
|
file |
diff |
annotate
|
7 months ago |
Mike Becker |
simplify iterator structures
|
file |
diff |
annotate
|
9 months ago |
Mike Becker |
implement tree continue - fixes #376
|
file |
diff |
annotate
|
9 months ago |
Mike Becker |
add missing cxTreeVisitorDispose() test
|
file |
diff |
annotate
|
9 months ago |
Mike Becker |
add cx_tree_visitor()
|
file |
diff |
annotate
|
10 months ago |
Mike Becker |
allow freeing tree nodes on exit - fixes #377
|
file |
diff |
annotate
|
10 months ago |
Mike Becker |
add xml test case for the tree iterator
|
file |
diff |
annotate
|
10 months ago |
Mike Becker |
add visit_on_exit to iterator implementation
|
file |
diff |
annotate
|
10 months ago |
Mike Becker |
add depth assertion to basic tree iterator test
|
file |
diff |
annotate
|
10 months ago |
Mike Becker |
implement basic (enter only) tree iterator
|
file |
diff |
annotate
|
10 months ago |
Mike Becker |
vastly simplify tree iterators and add test for creating them
|
file |
diff |
annotate
|
10 months ago |
Mike Becker |
add cx_tree_search() - relates to #165
|
file |
diff |
annotate
|
11 months ago |
Mike Becker |
add first basic low level tree functions
|
file |
diff |
annotate
|