aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
...
* Introduce a wrapper around the ImmutableSortedSet<Class<? extends BuildConfig...Gravatar janakr2018-01-24
* Makes @AutoCodec preserve map order when it sees Map or ImmutableMap raw type...Gravatar shahan2018-01-24
* 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
* Add option to optionally wipe state at the end of a build.Gravatar ccalvarin2018-01-22
* Start serializing ArtifactOwner: put in a simple codec for the null artifact ...Gravatar janakr2018-01-19
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* Inline rarely used PathFragment methods that do not deserve to be on a core p...Gravatar tomlu2018-01-19
* 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