summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-10-25T6718: inject environment variables required by certain validatorsJohn Estabrook
2024-10-24T6718: catch bad_validator errorJohn Estabrook
2024-10-24T6718: format error outputJohn Estabrook
2024-10-24T6718: fix typo in quoting argJohn Estabrook
2024-10-24T6718: validate_path returns unit instead of (path, value)John Estabrook
2024-10-24T6718: update value_checker to return validator output on errorJohn Estabrook
2024-10-24T6718: util list_of_path: config path str -> config path listJohn Estabrook
2024-10-24T6718: add function refpath: config path -> reference_tree pathJohn Estabrook
2024-10-24T6718: add optional arg to write internal rep during buildJohn Estabrook
2024-10-24T6718: add functor for internal repJohn Estabrook
2024-10-24T6718: minor changes to support vyconf testsJohn Estabrook
2024-10-24T6718: move validate_path from vyconfJohn Estabrook
2024-10-24T6718: add simplified render_at_levelJohn Estabrook
2024-10-24T5528: add support for cstore_diff functionJohn Estabrook
2024-09-27renderer: T6742: force leaf=true in all functions that manipulate node valuesDaniil Baturin
2024-09-27renderer: T6742: set leaf=true in replace_valueJohn Estabrook
2024-09-26renderer: T6742: make childless non-leaf nodes from parsed configs render cor...Daniil Baturin
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