aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Prevent broken cache entries on concurrent file changesGravatar ulfjack2018-01-19
* Add a way for BaseCodecs to register association with subtypesGravatar brandjon2018-01-18
* Remove ConfigurationTransitionProxy.NONE and BaseRuleClasses.DYNAMIC_TRANSITI...Gravatar gregce2018-01-18
* Add absolute root concept.Gravatar tomlu2018-01-18
* Add TestUtils#ConstantStringCodecGravatar brandjon2018-01-18
* Re-add WalkableGraph#isUpToDate and BuildDriver#alreadyEvaluatedGravatar Googler2018-01-18
* Add serialization codec for SkylarkImports. This is needed to serialize Skyla...Gravatar janakr2018-01-18
* Start the process of getting Target out of ConfiguredTarget: add a new contai...Gravatar janakr2018-01-18
* Make comment more readable and correct.Gravatar nharmata2018-01-17
* Introduce Root class.Gravatar tomlu2018-01-17
* [Autocodec] Add a ImmutableSetCodec. ImmutableCollections have a deterministicGravatar Googler2018-01-17
* Codec for Location.Gravatar shahan2018-01-16
* Remove mtime field from FileStateValue.Gravatar janakr2018-01-16
* Remove EventBus from SkyframeActionExecutorGravatar ulfjack2018-01-16
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Support array fields in AutoCodec. To do this, introduceGravatar cpeyser2018-01-16
* Properly report missing external repositiones during pattern evaluation.Gravatar Dmitry Lomov2018-01-15
* Remove isMainRepo from Root.Gravatar tomlu2018-01-12
* Make FileSymlinkException and InconsistentFSException IOExceptionsGravatar ulfjack2018-01-12
* Stop including BuildConfiguration inside ConfiguredTargetKey: it's too heavyw...Gravatar janakr2018-01-11
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Remove BuildConfigurationValue#Key#enableActions field. Saves 8 bytes of memo...Gravatar janakr2018-01-11
* Remove some trivally unneeded usages of FileSystem#getRootDirectory.Gravatar tomlu2018-01-11
* Adds a CODECs for Package and PackageValue.Gravatar shahan2018-01-11
* Codec for BuildConfigurationValue.Gravatar shahan2018-01-10
* AutoCodec proto marshaller bug fix and support for mutable Map.Gravatar shahan2018-01-10
* AutoCodec's constructor strategy recognizes fields in a (transitive)Gravatar cpeyser2018-01-10
* Adds a CODEC for CppConfiguration.Gravatar shahan2018-01-10
* Adjust semantics of Metadata interface, remove isFile (use getType)Gravatar ulfjack2018-01-10
* Cleanup: move some tests {ArtifactFunction,FileArtifactValue}TestGravatar ulfjack2018-01-09
* Cleanup: remove use of LegacySkyKey for TargetCompletionKeyGravatar ulfjack2018-01-08
* For InjectingObjectCodec, also forwards dependency to serialize.Gravatar shahan2018-01-07
* Deletes FakeAutoCodecProcessor.Gravatar shahan2018-01-07
* @AutoCodec: allow CONSTRUCTOR strategy to be used with dependency element.Gravatar shahan2018-01-05
* Enables dependency injection for PUBLIC_FIELD and POLYMORPHIC AutoCodec strat...Gravatar shahan2018-01-05
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Allows @AutoCodec to handle injected deserialization dependencies.Gravatar shahan2018-01-04
* Consolidate GlobDescriptor functionalityGravatar michajlo2018-01-03
* @AutoCodec: proper handling of checked exceptions thrown by constructors.Gravatar shahan2018-01-03
* Adds the @AutoCodec.Constructor annotation for selecting constructors.Gravatar shahan2018-01-03
* @AutoCodec: Uses sun.misc.Unsafe to retrieve fields for serialization.Gravatar shahan2018-01-02
* Intern the BuildConfigurationValue.Key instances that we create. Currently we...Gravatar janakr2017-12-28
* AutoCodec: support for ImmutableListMultimap, ImmutableMultimap and Immutable...Gravatar Googler2017-12-28
* After getting rid of LabelAndConfiguration, simplify some code by providing a...Gravatar janakr2017-12-28
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* AutoCodec features.Gravatar Googler2017-12-27
* Refactor Info classGravatar brandjon2017-12-27
* @AutoCodec features and refactoring.Gravatar Googler2017-12-23
* Bump up the max number of changed files we INFO-log to 10.Gravatar nharmata2017-12-22