summaryrefslogtreecommitdiff
path: root/tests/plugins
AgeCommit message (Expand)Author
2023-10-16Fix some bugs in the base64 implementation.Cyrille Bagard
2023-10-09Support some last missing features from Kaitai: bit fields, instance search o...Cyrille Bagard
2023-10-07Create some glue between ROST and Kaitai.Cyrille Bagard
2023-06-06Clean and reorganize a little bit the code for Kaitai.Cyrille Bagard
2023-05-24Define a first implementation of Kaitai parsing.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 li...Cyrille Bagard
2023-03-11Handle YAML nodes without values.Cyrille Bagard
2023-02-04Provide constructor to load Yaml contents without external files.Cyrille Bagard
2020-01-04Stuck to the Yaml specifications a little bit more.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
2019-01-03Defined a dynamic type for each plugin.Cyrille Bagard