aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updating the dtree API to contain a boolean value and be comfigurable to ↵Katharina Fey2019-06-041-6/+18
| | | | support long long numerals
* Changing parser API slightly and adding compile support to build systemKatharina Fey2019-06-041-1/+1
|
* Adding new function that gets the parent of a current node in a recursive ↵Katharina Fey2019-06-041-0/+13
| | | | structure
* Adding new error return for limited recursive queriesKatharina Fey2019-06-041-0/+1
|
* Adding a new error code and commenting the existing ones :)Katharina Fey2019-06-041-5/+6
|
* First version of the "eztree" api. It provides more straight-forward ways to ↵Katharina Fey2019-06-041-55/+34
| | | | | | use libdyntree (in a less safe way however!) eztree_* functions do not provide error chec
* Moving utility functions into new file with a new API namespaceKatharina Fey2019-06-042-89/+96
|
* Adding the ability to copy nodes in shallow or deep modeKatharina Fey2019-06-041-3/+19
|
* API refactor part 3: Recursive elements are now called "List" elements, ↵Katharina Fey2019-06-041-1/+1
| | | | Numeral elements are now called "Numeric" elements.
* More API changes deep_copy is now copy_deepKatharina Fey2019-06-041-1/+1
|
* API Changes.Katharina Fey2019-06-041-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
* 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