aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config/BuildConfiguration.java
Commit message (Expand)AuthorAge
* Remove BuildConfiguration.useDynamicConfigurations.Gravatar gregce2017-08-18
* Remove ConfigurationCollection{Function,Value}, BuildConfigurationCollection....Gravatar gregce2017-08-18
* Remove RuleClass.Configurator and obsolete LIPO_ON_DEMAND uses.Gravatar gregce2017-08-18
* Honor --nobuild_runfile_links for non-tests, and propagate it to theGravatar Googler2017-08-17
* Remove ConfigurationFactory as part of the static configuration cleanup.Gravatar gregce2017-08-17
* Remove --experimental_dynamic_configs=off.Gravatar gregce2017-08-10
* Move most test options from BuildConfiguration to TestConfiguration.Gravatar tomlu2017-08-07
* Add --windows_exe_launcher optionGravatar Yun Peng2017-08-04
* Break out --test_filter into a test configuration fragment.Gravatar tomlu2017-08-03
* Copy build_python_zip and enable_runfiles flags to the host config.Gravatar philwo2017-07-28
* Exclude test/java/ in instrumentation_filter defaultGravatar Googler2017-07-27
* Define an outgoing rule transition interface.Gravatar gregce2017-07-27
* Remove --experimental_dynamic_configs=notrim_partial.Gravatar gregce2017-07-26
* Add --toolchain_resolution_override to allow specifying the toolchain for a g...Gravatar John Cater2017-07-21
* Deprecate dynamic config OFF and NOTRIM_PARTIAL modes.Gravatar gregce2017-07-20
* Add an undocumented option to remove the separation between the bin and genfi...Gravatar lberki2017-07-18
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Reserve certain action mnemonics so they can't be used from Skylark.Gravatar tomlu2017-07-17
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Remove dynamic configs dep on the static transition table.Gravatar gregce2017-07-11
* Cache flaky tests (remove the cachable flag from test result data)Gravatar ulfjack2017-07-07
* Replace Transitions.configurationHook with equivalent rule class transitions.Gravatar gregce2017-07-07
* Remove FragmentOptions' addAllLabels and getAllLabels and friends.Gravatar mstaib2017-07-07
* Factor out BuildConfigurationCollection.Transitions.getDynamicTransition.Gravatar gregce2017-07-07
* Add new flag defining an environment group for automatic cpu-based environmentGravatar jcater2017-07-03
* Add ActionEnvironment, which is a wrapper class for a fixed+inherited envGravatar ulfjack2017-06-28
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Fix the converter type for several build configuration options which take listsGravatar jcater2017-06-13
* Automated g4 rollforward of commit e7ab452ac940e645046221dee9b63a670f8a276c.Gravatar gregce2017-06-09
* Track the test environment in Skyframe, like the action environmentGravatar ulfjack2017-06-09
* Fix automatic host platform detection to check the --host_cpu flag.Gravatar John Cater2017-06-06
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* 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
* Remove --microcoverage supportGravatar cushon2017-04-24
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* 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