aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config
Commit message (Expand)AuthorAge
* 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
* When composing RuleTransitionFactories, return something that respects equality.Gravatar mstaib2018-06-13
* Add more data to the exception thrown when putOnlyEntry's verification fails.Gravatar mstaib2018-06-12
* 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
* Unfork SplitTransition / PatchTransition invocations.Gravatar gregce2018-05-24
* Make BuildOptions$OptionsDiffForReconstruction deterministic in its construct...Gravatar janakr2018-05-23
* Make the SplitTransition, PatchTransition interfaces more compatible.Gravatar gregce2018-05-23
* Simplify split transition semantics: noops now return the input build options.Gravatar gregce2018-05-23
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* Move coverageSupport and coverageReportGenerator from BuildConfiguration toGravatar dbabkin2018-05-18
* Pull caching up to BuildConfigurationValue$Key$Codec. Almost all BuildOptions...Gravatar janakr2018-05-14
* Only use fingerprint and checksum for equality and hashCode in BuildOptions$O...Gravatar janakr2018-05-14
* Add an IdentityHashMap to the BuildOptions.OptionsDiffForReconstruction codec.Gravatar mjhalupka2018-05-11
* 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
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Add equality support to composing transitions.Gravatar mstaib2018-04-27
* 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
* Replace ConfigurationTransition with PatchTransition in a few places.Gravatar mstaib2018-04-26
* RuleTransitionFactory returns NoTransition instead of null.Gravatar mstaib2018-04-26
* Support deferred param files.Gravatar tomlu2018-04-25
* Add the capability to register a trimming RuleTransitionFactory.Gravatar mstaib2018-04-19
* Move test_timeout to BuildConfiguration and TargetCompleteEvent.Gravatar Googler2018-04-17
* Change BuildOptions.DiffForReconstruction.toString() to use MoreObjects insteadGravatar mjhalupka2018-04-12
* Remove WorkerTestStrategy and with it, BuildConfiguration.Fragment#compatible...Gravatar lberki2018-04-12
* Add a toString method to BuildOptions and BuildConfigurationValue.KeyGravatar mjhalupka2018-04-11
* Make --fdo_optimize paths be PathFragment instead of Path, and remove the now...Gravatar Googler2018-04-11
* 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
* Make RuleClass serializable and remove Environment from it, since it was only...Gravatar janakr2018-03-30
* 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
* Remove RuleClass.Builder#depsCfg().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
* Give ConfigurationTransition and implementing classes a getName method for ea...Gravatar juliexxia2018-03-20
* RELNOTES[INC]: Remove //tools/defaults:android_jar. Use @bazel_tools//tools/a...Gravatar ajmichael2018-03-19