aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config
Commit message (Expand)AuthorAge
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* Add .equals(), .hashCode() to EnableLipoTransition.Gravatar gregce2017-06-02
* BEP: also report make variablesGravatar Klaus Aehlig2017-05-29
* Use FeatureConfiguration to compute value of CC_FLAGS make variableGravatar hlopko2017-05-26
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Automated g4 rollback of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar mstaib2017-05-17
* Automated g4 rollback of commit e7ab452ac940e645046221dee9b63a670f8a276c.Gravatar mstaib2017-05-16
* Enable dynamic configurations for all builds.Gravatar gregce2017-05-11
* BEP: Provide infrastructure to report configurationsGravatar Klaus Aehlig2017-05-08
* Add dynamic config support for top-level configuration hooks.Gravatar gregce2017-05-05
* Implement dynamically configured LIPO builds.Gravatar gregce2017-05-04
* BuildOptions cleanup:Gravatar gregce2017-05-04
* Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592.Gravatar nharmata2017-05-03
* Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.Gravatar dmarting2017-05-02
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02
* Dynamic configs: build the host config from data, not target options.Gravatar gregce2017-04-26
* Remove --microcoverage supportGravatar cushon2017-04-24
* RELNOTES: Fix select condition intersections.Gravatar Googler2017-04-19
* Deprecate use of option category to describe documentation level / usage rest...Gravatar ccalvarin2017-04-19
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Remove the overloading of option category to cover documentation level.Gravatar ccalvarin2017-04-18
* Add flag_values attribute to config_setting.Gravatar mstaib2017-04-10
* Move ConfigSetting into rules/config.Gravatar mstaib2017-04-06
* Generalize ConfigSetting's special options handling.Gravatar mstaib2017-04-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Add isConfigMatcher property to rule classes.Gravatar mstaib2017-04-03
* Move BuildConfiguration option data access to a new class.Gravatar mstaib2017-04-03
* Change the tag experimental_testrunner into a couple of flags.Gravatar kush2017-03-31
* 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