aboutsummaryrefslogtreecommitdiff
path: root/mk2rbc/variable.go
AgeCommit message (Expand)Author
2022-04-07Move variable assignment handling to generation contextCole Faust
2022-03-18Replace $(call my-dir) with a string literalCole 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
2021-12-22Fix "unknown binary op: string + list" errorsCole Faust
2021-11-18Generate runtime conversion diagnosticsSasha Smundak
2021-11-05Handle ifdef for local variables.Sasha Smundak
2021-09-02Additional heuristics: variables with names ending with _LIST are listsSasha Smundak
2021-08-02Allow dynamically calculated inherit-product pathSasha Smundak
2021-07-26Emit mksubst call for $(subst ...)Sasha Smundak
2021-07-14Product config makefiles to Starlark converterSasha Smundak