aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/CommandHelper.java
Commit message (Expand)AuthorAge
* CommandHelper: do not look up shell's pathGravatar Laszlo Csomor2018-05-28
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* SpawnAction.setShellCommand: expect shell pathGravatar laszlocsomor2018-04-23
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Automated rollback of commit 2f10da0db062e023b1f0f8222f8545467b29ae4e.Gravatar schmitt2017-12-19
* Change CommandHelper to use TemplateExpander directlyGravatar ulfjack2017-12-18
* Switch GenRuleBase to use the new Expander APIGravatar ulfjack2017-12-04
* refactor: add LocationExpander factoriesGravatar L?szl? Csomor2017-11-28
* 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
* Skylark: ctx.actions.run_shell uses helper scriptGravatar László Csomor2017-08-31
* Move AliasProvider to lib.analysisGravatar ulfjack2017-08-07
* Move ExecutionRequirements to the lib.actions packageGravatar ulfjack2017-06-06
* Use nested sets for configured target runfiles instead of flattened lists.Gravatar Googler2017-05-26
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Update GenRule to include the Cpp and Jdk toolchains and properly handleGravatar John Cater2017-02-06
* 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
* Update GenRuleRule attribute documentation. Also rename files pending a mergeGravatar John Cater2017-01-23
* Replace BuildConfiguration.Fragment#collectExecutables() with a #getShellExec...Gravatar Lukacs Berki2016-09-22
* Better API for creating immutable Skylark lists.Gravatar Dmitry Lomov2016-09-06
* Add an "alias" rule.Gravatar Lukacs Berki2016-05-10
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Allow propagation of execution requirements to the ctx.resolve_command functi...Gravatar Chris Parsons2016-02-11
* Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.Gravatar Carmi Grushko2016-02-02
* Reinstate mutable SkylarkDictGravatar Francois-Rene Rideau2016-02-01
* Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686.Gravatar Damien Martin-Guillerez2016-01-29
* Limit command line length to accomodate Windows.Gravatar Dmitry Lomov2016-01-29
* Make Skylark dicts mutableGravatar Francois-Rene Rideau2016-01-29
* Remove command_helper, use resolve_command insteadGravatar Francois-Rene Rideau2015-10-15
* Description redacted.Gravatar Francois-Rene Rideau2015-10-08
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Fix $(location //external:some_tool) expansion for genrules.Gravatar Brian Silverman2015-08-28
* Skylark: Implemented ctx.expand_location() which expands the location(s) of t...Gravatar Florian Weikert2015-07-10
* Support running extra_actions on [].Gravatar Googler2015-04-14
* Add support for $(location) with //external labelsGravatar Kristina Chodorow2015-04-09
* Skylark: Mark command_helper as experimental.Gravatar Laurent Le Brun2015-04-01
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Allows users of CommandHelper to override the default shell executable.Gravatar Googler2015-02-11
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25