aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ConfigurationFragmentFunction.java
Commit message (Expand)AuthorAge
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Make --fdo_optimize paths be PathFragment instead of Path, and remove the now...Gravatar Googler2018-04-11
* Remove PrecomputedValue for BlazeDirectories. All consumers have the value in...Gravatar janakr2017-09-25
* Static-ize ConfigurationBuilderEnvironment.Gravatar mstaib2017-06-19
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Remove the "labels in the configuration must be in the transitive closure of ...Gravatar Lukacs Berki2016-09-28
* Do not load the transitive closure of the Android SDK on every build.Gravatar Lukacs Berki2016-08-31
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Reimplement the configuration sanity check as a per-fragment check.Gravatar Ulf Adams2016-03-31
* Properly report loading errors during configuration creation.Gravatar Ulf Adams2016-02-10
* 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
* Avoid LoadedPackageProvider in the PackageProviderForConfigs type hierarchy.Gravatar Ulf Adams2015-09-24
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Remove unused code.Gravatar Marian Lobur2015-09-04
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25