aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/ConfiguredRuleClassProvider.java
Commit message (Expand)AuthorAge
* Introduce cc_toolchain_type, which exports c++ make variables. UseGravatar cpeyser2017-11-07
* Expose late-bound-attributes to Skylark.Gravatar cparsons2017-11-06
* PiperOrigin-RevId: 173660429Gravatar lpino2017-10-27
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Remove the product name from ConfiguredRuleClassProvider.Gravatar jmmv2017-09-07
* Remove ConfigurationCollectionFactory as part of the static config cleanup.Gravatar gregce2017-08-18
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Apply native binary launcher to sh_binaryGravatar Yun Peng2017-07-31
* Remove --experimental_dynamic_configs=notrim_partial.Gravatar gregce2017-07-26
* Factor out BuildConfigurationCollection.Transitions.getDynamicTransition.Gravatar gregce2017-07-07
* Use the same data structure for native and Skylark providers.Gravatar dslomov2017-07-05
* Clean up Environment.FrameGravatar brandjon2017-05-09
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Make a rogue test case honor --experimental_dynamic_configs=notrim_partial li...Gravatar Greg Estren2016-12-05
* Add option to disable dynamic configs with LIPO.Gravatar Greg Estren2016-12-02
* Remove isSkylark and eval from Environment.Gravatar Laurent Le Brun2016-11-29
* Fix a bunch of typosGravatar Jon Brandvein2016-11-10
* Small docs updates for the extra action rule.Gravatar Ulf Adams2016-10-28
* Move ToolsRepository out of EnvironmentGravatar Laurent Le Brun2016-10-27
* Move the RuleModule interface to ConfiguredRCP and rename it to RuleSet.Gravatar Ulf Adams2016-10-19
* Refactor the rule class provider.Gravatar Ulf Adams2016-10-18
* Rename field to clarify function.Gravatar Ulf Adams2016-10-14
* Don't inherit the host configuration's fragments from the target config in --...Gravatar Greg Estren2016-10-05
* Enable aspect invocations to be matched by output filters.Gravatar Michael Staib2016-09-19
* Add deprecation support to Bazel.Gravatar Michael Staib2016-09-19
* Add a ServerBuilder, and use that in the module API.Gravatar Ulf Adams2016-07-07
* Split up BazelRuleClassProvider, and make the builder API more flexible.Gravatar Ulf Adams2016-07-06
* --Gravatar Luis Fernando Pino Duque2016-07-04
* Simplify RuleClassProvider; it kept two identical lists for no purpose.Gravatar Ulf Adams2016-06-23
* Introduces a registry of native providers to the BuildConfiguration, which ca...Gravatar Cal Peyser2016-05-03
* Inject the Constants.TOOLS_REPOSITORY in SkylarkRuleClassFunctions.testBaseRule Gravatar Luis Fernando Pino Duque2016-04-29
* Delete the interface NativeAspectFactory and make native aspects extend from ...Gravatar Luis Fernando Pino Duque2016-04-27
* Fix the documentation generator to use rule definition instances instead of c...Gravatar Luis Fernando Pino Duque2016-04-26
* Register instances instead of classes as Skylark-visible globals.Gravatar Dmitry Lomov2016-04-22
* Make C++ autoconfigured toolchain the default for Linux and OS X.Gravatar Damien Martin-Guillerez2016-03-31
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Make labels in .bzl files in remote repos resolve relative to their repoGravatar Kristina Chodorow2016-03-21
* Enable injection of Skylark modules through the RuleClassProviderGravatar Damien Martin-Guillerez2016-02-15
* Replace getToolsRepository() with getToolsLabel(String labelValue) which prep...Gravatar Luis Fernando Pino Duque2016-02-09
* Inject the TOOLS_REPOSITORY constant in the RuleClassProvider instead of usin...Gravatar Luis Fernando Pino Duque2016-01-28
* Enable label-based Skylark loading. In particular, such labels may reference ...Gravatar John Field2015-12-22
* Make BUILD_OPTIONS privateGravatar Kristina Chodorow2015-12-15
* Add the concept of a "universal" configuration fragment, which allGravatar Greg Estren2015-11-16
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Move the check whether a repository name contains a slash to PackageIdentifie...Gravatar Philipp Wollermann2015-10-23
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Roll back using labels rather than PathFragments for skylark loads.Gravatar Michajlo Matijkiw2015-09-22
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-09-22