index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
skyframe
/
GraphBackedRecursivePackageProvider.java
Commit message (
Expand
)
Author
Age
*
Fix getBuildFiles to not assume BUILD is the name of the build file.
John Cater
2017-12-04
*
Replace all usages of Blaze's Preconditions class with guava.
tomlu
2017-11-09
*
Fix bug where all three implementations of RecursivePackageProvider#getPackag...
nharmata
2017-10-31
*
Now really rename all logger instances to "logger".
lberki
2017-09-05
*
Generalize some of methods in TargetPattern, PrepareDepsOfPatternValue, and R...
nharmata
2017-07-26
*
Rewrite repository lookup to return a failed value rather than throw
ulfjack
2017-04-20
*
Improve query error msg when a package has a broken Skylark load
Mark Schaller
2017-03-12
*
Provide more reporting options to SkyFunctions
Klaus Aehlig
2017-02-27
*
Be very deliberate about the concept of a TargetPattern's "directory".
Nathan Harmata
2017-01-16
*
Remove WalkableGraph#exists and allow WalkableGraph#getValue and WalkableGrap...
Janak Ramakrishnan
2017-01-03
*
Fix bug(s) with Skylark import cycles: we assumed that a package that failed ...
Janak Ramakrishnan
2016-10-11
*
Allow Skyframe graph lookups and value retrievals to throw InterruptedException.
Janak Ramakrishnan
2016-08-16
*
Add some additional logging when packages are not found in the bulk lookup.
Eric Fellheimer
2016-06-23
*
Add some logging when Packages are not found in GraphBackedRPP.
Eric Fellheimer
2016-06-23
*
Don't keep packages in the default repository around after loading.
Brian Silverman
2016-03-17
*
Fix hypothetical bug when querying for packages in bulk. We were assuming all...
Eric Fellheimer
2016-03-08
*
Parse the workspace name when a repository is loaded
Kristina Chodorow
2016-01-29
*
Parallelize Package retrieval during Sky-query operation. To maintain type-sa...
Eric Fellheimer
2016-01-29
*
Move RepositoryName to its own top-level class
Kristina Chodorow
2016-01-26
*
Split PrepareDepsOfTargetsUnderDirectory into two parts, one which does the d...
Janak Ramakrishnan
2016-01-07
*
Add bulk package lookup for use during target pattern resolution.
Eric Fellheimer
2016-01-04
*
Use batch lookups in graph-backed recursive provider for greater efficiency.
Eric Fellheimer
2015-12-28
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Make recursive package wildcards work in remote repositories.
Lukacs Berki
2015-10-15
*
Pass PackageIdentifier through a bit more code in target parsing in preparati...
Lukacs Berki
2015-10-14
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Thread the repository name all the way from TargetPatternResolver to Recursiv...
Lukacs Berki
2015-09-22
*
Move Label from the lib.syntax to the lib.cmdline package so that:
Lukacs Berki
2015-09-21
*
Stop throwing an exception if a Package was successfully created but contains...
Janak Ramakrishnan
2015-09-17
*
Move PackageIdentifier to cmdline
Kristina Chodorow
2015-08-31
*
Make globs work in remote repositories.
Lukacs Berki
2015-07-08
*
Activate interleaved package and transitive target loading
Mark Schaller
2015-07-08
*
Rollback of accidentally submitted change.
Lukacs Berki
2015-07-07
*
Make globs work in remote repositories.
Lukacs Berki
2015-07-07
*
Print an error message when an @foo dep isn't found
Kristina Chodorow
2015-06-17
*
Teach skyframe about excluded directories, paths
Mark Schaller
2015-05-21
*
Preload the universe for query tests
Mark Schaller
2015-03-24
*
On-the-fly target pattern resolution in SkyQueryEnvironment
Mark Schaller
2015-03-18