aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/genrule/GenRuleBaseRule.java
Commit message (Expand)AuthorAge
* MakeVariableProvider should be declared provider only.Gravatar dslomov2017-07-11
* Update the default values for the C++ and Java late-bound attributes to the c...Gravatar janakr2017-07-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
* Update GenRule to include the Cpp and Jdk toolchains and properly handleGravatar John Cater2017-02-06
* Create a base implementation of GenRule that can be used by both Bazel andGravatar John Cater2017-01-30