aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Automated rollback of commit 3643afad04be41caa4b247d327230e8a1e32bb6a.Gravatar carmi2018-04-17
* PiperOrigin-RevId: 193274137Gravatar carmi2018-04-17
* Add ValueConstants helper to handle the increasingly complex logic for value-...Gravatar janakr2018-04-16
* Introduce NestedSetCodecWithStore, which serializes NestedSet using a process...Gravatar cpeyser2018-04-16
* PiperOrigin-RevId: 192832950Gravatar carmi2018-04-13
* Add DurationCodecGravatar Googler2018-04-13
* Prefix-compress strings during memoizing serialization.Gravatar janakr2018-04-12
* Fix error handling for target pattern expansionGravatar John Cater2018-04-12
* Remove all callers of ArtifactRoot.asSourcePath from production code besides ...Gravatar janakr2018-04-11
* Add a toString method to BuildOptions and BuildConfigurationValue.KeyGravatar mjhalupka2018-04-11
* Fix NPE in action graph dump.Gravatar twerth2018-04-11
* Make --fdo_optimize paths be PathFragment instead of Path, and remove the now...Gravatar Googler2018-04-11
* Remove BuildConfiguration.Fragment#setupActionEnvironment().Gravatar lberki2018-04-11
* Add value constants to ObjectCodecRegistry. Value constants are to be used wh...Gravatar janakr2018-04-10
* Simplify AbstractSkyFunctionEnvironment to more directly call getValueOrUntyp...Gravatar shreyax2018-04-10
* Make some objects frequently encountered during serialization into constants....Gravatar janakr2018-04-10
* Makes BlazeDirectories a serialization constant.Gravatar shahan2018-04-10
* Allow codecs in ObjectCodecRegistry.Builder to be swapped out.Gravatar cpeyser2018-04-10
* Makes the decision to memoize at the SkyValue level.Gravatar shahan2018-04-09
* Deletes KryoGravatar shahan2018-04-09
* Remove BuildConfiguration.Fragment#getReservedActionMnemonics() in favor of e...Gravatar lberki2018-04-09
* In inlined skylark import lookup function caching, don't actually fetch deps ...Gravatar shreyax2018-04-06
* Adds more debug logging to ArtifactFactory validation.Gravatar shahan2018-04-06
* DynamicCodec emits a trail of type names when it encounters NoSuchCodecExcept...Gravatar shahan2018-04-06
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Properly report completion of shared actions with input discoveryGravatar hlopko2018-04-05
* Make DynamicCodec always memoize. Since it replaces Java serialization, which...Gravatar janakr2018-04-05
* Transform StackOverflowError thrown in ArrayCodec into SerializationException...Gravatar janakr2018-04-05
* Add codec for Object[]. This may be useful for NestedSetCodec, pushing up so ...Gravatar janakr2018-04-04
* Save the lookup and write of the codec index when the object is memoized, as ...Gravatar janakr2018-04-04
* Add ObjectCodec for AtomicReference.Gravatar janakr2018-04-04
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* Don't hold on to full byte array when deserializing protocol buffers.Gravatar janakr2018-04-03
* Fix build results for aspect builds.Gravatar tomlu2018-04-03
* Moves the decision to enable memoization from codecs to the top-level invocat...Gravatar shahan2018-04-02
* Add codec for ImmutableMultimap.Gravatar cpeyser2018-04-02
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* 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