aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs/PathFragment.java
Commit message (Expand)AuthorAge
* Make UnionFileSystem accept all paths Bazel can throw at it.Gravatar ccalvarin2017-09-27
* Add all generated headers as mandatory inputs for compile actions.Gravatar rduan2017-07-21
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* For objc rules, generated headers are mandatory inputs to CppCompileAction.Gravatar cpeyser2017-05-26
* Make PathFragment an abstract class.Gravatar nharmata2017-04-24
* Update stale Windows path comment.Gravatar ccalvarin2017-04-11
* Remove the last remaining public ctor from PathFragment.Gravatar nharmata2017-04-07
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* PathFragment comparisons are now platform-aware Gravatar László Csomor2017-03-06
* Fix PathFragment to not use Java8-only static hashCode methods.Gravatar John Cater2016-12-15
* VFS: PathFragment is no longer aware of MSYS pathsGravatar Laszlo Csomor2016-10-27
* VFS: implement a Windows-specific Path subclassGravatar Laszlo Csomor2016-10-25
* Rollback of commit e0d7a540e3c615c628f63fcaaaba0c47fca2cb25.Gravatar Philipp Wollermann2016-10-19
* Add file extension property to SkylarkGravatar Paul Roberts2016-10-18
* VFS: implement a Windows-specific Path subclassGravatar Laszlo Csomor2016-10-18
* Expand $(location :label) to string unambiguously a pathGravatar Klaus Aehlig2016-10-14
* Making the PathFragment interned segments list public, to be used later inGravatar Googler2016-09-08
* Remove not-quite necessary serialization bitsGravatar Michajlo Matijkiw2016-07-15
* Fix interning in PathFragment.create(char, bool, String[])Gravatar Michajlo Matijkiw2016-06-24
* Remove extraneous space added by commit 5e34a3d4ea30525971e320ce283ba8cd67c74e3cGravatar Nathan Harmata2016-05-17
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* ASwB aspect: parse java packages during executionGravatar Googler2015-12-03
* C++ libraries in remote repos don't need to set include pathsGravatar Kristina Chodorow2015-11-12
* Reduce memory churn while creating PathFragments.Gravatar Eric Fellheimer2015-10-27
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Description redacted.Gravatar Michajlo Matijkiw2015-08-24
* Add comments about subtle benign race in PathFragment#hashCode.Gravatar Nathan Harmata2015-08-11
* Fix up some faulty documentation.Gravatar Googler2015-07-20
* Extract, reuse excluded directory assertionGravatar Mark Schaller2015-06-23
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Skylark: enable relative paths in load statements. Only paths with 1 segment ...Gravatar Googler2015-02-09
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25