aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/cmdline/TargetPattern.java
Commit message (Expand)AuthorAge
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Change WalkableGraphFactory#prepareAndGet to take multiple SkyKeys as graph r...Gravatar Googler2017-08-17
* Generalize some of methods in TargetPattern, PrepareDepsOfPatternValue, and R...Gravatar nharmata2017-07-26
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Global cleanup change.Gravatar Googler2017-03-09
* Description redacted.Gravatar Nathan Harmata2017-03-09
* Rollback of commit 822c37816ac669e51bec3853b41849a19ec5e230.Gravatar Nathan Harmata2017-03-01
* Reimplement blaze query using an async evaluation model. Use a concurrent bac...Gravatar Nathan Harmata2017-02-28
* Be very deliberate about the concept of a TargetPattern's "directory".Gravatar Nathan Harmata2017-01-16
* Make TargetPattern evaluation during query evaluation more parallel-friendly ...Gravatar Nathan Harmata2016-11-15
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Update the javadoc of TargetPattern#getDirectory in the presence of commit 80...Gravatar Nathan Harmata2016-06-23
* Fix target parsing bug with targets in the empty package (e.g. "blah" was inc...Gravatar Nathan Harmata2016-04-22
* Do not special-case the //external package so in so that target pattern parsi...Gravatar Lukacs Berki2016-03-31
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Clean up absolutize and make it public for use in a subsequent change.Gravatar Nathan Harmata2016-03-02
* 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
* Stream result of TargetPattern#eval to a callback instead of returning it dir...Gravatar Janak Ramakrishnan2016-01-11
* Stream TargetPattern#eval implementations' results to a callback rather than ...Gravatar Janak Ramakrishnan2016-01-07
* Stream results of targets below directory to a callback rather than returning...Gravatar Janak Ramakrishnan2016-01-07
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Make recursive package wildcards work in remote repositories.Gravatar Lukacs Berki2015-10-15
* Pass PackageIdentifier through a bit more code in target parsing in preparati...Gravatar Lukacs Berki2015-10-14
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Add a serialization proxy to RepositoryName instead of PackageIdentifier so t...Gravatar Lukacs Berki2015-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
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Activate interleaved package and transitive target loadingGravatar Mark Schaller2015-07-08
* Add support for @foo//:bar-format labels on the command lineGravatar Kristina Chodorow2015-06-01
* Move target pattern parsing to key construction timeGravatar Mark Schaller2015-05-21
* Teach skyframe about excluded directories, pathsGravatar Mark Schaller2015-05-21
* Teach TargetPatterns "getDirectory" and "contains"Gravatar Mark Schaller2015-05-21
* On-the-fly target pattern resolution in SkyQueryEnvironmentGravatar Mark Schaller2015-03-18
* Enforce same behavior for //path/to/package and path/to/packageGravatar Damien Martin-Guillerez2015-02-25
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25