| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement generation of specifier functions (--generate-specifier) | Boris Kolpackov | 2010-06-02 | 1 | -1/+11 |
| | | | | | | 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 |
| | | |||||
| * | Get rid of warning in generated code if option class is empty | Boris Kolpackov | 2009-12-10 | 1 | -1/+2 |
| | | |||||
| * | Scanner-based parsing with support for element erasing | Boris Kolpackov | 2009-12-10 | 1 | -16/+33 |
| | | | | | | | 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 | -24/+27 |
| | | | | | | This will allow supporting other sources of options, for example, an option file. | ||||
| * | Complete the implementation of the option documentation | Boris Kolpackov | 2009-11-17 | 1 | -4/+4 |
| | | | | | | Add the man page generator. Port CLI usage, HTML documentation and the man page to the auto-generated version. Update examples and documentation. | ||||
| * | Call format() on argument string | Boris Kolpackov | 2009-11-08 | 1 | -2/+2 |
| | | |||||
| * | Implement usage generation | Boris Kolpackov | 2009-11-08 | 1 | -0/+293 |
| | | | | | Also migrate the CLI compiler usage handling to the auto-generated version. | ||||
| * | Use assignment initialization for fundamental types | Boris Kolpackov | 2009-10-28 | 1 | -4/+4 |
| | | |||||
| * | Add --option-{prefix,separator} options | Boris Kolpackov | 2009-10-04 | 1 | -42/+64 |
| | | |||||
| * | Add support for option name aliases and string literals | Boris Kolpackov | 2009-10-04 | 1 | -4/+11 |
| | | |||||
| * | Generate parsing constructors and parsing code | Boris Kolpackov | 2009-09-27 | 1 | -1/+271 |
| | | | | | | Also generate some runtime support code such exceptions, value parsers, etc. | ||||
| * | Add header, inline, and source generators | Boris Kolpackov | 2009-09-20 | 1 | -0/+24 |
| All they currently do is output the namespace structure plus the included C++ files for header. | |||||
