aboutsummaryrefslogtreecommitdiff
path: root/mk2rbc
AgeCommit message (Expand)Author
2023-04-12Don't type variables as booleans in mk2rbcCole Faust
2023-03-15Rename mk2rbc/cmd to make `go install` work properlyDan Willemsen
2023-01-24Merge "Removing references to arm7 emulator targets."Alfred Piccioni
2023-01-05Show correct line numbers for errors in an $(eval)Cole Faust
2022-12-12mk2rbc support for clear_var_listCole Faust
2022-12-12Add to-lower/to-upperCole Faust
2022-12-12Add support for and/or in mk2rbcCole Faust
2022-12-05Removing references to arm7 emulator targets.Alfred Piccioni
2022-08-17Reformat build/soong for go 1.19Colin Cross
2022-06-14Allow using include_top to filter results even when there is a constant prefixCole Faust
2022-05-10Support complicated variable referencesCole Faust
2022-05-09Flatten foreach calls that produce 2d listsCole Faust
2022-04-29Merge "Convert firstword/lastword to starlark functions instead of index oper...Cole Faust
2022-04-29Merge "Show load cycles when running mk2rbc"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 operatorsCole Faust
2022-04-27Show load cycles when running mk2rbcCole Faust
2022-04-27Merge "Ignore assignments to .KATI_READONLY"Cole Faust
2022-04-26Ignore assignments to .KATI_READONLYCole Faust
2022-04-26Allow seeing include $(x) when there is an include_top commentCole Faust
2022-04-26Recognize some unsupported functionsCole Faust
2022-04-26Ignore variable assignments that come after a rule definitionCole Faust
2022-04-26Allow comparing $(wildcard) results to non-empty valuesCole Faust
2022-04-26Convert includes/inherits inside evalsCole Faust
2022-04-22Convert $(words) to StarlarkCole Faust
2022-04-14Merge "Move variable assignment handling to generation context"Cole Faust
2022-04-13Add handle to enforce_product_packages_existCole Faust
2022-04-08Merge "Add the handle to artifact path requirement functions"Treehugger Robot
2022-04-07Move variable assignment handling to generation contextCole Faust
2022-04-06Allow include $(sort $(wildcard */font.mk)) and variantsCole Faust
2022-04-05Convert $(sort) to StarlarkCole Faust
2022-04-05Merge "Support converting simple $(eval) expressions"Treehugger Robot
2022-04-01Correct type of dir functionCole Faust
2022-03-31Support converting simple $(eval) expressionsCole Faust
2022-03-22Add the handle to artifact path requirement functionsCole 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 literalCole Faust
2022-03-17Parse variable references with #sCole Faust
2022-03-16Convert values to strings when assigning to a string variableCole Faust
2022-03-16Merge "Add type hints to mk2rbc"Treehugger Robot
2022-03-15Add type hints to mk2rbcCole Faust
2022-03-10Simplify and correct variable assignmentsCole 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 namesCole Faust