aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
...
* Remove ToolchainContextException and make exception handling more robust.Gravatar John Cater2018-07-10
* Pull up calls to ToolchainContext.resolvedToolchainLabels and finishGravatar John Cater2018-07-09
* Add more profiling information to better understand what's happening in analy...Gravatar twerth2018-07-09
* Make loading/analysis phase a lot faster.Gravatar Googler2018-07-09
* Add better profiling for getDirtyActionValues.Gravatar twerth2018-07-04
* In SkyframeExecutor#invalidateConfigurationCollection, actually delete the no...Gravatar janakr2018-07-03
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Handles null value in createAggregatingValue env.getValues call.Gravatar shahan2018-06-27
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Enforce that repository mapping is never null (it can be empty).Gravatar dannark2018-06-26
* Instead of depending on mutable inputs of upstream CppCompileAction instances,Gravatar shahan2018-06-26
* ToolchainContext directly implements SkylarkValue and SkylarkIndexable.Gravatar John Cater2018-06-22
* Add some debugging info to ArtifactFactory, and allow tests to access the Art...Gravatar janakr2018-06-22
* Expose aspect actions from Skylark.Gravatar tomlu2018-06-22
* Use ByteString in BuildConfigurationValue$Key$Codec instead of byte[]. ByteSt...Gravatar janakr2018-06-21
* 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