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
/
common
Commit message (
Expand
)
Author
Age
*
Add a <code>getSkylarkOptions</code> helper function to all OptionsProviders.
juliexxia
2018-08-13
*
Modify --subcommands to allow pretty printing the arguments of a subcommand
ahumesky
2018-07-26
*
Log warning cleanup
neerajen
2018-05-31
*
Allow --worker_max_instances to take MnemonicName=value to specify max for ea...
Googler
2018-05-03
*
Clean up code that directly imports nested classes like Builder, Entry, etc.
jcater
2018-05-02
*
Clean up code that directly imports nested classes like Builder, Entry, etc.
jcater
2018-05-01
*
Remove use of bare Immutable{List,Map,Set} Builder classes.
jcater
2018-04-20
*
Make attempting to change --config in invocation policy an error.
ccalvarin
2018-04-17
*
Remove alphabetical sorting of options in the canonical list.
ccalvarin
2018-04-09
*
Remove category checking from incompatible changes.
ccalvarin
2018-03-30
*
Support source versions newer than 8 in Bazel's annotation processors
cushon
2018-03-29
*
Fix invocation policy's handling of the null default when filtering values.
ccalvarin
2018-03-01
*
Warn about config expansions as we do for other expansions.
ccalvarin
2017-12-21
*
Remove wrapper options support.
ccalvarin
2017-12-19
*
Fix canonical option list for options that implicitly require options with al...
ccalvarin
2017-11-22
*
Change config expansion application order, gated by startup flag --expand_con...
ccalvarin
2017-11-20
*
Cleanup stream use in canonical list of options.
ccalvarin
2017-11-06
*
Remove unused LegacyParamsFilePreProcessor. Removed test cases from OptionsPa...
apell
2017-11-03
*
Switch on tracking of specific option priorities.
ccalvarin
2017-11-03
*
Compute canonical list of options using OptionValueDescription's tracking of ...
ccalvarin
2017-10-30
*
Track expansions in OptionValueDescription.
ccalvarin
2017-10-23
*
Remove feature to allow expansion flags to have values.
ccalvarin
2017-10-18
*
Migrate all users of OptionsParser.enableParamsFileSupport to use the ShellQu...
apell
2017-10-18
*
Track Option placement within a priority category.
ccalvarin
2017-10-18
*
Make option conflicts less spammy.
ccalvarin
2017-10-16
*
Expand implicitRequirements in the location of the option that required it.
ccalvarin
2017-10-13
*
Clean up InvocationPolicy's use of OptionDescription.
ccalvarin
2017-10-11
*
Report the structured Bazel command line via the BEP.
ccalvarin
2017-10-10
*
Downgrade the default invocation policy log levels to fine.
ccalvarin
2017-10-06
*
Categorize build options for BuildConfiguration.
gregce
2017-10-06
*
Add new option categorization and tagging information to HelpCommand's output.
ccalvarin
2017-09-27
*
Move the canonicalization of an option value to the option value itself.
ccalvarin
2017-09-27
*
Track the origin of an option in the option instance, not its final value.
ccalvarin
2017-09-21
*
Deprecate wrapperOptions.
ccalvarin
2017-09-21
*
Track all option instances.
ccalvarin
2017-09-21
*
Cleanup of expansion option naming
ccalvarin
2017-09-21
*
Create multiple ParamsFilePreProcessors to allow parsing files using the form...
apell
2017-09-21
*
Document the options in smaller commands.
ccalvarin
2017-09-20
*
Treat parsed option values differently by option type.
ccalvarin
2017-09-19
*
Throw away the confusing UnparsedOptionValueDescription name.
ccalvarin
2017-09-18
*
Introduce "bazel help flags-as-proto" to print information about supported fl...
fwe
2017-09-14
*
Pass the UnparsedOptionValues when setting or adding option values.
ccalvarin
2017-09-14
*
Consolidate the "unparsed" option value tracking.
ccalvarin
2017-09-14
*
Move option value tracking classes to their own file.
ccalvarin
2017-09-13
*
Replace referrals to options by their name to option definitions.
ccalvarin
2017-09-12
*
Option value tracking should refer to the option definitions, not just track ...
ccalvarin
2017-09-11
*
Options with oldNames will no longer get reported twice in the effective opti...
ccalvarin
2017-09-11
*
More BUILD file refactorings.
philwo
2017-09-06
*
Expansion flags need some restraints.
ccalvarin
2017-09-06
*
Rename all logger instances to "logger" (instead "LOG" or "log").
lberki
2017-09-05
[next]