aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/PackageLookupFunction.java
Commit message (Expand)AuthorAge
* Introduce option flag experimental_enable_tools_defaults_package.Gravatar dbabkin2018-07-23
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* In PackageLookupValue also track the repositoryGravatar Klaus Aehlig2018-05-03
* Introduce Root class.Gravatar tomlu2018-01-17
* Make FileSymlinkException and InconsistentFSException IOExceptionsGravatar ulfjack2018-01-12
* 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
* Automated rollback of commit 937350211dcd55a4714ec32ebbf33fffcc42cdf2.Gravatar kchodorow2017-07-12
* Resolve references to @main-repo//foo to //fooGravatar kchodorow2017-07-11
* 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
* Fixed PackageLookupFunction to check for all possible build file names when l...Gravatar John Cater2016-12-12
* 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
* Adds an enum to describe how PackageLookupFunction should handle package labelsGravatar John Cater2016-10-13
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* 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
* Introduce Label.EXTERNAL_PACKAGE_FILE_NAME as a convenience. Note that we alr...Gravatar Nathan Harmata2016-04-27
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Shuffle around all the constants related to the name of the //external packag...Gravatar Lukacs Berki2015-12-10
* Now that external files are not always treated as immutable, eliminate the "o...Gravatar Lukacs Berki2015-12-10
* Allow package blacklisting to be done via a file checked into the depot. By d...Gravatar Eric Fellheimer2015-11-12
* Add a Skyframe injected value representing a Blacklist of package patterns. A...Gravatar Eric Fellheimer2015-11-10
* Make bazel not require a tools/defaults/BUILD file.Gravatar Lukacs Berki2015-10-19
* Brief audit of singleton SkyValuesGravatar Michajlo Matijkiw2015-10-19
* Roll back [] that makes Bazel not require a tools/defaults/BUILD file because...Gravatar Lukacs Berki2015-10-16
* Make it possible to load the tools/defaults package without a BUILD file pres...Gravatar Lukacs Berki2015-10-09
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Do not store a separate map for external package data. This ensures that seri...Gravatar Han-Wen Nienhuys2015-09-21
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Elegantly handle unbounded file symlink resolutions, e.g. 'a' -> 'b' -> 'a/no...Gravatar Nathan Harmata2015-07-29
* Make some skyframe and lib/skyframe classes public.Gravatar Nathan Harmata2015-07-28
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-08
* Activate interleaved package and transitive target loadingGravatar Mark Schaller2015-07-08
* Rollback of accidentally submitted change.Gravatar Lukacs Berki2015-07-07
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-07
* Print an error message when an @foo dep isn't foundGravatar Kristina Chodorow2015-06-17
* Allow @repo//foo:bar targets in BUILD filesGravatar Kristina Chodorow2015-05-22
* 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
* Do not require a WORKSPACE file to load the external pkgGravatar Kristina Chodorow2015-03-11
* Allow BUILD files directly under the build rootGravatar Kristina Chodorow2015-03-10
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25