summaryrefslogtreecommitdiff
path: root/cli/header.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-11-19Add option description that can be examined at runtime.Boris Kolpackov1-1/+12
New option: --generate-description.
2010-09-14Implement the --cli-namespace optionBoris Kolpackov1-3/+3
2010-06-02Implement generation of specifier functions (--generate-specifier)Boris Kolpackov1-0/+17
These functions determine whether the option was specified on the command line. New test: specifier.
2010-01-01Update copyrightBoris Kolpackov1-1/+1
2009-12-10Scanner-based parsing with support for element erasingBoris Kolpackov1-4/+13
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-28Use a scanner interface instead of argc/argvBoris Kolpackov1-4/+2
This will allow supporting other sources of options, for example, an option file.
2009-11-22Implement option value modifiers generationBoris Kolpackov1-1/+6
2009-11-08Implement usage generationBoris Kolpackov1-1/+11
Also migrate the CLI compiler usage handling to the auto-generated version.
2009-10-18Use consistent const placementBoris Kolpackov1-1/+1
2009-09-27Generate parsing constructors and parsing codeBoris Kolpackov1-3/+61
Also generate some runtime support code such exceptions, value parsers, etc.
2009-09-20Generate classes, accessors and data membersBoris Kolpackov1-0/+76
2009-09-20Add header, inline, and source generatorsBoris Kolpackov1-0/+36
All they currently do is output the namespace structure plus the included C++ files for header.