aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Remove 'blaze doc_ext' command.Gravatar Laurent Le Brun2015-05-18
* Create a --fetch option to allow fetching during the build commandGravatar Kristina Chodorow2015-05-15
* RELNOTES: The --skyframe flag is now deprecated and will be removed in an upc...Gravatar Janak Ramakrishnan2015-05-15
* Fix info-keys help output.Gravatar Thiago Farina2015-05-08
* Don't allow launching from a directory with a space in the nameGravatar Kristina Chodorow2015-04-30
* Simplify the createConfiguration method in SkyframeExecutor.Gravatar Ulf Adams2015-04-23
* Enables BlazeModule to return multiple ActionContextProviders and ActionConte...Gravatar Googler2015-04-23
* Fix indentation in TestCommand.Gravatar Ulf Adams2015-04-23
* Remove old Skylark Function hierarchyGravatar Francois-Rene Rideau2015-04-23
* More Skylark function cleanupsGravatar Francois-Rene Rideau2015-04-22
* Pass in the test environment using BuildConfiguration.Options.testEnvironment...Gravatar Lukacs Berki2015-04-20
* A minor refactoring of BlazeRuntime.Gravatar Lukacs Berki2015-04-17
* Remove the full client environment from BuildConfiguration in favor of comput...Gravatar Lukacs Berki2015-04-17
* Added an help command to dump all options for completionGravatar Damien Martin-Guillerez2015-04-10
* Add logging of blaze_cpu flag usage. Before we can remove this flag we need t...Gravatar Marian Lobur2015-04-09
* Supply the correct command name to ProjectFileSupport.Gravatar Googler2015-03-31
* Skylark: native module is updated.Gravatar Googler2015-03-25
* Adds some notes about --batch flag.Gravatar Googler2015-03-24
* Skylark: Package environment extensions can register functions with the nativ...Gravatar Googler2015-03-24
* Add experimental external event repository progress messages.Gravatar Googler2015-03-23
* Use a single critical path component in case of shared actions that run concu...Gravatar Miguel Alcon Pinto2015-03-23
* Test execution time warning contains target name. The rest of the message is ...Gravatar Googler2015-03-18
* On-the-fly target pattern resolution in SkyQueryEnvironmentGravatar Mark Schaller2015-03-18
* Rollback Blaze log flushing as it is not necessary.Gravatar Miguel Alcon Pinto2015-03-18
* Record statistics about dirty output files detected in the output tree.Gravatar Miguel Alcon Pinto2015-03-11
* Force log flush at the end of a command execution.Gravatar Miguel Alcon Pinto2015-03-10
* The info command keys now contain the correct product nameGravatar Laurent Le Brun2015-03-10
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* More blaze/bazel name cleanup in help messages.Gravatar Laurent Le Brun2015-03-05
* Use the correct product name in Bazel command helpGravatar Laurent Le Brun2015-03-05
* Help: Use the correct product name (blaze/bazel) in command help.Gravatar Laurent Le Brun2015-03-05
* HelpCommand: Display the correct name (blaze/bazel).Gravatar Laurent Le Brun2015-03-05
* 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 a SkyQueryEnvironment which runs queries by examining the Skyframe graph.Gravatar Janak Ramakrishnan2015-02-26
* Enforce same behavior for //path/to/package and path/to/packageGravatar Damien Martin-Guillerez2015-02-25
* Compute action start time in critical path using Clock.currentTimeMillis inst...Gravatar Miguel Alcon Pinto2015-02-25
* Description redacted.Gravatar Googler2015-02-19
* Fix shutdown deadlock when a shutdown hook crashes - halt() instead of exit().Gravatar Eric Fellheimer2015-02-19
* Add back mistakenly deleted interrupt-handling code. Sadly, I can't find a wa...Gravatar Janak Ramakrishnan2015-02-11
* Refactor Query code a bit. Get rid of separate SkyframeQueryEnvironment, move...Gravatar Janak Ramakrishnan2015-02-11
* fix accumulating logic around cached testsGravatar Michajlo Matijkiw2015-02-11
* Extract an EvaluableBlazeQueryEnvironment abstract class from BlazeQueryEnvir...Gravatar Janak Ramakrishnan2015-02-11
* Add some test coverage for --noorder_results.Gravatar Janak Ramakrishnan2015-02-09
* fix bug where cov info wasn't being printed for some buildsGravatar Michajlo Matijkiw2015-02-09
* When we log to [] instead of crashing on EventBus failures, also log exceptio...Gravatar Eric Fellheimer2015-02-07
* Fix or suppress warnings in Blaze code. #fixitGravatar Laszlo Csomor2015-02-06
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25