summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-05-26T6404: add constraintGroup element to reference treeJohn Estabrook
2024-03-29T6180: add ability to apply mask to config treeJohn Estabrook
2024-03-21T6149: update node_data if necessary when merging nodesJohn Estabrook
2024-03-12T6111: Fix modification of String.escaped to leave UTF-8 bytes unescapedJohn Estabrook
2023-08-22T5500: render_tag_node_child does not need to consider valuesJohn Estabrook
2023-08-22T5500: remove empty braces after valueless nodeJohn Estabrook
2023-07-27T5317: remove mutable referencesJohn Estabrook
2023-07-27T5316: drop trim functionsJohn Estabrook
2023-07-27T5316: use a single pass of diff function instead of trim functionJohn Estabrook
2023-07-25T5194: filter on files of extension .xmlJohn Estabrook
2023-07-20T5385: catch correct errors in Xml_light Xml.parse_fileJohn Estabrook
2023-05-10T5194: drop keep_order fieldJohn Estabrook
2023-05-10T5194: add load and render function for bindingJohn Estabrook
2023-05-10T5194: ignore syntaxVersion elementsJohn Estabrook
2023-05-10T5194: override json serialization for node_type variantJohn Estabrook
2023-05-10T5194: add default_valueJohn Estabrook
2023-05-10T5194: add completion_helpJohn Estabrook
2023-05-10T5194: allow for empty element string and child order in valueHelpJohn Estabrook
2023-05-10T5194: add render_jsonJohn Estabrook
2023-05-10T5194: insert_maybe as node names exist in multiple interface-def filesJohn Estabrook
2023-05-10T5194: add priority elementJohn Estabrook
2023-05-10T5194: use empty string as name of root to avoid conflictJohn Estabrook
2023-05-10T5194: import load_interface_definitions from vyconfJohn Estabrook
2023-05-10T5194: remove unused variables and flagJohn Estabrook
2023-05-10T5194: add util functions for reference treeJohn Estabrook
2023-05-10T5194: update dependenciesJohn Estabrook
2023-05-10T5194: import reference_tree from vyconfJohn Estabrook
2023-04-26T5185: drop assumption in case of a sequence of 0'sJohn Estabrook
2023-03-23T5089: add optional arg to order values on render_configJohn Estabrook
2023-03-23T5089: order nodes on configtree parsing from stringJohn Estabrook
2023-03-23T5089: add tree_union for use in unit test.John Estabrook
2023-03-23T4235: drop unneeded graft functionJohn Estabrook
2023-03-23T5087: clone with lexical insertion of nodes and ordering of valuesJohn Estabrook
2023-03-23T5087: add optional arg for lexical insertion of nodesJohn Estabrook
2023-03-14T5088: add dune support for lexical_numeric_compareJohn Estabrook
2023-03-14T5088: add lexical_numeric_compare functionJohn Estabrook
2023-02-10T4991: add function show_diff for unified diff of configsJohn Estabrook
2023-01-27T4961: add name of offending node in exception Insert_error of stringJohn Estabrook
2022-09-01Revert "Merge pull request #11 from jestabro/tag-node-name-whitespace"John Estabrook
2022-08-19T4628: render tag node names containing whitespace in quotesJohn Estabrook
2022-06-28T4491: use empty string for name of config_tree root nodeJohn Estabrook
2022-04-27T4235: add comments on producing delete commandsJohn Estabrook
2022-04-21T4334: make the lexer reentrant by passing state aroundDaniil Baturin
2022-02-28T4235: add function 'trim_tree' to produce tree for delete commandsJohn Estabrook
2022-02-25T4235: change type/variable names for clarity; add is_empty for listJohn Estabrook
2022-02-25T4235: keep full paths in subtract treeJohn Estabrook
2022-02-23T4235: add utility function get_subtreeJohn Estabrook
2022-02-23T4235: function diff_tree now returns single tree containing diffsJohn Estabrook
2022-02-08configtree: T4235: render delete commandsJohn Estabrook
2022-02-08configtree: T4235: implementation of config tree diffJohn Estabrook