aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/extra
Commit message (Expand)AuthorAge
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* CommandHelper: do not look up shell's pathGravatar Laszlo Csomor2018-05-28
* Remove attribute read checks expecting a DATA transition.Gravatar gregce2018-05-25
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Fix filename in docGravatar brandjon2018-02-26
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Switch ExtraActionFactory to the Expander APIGravatar ulfjack2017-11-30
* 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
* LocationExpander: always require options to be passed inGravatar ulfjack2017-10-02
* Switch ExtraActionFactory over to the new Expander interfaceGravatar ulfjack2017-09-29
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Move extra action stuff to analysis.extraGravatar ulfjack2017-08-10
* Move RuleConfiguredTargetFactory 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
* Do not override Spawn methods from ExtraAction.Gravatar tomlu2017-07-12
* Update SpawnAction to take an ActionEnvironmentGravatar ulfjack2017-07-05
* Add a #getBytes() method to DeterministicWriter that returns a ByteString. By...Gravatar janakr2017-06-30
* 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
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* A partial, manual rollback of commit 7af14dfdbd6addb779226c0a103b2a8dc72c16b1.Gravatar Lukacs Berki2017-03-14
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Remove AbtractAction#getInputsForExtraAction() (the third time).Gravatar Lukacs Berki2017-02-27
* Rollback of commit e716ae46f359dc1361574f44569811ff80a758ac.Gravatar Ulf Adams2017-02-24
* Encore of commit 41c2a26eef89167e807cbc9f33487dc66bb757d3 that removed Abstra...Gravatar Lukacs Berki2017-02-24
* Rollback of commit 41c2a26eef89167e807cbc9f33487dc66bb757d3.Gravatar Carmi Grushko2017-02-20
* Remove AbstractAction#getInputFilesForExtraAction().Gravatar Lukacs Berki2017-02-03
* Simplify the Action interface by asking it a set of allowed inputs instead of...Gravatar Lukacs Berki2017-02-02
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Names of extra-action protos now take into account aspect names.Gravatar Carmi Grushko2016-12-12
* Move Bazel{ActionListener,ExtraAction} rule to rules.extra and drop prefix.Gravatar Ulf Adams2016-10-31
* Make SpawnActions honor the client environmentGravatar Klaus Aehlig2016-08-26
* Action#discoverInputs returns an Iterable<Artifact> instead of aGravatar Cal Peyser2016-08-25
* Extend Action interface by client variablesGravatar Klaus Aehlig2016-08-24
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Rewrite the extra action info files if the data within them changes.Gravatar Lukacs Berki2016-07-27
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Simplifies AbstractWriteFileAction to pass the ActionExecutionContext directl...Gravatar Alex Humesky2016-02-26
* Rollback of commit a9b84575a32476a5faf991da22b44661d75c19b6.Gravatar Cal Peyser2016-02-05
* Fix extra_actions with sandboxing.Gravatar Brian Silverman2016-01-21
* Rename defaultShellEnvironment to localShellEnvironment and clarifyGravatar Han-Wen Nienhuys2016-01-21