aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ConfigurationCollectionFunction.java
Commit message (Expand)AuthorAge
* Remove ConfigurationCollection{Function,Value}, BuildConfigurationCollection....Gravatar gregce2017-08-18
* Remove ConfigurationFactory as part of the static configuration cleanup.Gravatar gregce2017-08-17
* Remove --experimental_dynamic_configs=off.Gravatar gregce2017-08-10
* Create top-level configs dynamically: period.Gravatar gregce2017-07-06
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Dynamic configs: build the host config from data, not target options.Gravatar gregce2017-04-26
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Introduce a distinguisher for cpu value as set in --experimental_multi_cpu.Gravatar Cal Peyser2016-12-21
* Supports --nodistinct_host_configuration withGravatar Greg Estren2016-11-16
* Don't inherit the host configuration's fragments from the target config in --...Gravatar Greg Estren2016-10-05
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Remove BuildConfiguration.Fragment#declareSkyframeDependencies().Gravatar Lukacs Berki2016-06-15
* Fix configuration error handling for the interleaved case.Gravatar Ulf Adams2016-02-04
* Trim the BuildOptions input of ConfigurationFragment.key to only thoseGravatar Greg Estren2016-02-02
* Rollback of commit ca1b21ac6d8a58041db822725b42de151b163dee.Gravatar Ulf Adams2015-12-08
* Pre-trim build options for all remaining calls to ConfigurationFragment.key. ...Gravatar Greg Estren2015-11-13
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Remove unused code.Gravatar Marian Lobur2015-09-04
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Make split configuration transitions work with Bazel.Gravatar Lukacs Berki2015-06-29
* Refactor HOST configuration transitions to be dynamic-configuration friendly.Gravatar Greg Estren2015-06-29
* Simplify the createConfiguration method in SkyframeExecutor.Gravatar Ulf Adams2015-04-23
* Pass in the test environment using BuildConfiguration.Options.testEnvironment...Gravatar Lukacs Berki2015-04-20
* Remove the full client environment from BuildConfiguration in favor of comput...Gravatar Lukacs Berki2015-04-17
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25