Age | Commit message (Expand) | Author | Files | Lines |
2022-10-13 | Switch to public/private variables model | Boris Kolpackov | 1 | -23/+16 |
2022-10-11 | Factor variable patterns out of variable_pool into separate variable_patterns | Boris Kolpackov | 1 | -9/+15 |
2022-10-10 | Preparatory work for public/private variable distinction | Boris Kolpackov | 1 | -2/+6 |
2022-05-23 | Cache build.host value in context | Boris Kolpackov | 1 | -2/+3 |
2022-04-15 | Omit unnecessary clearing of cached base_scope values | Boris Kolpackov | 1 | -0/+6 |
2022-04-13 | Cache target base scope lookups | Boris Kolpackov | 1 | -4/+30 |
2022-04-08 | Fix race in phase lock contention counting | Boris Kolpackov | 1 | -6/+6 |
2022-04-08 | Add phase switch contention to build statistics | Boris Kolpackov | 1 | -0/+8 |
2022-04-06 | Add support for rule hints | Boris Kolpackov | 1 | -6/+5 |
2022-03-07 | Fix operation-specific variables logic for inner/outer operations | Boris Kolpackov | 1 | -8/+18 |
2022-03-02 | Add update operation-specific variable with unmatch|match additional values | Boris Kolpackov | 1 | -4/+20 |
2022-02-17 | Add build.mode global variable | Boris Kolpackov | 1 | -0/+12 |
2022-02-14 | Factor reusable code to contex::enter_project_overrides() | Boris Kolpackov | 1 | -0/+61 |
2021-10-21 | Add build.progress global variable with --[no-]progress option value | Boris Kolpackov | 1 | -0/+11 |
2021-09-28 | Adapt to libbutl headers extension change from .mxx to .hxx | Karen Arutyunov | 1 | -1/+1 |
2021-06-08 | Get rid of special *{} wildcard target type notation in target type/patterns | Boris Kolpackov | 1 | -9/+15 |
2021-05-12 | Deal with helper thread starvation during phase switching | Boris Kolpackov | 1 | -19/+41 |
2021-05-12 | Keep phase locked while working own queue | Boris Kolpackov | 1 | -11/+19 |
2021-05-05 | Deactivate when blocked on load phase mutex | Boris Kolpackov | 1 | -2/+12 |
2021-03-19 | Redo entering of src directories into scope_map | Boris Kolpackov | 1 | -3/+3 |
2021-03-16 | Define intermediate build results file cache interface | Boris Kolpackov | 1 | -0/+2 |
2021-02-08 | Enter scope src directories into scope map | Boris Kolpackov | 1 | -2/+2 |
2021-01-15 | Disable questionable unused functionality | Boris Kolpackov | 1 | -0/+2 |
2020-09-22 | Add ability to skip external modules during bootstrap (--no-external-modules) | Boris Kolpackov | 1 | -0/+2 |
2020-06-29 | Add legal{} target type and config.install.legal variable | Boris Kolpackov | 1 | -0/+1 |
2020-06-01 | Extend target metadata to include variable prefix, stable name | Boris Kolpackov | 1 | -2/+2 |
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 1 | -1/+11 |
2020-04-27 | Rework tool importation along with cli module | Boris Kolpackov | 1 | -1/+4 |
2020-03-31 | Tweak variable patterns not to break overrides | Boris Kolpackov | 1 | -29/+32 |
2020-03-31 | Switch to project variable visibility by default | Boris Kolpackov | 1 | -81/+99 |
2020-03-18 | Pattern-type config.** variables with global visibility by default | Boris Kolpackov | 1 | -43/+42 |
2020-03-13 | Cleanup and make config/utility.?xx part of build system core | Boris Kolpackov | 1 | -8/+2 |
2020-02-11 | Add match_only flag to context | Boris Kolpackov | 1 | -0/+2 |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 |
2019-11-11 | Use path_name for `-` to stdin/stdout translation | Karen Arutyunov | 1 | -1/+1 |
2019-11-07 | Initial work on path_name use for `-` to stdin/stdout translation | Boris Kolpackov | 1 | -1/+2 |
2019-11-04 | Add support for configuration exporting and importing | Boris Kolpackov | 1 | -1/+1 |
2019-10-22 | Implement loaded_modules state locking | Boris Kolpackov | 1 | -1/+3 |
2019-10-22 | Rename global_mutex_shards to global_mutexes | Boris Kolpackov | 1 | -2/+2 |
2019-10-22 | Move global mutex shards to context | Boris Kolpackov | 1 | -0/+2 |
2019-08-28 | Redo build_installed without requiring linking whole archive | Boris Kolpackov | 1 | -1/+3 |
2019-08-27 | Propagate global var overrides to module build context | Boris Kolpackov | 1 | -0/+7 |
2019-08-27 | Redo module context pointer | Boris Kolpackov | 1 | -3/+5 |
2019-08-27 | Don't set import.build2 variable in cross-compiled build2 | Karen Arutyunov | 1 | -1/+1 |
2019-08-26 | Implement auto-import of development build2 build | Boris Kolpackov | 1 | -0/+10 |
2019-08-26 | Implement updating build system modules | Boris Kolpackov | 1 | -3/+9 |
2019-08-26 | Make target types project-wide | Boris Kolpackov | 1 | -5/+8 |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 1 | -414/+396 |
2019-08-21 | Cleanup context.hxx and its usage | Boris Kolpackov | 1 | -183/+32 |
2019-08-21 | Implement dynamic loading of build system modules | Boris Kolpackov | 1 | -4/+1 |