aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/LabelVisitor.java
Commit message (Expand)AuthorAge
* Order Skyframe evaluations in a priority queue, with all children of a given ...Gravatar janakr2018-08-13
* Batch all DependencyResolver#getTarget calls. This leads to some duplicate it...Gravatar janakr2018-08-09
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Drive-by clean-up: Remove unused visitedMapGravatar shreyax2018-02-07
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Clean up AbstractQueueVisitor's constructors.Gravatar janakr2017-05-09
* Reword commentGravatar laurentlb2017-04-18
* Update comments and remove obsolete field.Gravatar laurentlb2017-04-13
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Replace PackageProvider with TargetProvider where possibleGravatar Ulf Adams2017-02-09
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Don't waste time formatting an assertion message we're not going to throw.Gravatar Googler2016-07-21
* Assume that the targets required by LabelVisitor have already been loaded.Gravatar Lukacs Berki2016-04-15
* Global cleanup change.Gravatar Googler2016-03-02
* Properly filter out Aspect attributes when `blaze query` requests --noimplici...Gravatar Dmitry Lomov2016-01-22
* Extract AttributeInfoProvider interface for DependencyFilters.Gravatar Dmitry Lomov2016-01-22
* Refactor dependency filtering out of Rule class.Gravatar Dmitry Lomov2016-01-22
* Introduce QuiescingExecutorGravatar Mark Schaller2015-11-02
* Allow other ExecutorService implementations in AbstractQueueVisitorGravatar Mark Schaller2015-10-13
* 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
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Only check visibility when the rule class has the attributeGravatar Kristina Chodorow2015-04-23
* Add support of aspects to the skyframe implementation of query. To keep these...Gravatar Marian Lobur2015-03-25
* Add support of aspects to blaze query.Gravatar Marian Lobur2015-03-18
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25