aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ConfiguredTargetFunction.java
Commit message (Expand)AuthorAge
...
* Fixes incomplete support for dynamic split transitions in Bazel'sGravatar Greg Estren2016-11-17
* Aspects-on-aspects implementation.Gravatar Dmitry Lomov2016-11-15
* Do not crash when aspects provide duplicate things.Gravatar Dmitry Lomov2016-11-11
* Lazily evaluate hash codes for ConfiguredTargetFunction#AttributeAndLabel.Gravatar Greg Estren2016-09-30
* ConfiguredTargetFunction#getDynamicConfigurations: halve the number of Attrib...Gravatar Greg Estren2016-09-30
* Optimize how null configurations get created and add test infrastructure for ...Gravatar Greg Estren2016-09-29
* Eliminates performance overhead of --experimental_dynamic_configs=notrim.Gravatar Greg Estren2016-09-28
* Don't call TransitiveTargetFunction for --experimental_dynamic_configs=notrim...Gravatar Greg Estren2016-09-26
* 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
* Implements dynamic split transitions (minus latebound attribute splits).Gravatar Greg Estren2016-08-08
* Late-bound split attribute configs weren't being properly propagated to deps ...Gravatar Greg Estren2016-08-04
* Provides a clearer message when target analysis fails because its dynamicGravatar Greg Estren2016-08-03
* Clean up DependencyResolver's interface for the dynamic config migration and ...Gravatar Greg Estren2016-07-28
* Refactor cycle detection logic to handle dynamic configurations.Gravatar Greg Estren2016-06-09
* Don't keep the full java.util.HashMap produced when checking for conflictingGravatar Googler2016-06-07
* Add an overview comment about how the analysis phase works and some pointers ...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
* Make aspects work through bind(). Gravatar Lukacs Berki2016-04-22
* Extract common logic for detecting action and artifact prefix conflicts.Gravatar Rumou Duan2016-04-19
* Remove AspectClass.getDefinitionGravatar Dmitry Lomov2016-04-07
* Use two configurations for AspectKeys.Gravatar Michael Staib2016-03-01
* Implement proper error handling for interleaved loading and analysis.Gravatar Ulf Adams2016-02-02
* 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
* Make AspectFunction error handling match TopLevelAspectFunction.Gravatar Ulf Adams2016-01-25
* Move analysis root cause tracking to the ConfiguredTargetFunction.Gravatar Ulf Adams2016-01-25
* Use the existing exception instance, not a new one.Gravatar Ulf Adams2016-01-25
* General cleanup for the configured target / aspect creation code.Gravatar Ulf Adams2016-01-19
* Add a few other Label.resolveRepositoryRelative() calls to make select() stat...Gravatar Lukacs Berki2016-01-15
* Remove some dead code.Gravatar Ulf Adams2016-01-14
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Have trimConfigurations preserve the same dep orderingGravatar Greg Estren2015-11-19
* Use LinkedListMultimap instead of ArrayListMultimapGravatar Greg Estren2015-11-18
* When determining a dep's dynamic configuration, apply theGravatar Greg Estren2015-11-12
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Introduce an AspectClass: a representation of a class of aspects.Gravatar Dmitry Lomov2015-10-22
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-20
* Rollback of commit ac7195025b073948785db8c6975a53fc305c5087.Gravatar Peter Schmitt2015-10-20
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-16
* Don't crash when building environment groups directlyGravatar Greg Estren2015-09-30
* 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
* Stop throwing an exception if a Package was successfully created but contains...Gravatar Janak Ramakrishnan2015-09-17