aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/pkgcache/TargetPatternResolverUtil.java
Commit message (Expand)AuthorAge
* Rename VariableContext to the more general purpose QueryExpressionContext and...Gravatar shreyax2018-06-12
* Refactor SkyQueryEnvironment to allow preprocessing or postprocessing targetsGravatar Googler2017-06-27
* Expose the target map from Package.Gravatar carmi2017-05-19
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Store excluded subdirectories as PathFragment instead of String inside Target...Gravatar Janak Ramakrishnan2016-01-14
* 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
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Refactor reusable target parsing functions from RPPBTPRGravatar Mark Schaller2015-06-23
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25