aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
...
* Add aquery as proper command to Bazel.Gravatar twerth2018-07-18
* Automated rollback of commit d491bf10f42e213292382c98a1dc439537f00f43.Gravatar janakr2018-07-17
* Move target pattern work to new util classGravatar John Cater2018-07-17
* Move constraint value lookup to a new utility function.Gravatar John Cater2018-07-17
* Move platform lookup to new dedicated helper class.Gravatar John Cater2018-07-17
* Automated rollback of commit eb587075b0d6ffab1cf9e69ede1b7e547905e547.Gravatar janakr2018-07-16
* Add toString to RepositoryMappingValueGravatar dannark2018-07-13
* Code Cleanup: Simplify the ResolvedFile interface by removing unnecessary tes...Gravatar kush2018-07-13
* Stop requiring the creation and storage of FileStateValues within ResolvedFil...Gravatar kush2018-07-12
* Sort expansions of aggregating middlemen by exec file path. These commonlyGravatar Googler2018-07-12
* Simplify (hopefully) usage of modules during input discovery. Goals:Gravatar Googler2018-07-12
* Store the hashCode as an Int instead of a string in FilesetOutputSymlink, andGravatar kush2018-07-11
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Make the FileArtifactvalue of generated targets available via the FilesetOutp...Gravatar kush2018-07-11
* Move caching to BuildOptions instead of BuildConfigurationValue.Key.Gravatar mjhalupka2018-07-11
* Deletes Multimap marshaller. Superceded by MultimapCodec.Gravatar shahan2018-07-11
* Fix obvious bug. I am not going to write a test as this function doesn't evenGravatar Googler2018-07-11
* 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