aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Add events and get rid of ErrorInfoEncoder. Clean up some signatures and visi...Gravatar janakr2018-05-22
* Cache superclass traversal to find proper codec in ObjectCodecRegistry.Gravatar janakr2018-05-21
* Remove comment about legacy package loading.Gravatar dannark2018-05-21
* Remove string prefix optimization. With new UnsafeJdk9StringCodec, it's no lo...Gravatar janakr2018-05-21
* Remove ValueConstants. They're not pulling their weight in CPU overhead.Gravatar janakr2018-05-21
* When using JDK9, replace naive StringCodec with an optimized codec that uses ...Gravatar janakr2018-05-21
* Don't construct directories when using ActionFS - these are implicit.Gravatar felly2018-05-18
* Allows ActionFS to delegate to other file systems.Gravatar shahan2018-05-17
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* Missing space in TargetPatternPhaseValue.toString()Gravatar shahan2018-05-17
* Makes BuildConfigurationValue.Key.toString() a bit more informative.Gravatar shahan2018-05-17
* Rename CommandAction.getEnvironment, add AbstractAction.getEnvironmentGravatar ulfjack2018-05-17
* In TestsInSuiteValue, replace Target member with Label. This makesGravatar cpeyser2018-05-16
* Optimizes performance of ActionFS staging and eliminates ActionFS updates.Gravatar shahan2018-05-15
* Change TestSuiteExpansionValue to contain Labels instead of Targets.Gravatar cpeyser2018-05-15
* Potentially allow children of a dirty node to be missing from the graph. Also...Gravatar janakr2018-05-15
* Move --track_incremental_state and --keep_state_after_build to CommonCommandO...Gravatar felly2018-05-15
* Add option --experimental_discard_actions_after_execution in order to turn it...Gravatar janakr2018-05-15
* DynamicCodec tweaks to make it into a super fast String serializer.Gravatar shahan2018-05-14
* Ease the configuration-related restrictions of several more tests.Gravatar mstaib2018-05-14
* Pull caching up to BuildConfigurationValue$Key$Codec. Almost all BuildOptions...Gravatar janakr2018-05-14
* Permit serialization arising from ErrorInfo#encode to wait on a future. ThisGravatar cpeyser2018-05-14
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Add an IdentityHashMap to the BuildOptions.OptionsDiffForReconstruction codec.Gravatar mjhalupka2018-05-11
* Records profiling information for ActionFS staging and updates.Gravatar shahan2018-05-11
* Codec for FluentIterable - needed to serialize results of Iterables.concat.Gravatar shahan2018-05-10
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09
* Replace Rule field in TestsInSuiteKey with a Label. In TestsInSuiteFunction,Gravatar cpeyser2018-05-03
* Serialization of NestedSet<NestedSet> with NestedSetCodecWithStore waits onGravatar cpeyser2018-05-03
* Use ConcurrentHashMap directly instead of MapMaker.Gravatar Googler2018-05-03
* Consolidate fields and methods of recursive package providers into an abstrac...Gravatar juliexxia2018-05-03
* In PackageLookupValue also track the repositoryGravatar Klaus Aehlig2018-05-03
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Add ArtifactFactory to the AutoRegistry blacklist.Gravatar mjhalupka2018-05-02
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Add a codec for LinkedHashSet.Gravatar mjhalupka2018-05-01
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Wire up future to wait for in NestedSetCodecWithStore.Gravatar janakr2018-04-30
* Allow SkyFunctions to return a sentinel value indicating that all of a node's...Gravatar janakr2018-04-30
* Add ability for serialization to inform the SerializationContext that any rem...Gravatar janakr2018-04-30
* Refactor NestedSet to permit alternate NestedSetStore implementations.Gravatar cpeyser2018-04-30
* Output message when the build configuration changes.Gravatar tomlu2018-04-27
* Widen visibility for SkyframeExecutor.setSkylarkSemanticsGravatar mschaller2018-04-27
* Allow class prefix names to be blacklisted from DynamicCodec use.Gravatar janakr2018-04-26
* Adds support for remote files.Gravatar shahan2018-04-26
* Fix skyframe target pattern evaluator thread usageGravatar ulfjack2018-04-26
* Add hook to inform SkyframeExecutor that build is finished.Gravatar janakr2018-04-24
* SourceArtifacts are interned on deserialization using an ArtifactFactory. Th...Gravatar cpeyser2018-04-24