aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* 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
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Replaces some existing codecs with @AutoCodec.Gravatar Googler2017-12-22
* Tell PackageFunction if it will never be used to do incremental package loadi...Gravatar nharmata2017-12-22
* Remove some code leftover from back when BUILD file preprocessing was a thing...Gravatar nharmata2017-12-22
* Move TargetCompleteEvent generation to the CompletionFunctionGravatar ulfjack2017-12-22
* Remove testing flag --internal_do_not_export_builtinsGravatar brandjon2017-12-21
* Some performance improvements to AbstractPackageLoader.Gravatar nharmata2017-12-21
* @AutoCodec features.Gravatar Googler2017-12-21
* Move FileStateValue.Type to Metadata; add Metadata.getType()Gravatar ulfjack2017-12-21