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
/
test
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
runtime
Commit message (
Expand
)
Author
Age
*
Remove fixed point config expansion.
ccalvarin
2018-06-14
*
Remove special casing from processes stat line.
Googler
2018-05-25
*
Add BuildEventProtocolOptions; use to enable/disable important_outputs
ulfjack
2018-05-18
*
Move coverageSupport and coverageReportGenerator from BuildConfiguration to
dbabkin
2018-05-18
*
Rename BuildEventConverters to BuildEventContext
ulfjack
2018-05-17
*
Remove AbruptException(ExitCode exitCode) constructor.
lpino
2018-05-17
*
Port bazelrc flags into their own module.
ccalvarin
2018-05-16
*
Add --ignore_all_rc_files startup options.
ccalvarin
2018-05-15
*
Use the local JDK as the default target javabase
cushon
2018-05-14
*
Remove BuildConfiguration.Fragment#setupActionEnvironment().
lberki
2018-04-11
*
Remove alphabetical sorting of options in the canonical list.
ccalvarin
2018-04-09
*
Remove BuildConfiguration.Fragment#getReservedActionMnemonics() in favor of e...
lberki
2018-04-09
*
Disallow undefined configs by default.
ccalvarin
2018-04-06
*
Add stats about cache hits and execution strategies to Bazel's UI.
Googler
2018-04-03
*
Remove category checking from incompatible changes.
ccalvarin
2018-03-30
*
Remove categories from Bazel options.
ccalvarin
2018-03-28
*
Remove last few test uses of ConfiguredTarget#getConfiguration. Only uses are...
janakr
2018-03-27
*
Thread configuration map through TestFilteringCompleteEvent. This isn't the m...
janakr
2018-03-27
*
Refactor and cleanup the sandboxing code.
Philipp Wollermann
2018-03-23
*
Add a DefaultBuildOptions specifying default build flags that may differ from...
mjhalupka
2018-03-22
*
ActionOwner references only BuildEvent instead of full BuildConfiguration
shahan
2018-03-10
*
Improve the warning for malformed recursive configs.
ccalvarin
2018-03-09
*
BEP: Add a --build_event_publish_all_actions flag to allow all actions to be ...
ruperts
2018-03-02
*
Expose --output_user_base to the Bazel server process
Klaus Aehlig
2018-02-27
*
expectThrows has been renamed to assertThrows
cushon
2018-02-24
*
Remove ShutdownBlazeServerException in favor of indicating that the server sh...
lberki
2018-02-06
*
Add a "direct" mode to "blaze run" that makes the process being run a direct
lberki
2018-02-05
*
Introduce Root class.
tomlu
2018-01-17
*
Rename Root to ArtifactRoot.
tomlu
2018-01-16
*
BuildEventStreamer: ingore noop-flush()s
Klaus Aehlig
2018-01-11
*
Fix Action subclasses so that the execution platform is properly set in
John Cater
2018-01-04
*
Move config transition definitions out of lib.packages.Attribute.
gregce
2017-12-21
*
Warn about config expansions as we do for other expansions.
ccalvarin
2017-12-21
*
Move compulsory ProcessWrapperUtil parameters into its builder() method, to b...
ruperts
2017-12-20
*
Use linux-sandbox via the (new) LinuxSandboxUtil. (second attempt).
ruperts
2017-12-20
*
Automated rollback of commit 52b62164af031c50b7a0584303caad67af5e1d4d.
aehlig
2017-12-20
*
Use linux-sandbox via the (new) LinuxSandboxUtil.
ruperts
2017-12-20
*
Remove wrapper options support.
ccalvarin
2017-12-19
*
Add a sanity check to prevent creation of Artifacts with an empty path
ulfjack
2017-12-19
*
Don't suggest using bazel clean --async when it's unsupported
Akira Baruah
2017-12-15
*
Make ProcessWrapperUtil aware of the execution statistics file, and add new E...
ruperts
2017-12-05
*
Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev...
ruperts
2017-11-30
*
UI: reset timer on every status/strategy change
Klaus Aehlig
2017-11-21
*
UI: distinguish executing actions
Klaus Aehlig
2017-11-21
*
Add warning for configs that are expanded multiple times.
ccalvarin
2017-11-20
*
Add warning for long chain of recursive --configs.
ccalvarin
2017-11-20
*
Change config expansion application order, gated by startup flag --expand_con...
ccalvarin
2017-11-20
*
Add option-specified warning.
ccalvarin
2017-11-10
*
Make the config expansion behavior modular.
ccalvarin
2017-11-10
*
Avoid crash when a test and its alias are specified on the command line for "...
lberki
2017-11-03
[next]