summaryrefslogtreecommitdiff
path: root/mk2rbc/mk2rbc_test.go
AgeCommit message (Expand)Author
2023-10-09Remove ?= assignements to product variables Cole Faust
2023-10-06Handle include statements with trailing whitespace Cole Faust
2023-01-05Show correct line numbers for errors in an $(eval) Cole Faust
2022-12-12Add to-lower/to-upper Cole Faust
2022-12-12Add support for and/or in mk2rbc Cole Faust
2022-06-14Allow using include_top to filter results even when there is a constant prefix Cole Faust
2022-05-10Support complicated variable references Cole Faust
2022-05-09Flatten foreach calls that produce 2d lists Cole Faust
2022-04-29Merge "Convert firstword/lastword to starlark functions instead of index oper... Cole Faust
2022-04-29Merge "Recognize some unsupported functions" Cole Faust
2022-04-28Merge "Convert $(words) to Starlark" Treehugger Robot
2022-04-28Merge "Allow seeing include $(x) when there is an include_top comment" Cole Faust
2022-04-28Merge "Convert includes/inherits inside evals" Treehugger Robot
2022-04-28Merge "Allow comparing $(wildcard) results to non-empty values" Cole Faust
2022-04-27Convert firstword/lastword to starlark functions instead of index operators Cole Faust
2022-04-27Merge "Ignore assignments to .KATI_READONLY" Cole Faust
2022-04-26Ignore assignments to .KATI_READONLY Cole Faust
2022-04-26Allow seeing include $(x) when there is an include_top comment Cole Faust
2022-04-26Recognize some unsupported functions Cole Faust
2022-04-26Ignore variable assignments that come after a rule definition Cole Faust
2022-04-26Allow comparing $(wildcard) results to non-empty values Cole Faust
2022-04-26Convert includes/inherits inside evals Cole Faust
2022-04-22Convert $(words) to Starlark Cole Faust
2022-04-14Merge "Move variable assignment handling to generation context" Cole Faust
2022-04-13Add handle to enforce_product_packages_exist Cole Faust
2022-04-08Merge "Add the handle to artifact path requirement functions" Treehugger Robot
2022-04-07Move variable assignment handling to generation context Cole Faust
2022-04-06Allow include $(sort $(wildcard */font.mk)) and variants Cole Faust
2022-04-05Convert $(sort) to Starlark Cole Faust
2022-04-05Merge "Support converting simple $(eval) expressions" Treehugger Robot
2022-04-01Correct type of dir function Cole Faust
2022-03-31Support converting simple $(eval) expressions Cole Faust
2022-03-22Add the handle to artifact path requirement functions Cole Faust
2022-03-22Merge "Replace $(call my-dir) with a string literal" Treehugger Robot
2022-03-22Merge "Parse variable references with #s" Treehugger Robot
2022-03-18Replace $(call my-dir) with a string literal Cole Faust
2022-03-17Parse variable references with #s Cole Faust
2022-03-16Convert values to strings when assigning to a string variable Cole Faust
2022-03-16Merge "Add type hints to mk2rbc" Treehugger Robot
2022-03-15Add type hints to mk2rbc Cole Faust
2022-03-10Simplify and correct variable assignments Cole Faust
2022-03-08Merge "Call rblf.setDefault() when appending to a variable without +=" Cole Faust
2022-03-08Call rblf.setDefault() when appending to a variable without += Cole Faust
2022-03-07Support variables with dashes in their names Cole Faust
2022-03-02Fix include paths that match one file being included unconditionally Cole Faust
2022-03-02Merge "Convert add-product-dex-preopt-module-config to Starlark" Cole Faust
2022-03-01Fix issue with referencing the loop variable in a foreach Cole Faust
2022-02-28Convert add-product-dex-preopt-module-config to Starlark Cole Faust
2022-02-11Merge "Allow filter calls with a list as a pattern" Treehugger Robot
2022-02-09Allow filter calls with a list as a pattern Cole Faust