aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/PackageLookupFunction.java
Commit message (Expand)AuthorAge
* 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