aboutsummaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Impementing a functional json parser on top of the tokeniserKatharina Fey2019-06-041-93/+171
|
* Fixing a bug where parent searches were always falseKatharina Fey2019-06-041-1/+1
|
* Adding a static copy of the jasmine json tokeniserKatharina Fey2019-06-042-0/+437
|
* Adding work-in-progress new json parserKatharina Fey2019-06-041-364/+85
|
* Adding new function that gets the parent of a current node in a recursive ↵Katharina Fey2019-06-042-0/+42
| | | | structure
* Updating lots of code to make finalisation of vault creations easierKatharina Fey2019-06-041-1/+1
|
* Updating the examples a littleKatharina Fey2019-06-041-2/+1
|
* Adding new recursive key search functionKatharina Fey2019-06-041-0/+75
|
* Cleaning up json encoder and decoderKatharina Fey2019-06-041-48/+17
| | | | | - Removing the requirement to set an encoder setting - Only supporting minified json (for now)
* - Fixing an issue where the list malloc was of size 0Katharina Fey2019-06-041-4/+5
| | | | | - Now properly cleaning payload space after type reset - Minor tweaks and improvements
* No longer allow to free shallow copies of nodesKatharina Fey2019-06-041-1/+3
|
* First version of the "eztree" api. It provides more straight-forward ways to ↵Katharina Fey2019-06-041-0/+77
| | | | | | use libdyntree (in a less safe way however!) eztree_* functions do not provide error chec
* Fixing some errors and finishing more refactoringKatharina Fey2019-06-041-9/+9
|
* Moving utility functions into new file with a new API namespaceKatharina Fey2019-06-041-51/+51
|
* Adding the ability to copy nodes in shallow or deep modeKatharina Fey2019-06-041-10/+74
|
* API refactor part 3: Recursive elements are now called "List" elements, ↵Katharina Fey2019-06-042-33/+33
| | | | Numeral elements are now called "Numeric" elements.
* Cleaning up the json decoder.Katharina Fey2019-06-042-185/+201
| | | | Fixing an error in the print function which would sometimes yield incorrect results
* 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