aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config
Commit message (Expand)AuthorAge
* Simplify BinTools setup for integration testsGravatar ulfjack2018-02-09
* Replace path implementation.Gravatar tomlu2018-02-08
* Rename Transition to ConfigurationTransition.Gravatar gregce2018-01-30
* Remove DynamicTransitionMapper, ConfigurationTransitionProxy.Gravatar gregce2018-01-30
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* 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
* Adds codecs for types in test classes, ConfigSettingTest, LateBoundSplitUtil ...Gravatar shahan2018-01-23
* Explicitly make fragments option to BuildConfigurationValue#key an ImmutableS...Gravatar janakr2018-01-23
* Remove ConfigurationTransitionProxy.NONE and BaseRuleClasses.DYNAMIC_TRANSITI...Gravatar gregce2018-01-18
* Remove ConfigurationTransitionProxy.NULLGravatar gregce2018-01-16
* 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
* @AutoCodec: Uses sun.misc.Unsafe to retrieve fields for serialization.Gravatar shahan2018-01-02
* Change the default for value for experimental_skyframe_native_filesets now th...Gravatar kush2018-01-02
* Remove obsolete ConfigurationTransition.SPLIT.Gravatar gregce2017-12-28
* Intern the BuildConfigurationValue.Key instances that we create. Currently we...Gravatar janakr2017-12-28
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Adds ObjectCodecs for FragmentOptions and BuildOptions.Gravatar Googler2017-12-27
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* Memoize equals and hashCode operations for BuildOptions. Currently, equality ...Gravatar janakr2017-12-24
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Move config transition definitions out of lib.packages.Attribute.Gravatar gregce2017-12-21
* Remove final accessors of ConfigurationTransition.HOST.Gravatar gregce2017-12-21
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Remove ConfigurationTransition.HOST references from lib.packages.Gravatar gregce2017-12-20
* Support for ThinLTO to be enabled implicitly with AFDOGravatar Googler2017-12-20
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Add --experimental_java_coverage.Gravatar elenairina2017-12-05
* Remove some deadish Windows-related runfiles code.Gravatar Benjamin Peterson2017-12-04
* 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