aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/RecursivePackageProviderBackedTargetPatternResolver.java
Commit message (Expand)AuthorAge
* Fix hypothetical bug when querying for packages in bulk. We were assuming all...Gravatar Eric Fellheimer2016-03-08
* Parallelize Package retrieval during Sky-query operation. To maintain type-sa...Gravatar Eric Fellheimer2016-01-29
* Move RepositoryName to its own top-level classGravatar Kristina Chodorow2016-01-26
* Store excluded subdirectories as PathFragment instead of String inside Target...Gravatar Janak Ramakrishnan2016-01-14
* Inside findTargetsBeneathDirectory(), invoke the callback with all targets fr...Gravatar Eric Fellheimer2016-01-11
* Stream results of targets below directory to a callback rather than returning...Gravatar Janak Ramakrishnan2016-01-07
* Add bulk package lookup for use during target pattern resolution.Gravatar Eric Fellheimer2016-01-04
* Make recursive package wildcards work in remote repositories.Gravatar Lukacs Berki2015-10-15
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Make intra-package wildcards work for remote repositories and clean up target...Gravatar Lukacs Berki2015-09-24
* Make TargetPatternResolver#{isPackage, getTargetsInPackage} take a PackageIde...Gravatar Lukacs Berki2015-09-22
* Thread the repository name all the way from TargetPatternResolver to Recursiv...Gravatar Lukacs Berki2015-09-22
* 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
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-08
* Rollback of accidentally submitted change.Gravatar Lukacs Berki2015-07-07
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-07
* Refactor reusable target parsing functions from RPPBTPRGravatar Mark Schaller2015-06-23
* Cleanup findTargetsBeneathDirectoryGravatar Mark Schaller2015-06-11
* Teach skyframe about excluded directories, pathsGravatar Mark Schaller2015-05-21
* On-the-fly target pattern resolution in SkyQueryEnvironmentGravatar Mark Schaller2015-03-18