aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/pkgcache
Commit message (Expand)AuthorAge
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Remove a few minor lib.syntax -> lib.packages dependencies.Gravatar Lukacs Berki2015-09-16
* Add experimental flag, that partially disables loading phase (pattern evaluat...Gravatar Marian Lobur2015-09-16
* Minor visibility tweaksGravatar Michajlo Matijkiw2015-09-16
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Stop trying to process NoSuchPackageExceptions that are never thrown. We know...Gravatar Janak Ramakrishnan2015-09-11
* Extract the test filtering into a new class.Gravatar Ulf Adams2015-09-08
* Random collection of cleanups.Gravatar Ulf Adams2015-09-08
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Refactoring of LoadingPhaseRunner before adding experimental flag that disabl...Gravatar Marian Lobur2015-08-18
* Allow for metadata lookup alongside the existing #prepareAndGet() graph const...Gravatar Eric Fellheimer2015-08-17
* 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
* Refactoring of SkyframeTargetPatternEvaluator. Now instead of making separate...Gravatar Marian Lobur2015-06-29
* Refactor reusable target parsing functions from RPPBTPRGravatar Mark Schaller2015-06-23
* Extract, reuse excluded directory assertionGravatar Mark Schaller2015-06-23
* Properly support textual_hdrs.Gravatar Googler2015-06-19
* Print an error message when an @foo dep isn't foundGravatar Kristina Chodorow2015-06-17
* Add a hidden flag which allows us to set the size of the legacy globbing thre...Gravatar Eric Fellheimer2015-05-22
* Teach skyframe about excluded directories, pathsGravatar Mark Schaller2015-05-21
* Create a --fetch option to allow fetching during the build commandGravatar Kristina Chodorow2015-05-15
* Description redacted.Gravatar Googler2015-05-07
* Make --compile_one_dependency more "configurable attribute"-friendly:Gravatar Greg Estren2015-04-23
* Delete low value LOG statementGravatar Mark Schaller2015-03-20
* Remove "obsolete" and "default_obsolete" from the BUILD language.Gravatar Greg Estren2015-03-18
* On-the-fly target pattern resolution in SkyQueryEnvironmentGravatar Mark Schaller2015-03-18
* Delete PackageCacheBackedTargetPatternResolver. There is no PackageCache.Gravatar Janak Ramakrishnan2015-03-16
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Add a SkyQueryEnvironment which runs queries by examining the Skyframe graph.Gravatar Janak Ramakrishnan2015-02-26
* Mark some data structures used in SkyValues during the loading phase as being...Gravatar Nathan Harmata2015-02-10
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25