aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Get rid of the last reference to getAttributeMapper by keeping packages whichGravatar mjhalupka2018-02-13
* Add ability to use getter in AutoCodecProcessor when field for instantiator p...Gravatar janakr2018-02-13
* Refactor WalkableGraph and BuildDriver interfacesGravatar Googler2018-02-13
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Add context argument to ObjectCodec.{serialize,deserialize}Gravatar michajlo2018-02-11
* Add support to Polymorphic strategy for grandchild classes that have no codec...Gravatar janakr2018-02-09
* Replace path implementation.Gravatar tomlu2018-02-08
* Remove references to getTarget(). Requires threading through anGravatar mjhalupka2018-02-08
* Add support for javabeans-style getters ("getFoo()", "isFoo()") to AutoCodec'sGravatar cpeyser2018-02-08
* Add an AutoCodec marshaller for UUID. This is required to serializeGravatar cpeyser2018-02-08
* Remove usesFuse output service method.Gravatar felly2018-02-08
* Extract registry functionality from ObjectCodecsGravatar michajlo2018-02-07
* @AutoCodec adds Singleton strategy.Gravatar shahan2018-02-07
* Refactor to get rid of some getConfiguredTarget() calls in tests and replaceGravatar mjhalupka2018-02-07
* Add NestedSetCodec to AutoCodec's deploy jar.Gravatar cpeyser2018-02-06
* @AutoCodec support for superclasses having generic parameters.Gravatar shahan2018-02-06
* Add Supplier support to AutoCodec.Gravatar cpeyser2018-02-06
* Update ToolchainResolutionFunction to consider multiple availableGravatar John Cater2018-02-06
* Throw NoCodecException on ByteString getCodec specializationGravatar michajlo2018-02-06
* Makes @AutoCodec only use Instantiator parameter type information and ignoreGravatar shahan2018-02-06
* Add a marshaller in AutoCodec for Iterable. This marshaller performs a runti...Gravatar cpeyser2018-02-06
* Rename the host platform information in the configuration.Gravatar John Cater2018-02-06
* Add NestedSet support in AutoCodec for type parameters which have an Injectin...Gravatar cpeyser2018-02-05
* Fix Fileset incrementality bug when Fileset consumes a generated file. The na...Gravatar felly2018-02-05
* Refactor ArtifactSkyKey to get rid of an unnecessary wrapper class: actually ...Gravatar janakr2018-02-05
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* Pass ctime to the TimestampGranularityMonitorGravatar ulfjack2018-02-05
* Start process of tagging AspectKey. Still a lot of subclasses of AspectClass ...Gravatar janakr2018-02-02
* AutoCodec can support NestedSet<T>, where T is a declared declared type thatGravatar cpeyser2018-02-02
* Fix error handling in skyframe target pattern parsingGravatar ulfjack2018-02-02
* @AutoCodec @AutoValue supportGravatar shahan2018-02-01
* Add codecs for some stray SkyKeys.Gravatar janakr2018-02-01
* Change ConfiguredAspectFactory.create signature to take in aGravatar mjhalupka2018-01-31
* Remove references to ConfiguredTarget.getTarget() in CompletionFunction.Gravatar mjhalupka2018-01-31
* Remove references of ConfiguredTarget.getTarget() from ToolchainUtil.Gravatar mjhalupka2018-01-31
* Automated rollback of commit db65f80cc83d562c0f63c34ce9d9a58fad0e3b0c.Gravatar pcloudy2018-01-31
* Verbatim, initial checkin of Kryo files for @AutoCodec Runtime.Gravatar shahan2018-01-30
* Don't use null EvaluationProgressReceiver in MemoizingEvaluator (it was only ...Gravatar janakr2018-01-30
* Adds CodecScanner to help automate building a codec registry.Gravatar shahan2018-01-30
* Handle the case where platformConfiguration isn't present.Gravatar John Cater2018-01-30
* Rename Transition to ConfigurationTransition.Gravatar gregce2018-01-30
* Obsolete and begin removing the toolchain_resolution_override flag.Gravatar John Cater2018-01-30
* Add tests for execution platforms to ExternalPackageUtilTest.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
* Add alternative interface for LIPO data transitions, opt in native rules.Gravatar gregce2018-01-29
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Additional Serializers and Serializer bugfixes needed to serialize BuildConfi...Gravatar shahan2018-01-29
* Add codec for ConfiguredTargetKey and remove stray LegacySkyKey constructors ...Gravatar janakr2018-01-27