aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config/BuildConfiguration.java
Commit message (Expand)AuthorAge
...
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Remove isMainRepo from Root.Gravatar tomlu2018-01-12
* Codec for BuildConfigurationValue.Gravatar shahan2018-01-10
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Change the default for value for experimental_skyframe_native_filesets now th...Gravatar kush2018-01-02
* Intern the BuildConfigurationValue.Key instances that we create. Currently we...Gravatar janakr2017-12-28
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* Move config transition definitions out of lib.packages.Attribute.Gravatar gregce2017-12-21
* Support for ThinLTO to be enabled implicitly with AFDOGravatar Googler2017-12-20
* Add --experimental_java_coverage.Gravatar elenairina2017-12-05
* Remove some deadish Windows-related runfiles code.Gravatar Benjamin Peterson2017-12-04
* Make check_fileset_dependencies_recursively flag a no-op. We will always beha...Gravatar kush2017-11-28
* toolchain_type can export make variables from the toolchain instead of theGravatar cpeyser2017-11-13
* Finish making --auto_cpu_environment_group non-experimental.Gravatar jcater2017-11-09
* Avoid crash when a test and its alias are specified on the command line for "...Gravatar lberki2017-11-03
* Add a deprecation warning to the check_fileset_dependencies_resursively flag.Gravatar kush2017-10-26
* Set the platform name in the build event stream to the CPU instead of the too...Gravatar lberki2017-10-20
* Start process of making auto_cpu_environment_group non-experimental.Gravatar jcater2017-10-18
* Move --experimental_allow_runtime_deps_on_neverlink to JavaOptions.Gravatar mstaib2017-10-06
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* Move --plugin to JavaOptions and remove --plugin_copt.Gravatar mstaib2017-09-26
* Move --build_python_zip into PythonConfiguration.Gravatar mstaib2017-09-21
* Lots more cleanup of "dynamic configurations" comments and test code.Gravatar gregce2017-09-14
* Static config removal TODO cleanup.Gravatar gregce2017-09-14
* Remove the unused fallback argument from getHost() and the unused method getP...Gravatar lberki2017-09-12
* Add a --build_runfile_manifests flag which controls production ofGravatar Googler2017-08-22
* Replace TransitionApplier interface with a dedicated class.Gravatar gregce2017-08-21
* 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