aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/common/options/processor
Commit message (Expand)AuthorAge
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* Support source versions newer than 8 in Bazel's annotation processorsGravatar cushon2018-03-29
* Remove wrapper options support.Gravatar ccalvarin2017-12-19
* Deprecate wrapperOptions.Gravatar ccalvarin2017-09-21
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Expansion flags need some restraints.Gravatar ccalvarin2017-09-06
* Update comments about the option processor.Gravatar ccalvarin2017-09-01
* Move final static option checks to compile time.Gravatar ccalvarin2017-09-01
* Move static converter legality checks to compile time.Gravatar ccalvarin2017-08-31
* Move option tag checks to compile time.Gravatar ccalvarin2017-08-25
* Move compile-time checks to own package.Gravatar ccalvarin2017-08-24