aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/ConfiguredTargetFactory.java
Commit message (Expand)AuthorAge
* 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
* Add the concept of a "universal" configuration fragment, which allGravatar Greg Estren2015-11-16
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Pass AspectWithParameters instead of separately passing AspectParameters and ...Gravatar Carmi Grushko2015-11-04
* When creating RuleContext, explicitly pass the set of attributes an attached ...Gravatar Carmi Grushko2015-11-02
* Change default for rule classes that don't explicitlyGravatar Greg Estren2015-10-28
* 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
* Extract configuration fragment access logic into ConfigurationFragmentPolicy.Gravatar Michael Staib2015-09-30
* 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
* 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
* Refactor the missing fragment handling code to use a policy enum.Gravatar Ulf Adams2015-08-06
* Description redacted.Gravatar Laszlo Csomor2015-08-04
* Make OutputFileConfiguredTarget create artifacts that are consistent with Rul...Gravatar Lukacs Berki2015-07-30
* Refactor HOST configuration transitions to be dynamic-configuration friendly.Gravatar Greg Estren2015-06-29
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25