aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool
Commit message (Expand)AuthorAge
* Description redacted.Gravatar Janak Ramakrishnan2015-08-31
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Be resilient to a non-decreasing clock in BlazeRuntime#recordLastExecutionTim...Gravatar Nathan Harmata2015-08-28
* Remove the awkward default value marker from --symlink_prefix.Gravatar Lukacs Berki2015-08-27
* Instead of assuming that sandboxing will generally work on everything that is...Gravatar Philipp Wollermann2015-08-26
* Convert evaluated tracking to take a lazy SkyValueGravatar Mark Schaller2015-08-21
* Remove debugging statementGravatar Kristina Chodorow2015-08-20
* Replace ref equality with .equals for SkyFunctionNames (2)Gravatar Mark Schaller2015-08-20
* A prototype implementation of top-level aspects.Gravatar Dmitry Lomov2015-08-20
* Tolerate BuildFileNotFoundExceptions during the execution phase.Gravatar Janak Ramakrishnan2015-08-11
* Convert invalidated tracking from per-value to per-keyGravatar Mark Schaller2015-08-11
* When encountering an unrecoverable IO error during pre-execution-phase work u...Gravatar Nathan Harmata2015-07-28
* Add --output_filter optionGravatar Kristina Chodorow2015-07-21
* Replaced other occurrences of Objects#toStringHelper with MoreObjects#toStrin...Gravatar Googler2015-07-17
* Make strategy matching stricter, remove wrong entries in returned map from St...Gravatar Philipp Wollermann2015-06-18
* Implement "More flexible strategy flag for Bazel".Gravatar Philipp Wollermann2015-06-08
* Description redacted.Gravatar Mark Schaller2015-05-21
* Defer injection of top-level context until we are just about to do the execut...Gravatar Eric Fellheimer2015-05-06
* Give OutputService#startBuild() access to the build ID.Gravatar Eric Fellheimer2015-04-29
* Simplify the createConfiguration method in SkyframeExecutor.Gravatar Ulf Adams2015-04-23
* Enables BlazeModule to return multiple ActionContextProviders and ActionConte...Gravatar Googler2015-04-23
* Remove autosense logic.Gravatar Han-Wen Nienhuys2015-04-14
* Clear dirty output tree counters so that the next build does not get the old ...Gravatar Miguel Alcon Pinto2015-04-10
* Remove BuilderUtils#rethrowCause(...)'s vestigial bitsGravatar Michajlo Matijkiw2015-04-08
* Remove useless flag check; executeBuild is only called if execution is reques...Gravatar Nathan Harmata2015-03-25
* Disambiguate jar paths in the exec root treeGravatar Kristina Chodorow2015-03-20
* add OutputGroupProvider.DEFAULT_GROUPS for commonly built groupsGravatar Michajlo Matijkiw2015-03-18
* Remove dead blaze flag --show_builder_stats.Gravatar Laszlo Csomor2015-03-13
* Inform EvaluationProgressReceiver of nodes that are built in error.Gravatar Janak Ramakrishnan2015-03-13
* Record statistics about dirty output files detected in the output tree.Gravatar Miguel Alcon Pinto2015-03-11
* Add --target_environment flag. This declares the environment (or set of envir...Gravatar Greg Estren2015-03-06
* Rename TopLevelArtifactProvider to OutputGroupProvider.Gravatar Lukacs Berki2015-03-05
* Get runfiles prefix from the WORKSPACE fileGravatar Kristina Chodorow2015-03-05
* Remove --compile_only and --compilation_prerequisites_only; --output_groups c...Gravatar Lukacs Berki2015-03-04
* Add --local_test_jobs to limit local test concurrencyGravatar Mark Schaller2015-02-25
* Move all logic to determine which output groups are to be built to BuildReque...Gravatar Lukacs Berki2015-02-25
* Remove TempsProvider in favor of an output group.Gravatar Lukacs Berki2015-02-25
* Simplify the algorithm to compute top-level artifacts to build even more by c...Gravatar Lukacs Berki2015-02-24
* Remove FilesToCompileProvider and CompilationPrerequisitesProvider and replac...Gravatar Lukacs Berki2015-02-24
* Remove BaselineCoverageArtifactsProvider in favor of an output group.Gravatar Lukacs Berki2015-02-19
* Fix fallout from [] by introducing a distinction between "important" and "not...Gravatar Lukacs Berki2015-02-18
* Make it possible for a Blaze command not to build the filesToRun of a configu...Gravatar Lukacs Berki2015-02-17
* Print the actual set of artifacts built for each target on the command line o...Gravatar Lukacs Berki2015-02-12
* Small code cleanups.Gravatar Ulf Adams2015-02-06
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25