| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for single quotes in option files | Boris Kolpackov | 2010-06-04 | 1 | -2/+3 |
| | | |||||
| * | Add support for quoting in option file scanner | Boris Kolpackov | 2010-06-02 | 1 | -2/+34 |
| | | |||||
| * | Implement generation of specifier functions (--generate-specifier) | Boris Kolpackov | 2010-06-02 | 1 | -17/+52 |
| | | | | | | These functions determine whether the option was specified on the command line. New test: specifier. | ||||
| * | Update copyright | Boris Kolpackov | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | Scanner-based parsing with support for element erasing | Boris Kolpackov | 2009-12-10 | 1 | -5/+223 |
| | | | | | | | 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 | -45/+107 |
| | | | | | | This will allow supporting other sources of options, for example, an option file. | ||||
| * | Use assignment initialization for fundamental types | Boris Kolpackov | 2009-10-28 | 1 | -3/+3 |
| | | |||||
| * | Add a parser for std::set | Boris Kolpackov | 2009-10-04 | 1 | -0/+16 |
| | | |||||
| * | Add a parser for std::map | Boris Kolpackov | 2009-10-04 | 1 | -1/+58 |
| | | |||||
| * | Generate parsing constructors and parsing code | Boris Kolpackov | 2009-09-27 | 1 | -0/+177 |
| Also generate some runtime support code such exceptions, value parsers, etc. | |||||
