aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Remove Target from TargetPatternPhaseValue. Use the sets of targets that woul...Gravatar mjhalupka2018-03-29
* Allow setting the value which BazelPackageLoader returns for native.bazel_ver...Gravatar carmi2018-03-29
* Allow ConfiguredTargetFunction to release its CPU-bound semaphore during dep ...Gravatar janakr2018-03-28
* Add codecs needed to fully serialize Attributes.Gravatar janakr2018-03-28
* Remove BuildConfiguration from ConfiguredTarget.Gravatar janakr2018-03-28
* Mark ASTFileLookupValue as a NotComparableSkyValue. See the added comments fo...Gravatar nharmata2018-03-28
* Put configuration checksum into BuildOptions$OptionsDiffForReconstruction and...Gravatar janakr2018-03-28
* Removes superfluous generic parameter from DynamicCodec, allowing it to be usedGravatar shahan2018-03-28
* ArtifactRoot correctly switches output base when serializing.Gravatar shahan2018-03-28
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* PiperOrigin-RevId: 190680743Gravatar mjhalupka2018-03-27
* Remove ConfiguredTargetKey#of(ConfiguredTarget), since it calls ConfiguredTar...Gravatar janakr2018-03-27
* DynamicCodec class.Gravatar shahan2018-03-27
* Remove some more #getConfiguration calls (and some transitive ones through Co...Gravatar janakr2018-03-27
* Thread configuration map through TestFilteringCompleteEvent. This isn't the m...Gravatar janakr2018-03-27
* Get rid of ConfiguredTarget#getConfiguration() call in ConfiguredTargetFuncti...Gravatar janakr2018-03-27
* Get rid of a few more #getConfiguration() calls. We're now passing a Configur...Gravatar janakr2018-03-27
* Remove FastStringCodecGravatar michajlo2018-03-26
* Don't assert that configurations are actually equal in ConfiguredTargetAndDat...Gravatar janakr2018-03-26
* Prohibit using Java serialization for protos.Gravatar cpeyser2018-03-26
* As promised in an earlier commit, remove subinclude machinery from PackageFac...Gravatar nharmata2018-03-26
* Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...Gravatar janakr2018-03-26
* Make a bunch more stuff serializable, especially anonymous classes and lambda...Gravatar janakr2018-03-26
* BEP: also report the built artifacts in case of a testGravatar Klaus Aehlig2018-03-26
* @AutoCodec ConfiguredValueCreationException. Not a high priority, but while w...Gravatar janakr2018-03-24
* Memoize AspectValue serialization (oops).Gravatar janakr2018-03-24
* @AutoCodec SelectorValue. Rather than making mapMarshaller handle wildcards b...Gravatar janakr2018-03-23
* Allow AutoValue builder method to have the same name as getter method when us...Gravatar janakr2018-03-23
* @AutoCodec AspectValue.Gravatar janakr2018-03-23
* Re-enable aliasing of CodedInputStream during deserialization, removed as par...Gravatar janakr2018-03-23
* Adds hook to AspectFunction to allow for inlining SkylarkImportLookupFunction.Gravatar cpeyser2018-03-23
* Fix test flakiness due to the filesystem mutations done during the 'fetch' wo...Gravatar nharmata2018-03-23
* Implement TargetProviderForQueryEnvironment.Gravatar dbabkin2018-03-23
* Victory lap: Remove all code that used to support the three-argument form of ...Gravatar lberki2018-03-23
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Allow NestedSetCodec to share members across multiple deserializations.Gravatar cpeyser2018-03-22
* Clean up unnecessary "additional data" from memoizing deserialization. Since ...Gravatar janakr2018-03-21
* Memoize non-rule configured targets. This is probably a good idea in general,...Gravatar janakr2018-03-21
* Add behavior to NestedSetCodec to prevent it from running during testing.Gravatar cpeyser2018-03-21
* Hand-rolls EnumRuntimeCodecGravatar shahan2018-03-20
* Add EnumMapCodec. Some hackery necessary to get Class for Enum when map is em...Gravatar janakr2018-03-20
* Add ability to shallow-freeze individual objectsGravatar brandjon2018-03-20
* @Autocodec a few leftover classes. Also, add @AutoCodec builder support for ...Gravatar cpeyser2018-03-20
* Automated rollback of commit 72d28f3efc2842510a34cacd930c0204143f7412.Gravatar shreyax2018-03-19
* Automated rollback of commit e6af9f9178e731a45e552b1d249ded90124945ba.Gravatar janakr2018-03-19
* Add some testing methods to get ConfiguredTargetAndData more easily, and rena...Gravatar janakr2018-03-19
* Add behavior to NestedSetCodec to prevent it from running during testing.Gravatar cpeyser2018-03-19
* Add unit tests for https://github.com/bazelbuild/bazel/commit/f304d2be2e8c26b...Gravatar janakr2018-03-16
* Adds codecs for more list variants.Gravatar shahan2018-03-16
* Add @AutoCodec strategy for @AutoValue.Builder.Gravatar janakr2018-03-16