aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Simplify action input discovery by removing Action#getInputsWhenSkippingInput...Gravatar Lukacs Berki2017-01-31
* Fix error handling in WorkspaceFile/WorkspaceASTGravatar Kristina Chodorow2017-01-30
* Add dependency for external files to the corresponding RepositoryDirectoryValue Gravatar Damien Martin-Guillerez2017-01-26
* Support mapping of Paths to URIsGravatar Klaus Aehlig2017-01-18
* Change TargetContext.findDirectPrerequisite from config1 == config2 to config...Gravatar Greg Estren2017-01-18
* Be very deliberate about the concept of a TargetPattern's "directory".Gravatar Nathan Harmata2017-01-16
* Fix a null check in ActionMetadataHandler.Gravatar Kush Chakraborty2017-01-16
* Log the IOException when an output was not successfully created. It's possibl...Gravatar Janak Ramakrishnan2017-01-13
* Log if dangling symlink is found. This is an odd choice of thing to log, but ...Gravatar Janak Ramakrishnan2017-01-13
* Encapsulate the required provider logic in RequiredProviders class.Gravatar Dmitry Lomov2017-01-10
* Extract a set of advertised providers into a separate class.Gravatar Dmitry Lomov2017-01-10
* Provide Skylark imports, even if the package has some errors.Gravatar Laurent Le Brun2017-01-05
* Fix cycle detection between .bzl files.Gravatar Laurent Le Brun2017-01-05
* Improve cycle reporting error message.Gravatar Laurent Le Brun2017-01-04
* Make "profile --html --html_details" work again.Gravatar Lukacs Berki2017-01-03
* Remove WalkableGraph#exists and allow WalkableGraph#getValue and WalkableGrap...Gravatar Janak Ramakrishnan2017-01-03
* Remove dead code referencing deleted "suites" attribute.Gravatar Greg Estren2016-12-21
* Introduce a distinguisher for cpu value as set in --experimental_multi_cpu.Gravatar Cal Peyser2016-12-21
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Fix an analysis phase performance regression with dynamic configurations.Gravatar Greg Estren2016-12-14
* Fixed PackageLookupFunction to check for all possible build file names when l...Gravatar John Cater2016-12-12
* Description redacted.Gravatar Googler2016-12-12
* Provide deterministic order for split configured deps (roll forward part 2).Gravatar Greg Estren2016-12-07
* Rollback of commit 12d766df10fbc5eba16ec1e6c20c8cd85f9c616f.Gravatar Damien Martin-Guillerez2016-12-06
* Provide deterministic order for split configured deps (roll forward)Gravatar Greg Estren2016-12-06
* Rollback of commit 7505d94c19727e3100ac5e16a960bff2cb324f23.Gravatar Damien Martin-Guillerez2016-12-06
* Provide deterministic order for split configured deps.Gravatar Greg Estren2016-12-06
* Fix test configured target creation code that was dropping split deps.Gravatar Greg Estren2016-12-06
* Add 'aspect_id' for to identify aspects that has been applied to the target.Gravatar Dmitry Lomov2016-12-05
* Make build events correctly report target expansionGravatar Klaus Aehlig2016-12-05
* Fix bug in configuration creation logic that wrongly trims notrim configs.Gravatar Greg Estren2016-12-05
* Null out perBuildSyscallCache after analysis is finished to save memory durin...Gravatar Janak Ramakrishnan2016-12-02
* Prune modules when building modules themselves to reduce build times shortenGravatar Googler2016-12-02
* Allow aspects to specify multiple sets of required providers to match against...Gravatar Rumou Duan2016-12-01
* Remove isSkylark and eval from Environment.Gravatar Laurent Le Brun2016-11-29
* Provide AspectDescriptor to ConfiguredAspect.Gravatar Dmitry Lomov2016-11-29
* Use BlazeInterner's chosen concurrency level in InternerWithPresenceCheck's i...Gravatar Nathan Harmata2016-11-28
* Refactor LegacyLoadingPhaseRunner to be more like SkyframeLoadingPhaseRunner.Gravatar Ulf Adams2016-11-22
* Implement 'output_groups' provider.Gravatar Dmitry Lomov2016-11-21
* Allow labels in the '--aspects' parameter.Gravatar Dmitry Lomov2016-11-21
* Run the analysis phase with as many threads as the user wants. In order to av...Gravatar Janak Ramakrishnan2016-11-18
* Cache all previously computed values in SkyQueryEnvironment#beforeEvaluateQue...Gravatar Janak Ramakrishnan2016-11-17
* Re-use the precomputed universe key in WalkableGraphFactory#prepareAndGet.Gravatar Janak Ramakrishnan2016-11-17
* Rollback of commit a3f5f576cd35798140ba3e81d03d919dd4ecb847.Gravatar Alex Humesky2016-11-17
* Fixes incomplete support for dynamic split transitions in Bazel'sGravatar Greg Estren2016-11-17
* Supports --nodistinct_host_configuration withGravatar Greg Estren2016-11-16
* Code cleanup for interleaving target pattern eval and config creation.Gravatar Ulf Adams2016-11-16
* Aspects-on-aspects implementation.Gravatar Dmitry Lomov2016-11-15
* Make TargetPattern evaluation during query evaluation more parallel-friendly ...Gravatar Nathan Harmata2016-11-15
* Cache PerBuildSyscallCache if concurrency level is unchanged.Gravatar Janak Ramakrishnan2016-11-14