summaryrefslogtreecommitdiffstats
path: root/tests/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Start switch to build2Boris Kolpackov2016-11-151-18/+0
|
* Implement option class inheritanceBoris Kolpackov2012-05-101-1/+1
| | | | | | | For now multiple, non-virtual inheritance is supported. An option class can now also be declared abstract using the class c = 0 {...}; syntax. New option, --exclude-base, controls whether base class information is present in usage and documentation.
* Copyright updateBoris Kolpackov2011-01-041-1/+1
|
* Implement generation of specifier functions (--generate-specifier)Boris Kolpackov2010-06-021-1/+1
| | | | | These functions determine whether the option was specified on the command line. New test: specifier.
* Update copyrightBoris Kolpackov2010-01-011-1/+1
|
* Scanner-based parsing with support for element erasingBoris Kolpackov2009-12-101-1/+1
| | | | | | 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.
* Add install targetBoris Kolpackov2009-10-111-2/+0
|
* Add a test for the parserBoris Kolpackov2009-08-221-1/+1
|
* Tests for the lexerBoris Kolpackov2009-08-091-0/+20