aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config
Commit message (Expand)AuthorAge
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Make check_fileset_dependencies_recursively flag a no-op. We will always beha...Gravatar kush2017-11-28
* Remove outdated javadoc parameter.Gravatar gregce2017-11-16
* toolchain_type can export make variables from the toolchain instead of theGravatar cpeyser2017-11-13
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* 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
* Move TransitiveTargetKey to a dedicated top-level classGravatar ulfjack2017-10-30
* Add a deprecation warning to the check_fileset_dependencies_resursively flag.Gravatar kush2017-10-26
* Add Path argument to supportsModifications, supports*LinksNatively.Gravatar tomlu2017-10-20
* Set the platform name in the build event stream to the CPU instead of the too...Gravatar lberki2017-10-20
* Loop in top-level transition logic to configurable query to give more accurat...Gravatar juliexxia2017-10-20
* Start process of making auto_cpu_environment_group non-experimental.Gravatar jcater2017-10-18
* Deprecate methods in ConfigurationEnvironment that give access to Configurati...Gravatar lberki2017-10-16
* SplitTransitionProvider no longer requires the attributes it uses are "Non Co...Gravatar cparsons2017-10-11
* 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
* Stop injecting embedded artifacts. They're never used by anyone in Skyframe, ...Gravatar janakr2017-09-26
* Move --build_python_zip into PythonConfiguration.Gravatar mstaib2017-09-21
* Move ConfiguredTargetFunction dynamic config selection to its own class.Gravatar gregce2017-09-20
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Lots more cleanup of "dynamic configurations" comments and test code.Gravatar gregce2017-09-14
* Static config removal TODO cleanup.Gravatar gregce2017-09-14
* Remove outdated Attribute.Configurator interface.Gravatar gregce2017-09-13
* Remove unused class after removal of BazelConfigurationCollection.Gravatar gregce2017-09-13
* Remove outdated defaultsToSelf.Gravatar gregce2017-09-12
* Remove the unused fallback argument from getHost() and the unused method getP...Gravatar lberki2017-09-12
* Move caching of OptionDefinitions to be static, and remove uncached extractio...Gravatar ccalvarin2017-09-01
* android_test binary_under_test/deps must have the same flags if any are set.Gravatar mstaib2017-08-31
* Move default value & converter finding logic to the OptionDefinition class.Gravatar ccalvarin2017-08-30
* Add OptionDefinition layer between the @Option annotation and its fields and ...Gravatar ccalvarin2017-08-22
* 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
* Expose android configuration to skylark (android_sdk and apk_signing_method)Gravatar Googler2017-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
* Support multiple --define's in config_setting.Gravatar gregce2017-07-21