aboutsummaryrefslogtreecommitdiff
path: root/build2/test/rule.cxx
AgeCommit message (Collapse)AuthorFilesLines
2017-02-13Implement parallel operation executionBoris Kolpackov1-9/+4
2017-02-13Use target:as<> instead of static_cast for target castingBoris Kolpackov1-2/+2
2017-02-13Pass const target& to recipesBoris Kolpackov1-14/+18
2017-02-13Pass const scope& where modification should not happenBoris Kolpackov1-1/+1
2017-02-13Add notion of phase, enforceBoris Kolpackov1-1/+5
2017-02-13Add model mutex, make var_pool const by defaultBoris Kolpackov1-17/+17
2017-01-18Only pass diff --strip-trailing-cr if running on WindowsBoris Kolpackov1-1/+6
Since we cannot assume diff on other platforms has this option. Also need to do likewise in the testscript runner.
2017-01-12Implement support for narrowing down tests (config.test)Boris Kolpackov1-105/+194
2017-01-09Make use of operator<<(ostream, exception)Karen Arutyunov1-1/+1
2017-01-09Implement test.target variableBoris Kolpackov1-1/+4
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-32/+42
2016-12-16Add support for passing target name to testscript via test variableBoris Kolpackov1-5/+6
Such a targets is automatically resolved and converted to path.
2016-12-14Rename concurrent_runner to default_runnerBoris Kolpackov1-1/+1
2016-11-22Use diagnostics facility from libbutlBoris Kolpackov1-7/+5
2016-11-11Clean up testscript grammar and parserBoris Kolpackov1-1/+1
2016-11-08Get rid of faulty test script move-ctorKaren Arutyunov1-1/+2
2016-11-04Restructure testscript parser slightlyBoris Kolpackov1-16/+4
2016-11-04Implement testscript working directory cleanupBoris Kolpackov1-9/+24
2016-11-04Implement creation/cleanup of testscript root working directoryBoris Kolpackov1-18/+79
2016-11-04Implement two-stage testscript parsingBoris Kolpackov1-1/+2
2016-11-04Minor testscript fixes/changesBoris Kolpackov1-6/+3
2016-11-04Fix few bugs in testscript parserKaren Arutyunov1-2/+3
2016-11-04Cleanup match_result messBoris Kolpackov1-2/+2
2016-11-04Add minor noteBoris Kolpackov1-0/+4
2016-11-04Set test variable for testscript, improve test ruleBoris Kolpackov1-67/+113
2016-11-04Add support for skipping rule in delegate_match()Boris Kolpackov1-1/+1
2016-11-04Pass test script to parserBoris Kolpackov1-3/+6
2016-11-04Change test variable type from bool to pathBoris Kolpackov1-2/+2
We still recognize the true/false as special values.
2016-11-04Extend test rule to handle testscriptsBoris Kolpackov1-140/+248
2016-09-17Audit all print_process()/process ctor for path_search()Karen Arutyunov1-2/+7
2016-06-11Temporarily add --strip-trailing-cr to diff options in test moduleBoris Kolpackov1-0/+1
2016-04-19Redesign src/out scopingBoris Kolpackov1-0/+2
We no longer enter paths from the src tree into scope map. Instead, targets from the src tree now include their out tree directory (in essence their "configuration"). This is then used to find a target's scope. See the comment in class target for details. The result of this change is that we can now again build multiple configurations (out trees) for same project at once.
2016-04-11New configuration logic, iteration 1Boris Kolpackov1-3/+2
2016-04-02Get rid of test.exe, respect type/pattern-specific variables in test moduleBoris Kolpackov1-126/+49
We now use target type/pattern-specific variables for that, for example: tests/exe{*}: test = true Note that this is a backwards-incompatible change
2016-03-31Clean up variable lookup interfacesBoris Kolpackov1-6/+7
2016-03-31Set part of variable override implementationBoris Kolpackov1-5/+12
2016-03-28Add variable cast from lookupBoris Kolpackov1-5/+5
2016-03-28New variable architectureBoris Kolpackov1-5/+5
2016-03-16Cleanup variable typingBoris Kolpackov1-5/+5
2016-03-11Implement --config-{guess,sub} optionsBoris Kolpackov1-2/+0
2016-02-29Implement auxiliary dependency database (.d files), use in cxx.compileBoris Kolpackov1-3/+1
This is part of the "High Fidelity Build" work.
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-1/+1
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-0/+439