aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config/TransitiveOptionDetails.java
Commit message (Expand)AuthorAge
* Move caching of OptionDefinitions to be static, and remove uncached extractio...Gravatar ccalvarin2017-09-01
* Move default value & converter finding logic to the OptionDefinition class.Gravatar ccalvarin2017-08-30
* 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
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Deprecate use of option category to describe documentation level / usage rest...Gravatar ccalvarin2017-04-19
* Remove the overloading of option category to cover documentation level.Gravatar ccalvarin2017-04-18
* Move ConfigSetting into rules/config.Gravatar mstaib2017-04-06
* Move BuildConfiguration option data access to a new class.Gravatar mstaib2017-04-03