aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* 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
* Route fdo logic that deals with the path to the fdo profile through CcToolcha...Gravatar Googler2018-02-20
* Change Skylark's print() on a rule target to print the Skylark-exposed provid...Gravatar cparsons2018-02-16
* Add @AutoCodec for FdoSupport(Provider) and TemplateVariableInfo.Gravatar mjhalupka2018-02-16
* Tag for classes with @AutoCodec.Gravatar mjhalupka2018-02-15
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Stop storing ActionTemplate in a SkyKey: it's too heavyweight. Use the same m...Gravatar janakr2018-02-15
* Use AutoCodec to generate CODECs for a few more provider types that areGravatar cpeyser2018-02-15
* Add AutoCodec for a bunch of cc library providers.Gravatar mjhalupka2018-02-15
* Extract part of EnvironmentGroup that's necessary for constraint calculation,...Gravatar janakr2018-02-15
* Move BinTools to lib.execGravatar ulfjack2018-02-15
* Remove code that allows RunfilesSupport.owningExecutable to be null.Gravatar Benjamin Peterson2018-02-15
* Get Target out of SupportedEnvironmentsProvider. Only a Label and Location ar...Gravatar janakr2018-02-14
* Remove Target from ConfiguredTarget.Gravatar mjhalupka2018-02-14
* Add a CODEC for CppCompileAction.Gravatar cpeyser2018-02-14
* Use AutoCodec to generate CODECs for several provider types that are exportedGravatar cpeyser2018-02-14
* @AutoCodec for LicenseProvider.Gravatar cpeyser2018-02-14
* 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