aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
...
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* Pass ctime to the TimestampGranularityMonitorGravatar ulfjack2018-02-05
* Remove Root#getCodec, to bring Root in line with general style for codecGravatar cpeyser2018-02-02
* Add a CODEC for Artifact.Gravatar cpeyser2018-02-01
* Rename Transition to ConfigurationTransition.Gravatar gregce2018-01-30
* Obsolete and begin removing the toolchain_resolution_override flag.Gravatar John Cater2018-01-30
* Fix RegularFileArtifactValue.equalsGravatar ulfjack2018-01-30
* Remove DynamicTransitionMapper, ConfigurationTransitionProxy.Gravatar gregce2018-01-30
* Remove unused "pattern" feature in RecursiveFilesystemTraversalFunction.Gravatar felly2018-01-29
* Rephrase RootCodec as an InjectingObjectCodec.Gravatar cpeyser2018-01-29
* Remove hard coded prelude names from some unit tests.Gravatar shreyax2018-01-29
* Explicitly make fragments option to BuildConfigurationValue#key an ImmutableS...Gravatar janakr2018-01-23
* Add new skyfunction to load registered execution platformsGravatar John Cater2018-01-22
* Start serializing ArtifactOwner: put in a simple codec for the null artifact ...Gravatar janakr2018-01-19
* Simplify the toolchain test case setup.Gravatar jcater2018-01-19
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* Prevent broken cache entries on concurrent file changesGravatar ulfjack2018-01-19
* Clean up ArtifactRoot.Gravatar tomlu2018-01-18
* Add absolute root concept.Gravatar tomlu2018-01-18
* Start the process of getting Target out of ConfiguredTarget: add a new contai...Gravatar janakr2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Remove mtime field from FileStateValue.Gravatar janakr2018-01-16
* Remove EventBus from SkyframeActionExecutorGravatar ulfjack2018-01-16
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Remove trivial instances of FileSystem#getRootDirectory from testing code.Gravatar tomlu2018-01-11
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Adds a CODECs for Package and PackageValue.Gravatar shahan2018-01-11
* Codec for BuildConfigurationValue.Gravatar shahan2018-01-10
* Cleanup: move some tests {ArtifactFunction,FileArtifactValue}TestGravatar ulfjack2018-01-09
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Consolidate GlobDescriptor functionalityGravatar michajlo2018-01-03
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Move FileStateValue.Type to Metadata; add Metadata.getType()Gravatar ulfjack2017-12-21
* Makes PathFragment have internal CODEC definition.Gravatar Googler2017-12-19
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Implement --(no)expand_test_suites flag.Gravatar dslomov2017-12-13
* Removes skyframe/serialization's dependency on cmdline and vfs. Instead, make...Gravatar Googler2017-12-11
* Automated rollback of commit d0f06a6e4b61adc39bf5e1cfbae39501a89dc8e3.Gravatar nharmata2017-12-05
* Platform options are no longer experimental.Gravatar jcater2017-12-04
* Set default value of incompatible_load_argument_is_label to true.Gravatar laurentlb2017-12-04
* Move bazel conditions into src/conditions.Gravatar tomlu2017-11-30
* Update tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove the concept of a mandatory input which is allowed to be missing.Gravatar Googler2017-11-29
* Convert TestAspects to MockRule.Gravatar gregce2017-11-29
* MockRule enhancements.Gravatar gregce2017-11-29
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Automated rollback of commit b64119807b014d9f3b99fb8a02e22daf1a8299b6.Gravatar nharmata2017-11-28