index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
skyframe
/
RecursivePackageProviderBackedTargetPatternResolver.java
Commit message (
Expand
)
Author
Age
*
Create one TargetPatternResolver per SkyQueryEnvironment initialization
Mark Schaller
2016-06-22
*
Fix hypothetical bug when querying for packages in bulk. We were assuming all...
Eric Fellheimer
2016-03-08
*
Parallelize Package retrieval during Sky-query operation. To maintain type-sa...
Eric Fellheimer
2016-01-29
*
Move RepositoryName to its own top-level class
Kristina Chodorow
2016-01-26
*
Store excluded subdirectories as PathFragment instead of String inside Target...
Janak Ramakrishnan
2016-01-14
*
Inside findTargetsBeneathDirectory(), invoke the callback with all targets fr...
Eric Fellheimer
2016-01-11
*
Stream results of targets below directory to a callback rather than returning...
Janak Ramakrishnan
2016-01-07
*
Add bulk package lookup for use during target pattern resolution.
Eric Fellheimer
2016-01-04
*
Make recursive package wildcards work in remote repositories.
Lukacs Berki
2015-10-15
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Make intra-package wildcards work for remote repositories and clean up target...
Lukacs Berki
2015-09-24
*
Make TargetPatternResolver#{isPackage, getTargetsInPackage} take a PackageIde...
Lukacs Berki
2015-09-22
*
Thread the repository name all the way from TargetPatternResolver to Recursiv...
Lukacs Berki
2015-09-22
*
Move Label from the lib.syntax to the lib.cmdline package so that:
Lukacs Berki
2015-09-21
*
Stop throwing an exception if a Package was successfully created but contains...
Janak Ramakrishnan
2015-09-17
*
Parse the label syntax "@//a:b" so that eventually we can make that the synta...
Lukacs Berki
2015-09-15
*
Move PackageIdentifier to cmdline
Kristina Chodorow
2015-08-31
*
Make globs work in remote repositories.
Lukacs Berki
2015-07-08
*
Rollback of accidentally submitted change.
Lukacs Berki
2015-07-07
*
Make globs work in remote repositories.
Lukacs Berki
2015-07-07
*
Refactor reusable target parsing functions from RPPBTPR
Mark Schaller
2015-06-23
*
Cleanup findTargetsBeneathDirectory
Mark Schaller
2015-06-11
*
Teach skyframe about excluded directories, paths
Mark Schaller
2015-05-21
*
On-the-fly target pattern resolution in SkyQueryEnvironment
Mark Schaller
2015-03-18