aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/genrule
Commit message (Expand)AuthorAge
* Remove genrule's special handling of the "toolchains" attribute.Gravatar jcater2018-06-20
* 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
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* 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
* Plumbs ActionExecutionContext into AbstractAction.checkOutputsForDirectories.Gravatar shahan2018-04-12
* Splits the iterableMarshaller into runtime codecs.Gravatar shahan2018-03-14
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* @AutoCodec ProtoCcHeaderProvider and GenRuleSourcesProvider.Gravatar janakr2018-02-26
* @AutoCodec for GenRuleAction.Gravatar cpeyser2018-02-23
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* 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
* Fix Action subclasses so that the execution platform is properly set inGravatar John Cater2018-01-04
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Remove duplicate CppHelper.getCcToolchainType method.Gravatar John Cater2017-12-06
* Disallow undeclared access to the $(JAVA) and $(JAVABASE) template variables.Gravatar lberki2017-12-06
* Added execution platform to the ActionExecutionMetadata.Gravatar John Cater2017-12-04
* 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
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Remove :foundation from the export list of :packages.Gravatar tomlu2017-11-09
* 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
* Ensure that SpawnResults make their way back to the SpawnActions that caused ...Gravatar ruperts2017-09-27
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Every rule class that uses a cc_toolchain also has knowledge of the label forGravatar cpeyser2017-09-18
* AbstractAction: Use ActionInputFileCache instead of MetadataHandlerGravatar ulfjack2017-09-08
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Make Make variables from genrule.toolchains override the usual synthetic host...Gravatar lberki2017-09-04
* Rename bazel-user-manual.html into user-manual.htmlGravatar dmarting2017-09-04
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Fetch the Java-specific Make variables from the :host_jdk dependency instead ...Gravatar lberki2017-08-18
* Move MakeVariableProvider to lib.analysisGravatar ulfjack2017-08-08
* 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
* MakeVariableProvider should be declared provider only.Gravatar dslomov2017-07-11