aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/EnvironmentBackedRecursivePackageProvider.java
Commit message (Expand)AuthorAge
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Remove CachingPackageLocator interface from the PackageProvider hierarchyGravatar ulfjack2018-06-06
* Consolidate fields and methods of recursive package providers into an abstrac...Gravatar juliexxia2018-05-03
* Introduce Root class.Gravatar tomlu2018-01-17
* Properly report missing external repositiones during pattern evaluation.Gravatar Dmitry Lomov2018-01-15
* Fix getBuildFiles to not assume BUILD is the name of the build file.Gravatar John Cater2017-12-04
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Fix bug where all three implementations of RecursivePackageProvider#getPackag...Gravatar nharmata2017-10-31
* Generalize some of methods in TargetPattern, PrepareDepsOfPatternValue, and R...Gravatar nharmata2017-07-26
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Improve query error msg when a package has a broken Skylark loadGravatar Mark Schaller2017-03-12
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Parse the workspace name when a repository is loadedGravatar Kristina Chodorow2016-01-29
* Move RepositoryName to its own top-level classGravatar Kristina Chodorow2016-01-26
* Add bulk package lookup for use during target pattern resolution.Gravatar Eric Fellheimer2016-01-04
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Make recursive package wildcards work in remote repositories.Gravatar Lukacs Berki2015-10-15
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Thread the repository name all the way from TargetPatternResolver to Recursiv...Gravatar Lukacs Berki2015-09-22
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Stop throwing an exception if a Package was successfully created but contains...Gravatar Janak Ramakrishnan2015-09-17
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* 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
* Extract, reuse excluded directory assertionGravatar Mark Schaller2015-06-23
* Make MissingDepException staticGravatar Mark Schaller2015-06-23
* Properly handle exceptions that RecursivePkgFunction can encounter, instead o...Gravatar Janak Ramakrishnan2015-06-03
* Teach skyframe about excluded directories, pathsGravatar Mark Schaller2015-05-21
* On-the-fly target pattern resolution in SkyQueryEnvironmentGravatar Mark Schaller2015-03-18