Age | Commit message (Expand) | Author | Files | Lines |
2023-05-29 | Disable counts verification if matched but not executed in resolve_members() | Boris Kolpackov | 1 | -0/+1 |
2023-05-29 | Explicit group: syntax parsing | Boris Kolpackov | 1 | -0/+1 |
2023-05-09 | Add --load-only option in addition to --match-only | Boris Kolpackov | 1 | -2/+2 |
2023-04-19 | Fix several issues in build system module importation logicmodule-import | Boris Kolpackov | 1 | -1/+1 |
2023-04-13 | Various minor generalizations for in-process configure support in bpkg | Boris Kolpackov | 1 | -208/+245 |
2023-04-05 | Allow creating context with bare minimum of initializations | Boris Kolpackov | 1 | -15/+53 |
2023-03-01 | Add support for installation manifest | Boris Kolpackov | 1 | -0/+3 |
2022-12-19 | Disable `)` escaping in buildspec, command line variable overrides | Boris Kolpackov | 1 | -5/+5 |
2022-12-19 | Disable line continuation in buildspec, command line variable overrides | Boris Kolpackov | 1 | -4/+5 |
2022-12-19 | Restore newline escaping (line continuations) in double-quoted strings | Boris Kolpackov | 1 | -3/+4 |
2022-12-08 | Add --[no]diag-color options (infrastructure only) | Boris Kolpackov | 1 | -3/+15 |
2022-11-30 | Reserve targets, variables to avoid rehashing | Boris Kolpackov | 1 | -0/+15 |
2022-11-29 | Fix backlink logic for target groups | Boris Kolpackov | 1 | -3/+5 |
2022-11-08 | More work on child process diagnostics buffering | Boris Kolpackov | 1 | -1/+2 |
2022-10-28 | Add ability to disable diagnostics buffering (--no-diag-buffer) | Boris Kolpackov | 1 | -0/+2 |
2022-10-19 | Add support for post hoc prerequisites | Boris Kolpackov | 1 | -0/+4 |
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 |