aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs/PathFragment.java
Commit message (Expand)AuthorAge
* Hand-roll PathFragment$Codec, to squeeze a bit of performance out of it.Gravatar janakr2018-05-25
* Normalize parameter name commentsGravatar cushon2018-04-27
* Make some objects frequently encountered during serialization into constants....Gravatar janakr2018-04-10
* Optimize GC churn due to PackageFunction#getContainingDirectory. While I'm he...Gravatar nharmata2018-03-15
* Serialize Path using AutoCodec.Gravatar janakr2018-03-05
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Add context argument to ObjectCodec.{serialize,deserialize}Gravatar michajlo2018-02-11
* Replace path implementation.Gravatar tomlu2018-02-08
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Inline rarely used PathFragment methods that do not deserve to be on a core p...Gravatar tomlu2018-01-19
* Change packaging rules to operate on strings instead of path fragments.Gravatar tomlu2018-01-12
* Redo FileType to reduce generated garbage.Gravatar tomlu2017-12-22
* Makes PathFragment have internal CODEC definition.Gravatar Googler2017-12-19
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Break dependency on vfs from the interface of syntax and cmdline.Gravatar tomlu2017-11-06
* 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