| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year | Karen Arutyunov | 2019-01-16 | 1 | -1/+1 |
| | | |||||
| * | Add optional message to invalid_option exception | Boris Kolpackov | 2018-07-07 | 1 | -3/+11 |
| | | |||||
| * | Update copyright year | Karen Arutyunov | 2018-05-21 | 1 | -1/+1 |
| | | |||||
| * | Implement group_scanner | Boris Kolpackov | 2018-03-21 | 1 | -0/+116 |
| | | |||||
| * | Guarantee validity of values returned by scanner for two arguments | Boris Kolpackov | 2018-03-21 | 1 | -4/+8 |
| | | |||||
| * | Add vector_scanner::reset() | Boris Kolpackov | 2018-03-19 | 1 | -0/+6 |
| | | |||||
| * | Update copyright year | Boris Kolpackov | 2017-01-03 | 1 | -1/+1 |
| | | |||||
| * | Start switch to build2 | Boris Kolpackov | 2016-11-15 | 1 | -1/+1 |
| | | |||||
| * | Add support for generating vector<string> scanner (--generate-vector-scanner) | Boris Kolpackov | 2016-02-12 | 1 | -0/+21 |
| | | |||||
| * | Implement support for documentation inside classes | Boris Kolpackov | 2015-11-24 | 1 | -0/+12 |
| | | |||||
| * | Implement entire page usage generation | Boris Kolpackov | 2015-11-19 | 1 | -2/+2 |
| | | |||||
| * | Add support for specifying output stream type (--stream-type) | Boris Kolpackov | 2012-06-15 | 1 | -2/+3 |
| | | |||||
| * | Add support for multiple file options and file search callbacks | Boris Kolpackov | 2011-01-20 | 1 | -2/+41 |
| | | |||||
| * | Copyright update | Boris Kolpackov | 2011-01-04 | 1 | -1/+1 |
| | | |||||
| * | Add option description that can be examined at runtime. | Boris Kolpackov | 2010-11-19 | 1 | -0/+54 |
| | | | | | New option: --generate-description. | ||||
| * | Implement the --cli-namespace option | Boris Kolpackov | 2010-09-14 | 1 | -3/+2 |
| | | |||||
| * | Add support for quoting in option file scanner | Boris Kolpackov | 2010-06-02 | 1 | -2/+19 |
| | | |||||
| * | Update copyright | Boris Kolpackov | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | Cosmetic changes | Boris Kolpackov | 2009-12-10 | 1 | -22/+38 |
| | | |||||
| * | Scanner-based parsing with support for element erasing | Boris Kolpackov | 2009-12-10 | 1 | -4/+59 |
| | | | | | | | Also implement argv_file_scanner which provides support for reading command line arguments from the argv array as well as files specified with command line options. New examples: file. New tests: ctor, erase, file. | ||||
| * | Use a scanner interface instead of argc/argv | Boris Kolpackov | 2009-11-28 | 1 | -0/+21 |
| | | | | | | This will allow supporting other sources of options, for example, an option file. | ||||
| * | Move runtime inline function to inline file | Boris Kolpackov | 2009-10-04 | 1 | -0/+107 |
