aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Get rid of the last reference to getAttributeMapper by keeping packages whichGravatar mjhalupka2018-02-13
* Environment guarantees determinism when retrieving its bindingsGravatar brandjon2018-02-13
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Thread ConfiguredTargetAndTarget through objC classes to get rid of referencesGravatar mjhalupka2018-02-12
* BEP: assert event orderings explicitlyGravatar Klaus Aehlig2018-02-12
* Add context argument to ObjectCodec.{serialize,deserialize}Gravatar michajlo2018-02-11
* Rollback changes to TargetCompleteEventGravatar mjhalupka2018-02-10
* Narrow type of "configuration" field in ActionOwner. It is only ever a BuildC...Gravatar janakr2018-02-09
* Stop populating deprecated fields in the TargetComplete Message in theGravatar mjhalupka2018-02-09
* Remove hard-wired basenames for the test setup and the coverage collection sc...Gravatar lberki2018-02-09
* Simplify BinTools setup for integration testsGravatar ulfjack2018-02-09
* Replace path implementation.Gravatar tomlu2018-02-08
* Suppress ThinLTO indexing for testonly targetsGravatar Googler2018-02-08
* Move BazelRuleClassProvider.J2OBJC_RULES to its own class.Gravatar lpino2018-02-08
* Refactor to get rid of some getConfiguredTarget() calls in tests and replaceGravatar mjhalupka2018-02-07
* Rename the host platform information in the configuration.Gravatar John Cater2018-02-06
* Automated rollback of commit 4260c30a03a9b83d48a5e8690aca19cd80be4c38.Gravatar ulfjack2018-02-06
* Refactor ArtifactSkyKey to get rid of an unnecessary wrapper class: actually ...Gravatar janakr2018-02-05
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* Make RuleContext.getConfiguration() private.Gravatar gregce2018-02-02
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* ConfiguredRuleClassProvider preserves order in its builtin map.Gravatar cpeyser2018-02-02
* Add codecs for some stray SkyKeys.Gravatar janakr2018-02-01
* Allow CustomCommandLine's mapFn to expand each object into multiple items.Gravatar tomlu2018-02-01
* Improve safety of NestedSetFingerprintCache by detecting multiple instances o...Gravatar tomlu2018-01-31
* Change ConfiguredAspectFactory.create signature to take in aGravatar mjhalupka2018-01-31
* Fix string_list_dict values to be skylark lists in all casesGravatar cparsons2018-01-31
* Rename Transition to ConfigurationTransition.Gravatar gregce2018-01-30
* Obsolete and begin removing the toolchain_resolution_override flag.Gravatar John Cater2018-01-30
* Some simplifications for package serialization.Gravatar cpeyser2018-01-30
* Remove DynamicTransitionMapper, ConfigurationTransitionProxy.Gravatar gregce2018-01-30
* Remove ConfiguredTarget.getTarget() call in TopLevelConstraintSemantics.Gravatar mjhalupka2018-01-29
* Remove Skylark ConfigurationTransition.DATA references.Gravatar gregce2018-01-29
* Use nested set cache in key computation for CustomCommandLine.Gravatar tomlu2018-01-29
* Add alternative interface for LIPO data transitions, opt in native rules.Gravatar gregce2018-01-29
* Remove ConfiguredTarget.getTarget() calls from Build View. Replace them with ...Gravatar mjhalupka2018-01-29
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Remove unused constructor for TargetAndConfiguration.Gravatar mjhalupka2018-01-29
* Do not crash when ctx.action.args.add map_fn returns a list of the wrong length.Gravatar tomlu2018-01-29
* Add a few options that tweak the host configuration to parallel those that do...Gravatar lberki2018-01-26
* BEP: report analysis failure eventsGravatar Klaus Aehlig2018-01-26
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Delete documentation for --analysis_warnings_as_errors.Gravatar Benjamin Peterson2018-01-25
* Add codecs for TestConfiguration, ConfiguredFragmentValue, and TestConfigFrag...Gravatar janakr2018-01-24
* 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
* Quick blanket replacement of getTarget().getLabel() with .getLabel(). Some ha...Gravatar Googler2018-01-22
* Only allow files created by the same rule as executable outputs of a rule.Gravatar Dmitry Lomov2018-01-22
* Add a native provider registry to ConfiguredRuleClassProviderGravatar brandjon2018-01-22