aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config
Commit message (Expand)AuthorAge
* Support multiple --define's in config_setting.Gravatar gregce2017-07-21
* 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
* Remove Java 7 type inference workarounds and TODOsGravatar brandjon2017-07-12
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* BuildEventWithConfiguration: represent configurations as BuildEventGravatar Klaus Aehlig2017-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 a default for defaultsToSelf so dynamic transitions don't have to worry a...Gravatar gregce2017-07-06
* 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
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* 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
* 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