index
:
libcamera/jmondi/libcamera.git
imx8mp/extensible-format
imx8mp/extensible-format-v8
imx8mp/extensible-format-v9
isi/raw_sensor
isi/raw_sensor_v2
jmondi/android/ndk/pinephonepro
jmondi/android/pinephonepro
jmondi/android/vndk
jmondi/device-match-generalize
jmondi/imx8mp/debix-a
jmondi/lc-compliance-cros
jmondi/pinephone
jmondi/pinephonepro
jmondi/pinephonepro-af
jmondi/rk3399/google-dru-scarlet
jmondi/rockpi/af/imx519
jmondi/rpi5-on-mainline
multicontext/rpi/v3
pfc/rkisp1-free-run
pfc/rkisp1-free-run-upstreaming
pfc/rkisp1-free-run-v2
yaml-emitter
Jacopo Mondi's clone of libcamera
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
2024-05-08
libcamera: Drop file name from header comment blocks
Laurent Pinchart
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