aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config/BuildConfiguration.java
Commit message (Expand)AuthorAge
* Create a new output formatter for cquery which output transition information ...Gravatar juliexxia2018-03-23
* Victory lap: Remove all code that used to support the three-argument form of ...Gravatar lberki2018-03-23
* Deprecate the Skyframe-native fileset flag, now that we've had 2 weeks with n...Gravatar kush2018-03-22
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Deprecate BuildConfiguration.Fragment#topLevelConfigurationHook().Gravatar lberki2018-03-22
* Make DeployArchiveBuilder fetch the C++ toolchain identifier throughGravatar lberki2018-03-13
* Clarify description of the configuration typeGravatar brandjon2018-03-12
* ActionOwner references only BuildEvent instead of full BuildConfigurationGravatar shahan2018-03-10
* Convert a bunch of non-AutoCodec classes to use @AutoCodec: BuildConfiguratio...Gravatar janakr2018-03-06
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Move enabling of coverage related features to CcCommonGravatar Googler2018-02-23
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Update --flaky_test_attempts to also take a repeatable argument of the formGravatar jcater2018-02-20
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Add context argument to ObjectCodec.{serialize,deserialize}Gravatar michajlo2018-02-11
* Narrow type of "configuration" field in ActionOwner. It is only ever a BuildC...Gravatar janakr2018-02-09
* Replace path implementation.Gravatar tomlu2018-02-08
* Add a few options that tweak the host configuration to parallel those that do...Gravatar lberki2018-01-26
* Introduce a wrapper around the ImmutableSortedSet<Class<? extends BuildConfig...Gravatar janakr2018-01-24
* 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