summaryrefslogtreecommitdiffstats
path: root/cli/options.cli
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic changesBoris Kolpackov2010-06-041-2/+2
|
* Add support for single quotes in option filesBoris Kolpackov2010-06-041-4/+4
|
* Update description of the --options-file optionBoris Kolpackov2010-06-021-6/+13
|
* Implement generation of specifier functions (--generate-specifier)Boris Kolpackov2010-06-021-0/+6
| | | | | These functions determine whether the option was specified on the command line. New test: specifier.
* Update copyrightBoris Kolpackov2010-01-011-1/+1
|
* Allows additional options to be provided in files (--options-file)Boris Kolpackov2009-12-101-0/+16
| | | | Implemented using the new argv_file_scanner scanner implementation.
* Scanner-based parsing with support for element erasingBoris Kolpackov2009-12-101-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 generationBoris Kolpackov2009-11-221-0/+5
|
* Complete the implementation of the option documentationBoris Kolpackov2009-11-171-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 generationBoris Kolpackov2009-11-081-0/+27
|
* Implement usage generationBoris Kolpackov2009-11-081-13/+80
| | | | Also migrate the CLI compiler usage handling to the auto-generated version.
* Add usage informationBoris Kolpackov2009-10-111-1/+2
|
* Add --option-{prefix,separator} optionsBoris Kolpackov2009-10-041-0/+3
|
* Add support for option name aliases and string literalsBoris Kolpackov2009-10-041-1/+1
|
* Add --reserved-name optionBoris Kolpackov2009-10-041-0/+3
|
* Add options for various include settingsBoris Kolpackov2009-10-041-0/+4
| | | | | | --include-with-brackets --include-prefix --guard-prefix
* Add --{hxx,ixx,cxx}-suffix optionsBoris Kolpackov2009-10-041-1/+6
|
* Add --suppress-inline optionBoris Kolpackov2009-10-041-0/+1
|
* Add option file for the CLI compiler itselfBoris Kolpackov2009-09-271-0/+18