aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/pkgcache/LoadingOptions.java
Commit message (Expand)AuthorAge
* Remove the legacy loading phase runnerGravatar ulfjack2018-06-08
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Implement --(no)expand_test_suites flag.Gravatar dslomov2017-12-13
* Minor fixes to spacing in help messagesGravatar Mike Morearty2017-11-29
* Enable experimental UI by default.Gravatar twerth2017-10-18
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* experimental_skyframe_target_pattern_evaluator: Use UNDOCUMENTED instead of H...Gravatar philwo2017-06-09
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Add "--build_manual_tests" options that forces manual tests to be built.Gravatar dslomov2017-04-04
* Run the analysis phase with as many threads as the user wants. In order to av...Gravatar Janak Ramakrishnan2016-11-18
* Implement build tag filtering.Gravatar Lukacs Berki2016-11-11
* Fix the --loading_phase_threads to work during "blaze build". Previously and ...Gravatar Eric Fellheimer2016-02-23
* Add an experimental flag to enable the Skyframe-based loading phase runner.Gravatar Ulf Adams2016-02-12
* Move LoadingPhaseRunner.Options to top-level class LoadingOptions.Gravatar Ulf Adams2015-11-02