| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cosmetic changes | Boris Kolpackov | 2010-06-04 | 1 | -2/+2 |
| | | |||||
| * | Add support for single quotes in option files | Boris Kolpackov | 2010-06-04 | 1 | -4/+4 |
| | | |||||
| * | Update description of the --options-file option | Boris Kolpackov | 2010-06-02 | 1 | -6/+13 |
| | | |||||
| * | Implement generation of specifier functions (--generate-specifier) | Boris Kolpackov | 2010-06-02 | 1 | -0/+6 |
| | | | | | | 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 |
| | | |||||
| * | Allows additional options to be provided in files (--options-file) | Boris Kolpackov | 2009-12-10 | 1 | -0/+16 |
| | | | | | Implemented using the new argv_file_scanner scanner implementation. | ||||
| * | Scanner-based parsing with support for element erasing | Boris Kolpackov | 2009-12-10 | 1 | -2/+9 |
| | | | | | | | 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. | ||||
| * | Implement option value modifiers generation | Boris Kolpackov | 2009-11-22 | 1 | -0/+5 |
| | | |||||
| * | Complete the implementation of the option documentation | Boris Kolpackov | 2009-11-17 | 1 | -27/+87 |
| | | | | | | Add the man page generator. Port CLI usage, HTML documentation and the man page to the auto-generated version. Update examples and documentation. | ||||
| * | Implement HTML pages generation | Boris Kolpackov | 2009-11-08 | 1 | -0/+27 |
| | | |||||
| * | Implement usage generation | Boris Kolpackov | 2009-11-08 | 1 | -13/+80 |
| | | | | | Also migrate the CLI compiler usage handling to the auto-generated version. | ||||
| * | Add usage information | Boris Kolpackov | 2009-10-11 | 1 | -1/+2 |
| | | |||||
| * | Add --option-{prefix,separator} options | Boris Kolpackov | 2009-10-04 | 1 | -0/+3 |
| | | |||||
| * | Add support for option name aliases and string literals | Boris Kolpackov | 2009-10-04 | 1 | -1/+1 |
| | | |||||
| * | Add --reserved-name option | Boris Kolpackov | 2009-10-04 | 1 | -0/+3 |
| | | |||||
| * | Add options for various include settings | Boris Kolpackov | 2009-10-04 | 1 | -0/+4 |
| | | | | | | | --include-with-brackets --include-prefix --guard-prefix | ||||
| * | Add --{hxx,ixx,cxx}-suffix options | Boris Kolpackov | 2009-10-04 | 1 | -1/+6 |
| | | |||||
| * | Add --suppress-inline option | Boris Kolpackov | 2009-10-04 | 1 | -0/+1 |
| | | |||||
| * | Add option file for the CLI compiler itself | Boris Kolpackov | 2009-09-27 | 1 | -0/+18 |
