Age | Commit message (Expand) | Author |
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: Disable copy for parsers | 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: Move OptionValue class after OptionsParser | Laurent Pinchart |
2021-07-22 | cam: options: Move Option struct to options.cpp | Laurent Pinchart |
2021-07-22 | cam: options: Make KeyValueParser::usage() private | Laurent Pinchart |
2020-10-23 | libcamera: Declare empty virtual destructors as defaulted | Laurent Pinchart |
2020-05-01 | cam: options: Add public method to invalidate options | Niklas Söderlund |
2020-05-01 | cam: options: Make KeyValueParser::parse() virtual | Niklas Söderlund |
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: Store options in a list instead of a vector | 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-02-01 | cam: options: Move struct Option | Laurent Pinchart |
2019-02-01 | cam: options: Move enum OptionArgument | 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 |