aboutsummaryrefslogtreecommitdiff
path: root/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-04Updating the dtree API to contain a boolean value and be comfigurable to ↵Katharina Fey1-6/+18
support long long numerals
2019-06-04Changing parser API slightly and adding compile support to build systemKatharina Fey1-1/+1
2019-06-04Adding new function that gets the parent of a current node in a recursive ↵Katharina Fey1-0/+13
structure
2019-06-04Adding new error return for limited recursive queriesKatharina Fey1-0/+1
2019-06-04Adding a new error code and commenting the existing ones :)Katharina Fey1-5/+6
2019-06-04First version of the "eztree" api. It provides more straight-forward ways to ↵Katharina Fey1-55/+34
use libdyntree (in a less safe way however!) eztree_* functions do not provide error chec
2019-06-04Moving utility functions into new file with a new API namespaceKatharina Fey2-89/+96
2019-06-04Adding the ability to copy nodes in shallow or deep modeKatharina Fey1-3/+19
2019-06-04API refactor part 3: Recursive elements are now called "List" elements, ↵Katharina Fey1-1/+1
Numeral elements are now called "Numeric" elements.
2019-06-04More API changes deep_copy is now copy_deepKatharina Fey1-1/+1
2019-06-04API Changes.Katharina Fey1-6/+38
- 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 some helper functionsKatharina Fey1-0/+79
2016-08-22First release candidate for version 1.0Katharina Fey1-1/+1
- Adding preliminary json encode functionality - Adding new executable with test functions Code needs further testing but should be functional.
2016-08-21Adding recursive search functionKatharina Fey1-2/+16
2016-08-21Adding split and merge featuresKatharina Fey1-4/+6
2016-08-21Adding new functions to APIKatharina Fey2-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
2016-07-30Changing the APi slightly and adding better comments for the api functions.Katharina Fey1-10/+115
- Also adding the ability to store custom pointers in a node
2016-07-30Initial commit of the libraryKatharina Fey2-0/+106