aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeRuntime.java
Commit message (Expand)AuthorAge
* Remove unused workspace variable.Gravatar twerth2018-08-09
* Add a option to disable idle gc.Gravatar Benjamin Peterson2018-08-08
* Add option to post ProfileStartedEvent containing the profile's path.Gravatar twerth2018-07-31
* Add an option to compress the JSON trace profile.Gravatar twerth2018-07-27
* bep: introduce BuildEventArtifactUploaderFactoryGravatar buchgr2018-07-09
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Add a bit more profiler coverageGravatar ulfjack2018-06-15
* Move the BlazeRuntime.initProfiler call to BlazeCommandDispatcherGravatar ulfjack2018-06-15
* Refactor BlazeRuntime.initProfilerGravatar ulfjack2018-06-15
* Add a mechanism for build event protocol events to upload filesGravatar ulfjack2018-06-15
* Fix Profiler setup to actually enable the Json formatGravatar ulfjack2018-06-14
* Add support for the Json trace file formatGravatar ulfjack2018-06-12
* Refactor profilerGravatar ulfjack2018-06-12
* Automated rollback of commit 15b8c259db111012b4642287172cb4d1d82151f3.Gravatar jmmv2018-06-11
* Refactor profilerGravatar ulfjack2018-06-11
* Clean up Profiler a bitGravatar ulfjack2018-06-08
* Port bazelrc flags into their own module.Gravatar ccalvarin2018-05-16
* Move --track_incremental_state and --keep_state_after_build to CommonCommandO...Gravatar felly2018-05-15
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Add hook to inform SkyframeExecutor that build is finished.Gravatar janakr2018-04-24
* Add BazelCrashUtils to make it easier to crash the JVM when uncaught exceptio...Gravatar janakr2018-04-20
* A slight refactoring of RunCommand.Gravatar lberki2018-04-17
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* ArtifactRoot correctly switches output base when serializing.Gravatar shahan2018-03-28
* Victory lap: Remove all code that used to support the three-argument form of ...Gravatar lberki2018-03-23
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Convert SkylarkActionFactory methods to use @SkylarkCallable instead of @Skyl...Gravatar cparsons2018-03-22
* Make the builtins registry thread-safeGravatar brandjon2018-03-06
* Add functionality to MemoryProfiler to do multiple garbage collections at the...Gravatar janakr2018-02-28
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Accept Durations in the CriticalPathComponent and Profiler.Gravatar ccalvarin2018-02-22
* Move BinTools to lib.execGravatar ulfjack2018-02-15
* Delete the now-useless interfaces ServerCommand and CommandExecutor.Gravatar lberki2018-02-06
* Move BlazeRuntime/BlazeCommandDispatcher shutdown to where they are created.Gravatar lberki2018-02-06
* Remove ShutdownBlazeServerException in favor of indicating that the server sh...Gravatar lberki2018-02-06
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Add option to optionally wipe state at the end of a build.Gravatar ccalvarin2018-01-22
* Remove redundant words in logging message.Gravatar nharmata2017-12-08
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Track Option placement within a priority category.Gravatar ccalvarin2017-10-18
* Make UnionFileSystem accept all paths Bazel can throw at it.Gravatar ccalvarin2017-09-27
* Remove product name precomputed value.Gravatar janakr2017-09-25
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* Replace referrals to options by their name to option definitions.Gravatar ccalvarin2017-09-12
* Move Subprocess.Factory to a top-level classGravatar ulfjack2017-09-08
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05