aboutsummaryrefslogtreecommitdiff
path: root/lib/selects.bzl
AgeCommit message (Expand)Author
2020-03-25Fix type parsing errors on "always true" conditions. (#239)Greg
2019-07-16Make config_setting_group visibility aware (#168)kwasimensah
2019-07-02Get docs working again. (#165)aiuto
2019-06-05selects.bzl: Add config_setting_group for config_setting AND/OR-chaining (#89)Greg
2018-09-28Rename a number of instances of 'skylark' to 'starlark' or 'bzl'c-parsons
2018-08-24Fix executable bit on selects.bzlThomas Van Lenten
2018-06-13Reformat .bzl files with buildifier and add format check.Thomas Van Lenten
2018-04-26Doc and code fixes found via skylint. (#38)Thomas Van Lenten
2018-02-20Support no_match_error in selects.with_or().Thomas Van Lenten
2017-10-10Initial check-in.Tony Allevato