aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/scope.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-09-15Do variable lookup in ad hoc target groupsBoris Kolpackov1-8/+25
2021-09-02Don't consider aliasing in variable override lookupBoris Kolpackov1-1/+5
2021-06-08Implement ad hoc regex pattern rule supportBoris Kolpackov1-17/+33
2021-05-28Add support for regex-based target type/pattern specific variablesBoris Kolpackov1-4/+4
2021-05-28Tie loose ends in target type/pattern-specific matchingBoris Kolpackov1-13/+22
2021-05-28Clean default target type extension logicBoris Kolpackov1-0/+38
2021-05-28Make notion of name pattern explicit, fix various related loose endsBoris Kolpackov1-23/+16
2021-03-19Redo entering of src directories into scope_mapBoris Kolpackov1-49/+69
2021-02-08Enter scope src directories into scope mapBoris Kolpackov1-13/+46
2020-11-12Assign fixed extensions to wasm{} and pdb{} target typesBoris Kolpackov1-0/+9
2020-07-12Cache subprojects variable value in scope::root_extraBoris Kolpackov1-0/+18
2020-04-27Rework tool importation along with cli moduleBoris Kolpackov1-9/+43
2020-03-31Switch to project variable visibility by defaultBoris Kolpackov1-2/+2
2020-03-19Tweak lookup_config() semantics some moreBoris Kolpackov1-7/+9
2020-03-17Rename all find*(variable) to lookup*(variable)Boris Kolpackov1-29/+29
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-10-22Move global mutex shards to contextBoris Kolpackov1-4/+6
2019-08-26Fix bug in scope::find_target_key()Boris Kolpackov1-1/+8
2019-08-26Suppress gcc's 'control reaches end of non-void function' warningKaren Arutyunov1-1/+1
2019-08-26Factor target name processing code from parser to scopeBoris Kolpackov1-0/+59
2019-08-26Make target types project-wideBoris Kolpackov1-26/+13
2019-08-23Introduce notion of build contextBoris Kolpackov1-19/+14
2019-07-01Split build system into library and driverBoris Kolpackov1-0/+911