summaryrefslogtreecommitdiff
path: root/tests/inheritance/makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-11-22Add support for build2 for tests and examplesKaren Arutyunov1-76/+0
2012-05-10Implement option class inheritanceBoris Kolpackov1-0/+76
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.