index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
runtime
Commit message (
Expand
)
Author
Age
*
A slight refactoring of RunCommand.
lberki
2018-04-17
*
Move test_timeout to BuildConfiguration and TargetCompleteEvent.
Googler
2018-04-17
*
Rollback https://github.com/bazelbuild/bazel/pull/5007
cparsons
2018-04-16
*
Roll forward of https://github.com/bazelbuild/bazel/commit/656a0bab1e025ff3c2...
philwo
2018-04-16
*
Add a --as_test flag to "blaze run" that can be used to tell Blaze not to use...
lberki
2018-04-13
*
CommandBuilder: remove useShell and setWorkingDir
Laszlo Csomor
2018-04-12
*
analyze-profile: prevent bazel from crashing outside a workspace
Shmuel H
2018-04-11
*
Remove alphabetical sorting of options in the canonical list.
ccalvarin
2018-04-09
*
Disallow undefined configs by default.
ccalvarin
2018-04-06
*
Prepare the file system before executing tests with --direct_run.
lberki
2018-04-06
*
Move shell executable to its own configuration fragment.
lberki
2018-04-06
*
Internal change
dannark
2018-04-04
*
Fix crash from mobile-install with --device but no --adb_args.
ajmichael
2018-04-04
*
C++: Rename CcCompilationInfo to CcCompilationContextInfo.
plf
2018-04-03
*
Add stats about cache hits and execution strategies to Bazel's UI.
Googler
2018-04-03
*
Remove some unnecessary params.
nharmata
2018-04-02
*
BEP: Report the correct exit code for blaze coverage
ulfjack
2018-03-30
*
Remove category checking from incompatible changes.
ccalvarin
2018-03-30
*
Make the client's java startup command line list all startup options.
ccalvarin
2018-03-30
*
ArtifactRoot correctly switches output base when serializing.
shahan
2018-03-28
*
Remove categories from Bazel options.
ccalvarin
2018-03-28
*
Get rid of all remaining non-test non-internal uses of ConfiguredTarget#getCo...
janakr
2018-03-27
*
Move the default cquery output format to its own callback and standardize cqu...
juliexxia
2018-03-27
*
Remove old option categorization from the help output.
ccalvarin
2018-03-27
*
Thread configuration map through TestFilteringCompleteEvent. This isn't the m...
janakr
2018-03-27
*
Get rid of a few more #getConfiguration() calls. We're now passing a Configur...
janakr
2018-03-27
*
Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...
janakr
2018-03-26
*
Big round of sandbox fixes / performance improvements.
Philipp Wollermann
2018-03-26
*
Set BUILD_WORKSPACE_DIRECTORY and BUILD_WORKING_DIRECTORY when running tests,...
lberki
2018-03-26
*
Make "blaze run --direct_run" wrap the command in a shell.
lberki
2018-03-26
*
Make the script written blaze "blaze run --direct_run --script_path" not over...
lberki
2018-03-26
*
Create a new output formatter for cquery which output transition information ...
juliexxia
2018-03-23
*
Refactor and cleanup the sandboxing code.
Philipp Wollermann
2018-03-23
*
Implement TargetProviderForQueryEnvironment.
dbabkin
2018-03-23
*
Victory lap: Remove all code that used to support the three-argument form of ...
lberki
2018-03-23
*
Add a DefaultBuildOptions specifying default build flags that may differ from...
mjhalupka
2018-03-22
*
Convert SkylarkActionFactory methods to use @SkylarkCallable instead of @Skyl...
cparsons
2018-03-22
*
Remove overloaded function in QueryEnvironmentFactory
dbabkin
2018-03-22
*
Update the client's skeleton logging framework to use it for --client_debug.
ccalvarin
2018-03-21
*
Remove support for blaze dump --vfs.
tomlu
2018-03-12
*
Improve the warning for malformed recursive configs.
ccalvarin
2018-03-09
*
Create a new version of BuildTool that holds all cquery logic.
juliexxia
2018-03-07
*
Remove internal-only startup option from documentation.
ajmichael
2018-03-07
*
Add option to dump command lines of actions in dump.
twerth
2018-03-07
*
Make the builtins registry thread-safe
brandjon
2018-03-06
*
Remove references to the "message_log" from Bazel.
ruperts
2018-03-05
*
BEP: Add a --build_event_publish_all_actions flag to allow all actions to be ...
ruperts
2018-03-02
*
Add option to filter for targets in the action graph dump.
twerth
2018-03-02
*
Add functionality to MemoryProfiler to do multiple garbage collections at the...
janakr
2018-02-28
*
Improve "blaze run --direct_run".
lberki
2018-02-28
[next]