aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Retain @AutoCodec at runtime.Gravatar janakr2018-02-26
* Add support for parameterized types to AutoCodec.Gravatar cpeyser2018-02-26
* Add support to @AutoCodec for long and byte fields, and centralize primitive ...Gravatar janakr2018-02-24
* SerializationTester uses an addDependency method instead ofGravatar shahan2018-02-24
* AutoCodec verifies that constructor parameter and field types are related.Gravatar shahan2018-02-24
* Integrates CodecScanner into SkyValueEncoder.Gravatar shahan2018-02-23
* Fix Fix crash on incremental builds across configuration changes when using S...Gravatar felly2018-02-23
* A couple quality-of-life improvements for Bazel devs, in response to an email...Gravatar nharmata2018-02-23
* Automated rollback of commit 7fe59b98eefc96a6310f0b0221d4e0f18e2a9000.Gravatar shreyax2018-02-23
* Re-enable loading the PlatformInfo providers inGravatar John Cater2018-02-22
* Add more codecs to execution phase.Gravatar janakr2018-02-22
* Move newly created protos to analysis package.Gravatar twerth2018-02-22
* Add option to dump the action graph.Gravatar twerth2018-02-22
* Internal changeGravatar felly2018-02-20
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* In TransitiveBaseTraversalFunction, only process the deps once we have all th...Gravatar shreyax2018-02-20
* Adds ObjectCodecRegistry to {Des|S}erializationContext.Gravatar shahan2018-02-20
* Some autocodec changes required to serialize SpawnAction: double field and Ch...Gravatar cpeyser2018-02-20
* 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