aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/context.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-12Deal with helper thread starvation during phase switchingBoris Kolpackov1-19/+41
2021-05-12Keep phase locked while working own queueBoris Kolpackov1-11/+19
2021-05-05Deactivate when blocked on load phase mutexBoris Kolpackov1-2/+12
2021-03-19Redo entering of src directories into scope_mapBoris Kolpackov1-3/+3
2021-03-16Define intermediate build results file cache interfaceBoris Kolpackov1-0/+2
2021-02-08Enter scope src directories into scope mapBoris Kolpackov1-2/+2
2021-01-15Disable questionable unused functionalityBoris Kolpackov1-0/+2
2020-09-22Add ability to skip external modules during bootstrap (--no-external-modules)Boris Kolpackov1-0/+2
2020-06-29Add legal{} target type and config.install.legal variableBoris Kolpackov1-0/+1
2020-06-01Extend target metadata to include variable prefix, stable nameBoris Kolpackov1-2/+2
2020-05-27Initial support for ad hoc recipes (still work in progress)Boris Kolpackov1-1/+11
2020-04-27Rework tool importation along with cli moduleBoris Kolpackov1-1/+4
2020-03-31Tweak variable patterns not to break overridesBoris Kolpackov1-29/+32
2020-03-31Switch to project variable visibility by defaultBoris Kolpackov1-81/+99
2020-03-18Pattern-type config.** variables with global visibility by defaultBoris Kolpackov1-43/+42
2020-03-13Cleanup and make config/utility.?xx part of build system coreBoris Kolpackov1-8/+2
2020-02-11Add match_only flag to contextBoris Kolpackov1-0/+2
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-11-11Use path_name for `-` to stdin/stdout translationKaren Arutyunov1-1/+1
2019-11-07Initial work on path_name use for `-` to stdin/stdout translationBoris Kolpackov1-1/+2
2019-11-04Add support for configuration exporting and importingBoris Kolpackov1-1/+1
2019-10-22Implement loaded_modules state lockingBoris Kolpackov1-1/+3
2019-10-22Rename global_mutex_shards to global_mutexesBoris Kolpackov1-2/+2
2019-10-22Move global mutex shards to contextBoris Kolpackov1-0/+2
2019-08-28Redo build_installed without requiring linking whole archiveBoris Kolpackov1-1/+3
2019-08-27Propagate global var overrides to module build contextBoris Kolpackov1-0/+7
2019-08-27Redo module context pointerBoris Kolpackov1-3/+5
2019-08-27Don't set import.build2 variable in cross-compiled build2Karen Arutyunov1-1/+1
2019-08-26Implement auto-import of development build2 buildBoris Kolpackov1-0/+10
2019-08-26Implement updating build system modulesBoris Kolpackov1-3/+9
2019-08-26Make target types project-wideBoris Kolpackov1-5/+8
2019-08-23Introduce notion of build contextBoris Kolpackov1-414/+396
2019-08-21Cleanup context.hxx and its usageBoris Kolpackov1-183/+32
2019-08-21Implement dynamic loading of build system modulesBoris Kolpackov1-4/+1
2019-08-20Add build.version.interfaceBoris Kolpackov1-0/+11
2019-08-19Minor cleanupsBoris Kolpackov1-48/+50
2019-08-07Distinguish between internal/external wait deactivation in schedulerBoris Kolpackov1-4/+4
2019-07-01Split build system into library and driverBoris Kolpackov1-0/+1026