aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* BEP: Add a --build_event_publish_all_actions flag to allow all actions to be ...Gravatar ruperts2018-03-02
* Add option to filter for targets in the action graph dump.Gravatar twerth2018-03-02
* Add functionality to MemoryProfiler to do multiple garbage collections at the...Gravatar janakr2018-02-28
* Improve "blaze run --direct_run".Gravatar lberki2018-02-28
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Flip --expand_configs_in_place to true by default in Bazel.Gravatar ccalvarin2018-02-23
* Accept Durations in the CriticalPathComponent and Profiler.Gravatar ccalvarin2018-02-22
* Move newly created protos to analysis package.Gravatar twerth2018-02-22
* Add option to dump the action graph.Gravatar twerth2018-02-22
* Disable mobile-install classic mode for internal users.Gravatar Googler2018-02-21
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Move BinTools to lib.execGravatar ulfjack2018-02-15
* Implement the config(expr, word) cquery function.Gravatar juliexxia2018-02-13
* Add the BUILD_WORKSPACE_DIRECTORY and BUILD_WORKING_DIRECTORY variables to "b...Gravatar lberki2018-02-13
* Get rid of some uses of RuleConfiguredTarget.getAttributeMapper().Gravatar mjhalupka2018-02-12
* Fix screen flicker caused by small writes.Gravatar jmmv2018-02-12
* PiperOrigin-RevId: 185383460Gravatar juliexxia2018-02-12
* Remove hard-wired basenames for the test setup and the coverage collection sc...Gravatar lberki2018-02-09
* Replace path implementation.Gravatar tomlu2018-02-08
* Remove references to getTarget(). Requires threading through anGravatar mjhalupka2018-02-08
* Remove another getTarget() call from PrintActionCommand.Gravatar mjhalupka2018-02-08
* Refactor RunCommand so that it's a bit less messy.Gravatar lberki2018-02-08
* Give a reasonable environment for tests run by "blaze run --direct_run".Gravatar lberki2018-02-08
* BEP: ensure that TestAttempts are reported after their targetGravatar Klaus Aehlig2018-02-07
* 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
* Support explicitly specifying a location for jvm.outGravatar michajlo2018-01-29
* Move BazelRuleClassProvider.TESTING_SUPPORT to its own class in rules/test.Gravatar lpino2018-01-29
* Remove a ConfiguredTarget.getTarget() call in PrintActionCommand.Gravatar mjhalupka2018-01-26
* Remove ConfiguredTarget.getTarget() from RunCommand. Replace it with gettingGravatar mjhalupka2018-01-26
* PiperOrigin-RevId: 183094604Gravatar ajmichael2018-01-24
* Use the new option categories by defaultGravatar ccalvarin2018-01-22
* Add option to optionally wipe state at the end of a build.Gravatar ccalvarin2018-01-22
* Move storage of queryExpression for cquery out of BuildRequest and straight i...Gravatar juliexxia2018-01-19
* Introduce Root class.Gravatar tomlu2018-01-17
* Add deprecation warning message to mobile-install classic mode.Gravatar Googler2018-01-17
* Introduce the blaze cquery command as the new ui for configurable query.Gravatar juliexxia2018-01-12
* Simplify root relative path calculation.Gravatar tomlu2018-01-12
* BuildEventStreamer: ingore noop-flush()sGravatar Klaus Aehlig2018-01-11
* BEP: make stdout/stderr buffering configurableGravatar Klaus Aehlig2018-01-11
* Rework implementation of --nobuild_runfile_manifests.Gravatar Benjamin Peterson2018-01-03
* PiperOrigin-RevId: 179941785Gravatar Googler2017-12-22
* PiperOrigin-RevId: 179932935Gravatar ajmichael2017-12-22
* "Blaze" -> "Bazel" in message visible on CLIGravatar Chris Beach2017-12-22
* Warn about config expansions as we do for other expansions.Gravatar ccalvarin2017-12-21
* Consolidate instances of the --loading_phase_threads flag.Gravatar juliexxia2017-12-21
* Move compulsory ProcessWrapperUtil parameters into its builder() method, to b...Gravatar ruperts2017-12-20