aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Get rid of all remaining non-test non-internal uses of ConfiguredTarget#getCo...Gravatar janakr2018-03-27
* Move the default cquery output format to its own callback and standardize cqu...Gravatar juliexxia2018-03-27
* Remove old option categorization from the help output.Gravatar ccalvarin2018-03-27
* Thread configuration map through TestFilteringCompleteEvent. This isn't the m...Gravatar janakr2018-03-27
* Get rid of a few more #getConfiguration() calls. We're now passing a Configur...Gravatar janakr2018-03-27
* Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...Gravatar janakr2018-03-26
* Big round of sandbox fixes / performance improvements.Gravatar Philipp Wollermann2018-03-26
* Set BUILD_WORKSPACE_DIRECTORY and BUILD_WORKING_DIRECTORY when running tests,...Gravatar lberki2018-03-26
* Make "blaze run --direct_run" wrap the command in a shell.Gravatar lberki2018-03-26
* Make the script written blaze "blaze run --direct_run --script_path" not over...Gravatar lberki2018-03-26
* Create a new output formatter for cquery which output transition information ...Gravatar juliexxia2018-03-23
* Refactor and cleanup the sandboxing code.Gravatar Philipp Wollermann2018-03-23
* Implement TargetProviderForQueryEnvironment.Gravatar dbabkin2018-03-23
* 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
* Remove overloaded function in QueryEnvironmentFactoryGravatar dbabkin2018-03-22
* Update the client's skeleton logging framework to use it for --client_debug.Gravatar ccalvarin2018-03-21
* Remove support for blaze dump --vfs.Gravatar tomlu2018-03-12
* Improve the warning for malformed recursive configs.Gravatar ccalvarin2018-03-09
* Create a new version of BuildTool that holds all cquery logic.Gravatar juliexxia2018-03-07
* Remove internal-only startup option from documentation.Gravatar ajmichael2018-03-07
* Add option to dump command lines of actions in dump.Gravatar twerth2018-03-07
* Make the builtins registry thread-safeGravatar brandjon2018-03-06
* Remove references to the "message_log" from Bazel.Gravatar ruperts2018-03-05
* 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