aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/RuleConfiguredTargetBuilder.java
Commit message (Expand)AuthorAge
...
* Remove FilesToRunProvider.label.Gravatar Ulf Adams2016-04-22
* Clean up the runfiles / files-to-run related code a bit.Gravatar Ulf Adams2016-04-21
* Remove RuleConfiguredTarget#getMandatoryStampFiles().Gravatar Lukacs Berki2016-04-20
* Allow filtering out some extra-actions related to Java proto compilation.Gravatar Carmi Grushko2016-01-22
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Remove shortcut addProvider() methods, to prepare for AutoValue-ed providers.Gravatar Carmi Grushko2015-12-09
* Description redacted.Gravatar Carmi Grushko2015-11-24
* Description redacted.Gravatar Carmi Grushko2015-11-24
* Refactor createExtraActionProvider to not require mandatoryStampFiles, which ...Gravatar Carmi Grushko2015-11-13
* Move initializeExtraActions() unchcnaged (apart from its name) to a separate ...Gravatar Carmi Grushko2015-11-12
* Improve error diagnostics for Skylark aspects.Gravatar Dmitry Lomov2015-10-20
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Switch objc rules to standard coverage propagation using InstrumentedFilesCol...Gravatar Peter Schmitt2015-09-22
* 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
* Refactor SkylarkList to allow MutableListGravatar Francois-Rene Rideau2015-09-21
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Expose FilesToRun provider to Skylark.Gravatar Brian Silverman2015-08-27
* Add shortcut methods for adding providers. These do not require explicitly sp...Gravatar Carmi Grushko2015-08-24
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-08-06
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-07-30
* Skylark: Expose proto providers in a cleaner way.Gravatar Laurent Le Brun2015-06-01
* Create a Skylark API for C++ rules.Gravatar Laurent Le Brun2015-05-29
* Allow ios_test to override the GCOV environment variableGravatar Daniel Wagner-Hall2015-03-10
* Some constraint enforcement tweaks:Gravatar Greg Estren2015-03-10
* Rename TopLevelArtifactProvider to OutputGroupProvider.Gravatar Lukacs Berki2015-03-05
* Add Union, contains() to SkylarkTypeGravatar Francois-Rene Rideau2015-03-04
* Tweaks off of upcoming changes to SkylarkType.Gravatar Francois-Rene Rideau2015-02-25
* Simplify the algorithm to compute top-level artifacts to build even more by c...Gravatar Lukacs Berki2015-02-24
* Remove FilesToCompileProvider and CompilationPrerequisitesProvider and replac...Gravatar Lukacs Berki2015-02-24
* Remove BaselineCoverageArtifactsProvider in favor of an output group.Gravatar Lukacs Berki2015-02-19
* Use TopLevelArtifactProvider directly only within the lib/analysis package. I...Gravatar Lukacs Berki2015-02-18
* Cosmetic changes moved out of []Gravatar Francois-Rene Rideau2015-02-11
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25