aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Skylark debugging protocol: only track paused or stepping threads.Gravatar brendandouglas2018-06-21
* Automated rollback of commit 45b308a62f42c2c0bcfe79dcd4046c4025a31059.Gravatar janakr2018-06-20
* Add new BuildMetrics event to BEP.Gravatar tomlu2018-06-19
* Expand the abilities of codecs. Let ImmutableMultimapCodec actually handle Li...Gravatar janakr2018-06-19
* Delete switch for nested set serialization. It's fast enough to be on by defa...Gravatar janakr2018-06-19
* Put a trail into every SerializationException, not just NoCodecException, and...Gravatar janakr2018-06-19
* Implement #equals and #hashCode for TargetPatternPhaseValue.Gravatar janakr2018-06-19
* Let MessageLiteCodec handle UnknownFieldSet.Gravatar janakr2018-06-19
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Let ConfiguredRuleClassProvider decide whether to drop the analysis cache.Gravatar mstaib2018-06-18
* Make ConfiguredTargetValue a NotComparableSkyValue. Since no implementation o...Gravatar janakr2018-06-18
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* ActionFS supports fast digests. Add test coverage for this and some file meta...Gravatar felly2018-06-15
* Remove "artifactOwnerConfiguration" now that LIPO is goneGravatar gregce2018-06-15
* Support ActionFS opening files with append. Also, fix ActionFS notifying its ...Gravatar felly2018-06-15
* Remove LIPO supportGravatar hlopko2018-06-15
* Add a bit more profiler coverageGravatar ulfjack2018-06-15
* Add a mechanism for build event protocol events to upload filesGravatar ulfjack2018-06-15
* Remove SerializationConstants.VALIDATE_CONFIGURED_TARGET_VALUE, since Configu...Gravatar cpeyser2018-06-14
* Fix shared actions that generate tree artifacts after the recent change to ma...Gravatar janakr2018-06-14
* Create an ImmutableTableCodec.Gravatar mjhalupka2018-06-14
* Support unconditional fetching of repositoriesGravatar Klaus Aehlig2018-06-14
* Serialize lambdas when they are cast to Serializable.Gravatar janakr2018-06-13
* Add functionality to make certain SkyValues unshareable, meaning they are not...Gravatar janakr2018-06-13
* Pass ActionFS paths through to action-level FileOutErr for the Action's stdou...Gravatar felly2018-06-13
* Delete empty comment lines.Gravatar dannark2018-06-13
* Allow deserialization futures as NestedSet contents, with unrolling blocking ...Gravatar cpeyser2018-06-13
* Move BuildView.Options to a new top-level classGravatar ulfjack2018-06-13
* Fix a bug with flush() not flushing on local writes in ActionFS, and add unit...Gravatar felly2018-06-12
* Rename VariableContext to the more general purpose QueryExpressionContext and...Gravatar shreyax2018-06-12
* Change WorkspaceStatusAction incrementality logic. We no longer manually inva...Gravatar janakr2018-06-12
* Remap repository names inside load statements in BUILD files if the repositor...Gravatar dannark2018-06-12
* Support delete() in ActionFS.Gravatar felly2018-06-12
* Always run toolchain resolution, even when no toolchain types are requested, ...Gravatar John Cater2018-06-12
* Remove LoadingPhaseRunner, inline the only implementationGravatar ulfjack2018-06-12
* Split TargetPatternEvaluator into two interfacesGravatar ulfjack2018-06-12
* Allow delegation to the underlying filesystem only for the source tree.Gravatar felly2018-06-11
* Consolidate filesystem metadata operations in ActionFS by extending AbstractF...Gravatar felly2018-06-11
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Add codec for Long (needed by TargetCompleteEvent).Gravatar janakr2018-06-10
* Unify path resolution codepaths.Gravatar felly2018-06-08
* Support file renaming in ActionFS.Gravatar felly2018-06-08
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* ActionFS correctly tracks symlink sources.Gravatar shahan2018-06-08
* Use unsafe String operations when writing parameter files.Gravatar tomlu2018-06-08
* Support basic test functionality in ActionFS.Gravatar felly2018-06-08
* Deletes default implemetation of MetadataProvider.getInputGravatar shahan2018-06-08
* Remove the legacy loading phase runnerGravatar ulfjack2018-06-08
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Fix bug in skyframe-based test-suite expansionGravatar ulfjack2018-06-07