aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Add experimental option to do add local cpu usage values to the JSON profile.Gravatar twerth2018-08-14
* Mark FancyTerminalEventHandler.handle() as synchronized. A previous changeGravatar Googler2018-08-14
* Fix lock contention in Reporter.startTask/.finishTask by:Gravatar Googler2018-08-13
* Combine prefix event and payload stdout/stderrGravatar Klaus Aehlig2018-08-10
* Remove unused workspace variable.Gravatar twerth2018-08-09
* Add a option to disable idle gc.Gravatar Benjamin Peterson2018-08-08
* Console output: switch to file line endingGravatar Klaus Aehlig2018-08-06
* Thread a path resolver through target/aspect complete event.Gravatar tomlu2018-08-02
* Make TestSummary event paths use the file system from ActionExecutionContext.Gravatar tomlu2018-08-02
* Change Deque -> LinkedHashSetGravatar ulfjack2018-08-02
* Add a normal startup-option for setting the digest function.Gravatar ccalvarin2018-08-01
* Add option to post ProfileStartedEvent containing the profile's path.Gravatar twerth2018-07-31
* Update ProjectFileSupport to take an OptionsParser.Gravatar Googler2018-07-27
* Add an option to compress the JSON trace profile.Gravatar twerth2018-07-27
* Experimental UI: on limited output, reserve capacity for post-build statusGravatar Klaus Aehlig2018-07-27
* Modify --subcommands to allow pretty printing the arguments of a subcommandGravatar ahumesky2018-07-26
* Add a --server_javabase startup option as an alias for the LHS --host_javabaseGravatar cushon2018-07-25
* Experimental UI: only write on flush for limited outputGravatar Klaus Aehlig2018-07-25
* Move LoadingPhaseCompleteEvent posting to TargetPatternPhaseFunctionGravatar ulfjack2018-07-24
* Use an interface to convert from nanos to millis since epochGravatar ulfjack2018-07-24
* Fix block_for_lock.Gravatar ccalvarin2018-07-23
* Remove gender specific prononuns from Bazel codebaseGravatar hlopko2018-07-23
* Close the query environment after running a query.Gravatar shreyax2018-07-20
* Add aquery as proper command to Bazel.Gravatar twerth2018-07-18
* Remove bazel info crosstool-configurationGravatar hlopko2018-07-13
* Omit parts of BEP events (like stdout, stderr) when the associated artifact u...Gravatar tomlu2018-07-11
* bep: introduce BuildEventArtifactUploaderFactoryGravatar buchgr2018-07-09
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Include more information about build events' referenced local files.Gravatar tomlu2018-07-04
* Remove --allow_undefined_configsGravatar ccalvarin2018-06-28
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Remove deprecated flag "skylark_incremental_res" from mobile-install command.Gravatar Googler2018-06-21
* Move the profiler setup earlier in the startup.Gravatar twerth2018-06-20
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* Add a bit more profiler coverageGravatar ulfjack2018-06-15
* Move the BlazeRuntime.initProfiler call to BlazeCommandDispatcherGravatar ulfjack2018-06-15
* Remove the removeHandler/releaseHandler pairsGravatar ulfjack2018-06-15
* Refactor BlazeRuntime.initProfilerGravatar ulfjack2018-06-15
* Add a mechanism for build event protocol events to upload filesGravatar ulfjack2018-06-15
* Remove fixed point config expansion.Gravatar ccalvarin2018-06-14
* Remove unnecessary flags from RunCommand command annotationGravatar ulfjack2018-06-14
* Fix Profiler setup to actually enable the Json formatGravatar ulfjack2018-06-14
* Simplify CommandEnvironment constructor, make fields finalGravatar ulfjack2018-06-14
* Add --experimental_supports_info_crosstool_configuration to support removal o...Gravatar hlopko2018-06-13
* Move BuildView.Options to a new top-level classGravatar ulfjack2018-06-13
* Remove BlazeModule.checkEnvironmentGravatar ulfjack2018-06-13
* Add --print_workspace_in_output_paths_if_needed flag.Gravatar mstaib2018-06-12
* Add support for the Json trace file formatGravatar ulfjack2018-06-12
* Refactor profilerGravatar ulfjack2018-06-12