Age | Commit message (Expand) | Author | Files | Lines |
2022-06-14 | Add note to parser::lookup_variable() description | Boris Kolpackov | 1 | -0/+4 |
2022-06-03 | Expose type name to value_type mapping function in parser | Boris Kolpackov | 1 | -0/+9 |
2022-05-02 | Don't verify parser replay integrity if exception is being thrown | Boris Kolpackov | 1 | -3/+21 |
2022-04-06 | Add support for rule hints | Boris Kolpackov | 1 | -4/+11 |
2022-02-14 | Add parser::parse_eval() public API function | Boris Kolpackov | 1 | -12/+18 |
2021-10-14 | Add ability to detect sole expansion in parser::parse_names() | Boris Kolpackov | 1 | -2/+3 |
2021-09-20 | Assign pre-defined semantics to config.<project>.develop variables | Boris Kolpackov | 1 | -1/+5 |
2021-08-09 | Use parse_variable_name() in parse_import(), parse_config() | Boris Kolpackov | 1 | -0/+3 |
2021-08-04 | Take into account file-base'ness in ad hoc buildscript recipes | Boris Kolpackov | 1 | -0/+1 |
2021-06-08 | Implement ad hoc regex pattern rule support | Boris Kolpackov | 1 | -1/+2 |
2021-05-28 | Add support for regex-based target type/pattern specific variables | Boris Kolpackov | 1 | -5/+9 |
2021-05-28 | Add pattern_mode::ignore and use in appropriate places | Boris Kolpackov | 1 | -0/+1 |
2021-05-28 | Make notion of name pattern explicit, fix various related loose ends | Boris Kolpackov | 1 | -5/+5 |
2021-04-07 | Register environment variables for hermetic build configurations | Boris Kolpackov | 1 | -0/+3 |
2021-04-02 | Add support for propagating project environment | Boris Kolpackov | 1 | -2/+3 |
2021-02-08 | Enter scope src directories into scope map | Boris Kolpackov | 1 | -1/+1 |
2020-12-08 | In update ad hoc recipe buildscripts allow non-pure function calls only in de... | Karen Arutyunov | 1 | -0/+7 |
2020-07-06 | Adjust variable block applicability in dependency chains | Boris Kolpackov | 1 | -3/+2 |
2020-06-10 | Handle special variable names when spelled as $(<char>) rather than $<char> | Boris Kolpackov | 1 | -4/+21 |
2020-06-05 | Add ability to specify ad hoc recipe actions | Boris Kolpackov | 1 | -2/+2 |
2020-06-03 | Factor implementation-specific ad hoc recipe parsing to adhoc_*_rule | Boris Kolpackov | 1 | -17/+17 |
2020-05-29 | Add support for is-else, switch in ad hoc recipes | Boris Kolpackov | 1 | -1/+16 |
2020-05-27 | Add support for value subscript after expansions | Boris Kolpackov | 1 | -1/+8 |
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 1 | -7/+36 |
2020-04-27 | Rework tool importation along with cli module | Boris Kolpackov | 1 | -9/+17 |
2020-04-27 | Don't switch projects when switching scopes during bootstrap | Boris Kolpackov | 1 | -8/+2 |
2020-03-27 | Implement project configuration reporting, similar to build system modules | Boris Kolpackov | 1 | -13/+24 |
2020-03-26 | Make buildfile parser reset'able | Boris Kolpackov | 1 | -9/+23 |
2020-03-25 | Enforce config directives only appearing in project's root.build | Boris Kolpackov | 1 | -5/+11 |
2020-03-20 | Initial implementation of config directive for project-specific configuration | Boris Kolpackov | 1 | -0/+3 |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 |
2019-11-15 | Generalize attributes to be comma-separated with arbitrary values | Boris Kolpackov | 1 | -3/+3 |
2019-11-14 | Cleanup attribute parsing code | Boris Kolpackov | 1 | -0/+7 |
2019-11-14 | Tighten up attribute recognition during parsing | Boris Kolpackov | 1 | -2/+9 |
2019-11-11 | Use path_name for `-` to stdin/stdout translation | Karen Arutyunov | 1 | -10/+13 |
2019-11-04 | Add support for configuration exporting and importing | Boris Kolpackov | 1 | -0/+3 |
2019-10-29 | Add forward declaration header for build state types | Boris Kolpackov | 1 | -5/+1 |
2019-09-30 | Allow attributes in if-else, assert directive's conditions | Boris Kolpackov | 1 | -1/+2 |
2019-09-30 | Handle attributes in switch value and pattern expressions | Boris Kolpackov | 1 | -0/+8 |
2019-09-30 | Add support for custom match/extract functions in switch expression | Boris Kolpackov | 1 | -6/+15 |
2019-09-30 | Allow multiple `case` for single line/block | Boris Kolpackov | 1 | -1/+7 |
2019-09-30 | Pattern matching support (switch): single value implementation | Boris Kolpackov | 1 | -0/+9 |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 1 | -1/+5 |
2019-07-25 | Implement pre-parse mode for parse_names_trailer() | Karen Arutyunov | 1 | -0/+3 |
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+673 |