aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs/BUILD
Commit message (Expand)AuthorAge
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* Hand-roll PathFragment$Codec, to squeeze a bit of performance out of it.Gravatar janakr2018-05-25
* Refactor and cleanup the sandboxing code.Gravatar Philipp Wollermann2018-03-23
* Serialize Path using AutoCodec.Gravatar janakr2018-03-05
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Don't intern PathFragments when we create PackageIdentifiers. This should be ...Gravatar shreyax2018-02-15
* Replace path implementation.Gravatar tomlu2018-02-08
* Rephrase RootCodec as an InjectingObjectCodec.Gravatar cpeyser2018-01-29
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Redo FileType to reduce generated garbage.Gravatar tomlu2017-12-22
* Makes PathFragment have internal CODEC definition.Gravatar Googler2017-12-19
* Add a new file path type, LocalPath.Gravatar tomlu2017-12-12
* Removes skyframe/serialization's dependency on cmdline and vfs. Instead, make...Gravatar Googler2017-12-11
* 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
* More BUILD file refactorings.Gravatar philwo2017-09-06