aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ConfiguredTargetCycleReporter.java
Commit message (Expand)AuthorAge
* Fix a CCE in ConfiguredTargetCycleReporterGravatar cushon2017-12-12
* Lots more cleanup of "dynamic configurations" comments and test code.Gravatar gregce2017-09-14
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Report cycles involving aspects correctly.Gravatar Lukacs Berki2016-06-14
* Refactor cycle detection logic to handle dynamic configurations.Gravatar Greg Estren2016-06-09
* Use the same method as LoadedPackageProvider.Bridge to look up targets.Gravatar Ulf Adams2015-09-28
* Split the PackageManager type hierarchy; no longer inherit LoadedPackageProv.Gravatar Ulf Adams2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Pass the SkyframePackageManager to the cycle reporters, not LoadedPackageP.Gravatar Ulf Adams2015-09-24
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Add a SingleCycleReporter for analysis phase cycles, which can (only) occur d...Gravatar Nathan Harmata2015-05-15