summaryrefslogtreecommitdiff
path: root/rules
AgeCommit message (Expand)Author
2023-08-25Update buildifier (#252)Keith Smiley
2023-02-13Clarify how to use the `SDKROOT` and `DEVELOPER_DIR` env vars in `apple_genru...Keith Smiley
2022-09-15Merge transitive runfiles of `universal_binary` (#133)Thi Doãn
2022-07-24Add toolchain_substitution ruleKeith Smiley
2022-04-14Update deps and format files.Thomas Van Lenten
2022-03-02Internal ChangeThomas Van Lenten
2022-02-02Remove unnecessary repo nameKeith Smiley
2022-02-01Allow `bazel run` of `universal_binary` targets (#108)Brentley Jones
2022-01-21Add documentation generation (#104)upstream/0.12.0Keith Smiley
2022-01-21Add missing bzl_library targets (#103)Keith Smiley
2021-12-14Move `universal_binary.bzl` to the `rules` directory (#99)Thi Doãn
2021-11-23Make apple_genrule show up in query results correctly.Thomas Van Lenten
2021-11-17Fix apple_genruleDan Fleming
2021-04-06Remove some of the extra depset work.Thomas Van Lenten
2021-04-06Directly pass the parts needed to apple_support.run_shell.Thomas Van Lenten
2021-04-06Skip the indirection and just get the value from the fragment.Thomas Van Lenten
2021-01-12For `apple_genrule`, use the `exec` configuration for `tools` and apply the c...Tony Allevato
2020-11-04Remove passing lists of args to genrule (#67)upstream/0.9.1Keith Smiley
2020-07-09bzl_library improvements.Thomas Van Lenten
2019-12-27Set execution requirements for Starlark rules that use apple_support based on...Googler
2019-07-30Use a list comp to build the depset to avoid overly nesting.upstream/0.7.0Thomas Van Lenten
2019-04-04Add a bzl_library incase something needs it from here.Thomas Van Lenten
2019-02-06Document all the needed args to the apple_genrule.thomasvl
2019-02-06Make the inner rules private since it is an impl detail.thomasvl
2019-02-04Fix up some markdown in the docstrings.thomasvl
2019-01-18Use more explicit visibilities.thomasvl
2018-12-19Provide a apple_genrule().thomasvl