aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/genrule
Commit message (Expand)AuthorAge
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Use FeatureConfiguration to compute value of CC_FLAGS make variableGravatar hlopko2017-05-26
* Use nested sets for configured target runfiles instead of flattened lists.Gravatar Googler2017-05-26
* Add CC_FLAGS to the macros that pull in the CcToolchainProvider for genrulesGravatar Googler2017-05-23
* Extract :cc_toolchain as constantGravatar hlopko2017-05-22
* Remove methods from CommandLine, making it a simple argument list interface.Gravatar Googler2017-05-15
* Give RuleContext the ability to add make variables.Gravatar lberki2017-05-05
* Automated g4 rollback of commit ce33ab7a49126a513d7d5a6bc16f86154d9a85b6.Gravatar plf2017-05-03
* Give RuleContext the ability to add Make VariablesGravatar Googler2017-04-27
* Avoid calls to NestedSetBuilder#addAll(NestedSet)Gravatar cushon2017-04-10
* Automated g4 rollback of commit 8c41633a8700cbadd2ef219879cba305b576070e.Gravatar schmitt2017-04-10
* Genrules only depend on the host JDK if they have Java make variables.Gravatar Googler2017-04-06
* Rename the ToolchainProvider to a more accurate name (and free up the name fo...Gravatar jcater2017-04-03
* Small documentation fix.Gravatar Googler2017-03-31
* Genrules only depend on the C++ toolchain if they have C++ make variables. Gravatar Greg Estren2017-03-28
* Remove duplicate genrule documentation on base class.Gravatar John Cater2017-02-24
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:pr...Gravatar Carmi Grushko2017-02-09
* Stop retrieving CcToolChainProvider statically from hard-coded attribute ":cc...Gravatar Rumou Duan2017-02-08
* Update GenRule to include the Cpp and Jdk toolchains and properly handleGravatar John Cater2017-02-06
* --Gravatar John Cater2017-02-01
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Create a base implementation of GenRule that can be used by both Bazel andGravatar John Cater2017-01-30