aboutsummaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-04API Changes.Katharina Fey1-4/+65
- Renaming the recursive field to "list" functions - Renaming main file to dtree for less confusion - Allowing for long values to be stored - not just integers - Adjusting quick access functions to use new API
2016-08-23Adding preliminary json parser functionalityKatharina Fey1-1/+176
2016-08-23Changing formattingKatharina Fey1-19/+20
2016-08-22First release candidate for version 1.0Katharina Fey2-2/+247
- Adding preliminary json encode functionality - Adding new executable with test functions Code needs further testing but should be functional.
2016-08-21Adding test file with different test suites (as well as examples).Katharina Fey1-0/+6
This should hopefully make it easier to understand the API :)
2016-08-21Adding recursive search functionKatharina Fey1-0/+45
2016-08-21Fixing an issue that could cause a SIGABRTKatharina Fey1-3/+3
2016-08-21Adding split and merge featuresKatharina Fey1-0/+112
2016-08-21Adding new functions to APIKatharina Fey1-1/+1
- 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
2016-07-30Changing the APi slightly and adding better comments for the api functions.Katharina Fey1-6/+49
- Also adding the ability to store custom pointers in a node
2016-07-30Initial commit of the libraryKatharina Fey1-0/+319