aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool/BuildResult.java
Commit message (Expand)AuthorAge
* Fix build results for aspect builds.Gravatar tomlu2018-04-03
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Skip tests that aren't CPU-compatible with the current build.Gravatar gregce2017-07-24
* Use #equals() to check equality between ExitCode instances.Gravatar Lukacs Berki2016-11-15
* Fixed a problem with wrong test statuses when using notest_keep_going (especi...Gravatar Florian Weikert2016-03-11
* Don't report targets as broken when they were actually skipped because of no...Gravatar Florian Weikert2016-02-25
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Simplify BuildView construction and store configurations in the build result.Gravatar Ulf Adams2015-09-17
* Replaced other occurrences of Objects#toStringHelper with MoreObjects#toStrin...Gravatar Googler2015-07-17
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25