aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/PackageLookupValue.java
Commit message (Expand)AuthorAge
* In PackageLookupValue also track the repositoryGravatar Klaus Aehlig2018-05-03
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* Deletes AutoCodec.Strategy.SINGLETON now that we have @AutoCodec field tags.Gravatar shahan2018-02-28
* Integrates CodecScanner into SkyValueEncoder.Gravatar shahan2018-02-23
* Introduce Root class.Gravatar tomlu2018-01-17
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Fix local repository detection when the repository path is absolute.Gravatar John Cater2017-10-13
* Update PackageLookupFunction to report the corrected label when aGravatar John Cater2017-09-07
* Make PackageLookupValue#key(PathFragment) public.Gravatar nharmata2017-08-30
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592.Gravatar nharmata2017-05-03
* Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.Gravatar dmarting2017-05-02
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Update package lookup to check for files named BUILD.bazel before files namedGravatar John Cater2016-11-11
* Add new skyframe function to lookup the repository given a path, and use thatGravatar John Cater2016-10-25
* Add an enum representing the specific build file name (WORKSPACE, BUILD) to t...Gravatar John Cater2016-08-03
* Use a non-side-effectful PackageLookupValue#packageExists implementation for ...Gravatar Nathan Harmata2016-05-24
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Document subclasses of PackageLookupValueGravatar Michajlo Matijkiw2016-03-08
* Use static creation method for SkyKey. This allows interning SkyKeys as they ...Gravatar Janak Ramakrishnan2016-03-03
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Now that external files are not always treated as immutable, eliminate the "o...Gravatar Lukacs Berki2015-12-10
* Brief audit of singleton SkyValuesGravatar Michajlo Matijkiw2015-10-19
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Add rbuildfiles function to queries, only for use when using SkyQueryEnvironm...Gravatar Janak Ramakrishnan2015-08-21
* Track BUILD file changes on new_ repositoriesGravatar Kristina Chodorow2015-05-07
* Fix WORKSPACE file lookup to look at all package pathsGravatar Kristina Chodorow2015-03-30
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25