aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Add a flag to evaluate the top level transitions in SkyframeGravatar ulfjack2018-08-02
* Pass a path to ActionExecutedEvent that is resolved via ActionExecutionContext.Gravatar tomlu2018-08-01
* Only detect artifact conflicts between targets in current build.Gravatar tomlu2018-08-01
* Refactor setupPackageCache to get all BuildConfiguration.Options references o...Gravatar juliexxia2018-08-01
* Remove the need for discoverInputsStage2(). Much like every other SkyframeGravatar Googler2018-08-01
* Allows subclasses of SkyframeExecutor to enable analysis during execution.Gravatar shahan2018-07-30
* Blacklist PackageFactory$BuiltInRuleFunction from serialization.Gravatar janakr2018-07-27
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Automated rollback of commit db01c6f926bcb4774d901797c59f51dd54c05624.Gravatar janakr2018-07-27
* Simplify tree artifact directory check, and avoid an extra system call.Gravatar felly2018-07-27
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* PiperOrigin-RevId: 206181674Gravatar shahan2018-07-26
* Target pattern eval: use the same number of threads as loadingGravatar ulfjack2018-07-26
* Use the path resolver when dealing with tree artifacts.Gravatar felly2018-07-26
* Support optional repository verificationGravatar Klaus Aehlig2018-07-25
* Remove LoadingResultGravatar ulfjack2018-07-25
* Configured targets register created source artifacts with Skyframe.Gravatar shahan2018-07-24
* Automated rollback of commit f309ad3be36363070e87eef0ee04b12f4956d601.Gravatar janakr2018-07-24
* Move LoadingPhaseCompleteEvent posting to TargetPatternPhaseFunctionGravatar ulfjack2018-07-24
* Introduce option flag experimental_enable_tools_defaults_package.Gravatar dbabkin2018-07-23
* Remove PerActionFileCacheGravatar ulfjack2018-07-23
* As a slight optimization in PackageFunction, treat as PERSISTENT any io error...Gravatar nharmata2018-07-20
* Check if ParentFileValue is a directory when evaluating a FileFunction node.Gravatar neerajen2018-07-19
* Introduce --strict_fileset_output which treats all output Artifacts encounter...Gravatar felly2018-07-18
* 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