summaryrefslogtreecommitdiff
path: root/test/yaml-parser.cpp
AgeCommit message (Expand)Author
2022-08-01test: yaml-parser: Test YamlObject::get(const T &defaultValue)Laurent Pinchart
2022-07-28libcamera: yaml_parser: Add getList() functionFlorian Sylvestre
2022-07-28test: yaml-parser: Test dictionary items orderingLaurent Pinchart
2022-07-28libcamera: yaml_parser: Replace ok flag to get() with std::optionalLaurent Pinchart
2022-06-20libcamera: yaml_parser: Remove memberNames() functionLaurent Pinchart
2022-06-20test: yaml_parser: Extend tests to cover the iterator APILaurent Pinchart
2022-06-16test: yaml-parser: Use write() instead of fwrite()Laurent Pinchart
2022-06-16libcamera: yaml_parser: Switch from FILE to FileLaurent Pinchart
2022-06-16libcamera: yaml_parser: Extend YamlObject::size() to dictionariesLaurent Pinchart
2022-06-01libcamera: Use "..." instead of <...> consistently for internal headersLaurent Pinchart
2022-05-10test: Add YamlParser testHan-Lin Chen