summaryrefslogtreecommitdiff
path: root/mk2rbc/variable.go
AgeCommit message (Expand)Author
2023-10-09Remove ?= assignements to product variables Cole Faust
2022-04-07Move variable assignment handling to generation context Cole Faust
2022-03-18Replace $(call my-dir) with a string literal 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
2021-12-22Fix "unknown binary op: string + list" errors Cole Faust
2021-11-18Generate runtime conversion diagnostics Sasha Smundak
2021-11-05Handle ifdef for local variables. Sasha Smundak
2021-09-02Additional heuristics: variables with names ending with _LIST are lists Sasha Smundak
2021-08-02Allow dynamically calculated inherit-product path Sasha Smundak
2021-07-26Emit mksubst call for $(subst ...) Sasha Smundak
2021-07-14Product config makefiles to Starlark converter Sasha Smundak