aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Tag ParameterFileWriteAction with @AutoCodec.Gravatar mjhalupka2018-02-27
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* @AutoCodec FileWriteAction.Gravatar janakr2018-02-26
* @AutoCodec PackageGroupConfiguredTarget (forgot to actually annotate the clas...Gravatar janakr2018-02-26
* Revamp docs for default outputs / output groupsGravatar brandjon2018-02-26
* Revamp rules.md documentation for filesGravatar brandjon2018-02-26
* @AutoCodec RuleConfiguredTarget.Gravatar janakr2018-02-23
* @AutoCodec FilesetOutputConfiguredTarget.Gravatar janakr2018-02-23
* @AutoCodec all the *ConfiguredTarget classes except for RuleConfiguredTarget....Gravatar janakr2018-02-23
* Better @AutoCodec for TransitiveInfoProviderMapImpl: avoid having to serializ...Gravatar janakr2018-02-23
* Apply @AutoCodec to ExecutableSymlinkAction and SymlinkAction.Gravatar mjhalupka2018-02-23
* @AutoCodec TransitiveInfoProviderMapImpl and JavaInfo.Gravatar janakr2018-02-23
* Add a new BuildOptions diff method that holds and pretty prints the different...Gravatar juliexxia2018-02-23
* @AutoCodec for GenRuleAction.Gravatar cpeyser2018-02-23
* Move enabling of coverage related features to CcCommonGravatar Googler2018-02-23
* Fix baseline.lcov name in important_outputGravatar Googler2018-02-22
* Add @AutoCodec to SpawnAction. Refactor the SpawnAction API for extra actions...Gravatar cpeyser2018-02-22
* Add option to dump the action graph.Gravatar twerth2018-02-22
* Do not expand depset twice and store expanded in ctx.actions.run inputs.Gravatar tomlu2018-02-21
* Clean up test tag handlingGravatar ulfjack2018-02-21
* 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