aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config
Commit message (Expand)AuthorAge
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* introduce hidden flag to configure bytecode optimizersGravatar Kevin Bierhoff2017-03-27
* Enable rules to transition based on their Rule objects.Gravatar Michael Staib2017-03-21
* Create "internal" category of command-line options.Gravatar Michael Staib2017-03-20
* Improve javadoc for the environment functions in the BuildConfiguration Gravatar Klaus Aehlig2017-03-16
* Fix typo in help string for --action_envGravatar Klaus Aehlig2017-03-16
* Simplify Attribute.Configurator, add dynamic configs support.Gravatar Greg Estren2017-03-14
* Support composed dependency transitions with dynamic configs.Gravatar Greg Estren2017-03-08
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Restrict aspects visible to other aspects according to their advertised provi...Gravatar Dmitry Lomov2017-02-15
* Default Bazel builds to nontrimmed dynamic configurations (except LIPO).Gravatar Greg Estren2017-02-15
* Test strategy unification - extract env setup to a new classGravatar Ulf Adams2017-02-01
* Split transitions that return an empty list of options do not suppress dynami...Gravatar Cal Peyser2017-01-30
* --cpu no longer reads its value from the CROSSTOOL.Gravatar Greg Estren2017-01-18
* Allows a rule class to specify a configuration transtion that will apply to allGravatar Cal Peyser2017-01-12
* Exempt config_setting from license checking.Gravatar Greg Estren2017-01-05
* Make BuildConfiguration reference-equals for static configs.Gravatar Greg Estren2016-12-29
* Introduce a distinguisher for cpu value as set in --experimental_multi_cpu.Gravatar Cal Peyser2016-12-21
* Cleanup FileWriteAction and add a flag that will guard transparent compressionGravatar Jon Brandvein2016-12-20
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Override BuildConfiguration.equals() for dynamic configs.Gravatar Greg Estren2016-12-06
* Make BuildConfiguration output directories understand repositoriesGravatar Kristina Chodorow2016-12-05
* 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
* Rollback of commit 2a2be3907981d9654575493c7012d95d1241f373.Gravatar Googler2016-12-01
* Overrides BuildConfiguration.equals() for dynamic configs.Gravatar Greg Estren2016-12-01
* Makes the --test_env command line options available in skylark's rule context.Gravatar Sergio Campama2016-11-29
* Update coverage documentation. Prepare for open sourcing CoverageCommand.Gravatar Ulf Adams2016-11-24
* Add ctx.coverage_instrumented function to SkylarkGravatar Googler2016-11-17
* Supports --nodistinct_host_configuration withGravatar Greg Estren2016-11-16
* Updates outdated options documentation forGravatar Greg Estren2016-11-16
* Adding support for Linux s390xGravatar namrata-ibm2016-10-11
* Extract java/javalite proto compilation args to command-line flags.Gravatar Carmi Grushko2016-10-06
* Optimize how null configurations get created and add test infrastructure for ...Gravatar Greg Estren2016-09-29
* Remove the "labels in the configuration must be in the transitive closure of ...Gravatar Lukacs Berki2016-09-28
* BuildConfiguration: Remove outdated references to getShortName.Gravatar Greg Estren2016-09-23
* Split dynamic configurations mode into:Gravatar Greg Estren2016-09-22
* Remove the --show_cached_analysis_results command line option, which was a no...Gravatar Lukacs Berki2016-09-22
* Replace BuildConfiguration.Fragment#collectExecutables() with a #getShellExec...Gravatar Lukacs Berki2016-09-22
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change default of --[no]instrument_test_targets to falseGravatar Googler2016-09-20
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Remove an unused method from BuildConfiguration.Gravatar Lukacs Berki2016-09-19
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Automatically detect the setting for --cpu.Gravatar Ulf Adams2016-09-12
* Remove --experimental_proto_header_modules.Gravatar Googler2016-09-12
* Don't copy files under embedded_tools to _binGravatar Yun Peng2016-09-12
* Add an "is main repo" field to RootsGravatar Kristina Chodorow2016-09-09