aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs/RootedPath.java
Commit message (Expand)AuthorAge
* Add mostly-ide-generated hashCode for RootedPathGravatar michajlo2018-03-12
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Add context argument to ObjectCodec.{serialize,deserialize}Gravatar michajlo2018-02-11
* Do not store Path object in RootedPath.Gravatar tomlu2018-02-09
* Replace path implementation.Gravatar tomlu2018-02-08
* Remove Root#getCodec, to bring Root in line with general style for codecGravatar cpeyser2018-02-02
* Rephrase RootCodec as an InjectingObjectCodec.Gravatar cpeyser2018-01-29
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Move RootedPathCodec to an inner class of RootedPath.Gravatar tomlu2018-01-16
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* VFS: implement a Windows-specific Path subclassGravatar Laszlo Csomor2016-10-25
* Rollback of commit e0d7a540e3c615c628f63fcaaaba0c47fca2cb25.Gravatar Philipp Wollermann2016-10-19
* VFS: implement a Windows-specific Path subclassGravatar Laszlo Csomor2016-10-18
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25