aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/actions
Commit message (Expand)AuthorAge
* Rename defaultShellEnvironment to localShellEnvironment and clarifyGravatar Han-Wen Nienhuys2016-01-21
* Propogate BAZEL_VERBOSE_FAILURES and BAZEL_SUBCOMMANDS to the execution envir...Gravatar Cal Peyser2016-01-15
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Migrated tests in lib/analysis to JUnit 4.Gravatar Florian Weikert2015-11-30
* Propagate environment variables set with --test_env command line flag to the ...Gravatar Googler2015-11-05
* workers: Restart worker processes when their binary has changed since they we...Gravatar Philipp Wollermann2015-11-05
* Interface methods are public anyway, remove superfluous modifiers.Gravatar Philipp Wollermann2015-11-02
* Trying again with checking for the presence of the "resources" attribute and ...Gravatar Googler2015-10-21
* Automated [] rollback of [].Gravatar Eric Fellheimer2015-10-20
* Trying again with checking for the presence of the "resources" attribute.Gravatar Googler2015-10-19
* []Rollback of commit 65425810207c9fd6892abfaa95da65e25db5e515.Gravatar Googler2015-10-16
* Change the resource dependency handling to separate between the transitive an...Gravatar Googler2015-10-16
* 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
* Experimental support LLVM ThinLTO.Gravatar Han-Wen Nienhuys2015-08-11
* TemplateExpansionAction now consistently uses UTF-8 instead of mixing UTF-8 w...Gravatar Florian Weikert2015-08-04
* Remove all calls to AnalysisEnvironment.getDerivedArtifact() from the C++ rul...Gravatar Lukacs Berki2015-08-04
* Check that most output artifacts are under a directory determined by the repo...Gravatar Lukacs Berki2015-07-29
* RELNOTES: Use a default implementation of a progress message, rather than def...Gravatar Daniel Wagner-Hall2015-05-19
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* RELNOTES: Invoking blaze run on an objc_binary target launches iossim with th...Gravatar Googler2015-03-04
* Make it possible for SpawnActions to run unconditionally.Gravatar Lukacs Berki2015-02-26
* Convert ResourceSet ctor calls to factory methodGravatar Mark Schaller2015-02-20
* Copy over any input manifests from the shadowed action to the extra action.Gravatar Ulf Adams2015-02-10
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25