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
/
buildtool
/
BuildRequest.java
Commit message (
Expand
)
Author
Age
*
Make the @Option annotation depend on the java version of the tagging enums.
ccalvarin
2017-07-18
*
Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...
ccalvarin
2017-07-11
*
Add the default category and tag to all options.
ccalvarin
2017-06-28
*
Add option tagging and categorizing enums.
ccalvarin
2017-06-27
*
Bump the blaze max jobs and warning threshold to keep up with the times.
felly
2017-06-14
*
Move the instrumentation filter computation to BuildTool
ulfjack
2017-06-06
*
Make --aspects a repeatable flag.
dslomov
2017-05-31
*
Document output groups.
Dmitry Lomov
2017-05-04
*
Store Skylark command-line flags in Skyframe
brandjon
2017-04-28
*
Allow bypassing the automated detection of jobs when --jobs=auto.
jmmv
2017-04-28
*
Split out option usage restriction from option category.
ccalvarin
2017-04-18
*
Automatically set --jobs based on the number of CPU threads.
Julio Merino
2017-03-20
*
Global cleanup change.
Googler
2017-03-03
*
Convert --use_action_cache to a regular option
Googler
2017-03-01
*
Turn on output tree tracking.
Eric Fellheimer
2016-08-11
*
bazel: move the "--jobs too high" warning to documentation.
Googler
2016-07-01
*
Take --output_tree_tracking out of experimental.
Eric Fellheimer
2016-06-22
*
Simplify the logic of determining output groups.
Alex Humesky
2016-06-21
*
Replace the occurrences of Constants.PRODUCT_NAME for a call to
Luis Fernando Pino Duque
2016-05-23
*
Respect --noexperimental_check_output_files in FileSystemValueChecker. FileSt...
Nathan Harmata
2016-03-25
*
Make help documentation for --experimental_output_tree_tracking more general.
Nathan Harmata
2016-03-17
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Make --symlink_prefix= work as expected again (i.e. create links called "bin"...
Lukacs Berki
2015-11-25
*
--output_groups overrides default output groups if set.
Googler
2015-11-19
*
Track the entire OutputService instead of just the BatchStatter.
Eric Fellheimer
2015-11-16
*
Move LoadingPhaseRunner.Options to top-level class LoadingOptions.
Ulf Adams
2015-11-02
*
Description redacted.
Googler
2015-10-13
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Description redacted.
Dmitry Lomov
2015-09-08
*
Remove the awkward default value marker from --symlink_prefix.
Lukacs Berki
2015-08-27
*
A prototype implementation of top-level aspects.
Dmitry Lomov
2015-08-20
*
Add --output_filter option
Kristina Chodorow
2015-07-21
*
Description redacted.
Mark Schaller
2015-05-21
*
add OutputGroupProvider.DEFAULT_GROUPS for commonly built groups
Michajlo Matijkiw
2015-03-18
*
Remove dead blaze flag --show_builder_stats.
Laszlo Csomor
2015-03-13
*
Rename TopLevelArtifactProvider to OutputGroupProvider.
Lukacs Berki
2015-03-05
*
Remove --compile_only and --compilation_prerequisites_only; --output_groups c...
Lukacs Berki
2015-03-04
*
Add --local_test_jobs to limit local test concurrency
Mark Schaller
2015-02-25
*
Move all logic to determine which output groups are to be built to BuildReque...
Lukacs Berki
2015-02-25
*
Remove TempsProvider in favor of an output group.
Lukacs Berki
2015-02-25
*
Simplify the algorithm to compute top-level artifacts to build even more by c...
Lukacs Berki
2015-02-24
*
Remove FilesToCompileProvider and CompilationPrerequisitesProvider and replac...
Lukacs Berki
2015-02-24
*
Remove BaselineCoverageArtifactsProvider in favor of an output group.
Lukacs Berki
2015-02-19
*
Make it possible for a Blaze command not to build the filesToRun of a configu...
Lukacs Berki
2015-02-17
*
Update from Google.
Han-Wen Nienhuys
2015-02-25