aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
...
* Add options for reducing the size of the HTML output: --[no]chart for omittin...Gravatar Klaas Boesche2015-10-05
* Add --task_tree and --task_tree_threshold options.Gravatar Klaas Boesche2015-10-02
* Replace 'Google Inc' by the 'Bazel Authors'Gravatar Damien Martin-Guillerez2015-09-30
* Rename PackageManager.getTargetPatternEvaluator to newTargetPatternEval.Gravatar Ulf Adams2015-09-30
* Move loadingPhaseRunner from BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-09-30
* Adds a mechanism for invocation policy. The policy is taken through the --inv...Gravatar Alex Humesky2015-09-30
* BlazeRuntime.reporter is now null in production.Gravatar Ulf Adams2015-09-30
* Set the SkyframeActionExecutor.reporter in prepareForExecution.Gravatar Ulf Adams2015-09-30
* RELNOTES: remove webstatusserver (--use_webstatusserver). Gravatar Han-Wen Nienhuys2015-09-28
* Move the BuildView over from BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-09-28
* Remove BuildView.binTools, which was only used for tests.Gravatar Ulf Adams2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Make sure runtime shuts down on exception in uncaught exception handlerGravatar Michajlo Matijkiw2015-09-25
* Remove more uses of errorEventHandler (previously of Reporter).Gravatar Ulf Adams2015-09-24
* Remove all direct uses of SkyframeExecutor.reporter.Gravatar Ulf Adams2015-09-24
* Simplify a method signature that isn't used elsewhere anymore.Gravatar Ulf Adams2015-09-24
* Move ownership of SkyframeBuildView to SkyframeExecutor.Gravatar Ulf Adams2015-09-23
* Heavily refactor ProfileCommand to separate output and statistics generation ...Gravatar Klaas Boesche2015-09-22
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Move BlazeRuntime.getView() to CommandEnvironment. Update all callers.Gravatar Ulf Adams2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Rename ModuleEnvironment.getFileFromDepot to getFileFromWorkspace.Gravatar Ulf Adams2015-09-21
* Move getOutputFilesystem to CommandEnvironment; refactor BlazeRuntime commands.Gravatar Ulf Adams2015-09-21
* Move the commandId and getCommandStartTime() to CommandEnvironment.Gravatar Ulf Adams2015-09-21
* Make exception in case a test tries to remote-log more informative.Gravatar Janak Ramakrishnan2015-09-17
* Simplify BuildView construction and store configurations in the build result.Gravatar Ulf Adams2015-09-17
* Make the module environment invoked exit code path thread-safe.Gravatar Ulf Adams2015-09-17
* Remove the now-unused BlazeModule.beforeCommand variant.Gravatar Ulf Adams2015-09-17
* Move the clientEnv to the CommandEnvironment.Gravatar Ulf Adams2015-09-17
* Move several parts of BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-09-16
* Change checkRuntime to take a CommandEnvironment instead.Gravatar Ulf Adams2015-09-16
* Change most calls to BlazeRuntime.getReporter() to use CommandEnvironment.Gravatar Ulf Adams2015-09-16
* Introduce CommandEnvironment and pass it instead of BlazeRuntime.Gravatar Ulf Adams2015-09-15
* Use AutoProfiler in the Bazel codebase.Gravatar Nathan Harmata2015-09-08
* Allow canonicalize-flags to run for any command.Gravatar Ulf Adams2015-09-08
* Remove test warning filtering.Gravatar Eric Fellheimer2015-09-04
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Collect Skylark profile info and create HTML statistics when --html_details g...Gravatar Googler2015-09-02
* Drop the baseline artifact output group.Gravatar Ulf Adams2015-08-31
* Be resilient to a non-decreasing clock in BlazeRuntime#recordLastExecutionTim...Gravatar Nathan Harmata2015-08-28
* Description redacted.Gravatar Marian Lobur2015-08-17
* Resolve TODO in BlazeCommandEventHandlerGravatar Michajlo Matijkiw2015-08-13
* Remove broken code.Gravatar Marian Lobur2015-08-13
* Allow runtime introspection of a content hash of the Blaze binary and all emb...Gravatar Eric Fellheimer2015-08-12
* Log instead of crash report on failure in BlazeCommandEventHandlerGravatar Michajlo Matijkiw2015-08-05
* Crash in tests if anybody tries to log remotely. Remote logging usually indic...Gravatar Janak Ramakrishnan2015-08-04
* Fixed bug where blaze run with the --color=no flag was still printing out in ...Gravatar Shreya Bhattarai2015-08-04
* Send bug report on IOException in BlazeCommandEventHandler instead of ignoringGravatar Michajlo Matijkiw2015-08-04
* Rollback of commit 2e7a5b47979b2679208a97a65df265be953eb595.Gravatar Han-Wen Nienhuys2015-08-04
* Add "warm" starting to mobile-install.Gravatar Googler2015-08-04