index
:
libcamera/libcamera.git
master
libcamera official repository
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
yaml-parser.cpp
Age
Commit message (
Expand
)
Author
2022-08-21
libcamera: yaml_parser: Enable YamlObject::get() for int8_t and uint8_t
Laurent Pinchart
2022-08-21
test: yaml-parser: Test out-of-range checks on integer parsing
Laurent Pinchart
2022-08-21
test: yaml-parser: Centralize integer parse checks
Laurent Pinchart
2022-08-21
test: yaml-parser: Simplify code by centralizing parse error checks
Laurent Pinchart
2022-08-01
test: yaml-parser: Test YamlObject::get(const T &defaultValue)
Laurent Pinchart
2022-07-28
libcamera: yaml_parser: Add getList() function
Florian Sylvestre
2022-07-28
test: yaml-parser: Test dictionary items ordering
Laurent Pinchart
2022-07-28
libcamera: yaml_parser: Replace ok flag to get() with std::optional
Laurent Pinchart
2022-06-20
libcamera: yaml_parser: Remove memberNames() function
Laurent Pinchart
2022-06-20
test: yaml_parser: Extend tests to cover the iterator API
Laurent Pinchart
2022-06-16
test: yaml-parser: Use write() instead of fwrite()
Laurent Pinchart
2022-06-16
libcamera: yaml_parser: Switch from FILE to File
Laurent Pinchart
2022-06-16
libcamera: yaml_parser: Extend YamlObject::size() to dictionaries
Laurent Pinchart
2022-06-01
libcamera: Use "..." instead of <...> consistently for internal headers
Laurent Pinchart
2022-05-10
test: Add YamlParser test
Han-Lin Chen