aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config/BuildConfigurationCollection.java
Commit message (Expand)AuthorAge
* Add a flag to evaluate the top level transitions in SkyframeGravatar ulfjack2018-08-02
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12
* Lots more cleanup of "dynamic configurations" comments and test code.Gravatar gregce2017-09-14
* Remove unused class after removal of BazelConfigurationCollection.Gravatar gregce2017-09-13
* Remove BuildConfiguration.useDynamicConfigurations.Gravatar gregce2017-08-18
* Remove ConfigurationCollection{Function,Value}, BuildConfigurationCollection....Gravatar gregce2017-08-18
* Remove Java 7 type inference workarounds and TODOsGravatar brandjon2017-07-12
* Remove dynamic configs dep on the static transition table.Gravatar gregce2017-07-11
* Factor out BuildConfigurationCollection.Transitions.getDynamicTransition.Gravatar gregce2017-07-07
* Dynamic configs: build the host config from data, not target options.Gravatar gregce2017-04-26
* RELNOTES: Improve Android split transition handling.Gravatar Googler2016-07-22
* Dynamic configurations: trim top-level targets, too.Gravatar Greg Estren2016-06-02
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Workaround javac 1.7 bugGravatar Dmitry Lomov2015-11-19
* Remove getSplitTransitionTable - this method is never used.Gravatar Greg Estren2015-10-05
* Don't crash when building environment groups directlyGravatar Greg Estren2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Eliminate BuildConfiguration.getShortName().Gravatar Lukacs Berki2015-06-29
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Refactor HOST configuration transitions to be dynamic-configuration friendly.Gravatar Greg Estren2015-06-29
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25