aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Removed double trailing periods in console output.Gravatar Florian Weikert2015-11-12
* Refactor the loading phase runner creation and remove the test duplication.Gravatar Ulf Adams2015-11-06
* Open source SkyframeLabelVisitorTest.Gravatar Han-Wen Nienhuys2015-11-04
* Add a skyframe-based loading phase runner hidden behind a compile-time const.Gravatar Ulf Adams2015-11-03
* Split the LoadingPhaseRunner into interface and implementation.Gravatar Ulf Adams2015-11-03
* Move LoadingPhaseRunner.loadForConfigurations to CommandEnvironment.Gravatar Ulf Adams2015-11-02
* Move LoadingPhaseRunner.Options to top-level class LoadingOptions.Gravatar Ulf Adams2015-11-02
* Remove BlazeRuntime.reporter; use a BlazeModule to attach event handlers.Gravatar Ulf Adams2015-11-02
* Deflake --runs_per_test_detects_flakes.Gravatar Brian Silverman2015-11-02
* Move most of BlazeRuntime.beforeCommand() to CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Move the outputService field to the CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Move commandStartTime from BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Move workingDirectory to CommandEnvironment.Gravatar Ulf Adams2015-10-20
* New feature: Bazel prints a warning for unknown --config flag values.Gravatar Laszlo Csomor2015-10-15
* Add HTML profiler execution phase statisticsGravatar Klaas Boesche2015-10-13
* Add combine option for multiple profile file statsGravatar Klaas Boesche2015-10-09
* Add a __workspace_dir__ variable alongside of __embedded_dir__ in the namespa...Gravatar Lukacs Berki2015-10-09
* Fix unsorted dumping of profiler task infoGravatar Klaas Boesche2015-10-08
* Make CriticalPathStatistics output optional.Gravatar Klaas Boesche2015-10-05
* 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