summaryrefslogtreecommitdiff
path: root/tests/makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-11-15Start switch to build2Boris Kolpackov1-18/+0
2012-05-10Implement option class inheritanceBoris Kolpackov1-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.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-06-02Implement generation of specifier functions (--generate-specifier)Boris Kolpackov1-1/+1
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-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.
2009-10-11Add install targetBoris Kolpackov1-2/+0
2009-08-22Add a test for the parserBoris Kolpackov1-1/+1
2009-08-09Tests for the lexerBoris Kolpackov1-0/+20