aboutsummaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More API changes deep_copy is now copy_deepKatharina Fey2019-06-041-1/+1
|
* Updating API part 2Katharina Fey2019-06-041-9/+9
|
* API Changes.Katharina Fey2019-06-041-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
* Adding preliminary json parser functionalityKatharina Fey2016-08-231-1/+176
|
* Changing formattingKatharina Fey2016-08-231-19/+20
|
* First release candidate for version 1.0Katharina Fey2016-08-222-2/+247
| | | | | | | - Adding preliminary json encode functionality - Adding new executable with test functions Code needs further testing but should be functional.
* Adding test file with different test suites (as well as examples).Katharina Fey2016-08-211-0/+6
| | | | This should hopefully make it easier to understand the API :)
* Adding recursive search functionKatharina Fey2016-08-211-0/+45
|
* Fixing an issue that could cause a SIGABRTKatharina Fey2016-08-211-3/+3
|
* Adding split and merge featuresKatharina Fey2016-08-211-0/+112
|
* Adding new functions to APIKatharina Fey2016-08-211-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
* Changing the APi slightly and adding better comments for the api functions.Katharina Fey2016-07-301-6/+49
| | | | - Also adding the ability to store custom pointers in a node
* Initial commit of the libraryKatharina Fey2016-07-301-0/+319