aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/BlazeDirectories.java
Commit message (Expand)AuthorAge
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* 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
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Remove isMainRepo from Root.Gravatar tomlu2018-01-12
* Remove use of Path#isRootDirectory from BlazeDirectories.Gravatar tomlu2018-01-11
* Codec for BuildConfigurationValue.Gravatar shahan2018-01-10
* Removes skyframe/serialization's dependency on cmdline and vfs. Instead, make...Gravatar Googler2017-12-11
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Consolidate ObjectCodec<String> creationGravatar michajlo2017-10-09
* Remove product name precomputed value.Gravatar janakr2017-09-25
* Add serialization support to BlazeDirectories (and .hashCode() and .equals() ...Gravatar janakr2017-09-15
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* Move action_outs directory to under the output path.Gravatar janakr2017-04-06
* Add an "is main repo" field to RootsGravatar Kristina Chodorow2016-09-09
* Remove all references to (incorrect) BlazeDirectories.buildDataDirectory rootGravatar Kristina Chodorow2016-08-26
* Remove ArtifactFactory dependency on incorrect exec rootGravatar Kristina Chodorow2016-08-25
* Remove the outputPath parameter from BlazeModule.getFileSystem.Gravatar Ulf Adams2016-08-10
* Split BlazeDirectories into two classes.Gravatar Ulf Adams2016-08-09
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Use only the Bazel server for bootstrappingGravatar Damien Martin-Guillerez2016-01-18
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Add a --deep_execroot startup option that puts the execroot under $OUTPUT_BAS...Gravatar Lukacs Berki2015-12-09
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Allow runtime introspection of a content hash of the Blaze binary and all emb...Gravatar Eric Fellheimer2015-08-12
* Allow the workspace to be /Gravatar Kristina Chodorow2015-08-11
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25