aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/genrule/GenRuleBaseRule.java
Commit message (Expand)AuthorAge
* Make variable providers coming from the toolchains attribute shouldn't beGravatar jcater2018-06-19
* Enable per-target execution for genrule, sh_*, and *_test.Gravatar jcater2018-06-13
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Remove duplicate CppHelper.getCcToolchainType method.Gravatar John Cater2017-12-06
* Add platform_common.MakeVariableInfo so that Skylark code has access to the M...Gravatar lberki2017-10-27
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Every rule class that uses a cc_toolchain also has knowledge of the label forGravatar cpeyser2017-09-18
* Rename bazel-user-manual.html into user-manual.htmlGravatar dmarting2017-09-04
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Move MakeVariableProvider to lib.analysisGravatar ulfjack2017-08-08
* 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