summaryrefslogtreecommitdiff
path: root/plugins/yaml
AgeCommit message (Collapse)Author
2023-09-10Tune the compilation using flags instead of a config file.Cyrille Bagard
2023-05-24Update the YAML Python bindings code.Cyrille Bagard
2023-05-22Rely on GObject-introspection implementation for some registrations.Cyrille Bagard
2023-05-07Aggregate YAML values from sequences when requested and possible.Cyrille Bagard
2023-04-27Replace the old YAML parser by another one relying on the external libyaml ↵Cyrille Bagard
library.
2023-04-26Provide access to the first node of a collection.Cyrille Bagard
2023-03-11Handle YAML nodes without values.Cyrille Bagard
2023-02-04Typo.Cyrille Bagard
2023-02-04Provide constructor to load Yaml contents without external files.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2022-09-22Fix runtime Python warnings for all # variants of formats.Cyrille Bagard
2021-04-17Remove hardcoded run paths from libraries.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-12-11Updated code to comply with the coding style.Cyrille Bagard
2020-04-04Simplified the plugin interface.Cyrille Bagard
2020-02-18Parsed Python bytes-like objects arguments with care.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-01-05Improved the stability of the Yaml parser.Cyrille Bagard
2020-01-04Stuck to the Yaml specifications a little bit more.Cyrille Bagard
2019-12-21Adopted new prototypes for searching Yaml nodes.Cyrille Bagard
2019-12-11Improved the search of Yaml nodes.Cyrille Bagard
2019-11-17Extended the API to find an unique Yaml node.Cyrille Bagard
2019-11-17Fixed the search of Yaml nodes.Cyrille Bagard
2019-11-03Handled sequences with the Yaml reader in an improved way.Cyrille Bagard
2019-11-01Added support for Yaml content.Cyrille Bagard