aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Fix crash from mobile-install with --device but no --adb_args.Gravatar ajmichael2018-04-04
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Add stats about cache hits and execution strategies to Bazel's UI.Gravatar Googler2018-04-03
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* BEP: Report the correct exit code for blaze coverageGravatar ulfjack2018-03-30
* Remove category checking from incompatible changes.Gravatar ccalvarin2018-03-30
* Make the client's java startup command line list all startup options.Gravatar ccalvarin2018-03-30
* ArtifactRoot correctly switches output base when serializing.Gravatar shahan2018-03-28
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* 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