aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Check if ParentFileValue is a directory when evaluating a FileFunction node.Gravatar neerajen2018-07-19
* Introduce --strict_fileset_output which treats all output Artifacts encounter...Gravatar felly2018-07-18
* Automated rollback of commit d491bf10f42e213292382c98a1dc439537f00f43.Gravatar janakr2018-07-17
* Move constraint value lookup to a new utility function.Gravatar John Cater2018-07-17
* Move platform lookup to new dedicated helper class.Gravatar John Cater2018-07-17
* Automated rollback of commit eb587075b0d6ffab1cf9e69ede1b7e547905e547.Gravatar janakr2018-07-16
* Add implicit mapping from "@mainrepo" to "@". This fixes the issue where refe...Gravatar Danna Kelmer2018-07-16
* Code Cleanup: Simplify the ResolvedFile interface by removing unnecessary tes...Gravatar kush2018-07-13
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Make the FileArtifactvalue of generated targets available via the FilesetOutp...Gravatar kush2018-07-11
* Remove ToolchainContextException and make exception handling more robust.Gravatar John Cater2018-07-10
* Pull up calls to ToolchainContext.resolvedToolchainLabels and finishGravatar John Cater2018-07-09
* Bazel server: ensure OutputStreams are closedGravatar laszlocsomor2018-07-05
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Instead of depending on mutable inputs of upstream CppCompileAction instances,Gravatar shahan2018-06-26
* ToolchainContext directly implements SkylarkValue and SkylarkIndexable.Gravatar John Cater2018-06-22
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Automated rollback of commit 45b308a62f42c2c0bcfe79dcd4046c4025a31059.Gravatar janakr2018-06-20
* Add new BuildMetrics event to BEP.Gravatar tomlu2018-06-19
* Expand the abilities of codecs. Let ImmutableMultimapCodec actually handle Li...Gravatar janakr2018-06-19
* Put a trail into every SerializationException, not just NoCodecException, and...Gravatar janakr2018-06-19
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* ActionFS supports fast digests. Add test coverage for this and some file meta...Gravatar felly2018-06-15
* Support ActionFS opening files with append. Also, fix ActionFS notifying its ...Gravatar felly2018-06-15
* Create an ImmutableTableCodec.Gravatar mjhalupka2018-06-14
* Support unconditional fetching of repositoriesGravatar Klaus Aehlig2018-06-14
* Serialize lambdas when they are cast to Serializable.Gravatar janakr2018-06-13
* Add functionality to make certain SkyValues unshareable, meaning they are not...Gravatar janakr2018-06-13
* Fix a bug with flush() not flushing on local writes in ActionFS, and add unit...Gravatar felly2018-06-12
* Add more data to the exception thrown when putOnlyEntry's verification fails.Gravatar mstaib2018-06-12
* Always run toolchain resolution, even when no toolchain types are requested, ...Gravatar John Cater2018-06-12
* Allow delegation to the underlying filesystem only for the source tree.Gravatar felly2018-06-11
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Disable `repo_mapping` by default via a flag.Gravatar dannark2018-06-05
* Allow rules and targets to specify extra execution platform constraints.Gravatar John Cater2018-06-05
* Add functionality to SerializationContext and @AutoCodec to check that a clas...Gravatar janakr2018-06-05
* Process 'repo_mapping' attribute from WORKSPACE rules. 'repo_mapping' is a wa...Gravatar dannark2018-06-04
* Remove ConfiguredTarget from TargetCompletionValue, since it is no longer nee...Gravatar janakr2018-06-04
* Failing targets are identified by comparing ConfiguredTarget.Key instead of C...Gravatar cpeyser2018-06-04
* Carry tree artifacts' self data through aggregating middlemen.Gravatar Benjamin Peterson2018-06-03
* Allow multiple trimming transition factories to be added.Gravatar mstaib2018-06-01
* Refactor root cause reporting in ConfiguredTargetFunctionGravatar ulfjack2018-05-29
* Simplify split transition semantics: noops now return the input build options.Gravatar gregce2018-05-23
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* Remove string prefix optimization. With new UnsafeJdk9StringCodec, it's no lo...Gravatar janakr2018-05-21
* Remove ValueConstants. They're not pulling their weight in CPU overhead.Gravatar janakr2018-05-21
* When using JDK9, replace naive StringCodec with an optimized codec that uses ...Gravatar janakr2018-05-21