aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/ConfiguredTargetFactory.java
Commit message (Expand)AuthorAge
* @AutoCodec all the *ConfiguredTarget classes except for RuleConfiguredTarget....Gravatar janakr2018-02-23
* Change ConfiguredAspectFactory.create signature to take in aGravatar mjhalupka2018-01-31
* Add alternative interface for LIPO data transitions, opt in native rules.Gravatar gregce2018-01-29
* Start the process of getting Target out of ConfiguredTarget: add a new contai...Gravatar janakr2018-01-18
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Remove isMainRepo from Root.Gravatar tomlu2018-01-12
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Aspects-on-aspect see and propagate over aspect attributes.Gravatar dslomov2017-12-20
* Added new RuleClass flag to turn off platform support, to stop dependency cyc...Gravatar John Cater2017-11-21
* Refactor the representation of a collection of package specificationsGravatar cushon2017-11-15
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Add memory profiler.Gravatar tomlu2017-10-18
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Remove ConfigurationCollection{Function,Value}, BuildConfigurationCollection....Gravatar gregce2017-08-18
* Move FilesetProvider to lib.analysis.filesetGravatar ulfjack2017-08-09
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Use toolchain resolution in rule creation.Gravatar John Cater2017-07-21
* Fix declared providers behaviorGravatar vladmos2017-07-14
* Use the same data structure for native and Skylark providers.Gravatar dslomov2017-07-05
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* Add toolchains attribute to aspect.Gravatar John Cater2017-05-26
* Automated g4 rollback of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar mstaib2017-05-17
* Implement dynamically configured LIPO builds.Gravatar gregce2017-05-04
* Do not put OutputGroupProvider into SkylarkProviders.Gravatar dslomov2017-05-03
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Aspect propagation should not lose transitively-visible aspects.Gravatar dslomov2017-04-11
* Support declared providers in AdvertisedProviderSet.Gravatar Dmitry Lomov2017-03-06
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Allow aspects to adveritise providers they provide.Gravatar Dmitry Lomov2017-02-07
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Aspects-on-aspects implementation.Gravatar Dmitry Lomov2016-11-15
* Expose aspect-related information in the extra-action proto that Bazel hands ...Gravatar Carmi Grushko2016-11-11
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Add an "is main repo" field to RootsGravatar Kristina Chodorow2016-09-09
* Changes DependencyResolver <Attribute, Dep> map from a ListMultimap to new classGravatar Greg Estren2016-08-12
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Bring PackageSpecification docs up-to-date, clean up its interfaceGravatar Mark Schaller2016-07-22
* Make skylark repository rules accept basic rule attributesGravatar Kristina Chodorow2016-06-21
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Always restrict aspects to only access requested configuration fragments.Gravatar Michael Staib2016-05-19
* Add an "alias" rule.Gravatar Lukacs Berki2016-05-10
* Introduces a registry of native providers to the BuildConfiguration, which ca...Gravatar Cal Peyser2016-05-03
* Use two configurations for AspectKeys.Gravatar Michael Staib2016-03-01
* Enforce aspect configuration fragment specification when present.Gravatar Michael Staib2016-01-21
* 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