aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/PostConfiguredTargetFunction.java
Commit message (Expand)AuthorAge
* Pull up calls to ToolchainContext.resolvedToolchainLabels and finishGravatar John Cater2018-07-09
* Add the capability to register a trimming RuleTransitionFactory.Gravatar mstaib2018-04-19
* Get rid of a few more #getConfiguration() calls. We're now passing a Configur...Gravatar janakr2018-03-27
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Refactor DependencyResolver#dependentNodeMap to take in a set of toolchain la...Gravatar juliexxia2018-03-16
* Remove some references to configuredTarget.getTarget() by getting the target ...Gravatar mjhalupka2018-01-24
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Get rid of LabelAndConfiguration class: ConfiguredTargetKey contains the same...Gravatar janakr2017-12-20
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Move ConfiguredTargetFunction dynamic config selection to its own class.Gravatar gregce2017-09-20
* Toolchain providers are propagated in the ToolchainContext instance madeGravatar cpeyser2017-09-12
* Remove BuildConfiguration.useDynamicConfigurations.Gravatar gregce2017-08-18
* Report inconsistent aspect order error to the user.Gravatar Dmitry Lomov2017-02-24
* Split dynamic configurations mode into:Gravatar Greg Estren2016-09-22
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Changes DependencyResolver <Attribute, Dep> map from a ListMultimap to new classGravatar Greg Estren2016-08-12
* Implements dynamic split transitions on latebound attributes.Gravatar Greg Estren2016-08-10
* Make ide_build_info work again with targets that have configurable attributes.Gravatar Lukacs Berki2016-05-19
* Add an "alias" rule.Gravatar Lukacs Berki2016-05-10
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Refactor DependencyResolver to collect and return loading errors.Gravatar Ulf Adams2016-01-28
* Store data about aspect configurations on Dependencies.Gravatar Michael Staib2016-01-27
* General cleanup for the configured target / aspect creation code.Gravatar Ulf Adams2016-01-19
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Fix broken tests.Gravatar Marian Lobur2015-09-02
* Aspects can get information from their base rule.Gravatar Marian Lobur2015-09-02
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25