summaryrefslogtreecommitdiffstats
path: root/tests/inheritance
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-163-3/+3
|
* Update copyright yearKaren Arutyunov2018-05-213-3/+3
|
* Adjust tests to new test rule semanticsBoris Kolpackov2018-02-021-2/+2
|
* Make use of wildcards in buildfilesKaren Arutyunov2017-07-151-1/+1
|
* Rework build2 cli compilationBoris Kolpackov2017-03-031-5/+2
|
* Update copyright yearBoris Kolpackov2017-01-033-3/+3
|
* Adapt buildfiles to expansion changeKaren Arutyunov2016-12-051-1/+1
|
* Add support for build2 for tests and examplesKaren Arutyunov2016-11-222-76/+15
|
* Implement option class inheritanceBoris Kolpackov2012-05-104-0/+142
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.