aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/config
Commit message (Expand)AuthorAge
* Automated rollback of commit db01c6f926bcb4774d901797c59f51dd54c05624.Gravatar janakr2018-07-27
* PiperOrigin-RevId: 206181674Gravatar shahan2018-07-26
* Move caching to BuildOptions instead of BuildConfigurationValue.Key.Gravatar mjhalupka2018-07-11
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Remove LIPO supportGravatar hlopko2018-06-15
* Make BuildOptions$OptionsDiffForReconstruction deterministic in its construct...Gravatar janakr2018-05-23
* Pull caching up to BuildConfigurationValue$Key$Codec. Almost all BuildOptions...Gravatar janakr2018-05-14
* Add an IdentityHashMap to the BuildOptions.OptionsDiffForReconstruction codec.Gravatar mjhalupka2018-05-11
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Add the ability to reconstruct a BuildOptions from the diff with another Buil...Gravatar janakr2018-03-09
* Rename BuildOptionsTest method names to be more succinct.Gravatar janakr2018-03-09
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Add a new BuildOptions diff method that holds and pretty prints the different...Gravatar juliexxia2018-02-23
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* 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
* Introduce Root class.Gravatar tomlu2018-01-17
* Adds FileSystem check to Path.CODEC.serialize.Gravatar shahan2018-01-12
* Codec for BuildConfigurationValue.Gravatar shahan2018-01-10
* Set default value of incompatible_load_argument_is_label to true.Gravatar laurentlb2017-12-04
* Migrate callsites of CppConfiguation#getCompiler, #getTargetLibc, #getCpu toGravatar cpeyser2017-11-28
* Improve error message when missing default_toolchain in CROSSTOOLGravatar hlopko2017-11-22
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* Remove --experimental_disable_jvm from unit tests.Gravatar cpeyser2017-09-13
* Remove ConfigurationFactory as part of the static configuration cleanup.Gravatar gregce2017-08-17
* Make all our tests pass with --noexperimental_toolchain_id_in_output_directory.Gravatar lberki2017-07-24
* Deprecate dynamic config OFF and NOTRIM_PARTIAL modes.Gravatar gregce2017-07-20
* Fix a bunch of test cases that break if genfiles == bin.Gravatar lberki2017-07-19
* 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
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Explicitly state the default options categories for options used in blaze tes...Gravatar ccalvarin2017-06-29
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Do not access SkylarkProviders anywhere outside of ConfiguredTarget implement...Gravatar dslomov2017-05-16
* BuildOptions cleanup:Gravatar gregce2017-05-04
* Fix crash on graph cycle in configuration loadingGravatar gregce2017-04-19
* Remove the overloading of option category to cover documentation level.Gravatar ccalvarin2017-04-18
* Move ConfigSetting into rules/config.Gravatar mstaib2017-04-06
* Generalize ConfigSetting's special options handling.Gravatar mstaib2017-04-05
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Move BuildConfiguration option data access to a new class.Gravatar mstaib2017-04-03
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Create "internal" category of command-line options.Gravatar Michael Staib2017-03-20
* --cpu no longer reads its value from the CROSSTOOL.Gravatar Greg Estren2017-01-18
* Phrasing cleanup for dynamic configuration tests.Gravatar Greg Estren2016-12-01
* Makes the --test_env command line options available in skylark's rule context.Gravatar Sergio Campama2016-11-29
* Supports --nodistinct_host_configuration withGravatar Greg Estren2016-11-16