aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Fix IllegalStateException when loading from a non declared external repository Gravatar Damien Martin-Guillerez2017-02-14
* Fix PackageProgressReceiver to not call contains on a list.Gravatar Janak Ramakrishnan2017-02-13
* Add @Nullable annotations to PackageFunction#progressReceiver.Gravatar Janak Ramakrishnan2017-02-13
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* Tighten a precondition check during action execution.Gravatar Lukacs Berki2017-02-10
* Remove dead code - unused method in PackageManager interfaceGravatar Ulf Adams2017-02-09
* Fix spelling mistake.Gravatar Nathan Harmata2017-02-09
* Introduce a new SkyValue that merely contains the workspace name. The workspa...Gravatar Nathan Harmata2017-02-09
* Introduce a Skyframe function: ActionEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-08
* Remove dead code in SkyframeLabelVisitorGravatar Ulf Adams2017-02-07
* Adds abstractions for include processing to CppSemanticsGravatar Googler2017-02-07
* Improve the error message added in commit 41ab6db797bac30c8e39fc705254fef329b...Gravatar Lukacs Berki2017-02-02
* Inject the changes in the client environment for the ClientEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-02
* 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