summaryrefslogtreecommitdiff
path: root/test/yaml-parser.cpp
AgeCommit message (Expand)Author
5 dayslibcamera: Drop file name from header comment blocksLaurent Pinchart
2022-08-21libcamera: yaml_parser: Enable YamlObject::get() for int8_t and uint8_tLaurent Pinchart
2022-08-21test: yaml-parser: Test out-of-range checks on integer parsingLaurent Pinchart
2022-08-21test: yaml-parser: Centralize integer parse checksLaurent Pinchart
2022-08-21test: yaml-parser: Simplify code by centralizing parse error checksLaurent Pinchart
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