aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/rules/genrule
Commit message (Expand)AuthorAge
* Fix links to docs for other rules, Bazel User Manual, Build Reference, and MakeGravatar David Chen2016-01-13
* Add the concept of a "universal" configuration fragment, which allGravatar Greg Estren2015-11-16
* Add BazelConfiguration to GenRuleRule's declared fragments to supportGravatar Greg Estren2015-11-06
* workers: Restart worker processes when their binary has changed since they we...Gravatar Philipp Wollermann2015-11-05
* Progress reporting test: attempt to deflake.Gravatar Laszlo Csomor2015-10-05
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-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 genrule documentation, outputs may be in different directories.Gravatar Laurent Le Brun2015-09-14
* Comment local attribute of genrule and remove TODOGravatar Damien Martin-Guillerez2015-09-04
* Fix $(location //external:some_tool) expansion for genrules.Gravatar Brian Silverman2015-08-28
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Disable heuristic_label_expansion in Bazel.Gravatar Han-Wen Nienhuys2015-06-02
* Replace @BlazeRule with a getMetadata() method. This lets us avoid Java Refle...Gravatar Googler2015-03-20
* Document Bazel's genrule.Gravatar Laszlo Csomor2015-03-13
* Make it possible for SpawnActions to run unconditionally.Gravatar Lukacs Berki2015-02-26
* Convert ResourceSet ctor calls to factory methodGravatar Mark Schaller2015-02-20
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25