aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/genrule/GenRuleBase.java
Commit message (Expand)AuthorAge
* Remove genrule's special handling of the "toolchains" attribute.Gravatar jcater2018-06-20
* Enable per-target execution for genrule, sh_*, and *_test.Gravatar jcater2018-06-13
* Automated rollback of commit 7fcbc8ffdead028d19606fefa2fa3be13781da98.Gravatar laszlocsomor2018-05-30
* shell toolchain: genrule now uses itGravatar Laszlo Csomor2018-05-29
* CommandHelper: do not look up shell's pathGravatar Laszlo Csomor2018-05-28
* Support deferred param files.Gravatar tomlu2018-04-25
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* @AutoCodec for GenRuleAction.Gravatar cpeyser2018-02-23
* Move all code to lookup JavaRuntimeInfo to static methods onGravatar John Cater2018-01-23
* Genrules do not override c++ toolchain Make variables using the toolchains at...Gravatar cpeyser2018-01-10
* Disallow undeclared access to the $(JAVA) and $(JAVABASE) template variables.Gravatar lberki2017-12-06
* Switch GenRuleBase to use the new Expander APIGravatar ulfjack2017-12-04
* Remove some unused code from GenRuleBaseGravatar ulfjack2017-11-30
* Make genrules not understand $(JAVA) and $(JAVABASE) if --experimental_enable...Gravatar lberki2017-11-22
* Rollback "Switch ExtraActionFactory and GenRuleBase to the Expander API" due ...Gravatar cparsons2017-11-09
* Switch ExtraActionFactory and GenRuleBase to the Expander APIGravatar ulfjack2017-11-06
* Add platform_common.MakeVariableInfo so that Skylark code has access to the M...Gravatar lberki2017-10-27
* Move the MakeVariableExpander to a new packageGravatar ulfjack2017-10-10
* LocationExpander: always require options to be passed inGravatar ulfjack2017-10-02
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Make Make variables from genrule.toolchains override the usual synthetic host...Gravatar lberki2017-09-04
* Fetch the Java-specific Make variables from the :host_jdk dependency instead ...Gravatar lberki2017-08-18
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Move AliasProvider to lib.analysisGravatar ulfjack2017-08-07
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Add a toolchains= attribute to *_binary, *_test, cc_library and extra_action ...Gravatar lberki2017-07-14
* Update SpawnAction to take an ActionEnvironmentGravatar ulfjack2017-07-05
* 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
* 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
* Genrules only depend on the C++ toolchain if they have C++ make variables. Gravatar Greg Estren2017-03-28
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* 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