aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config/BuildOptions.java
Commit message (Expand)AuthorAge
* Adds ObjectCodecs for FragmentOptions and BuildOptions.Gravatar Googler2017-12-27
* Memoize equals and hashCode operations for BuildOptions. Currently, equality ...Gravatar janakr2017-12-24
* Move config transition definitions out of lib.packages.Attribute.Gravatar gregce2017-12-21
* Remove outdated javadoc parameter.Gravatar gregce2017-11-16
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Remove the unused fallback argument from getHost() and the unused method getP...Gravatar lberki2017-09-12
* Remove --experimental_dynamic_configs=notrim_partial.Gravatar gregce2017-07-26
* Remove FragmentOptions' addAllLabels and getAllLabels and friends.Gravatar mstaib2017-07-07
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* BuildOptions cleanup:Gravatar gregce2017-05-04
* Make a rogue test case honor --experimental_dynamic_configs=notrim_partial li...Gravatar Greg Estren2016-12-05
* Add option to disable dynamic configs with LIPO.Gravatar Greg Estren2016-12-02
* When BuildOptions.get(Class<T> optionsClass) fails, include whichGravatar Greg Estren2016-05-23
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Clean up the configuration-related code paths a bit.Gravatar Ulf Adams2015-12-11
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* LipoDataTransition is only meaningful for C++Gravatar Greg Estren2015-11-18
* Provide a looser concept of BuildConfiguration "equality" to accountGravatar Greg Estren2015-11-12
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Add a mechanism for configuration fragments to add arbitrary rules to the def...Gravatar Lukacs Berki2015-05-07
* Rollback of commit a4b66fdbe61845fd4d4ebaebec1e25cdcd99809d.Gravatar Marian Lobur2015-04-27
* Add a mechanism for configuration fragments to add arbitrary rules to the def...Gravatar Lukacs Berki2015-04-24
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25