aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/rules/genrule/GenRule.java
Commit message (Expand)AuthorAge
* Update GenRuleRule attribute documentation. Also rename files pending a mergeGravatar John Cater2017-01-23
* Initial checkin of the toolchain_lookup() rule for expressing explicit depend...Gravatar Lukacs Berki2016-11-22
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* 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
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Add a --legacy_external_runfiles optionGravatar Kristina Chodorow2016-04-25
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Fix genfiles' @D with multiple outputsGravatar Kristina Chodorow2016-02-03
* 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
* Make Skylark dicts mutableGravatar Francois-Rene Rideau2016-01-29
* Rollback of commit bd9f25c593a140acb15d3fd3fc7f66d091e1a898.Gravatar Ulf Adams2016-01-25
* Add a DEVELOPER_DIR make variable to genrules to propagate the apple xcode en...Gravatar Chris Parsons2016-01-21
* Rename defaultShellEnvironment to localShellEnvironment and clarifyGravatar Han-Wen Nienhuys2016-01-21
* workers: Restart worker processes when their binary has changed since they we...Gravatar Philipp Wollermann2015-11-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Do not hardcode the path to genrule-setup.sh in the implementation of genrule.Gravatar Lukacs Berki2015-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
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25