aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/LocalRepositoryLookupFunction.java
Commit message (Expand)AuthorAge
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Replace path implementation.Gravatar tomlu2018-02-08
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* Make FileSymlinkException and InconsistentFSException IOExceptionsGravatar ulfjack2018-01-12
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Update LocalRepositoryLookupFunction to also return the path of theGravatar John Cater2017-09-06
* Fix LocalRepositoryLookupFunction to normalize paths so they are compared pro...Gravatar John Cater2017-07-06
* 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
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Add check that the WORKSPACE found in LocalRepositoryLookupFunction isn't a d...Gravatar John Cater2017-02-28
* Fix uses of LocalRepositoryLookupFunction to work with JDK7.Gravatar John Cater2016-10-26
* Add new skyframe function to lookup the repository given a path, and use thatGravatar John Cater2016-10-25