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
/
cmdline
/
TargetPattern.java
Commit message (
Expand
)
Author
Age
*
Replace all usages of Blaze's Preconditions class with guava.
tomlu
2017-11-09
*
Change WalkableGraphFactory#prepareAndGet to take multiple SkyKeys as graph r...
Googler
2017-08-17
*
Generalize some of methods in TargetPattern, PrepareDepsOfPatternValue, and R...
nharmata
2017-07-26
*
Refactor all ctor callsites of PathFragment to instead call a static 'create'...
nharmata
2017-04-05
*
Global cleanup change.
Googler
2017-03-09
*
Description redacted.
Nathan Harmata
2017-03-09
*
Rollback of commit 822c37816ac669e51bec3853b41849a19ec5e230.
Nathan Harmata
2017-03-01
*
Reimplement blaze query using an async evaluation model. Use a concurrent bac...
Nathan Harmata
2017-02-28
*
Be very deliberate about the concept of a TargetPattern's "directory".
Nathan Harmata
2017-01-16
*
Make TargetPattern evaluation during query evaluation more parallel-friendly ...
Nathan Harmata
2016-11-15
*
Rename some PackageId and RepositoryName fields/methods in prep for deep exec...
Kristina Chodorow
2016-07-28
*
Update the javadoc of TargetPattern#getDirectory in the presence of commit 80...
Nathan Harmata
2016-06-23
*
Fix target parsing bug with targets in the empty package (e.g. "blah" was inc...
Nathan Harmata
2016-04-22
*
Do not special-case the //external package so in so that target pattern parsi...
Lukacs Berki
2016-03-31
*
Don't keep packages in the default repository around after loading.
Brian Silverman
2016-03-17
*
Clean up absolutize and make it public for use in a subsequent change.
Nathan Harmata
2016-03-02
*
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
*
Stream result of TargetPattern#eval to a callback instead of returning it dir...
Janak Ramakrishnan
2016-01-11
*
Stream TargetPattern#eval implementations' results to a callback rather than ...
Janak Ramakrishnan
2016-01-07
*
Stream results of targets below directory to a callback rather than returning...
Janak Ramakrishnan
2016-01-07
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Make recursive package wildcards work in remote repositories.
Lukacs Berki
2015-10-15
*
Pass PackageIdentifier through a bit more code in target parsing in preparati...
Lukacs Berki
2015-10-14
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Add a serialization proxy to RepositoryName instead of PackageIdentifier so t...
Lukacs Berki
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
*
Fix some warnings.
Ulf Adams
2015-09-04
*
Activate interleaved package and transitive target loading
Mark Schaller
2015-07-08
*
Add support for @foo//:bar-format labels on the command line
Kristina Chodorow
2015-06-01
*
Move target pattern parsing to key construction time
Mark Schaller
2015-05-21
*
Teach skyframe about excluded directories, paths
Mark Schaller
2015-05-21
*
Teach TargetPatterns "getDirectory" and "contains"
Mark Schaller
2015-05-21
*
On-the-fly target pattern resolution in SkyQueryEnvironment
Mark Schaller
2015-03-18
*
Enforce same behavior for //path/to/package and path/to/package
Damien Martin-Guillerez
2015-02-25
*
Update from Google.
Han-Wen Nienhuys
2015-02-25