aboutsummaryrefslogtreecommitdiff
path: root/build2/test/init.cxx
AgeCommit message (Collapse)AuthorFilesLines
2019-07-05Move config, dist, test, and install modules into libraryKaren Arutyunov1-231/+0
2019-07-02Add workaround for data race in libstdc++'s locale(const locale&, Facet*) ↵Karen Arutyunov1-0/+10
constructor
2019-07-01Split build system into library and driverBoris Kolpackov1-4/+4
2019-06-19Improve diagnosticsBoris Kolpackov1-1/+1
2019-03-07Move bunch of root scope-only data members to root_extraBoris Kolpackov1-2/+2
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-06-28Add prerequisite variable visibility specification/enforcementBoris Kolpackov1-4/+4
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-19Support for deriving target type from file name, handle testscript, buildfileBoris Kolpackov1-1/+2
In particular, instead of: exe{test}: test{testscript} We should now write: exe{test}: testscript
2018-02-07Add support for update-for-{test,install} operation aliasesBoris Kolpackov1-1/+2
2018-02-03Get rid of action rule override semanticsBoris Kolpackov1-48/+63
Instead we now have two more or less separate match states for outer and inner parts of an action.
2018-01-04Load config.build in init(), not boot()Boris Kolpackov1-1/+3
We now make sure the config module is init'ed first.
2017-12-13Implement info meta operationBoris Kolpackov1-1/+1
This meta operation can be used to print basic information (name, version, source/output roots, etc) for one or more projects.
2017-05-01Add hxx extension for headersKaren Arutyunov1-9/+9
2017-03-07Specify config.test.output variableBoris Kolpackov1-0/+35
2017-02-13Add model mutex, make var_pool const by defaultBoris Kolpackov1-1/+1
2017-01-23Make rules const throughoutBoris Kolpackov1-2/+2
2017-01-12Implement support for narrowing down tests (config.test)Boris Kolpackov1-14/+47
2017-01-09Implement test.target variableBoris Kolpackov1-17/+30
The plan is to use it for the portable path conversions.
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-12-17Don't try to test out-of-project prerequisitesBoris Kolpackov1-1/+2
2016-12-16Add support for passing target name to testscript via test variableBoris Kolpackov1-3/+5
Such a targets is automatically resolved and converted to path.
2016-12-15Implement test.redirects, test.cleanupsBoris Kolpackov1-0/+5
2016-11-04Set test variable for testscript, improve test ruleBoris Kolpackov1-1/+2
2016-11-04Change test variable type from bool to pathBoris Kolpackov1-2/+3
We still recognize the true/false as special values.
2016-11-04Cosmetic changeBoris Kolpackov1-4/+3
2016-11-04Add test{} testscript target typeBoris Kolpackov1-7/+16
2016-08-30Add support for target visibility, use for dist, test, installBoris Kolpackov1-6/+6
This means we can no longer write: install = false Now it should be: *: install = false
2016-08-12Rename module to initBoris Kolpackov1-0/+103