aboutsummaryrefslogtreecommitdiff
path: root/include/dtree (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding some helper functionsKatharina Fey2016-08-231-0/+79
|
* First release candidate for version 1.0Katharina Fey2016-08-221-1/+1
| | | | | | | - Adding preliminary json encode functionality - Adding new executable with test functions Code needs further testing but should be functional.
* Adding recursive search functionKatharina Fey2016-08-211-2/+16
|
* Adding split and merge featuresKatharina Fey2016-08-211-4/+6
|
* Adding new functions to APIKatharina Fey2016-08-212-30/+106
| | | | | | | - Encode a dyntree object hirarchy into json - Decode a json string to a dyntree object hirarchy - Split a tree in two (no longer related) sub-trees - Merge two non-related subtrees together
* Changing the APi slightly and adding better comments for the api functions.Katharina Fey2016-07-301-10/+115
| | | | - Also adding the ability to store custom pointers in a node
* Initial commit of the libraryKatharina Fey2016-07-302-0/+106