aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/AllIncompatibleChangesExpansion.java
Commit message (Expand)AuthorAge
* Remove category checking from incompatible changes.Gravatar ccalvarin2018-03-30
* Remove wrapper options support.Gravatar ccalvarin2017-12-19
* Remove feature to allow expansion flags to have values.Gravatar ccalvarin2017-10-18
* Track Option placement within a priority category.Gravatar ccalvarin2017-10-18
* Cleanup of expansion option namingGravatar ccalvarin2017-09-21
* Options with oldNames will no longer get reported twice in the effective opti...Gravatar ccalvarin2017-09-11
* Add OptionDefinition layer between the @Option annotation and its fields and ...Gravatar ccalvarin2017-08-22
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Allow expansion flags to have values.Gravatar Googler2017-06-28
* Update the --incompatible_ flag requirements to use the metadata tag.Gravatar ccalvarin2017-06-28
* Use ImmutableList for Option expansion functionsGravatar Googler2017-06-08
* Rename some --incompatible_* flags to be more specificGravatar brandjon2017-05-08
* Add --all_incompatible_changes, the user's shorthand for turning on all --inc...Gravatar brandjon2017-04-03