summaryrefslogtreecommitdiff
path: root/cli/options.cli
AgeCommit message (Collapse)AuthorFilesLines
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-11-19Add option description that can be examined at runtime.Boris Kolpackov1-0/+5
New option: --generate-description.
2010-11-09Add support for suppressing documentation for undocumented optionsBoris Kolpackov1-1/+7
2010-09-14Implement the --cli-namespace optionBoris Kolpackov1-1/+10
2010-06-04Cosmetic changesBoris Kolpackov1-2/+2
2010-06-04Add support for single quotes in option filesBoris Kolpackov1-4/+4
2010-06-02Update description of the --options-file optionBoris Kolpackov1-6/+13
2010-06-02Implement generation of specifier functions (--generate-specifier)Boris Kolpackov1-0/+6
These functions determine whether the option was specified on the command line. New test: specifier.
2010-01-01Update copyrightBoris Kolpackov1-1/+1
2009-12-10Allows additional options to be provided in files (--options-file)Boris Kolpackov1-0/+16
Implemented using the new argv_file_scanner scanner implementation.
2009-12-10Scanner-based parsing with support for element erasingBoris Kolpackov1-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.
2009-11-22Implement option value modifiers generationBoris Kolpackov1-0/+5
2009-11-17Complete the implementation of the option documentationBoris Kolpackov1-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.
2009-11-08Implement HTML pages generationBoris Kolpackov1-0/+27
2009-11-08Implement usage generationBoris Kolpackov1-13/+80
Also migrate the CLI compiler usage handling to the auto-generated version.
2009-10-11Add usage informationBoris Kolpackov1-1/+2
2009-10-04Add --option-{prefix,separator} optionsBoris Kolpackov1-0/+3
2009-10-04Add support for option name aliases and string literalsBoris Kolpackov1-1/+1
2009-10-04Add --reserved-name optionBoris Kolpackov1-0/+3
2009-10-04Add options for various include settingsBoris Kolpackov1-0/+4
--include-with-brackets --include-prefix --guard-prefix
2009-10-04Add --{hxx,ixx,cxx}-suffix optionsBoris Kolpackov1-1/+6
2009-10-04Add --suppress-inline optionBoris Kolpackov1-0/+1
2009-09-27Add option file for the CLI compiler itselfBoris Kolpackov1-0/+18