summaryrefslogtreecommitdiff
path: root/include/libcamera/internal/yaml_parser.h
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-07-28libcamera: Drop unnecessary typename keyword used with std::enable_if_tLaurent Pinchart
2022-07-28libcamera: yaml_parser: Add getList() functionFlorian Sylvestre
2022-07-28libcamera: yaml_parser: Preserve order of items in dictionaryLaurent Pinchart
2022-07-28libcamera: yaml_parser: Replace ok flag to get() with std::optionalLaurent Pinchart
2022-06-20libcamera: yaml_parser: Add get() specializations for 16-bit integersLaurent Pinchart
2022-06-20libcamera: yaml_parser: Remove memberNames() functionLaurent Pinchart
2022-06-20libcamera: yaml_parser: Add iterator APILaurent Pinchart
2022-06-20libcamera: yaml_parser: Use std::is_same_v<>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-16libcamera: yaml_object: Turn Type into an enum classLaurent Pinchart
2022-05-10libcamera: Introduce YamlParser as a helper to parse yaml filesHan-Lin Chen