aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/TransitiveTargetFunction.java
Commit message (Expand)AuthorAge
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Move TransitiveTargetKey to a dedicated top-level classGravatar ulfjack2017-10-30
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Remove TransitiveTargetValue.transitive{S,Uns}uccessfulPkgsGravatar ulfjack2017-07-19
* Generalize ConfigSetting's special options handling.Gravatar mstaib2017-04-05
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Dynamic configs: also include fragments needed to resolve the rule's late-bou...Gravatar Greg Estren2016-08-03
* Description redacted.Gravatar Googler2016-07-22
* Make aspects work through bind(). Gravatar Lukacs Berki2016-04-22
* Properly filter out Aspect attributes when `blaze query` requests --noimplici...Gravatar Dmitry Lomov2016-01-22
* Add dynamic config support for config_setting rules.Gravatar Greg Estren2015-11-20
* When computing the transitive config fragments required by a target,Gravatar Greg Estren2015-11-18
* Add the concept of a "universal" configuration fragment, which allGravatar Greg Estren2015-11-16
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Change default for rule classes that don't explicitlyGravatar Greg Estren2015-10-28
* Inline TargetMarker in TransitiveTraversalFunctionGravatar Mark Schaller2015-10-23
* Extract configuration fragment access logic into ConfigurationFragmentPolicy.Gravatar Michael Staib2015-09-30
* Clean up Aspect checks in query tests.Gravatar Eric Fellheimer2015-09-28
* 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
* Stop throwing an exception if a Package was successfully created but contains...Gravatar Janak Ramakrishnan2015-09-17
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Avoid Skyframe restarts in transitive targets due related to conservative asp...Gravatar Eric Fellheimer2015-08-20
* TransitiveTraversalFunction now implements "conservative" (a la ConservativeA...Gravatar Eric Fellheimer2015-08-13
* Extract base class from TransitiveTargetFunctionGravatar Mark Schaller2015-07-30
* Cleanup of TransitiveTarget and TargetMarker functionsGravatar Mark Schaller2015-07-30
* Activate interleaved package and transitive target loadingGravatar Mark Schaller2015-07-08
* Print an error message when an @foo dep isn't foundGravatar Kristina Chodorow2015-06-17
* Add an entry to TransitiveTargetValue that tracks theGravatar Greg Estren2015-05-27
* Remove direct store of Target from NoSuchTargetException. Instead, just note ...Gravatar Eric Fellheimer2015-04-02
* Clean up an unnecessary field in NoSuchTargetException.Gravatar Eric Fellheimer2015-04-02
* Add support of aspects to the skyframe implementation of query. To keep these...Gravatar Marian Lobur2015-03-25
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25