index
:
libcamera/pinchartl/libcamera.git
master
mtk/camsv
mtk/multi-cam
rpi/streams/next
simple/imx8
Laurent Pinchart's clone of libcamera
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cam
/
options.cpp
Age
Commit message (
Expand
)
Author
2021-07-27
cam: options: Restore std::cerr adjustment field
Laurent Pinchart
2021-07-22
cam: options: Fail parsing when non-option arguments are found
Laurent Pinchart
2021-07-22
cam: options: Avoid copies of OptionvValue and KeyValueParser::Options
Laurent Pinchart
2021-07-22
cam: options: Add empty() function to OptionValue class
Laurent Pinchart
2021-07-22
cam: options: Drop some OptionValue cast operators
Laurent Pinchart
2021-07-22
cam: options: Support parent-child relationship between options
Laurent Pinchart
2021-07-22
cam: options: Move key string left in usage() for key-value parser
Laurent Pinchart
2021-07-22
cam: options: Slit OptionsParser::usage() in two functions
Laurent Pinchart
2021-07-22
cam: options: Add optionName() function to Option structure
Laurent Pinchart
2021-07-22
cam: options: Document the options parser API
Laurent Pinchart
2021-07-22
cam: options: Move Option struct to options.cpp
Laurent Pinchart
2020-10-21
cam: options: Rename optional arg to prevent shadowing
Kieran Bingham
2020-10-12
cam: options: fix access to uninit variable
Tomi Valkeinen
2020-05-01
cam: options: Add public method to invalidate options
Niklas Söderlund
2019-11-26
cam: options: Fix unitialized variable warning
Laurent Pinchart
2019-11-08
libcamera: Remove unneeded semicolons
Laurent Pinchart
2019-10-23
libcamera: Standardise on C compatibility headers
Laurent Pinchart
2019-06-19
cam: Support base 16 and base 8 when parsing integer options
Laurent Pinchart
2019-04-26
cam: options: Fix string concatenation
Laurent Pinchart
2019-04-26
cam: options: Don't initialise variable-length arrays
Laurent Pinchart
2019-03-27
cam: Separate options valid() and empty()
Laurent Pinchart
2019-03-27
cam: options: Add support for repeatable options
Niklas Söderlund
2019-03-27
cam: options: Add an array data type to OptionValue
Niklas Söderlund
2019-03-25
cam: options: Create separate enum for OptionValue types
Niklas Söderlund
2019-02-13
cam: options: Fix coding style issue related to templates
Laurent Pinchart
2019-02-01
cam: options: Add explicit conversion methods to OptionValue
Laurent Pinchart
2019-02-01
cam: options: Add a key=value parser
Niklas Söderlund
2019-02-01
cam: options: Add option type handling to options parser
Laurent Pinchart
2019-02-01
cam: options: Return whether addOption() succeeds or not
Niklas Söderlund
2019-02-01
cam: options: Create a template class for options
Niklas Söderlund
2019-01-27
cam: options: Indent multi-line help message correctly
Laurent Pinchart
2019-01-25
cam: options: optional arguments needs to be specified as --foo=bar
Niklas Söderlund
2019-01-22
cam: options: Don't implement move semantics for OptionsParser::Options
Laurent Pinchart
2019-01-22
cam: Extract option parser to separate file
Laurent Pinchart