aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config/BuildConfiguration.java
Commit message (Expand)AuthorAge
* Carry Fileset flags over to host configuration.Gravatar felly2018-08-14
* Set --defer_param_files to true.Gravatar tomlu2018-08-03
* Transition --defer_param_files into host options.Gravatar Googler2018-07-23
* Introduce --strict_fileset_output which treats all output Artifacts encounter...Gravatar felly2018-07-18
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Remove topLevelConfigurationHook now that LIPO is goneGravatar gregce2018-06-15
* Remove "artifactOwnerConfiguration" now that LIPO is goneGravatar gregce2018-06-15
* Remove LIPO supportGravatar hlopko2018-06-15
* Move TARGET_CPU from the CcToolchainProvider to BuildConfiguration.Gravatar jcater2018-06-01
* Open up visibility of BuildConfiguration$OutputDirectory for serialization an...Gravatar janakr2018-05-31
* Merge ComposingSplitTransition and ComposingPatchTransition.Gravatar gregce2018-05-29
* Fix SkylarkCallable-annotation detection to appropriately handle methods with...Gravatar cparsons2018-05-24
* Move coverageSupport and coverageReportGenerator from BuildConfiguration toGravatar dbabkin2018-05-18
* Pull caching up to BuildConfigurationValue$Key$Codec. Almost all BuildOptions...Gravatar janakr2018-05-14
* Migrate SkylarkRuleContext (and a few dependencies) to the build APIGravatar cparsons2018-05-11
* Relax requirements of skylark-exposed configuration fragmentsGravatar cparsons2018-05-07
* Kill Legacy Fileset implementation.Gravatar kush2018-05-04
* Avoid creating a Composing*Transition if one of the transitions is NoTransition.Gravatar mstaib2018-04-27
* Add --experimental_use_late_bound_option_defauts flag to toggle usage of late...Gravatar Googler2018-04-27
* Support deferred param files.Gravatar tomlu2018-04-25
* Move test_timeout to BuildConfiguration and TargetCompleteEvent.Gravatar Googler2018-04-17
* Remove WorkerTestStrategy and with it, BuildConfiguration.Fragment#compatible...Gravatar lberki2018-04-12
* Deprecate BuildConfiguration.Fragment#getArtifactOwnerTransition().Gravatar lberki2018-04-11
* Remove BuildConfiguration.Fragment#setupActionEnvironment().Gravatar lberki2018-04-11
* Make the skyframe-native flag a no-op.Gravatar kush2018-04-10
* Remove BuildConfiguration.Fragment#getReservedActionMnemonics() in favor of e...Gravatar lberki2018-04-09
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Put configuration checksum into BuildOptions$OptionsDiffForReconstruction and...Gravatar janakr2018-03-28
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* 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