aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ProcessPackageDirectory.java
Commit message (Expand)AuthorAge
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* Inline rarely used PathFragment methods that do not deserve to be on a core p...Gravatar tomlu2018-01-19
* Introduce Root class.Gravatar tomlu2018-01-17
* Make FileSymlinkException and InconsistentFSException IOExceptionsGravatar ulfjack2018-01-12
* Remove the hardcoded exclusion of the top-level //experimental directory. Thi...Gravatar nharmata2017-11-21
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Properly report errors as errors.Gravatar nharmata2017-10-16
* Fix bug where we incorrectly skip over subdirectories named 'external'. We're...Gravatar mschaller2017-07-27
* Exclude //external targets from //...Gravatar kchodorow2017-07-07
* When requesting all transitive traversal values recursively, request packages...Gravatar Janak Ramakrishnan2016-10-12