aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool
Commit message (Expand)AuthorAge
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Turn on output tree tracking.Gravatar Eric Fellheimer2016-08-11
* Pass in the command options to BlazeModule.getCoverageReportFactory.Gravatar Ulf Adams2016-08-10
* Error out if loading phase error encountered even if we skip analysis. Also c...Gravatar Janak Ramakrishnan2016-08-09
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Use a marker provider to determine of a rule is linked statically for the pur...Gravatar Lukacs Berki2016-07-27
* Create a symlink with the right workspace name under the execrootGravatar Kristina Chodorow2016-07-22
* --Gravatar Luis Fernando Pino Duque2016-07-20
* Model the TopLevelArtifactContext as an argument to the CompletionFunction ra...Gravatar Googler2016-07-18
* Delete ConfigurationsCreatedEvent. This is a resubmission of unknown commit a...Gravatar Lukacs Berki2016-07-14
* bazel: move the "--jobs too high" warning to documentation.Gravatar Googler2016-07-01
* Description redacted.Gravatar Lukacs Berki2016-06-23
* Make execution root symlink builder handle PackageIdentifiersGravatar Kristina Chodorow2016-06-23
* Take --output_tree_tracking out of experimental.Gravatar Eric Fellheimer2016-06-22
* Simplify the logic of determining output groups.Gravatar Alex Humesky2016-06-21
* Move execroot tree creation to its own classGravatar Kristina Chodorow2016-06-21
* 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
* --Gravatar Luis Fernando Pino Duque2016-06-16
* Update Skyframe builder to return exit code based on reported error map, whenGravatar Googler2016-06-16
* Fix action cache save save time reporting: We were giving the time in nanos a...Gravatar Eric Fellheimer2016-06-15
* Remove ConfigurationsCreatedEvent.Gravatar Lukacs Berki2016-06-13
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* When we don't have an OutputService, precompute and cache the assumed-to-be-i...Gravatar Nathan Harmata2016-05-02
* Make constraints and select() work well with each other.Gravatar Greg Estren2016-04-22
* Inject the BlazeDirectories in SkyframeExecutor.Gravatar Ulf Adams2016-04-15
* Refactor BlazeWorkspace creation to happen after BlazeRuntime construction.Gravatar Ulf Adams2016-04-13
* Eliminate BuildConfiguration.Fragment#prepareForExecutionPhase().Gravatar Lukacs Berki2016-04-07
* Move most of the workspace-handling code from BlazeRuntime to a new class.Gravatar Ulf Adams2016-03-30
* Move most BlazeRuntime methods related to workspace directories to CommandEnv.Gravatar Ulf Adams2016-03-30
* Remove the unused loadingEnabled param from BuildView.update.Gravatar Ulf Adams2016-03-30
* Move the BuildView creation to BuildTool, the only remaining user.Gravatar Ulf Adams2016-03-30
* Remove calls of CommandEnvironment.getView; remove ide-info from BuildView.Gravatar Ulf Adams2016-03-30
* Do not run the finally block in BuildTool#buildTargets if we are in a catastr...Gravatar Janak Ramakrishnan2016-03-28
* Respect --noexperimental_check_output_files in FileSystemValueChecker. FileSt...Gravatar Nathan Harmata2016-03-25
* Make help documentation for --experimental_output_tree_tracking more general.Gravatar Nathan Harmata2016-03-17
* Fixed a problem with wrong test statuses when using notest_keep_going (especi...Gravatar Florian Weikert2016-03-11
* Post the beginning of the execution phase on the event busGravatar Klaus Aehlig2016-03-04
* Extract ExecutionProgressReceiver into a top-level class.Gravatar Ulf Adams2016-03-02
* Let ActionContextConsumer#getActionContexts() return a Multimap instead of a ...Gravatar Philipp Wollermann2016-02-28
* Don't report targets as broken when they were actually skipped because of no...Gravatar Florian Weikert2016-02-25
* Windows: execute build-runfiles through shell.Gravatar Dmitry Lomov2016-02-12
* Add an experimental flag to enable the Skyframe-based loading phase runner.Gravatar Ulf Adams2016-02-12
* Merge LoadedPackageProvider.Bridge into LoadedPackageProvider.Gravatar Ulf Adams2016-02-09
* Fix SkyframeBuilder's error handling, and change the contract of EvaluationRe...Gravatar Janak Ramakrishnan2016-01-28
* Make local_repository and new_local_repository work with the limitations of o...Gravatar Lukacs Berki2016-01-26
* Make Bazel exit with the exit code from the BuildFailedException if one is sp...Gravatar Googler2016-01-25
* Allow an exit code to be specified in the ActionExecutionException when an ac...Gravatar Googler2016-01-25
* Create convenience symlinks before the build so that they are available for i...Gravatar Lukacs Berki2016-01-22
* Create the convenience symlinks only after the build, and only those that poi...Gravatar Lukacs Berki2016-01-21