aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Automated rollback of commit 3bace1b937934fb2cea6260067ecc1cdbe526847.Gravatar felly2018-08-14
* Blacklists some classes for serialization.Gravatar shahan2018-08-13
* Track Fileset in artifact expansion.Gravatar felly2018-08-13
* Add easy access to MessageDigests in DigestHashFunctionGravatar ccalvarin2018-08-13
* ActionAnalysisMetadata exposes whether loose headers are present. TransitiveV...Gravatar shahan2018-08-12
* Use NestedSets to store topLevelModules and discoveredModules. Also improveGravatar Googler2018-08-11
* PiperOrigin-RevId: 208245798Gravatar mjhalupka2018-08-10
* Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2.Gravatar felly2018-08-10
* Combine prefix event and payload stdout/stderrGravatar Klaus Aehlig2018-08-10
* Persist mappings from original command line patterns to expanded labels in Ta...Gravatar Googler2018-08-10
* Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e.Gravatar felly2018-08-10
* Use getDoneValues instead of getGraphMap for dump/stat functions.Gravatar twerth2018-08-09
* Batch all DependencyResolver#getTarget calls. This leads to some duplicate it...Gravatar janakr2018-08-09
* Allow skyframe-aware actions to pass partial results through ActionExecutionC...Gravatar felly2018-08-09
* Pass Fileset information to the Action filesystem.Gravatar felly2018-08-09
* Support a .bazelignore fileGravatar Klaus Aehlig2018-08-09
* Split up getTargetsToBuild() into multiple methods so compute() can determine...Gravatar Googler2018-08-09
* Order tree artifacts.Gravatar felly2018-08-06
* Use fact that the subgraph of ActionLookupValues has the same transitive depe...Gravatar janakr2018-08-05
* When no new configured targets have been analyzed, only check for artifact co...Gravatar janakr2018-08-03
* Add support to completion function to create a path resolver from its looked-...Gravatar tomlu2018-08-03
* Set target/aspect completion functions as unsharable.Gravatar tomlu2018-08-02
* Disables ActionFS sandboxing of discovered derived inputs forGravatar shahan2018-08-02
* Thread a path resolver through target/aspect complete event.Gravatar tomlu2018-08-02
* remote: add support for directory inputs in runfilesGravatar buchgr2018-08-02
* Automated rollback of commit a6255612e4892729d3758775c76085b26b9bc584.Gravatar twerth2018-08-02
* 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