aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config
Commit message (Expand)AuthorAge
...
* 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
* 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