summaryrefslogtreecommitdiff
path: root/src/libcamera/yaml_parser.cpp
AgeCommit message (Expand)Author
7 dayslibcamera: Drop file name from header comment blocksLaurent Pinchart
2023-07-28libcamera: yaml: Increase the YAML parser limitNaushir Patuck
2023-01-10base: utils: Add and use strtod() helperLaurent Pinchart
2023-01-03libcamera: yaml_parser: Use C localeKieran Bingham
2022-09-05libcamera: yaml_parser: Report filename on failuresKieran Bingham
2022-08-21libcamera: yaml_parser: De-duplicate common code in YamlObject::get()Laurent Pinchart
2022-08-21libcamera: yaml_parser: Enable YamlObject::get() for int8_t and uint8_tLaurent Pinchart
2022-08-21libcamera: yaml_parser: Fix bounds checking for 16-bit YamlObject::get()Laurent Pinchart
2022-08-09libcamera: yaml_parser: Return nullopt on error from YamlObject::get()Laurent Pinchart
2022-08-03libcamera: yaml_parser: Return nullopt on errorJacopo Mondi
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: Fix range checks for 32-bit integersLaurent Pinchart
2022-06-20libcamera: yaml_parser: Remove memberNames() functionLaurent Pinchart
2022-06-20libcamera: yaml_parser: Add iterator APILaurent 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