Age | Commit message (Expand) | Author |
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 |