aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Automated rollback of commit cce164aed44aba1de244f0d764cd33a5cc6980b2.Gravatar fwe2018-02-19
* Re-use previously computed deps for TransitiveBaseTraversalFunction#compute i...Gravatar shreyax2018-02-16
* Remove BuildConfiguration and PlatformInfo from theGravatar jcater2018-02-15
* Properly error when environment_group references non-existent targets.Gravatar gregce2018-02-15
* Add some more codecs to execution-phase SkyKeys.Gravatar janakr2018-02-15
* Stop storing ActionTemplate in a SkyKey: it's too heavyweight. Use the same m...Gravatar janakr2018-02-15
* Finish cleanup of unthreaded contextsGravatar michajlo2018-02-15
* Fix typo in javadocGravatar michajlo2018-02-15
* Get PlatformInfo out of ToolchainResolutionKey, replace with the ConfiguredTa...Gravatar janakr2018-02-14
* Adds Class-keyed lookup to ObjectCodecRegistry and populates it using CodecSc...Gravatar shahan2018-02-14
* Start slimming down ToolchainResolutionKey: get rid of BuildConfiguration. Th...Gravatar janakr2018-02-14
* Remove Target from ConfiguredTarget.Gravatar mjhalupka2018-02-14
* Add a CODEC for CppCompileAction.Gravatar cpeyser2018-02-14
* Delete unused variable in ToolchainResolutionFunction.Gravatar Benjamin Peterson2018-02-14
* Get rid of unnecessary target retrieval in ToolchainUtil: the label will do j...Gravatar janakr2018-02-14
* Make ActionLookupData a SkyKey. Should save some memory.Gravatar janakr2018-02-14
* Drop unused SerializerAdapterGravatar michajlo2018-02-13
* @AutoCodec AspectValue$AspectKey.Gravatar janakr2018-02-13
* 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