aboutsummaryrefslogtreecommitdiff
path: root/build2/context
AgeCommit message (Collapse)AuthorFilesLines
2017-03-02Implement parallel matchBoris Kolpackov1-128/+181
2017-02-13Add MT-safe variable_cache, use for variable overridesBoris Kolpackov1-4/+0
2017-02-13Implement parallel error propagation, keep_going modeBoris Kolpackov1-1/+18
Keep going is the default but there is now the -s|--serial-stop that makes the driver run serially and stop at first error. Also fix some lockups, other minor improvements/features.
2017-02-13Introduce target::task_countBoris Kolpackov1-1/+1
2017-02-13Pass const scope& where modification should not happenBoris Kolpackov1-2/+2
2017-02-13Add load generation to global variable_map valuesBoris Kolpackov1-1/+1
2017-02-13Add notion of load phase generationBoris Kolpackov1-10/+63
2017-02-13Add notion of phase, enforceBoris Kolpackov1-4/+40
2017-02-13Add commentBoris Kolpackov1-3/+5
2017-02-13Add scheduling calls to operation's match()Boris Kolpackov1-13/+75
2017-02-13Add model mutex, make var_pool const by defaultBoris Kolpackov1-4/+29
2017-01-19Get rid of extension_poolBoris Kolpackov1-2/+0
2017-01-19Get rid of project_name_poolBoris Kolpackov1-1/+0
With small string optimizations this is most likely a hindrance rather that an optimization.
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-11-04Add --no-line, --no-column optionsBoris Kolpackov1-3/+0
2016-11-04Minor dependency cleanupBoris Kolpackov1-28/+4
2016-08-30Add support for config.build file versioningBoris Kolpackov1-1/+24
2016-07-28Adjust to new path implementation, use to support reversibilityBoris Kolpackov1-8/+4
2016-07-20Print project name and out_root in config reportsBoris Kolpackov1-1/+10
2016-07-08Move filesystem-related functions from context to new filesystem filesBoris Kolpackov1-71/+0
2016-07-08Implement limited rpath emulation for WindowsBoris Kolpackov1-26/+42
2016-04-23Revert back to using root scope in src_out()/out_src()Boris Kolpackov1-5/+5
Relaxing it to base was not wise since we can have "sideways" prerequisites (those from parallel directories such as brep's ../web/*).
2016-04-19Redesign src/out scopingBoris Kolpackov1-3/+3
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-04Implement value typing, null support via value attributesBoris Kolpackov1-2/+2
For example: v = [null] v = [string] abc v += ABC # abcABC
2016-03-31Set part of variable override implementationBoris Kolpackov1-1/+14
2016-03-29Reset build state for each meta-operationBoris Kolpackov1-3/+3
2016-03-11Implement --config-{guess,sub} optionsBoris Kolpackov1-0/+2
2016-03-07Remove the depdb (.d) files when cleaningBoris Kolpackov1-6/+8
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-7/+4
2016-01-23Cleanup absolute/relative path diagnostics by introducing stream verbosityBoris Kolpackov1-8/+41
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-0/+165