aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Mock cc toolchain is registered in module instead of in PlatformOptions.Gravatar cpeyser2017-09-28
* Simplify make variable expansion call sitesGravatar ulfjack2017-09-28
* Simplify RuleContext APIGravatar ulfjack2017-09-27
* BEP: also report baseline coverageGravatar Klaus Aehlig2017-09-27
* Add charset to action key computation of ParameterFileWriteAction.Gravatar twerth2017-09-27
* Ensure that SpawnResults make their way back to the SpawnActions that caused ...Gravatar ruperts2017-09-27
* Rollforward change of Java coverage logic.Gravatar elenairina2017-09-26
* Move --plugin to JavaOptions and remove --plugin_copt.Gravatar mstaib2017-09-26
* Stop injecting embedded artifacts. They're never used by anyone in Skyframe, ...Gravatar janakr2017-09-26
* BEP: Add coverage data to test_resultGravatar Klaus Aehlig2017-09-26
* Stop injecting WorkspaceStatusAction into the Skyframe graph as a precomputed...Gravatar janakr2017-09-26
* Fix and improve context.args.add documentation.Gravatar tomlu2017-09-25
* Remove product name precomputed value.Gravatar janakr2017-09-25
* Add more thorough error reporting behavior for when config_setting has multip...Gravatar juliexxia2017-09-22
* Include all test output files (e.g. undeclared outputs) for non-cached test e...Gravatar Googler2017-09-22
* Move aspect resolution out of ConfiguredTargetFunction.Gravatar gregce2017-09-21
* Add a constraint_values attribute and a target platforms attribute to the con...Gravatar juliexxia2017-09-21
* Move --build_python_zip into PythonConfiguration.Gravatar mstaib2017-09-21
* Add ability to write param files to disk.Gravatar tomlu2017-09-21
* Only load the whitelist for Android targets if they use feature flags.Gravatar mstaib2017-09-21
* Expose 'registerAction' on SkylarkActionFactory.Gravatar dslomov2017-09-20
* Move ConfiguredTargetFunction dynamic config selection to its own class.Gravatar gregce2017-09-20
* Document the options in smaller commands.Gravatar ccalvarin2017-09-20
* Introduce --enabled_toolchain_types, which when set to the cpp toolchain caus...Gravatar cpeyser2017-09-20
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Automated rollback of commit 743dc14f9f30b80d6d821612f77186afb025477d.Gravatar dslomov2017-09-19
* Wrap runtime jars and proto sources going into runfiles in a stable order nes...Gravatar tomlu2017-09-19
* Implement support for Skylark param files.Gravatar tomlu2017-09-19
* Automated rollback of commit 0ee3aa622fc13b8a5072ebddf5cd65823413b4ff.Gravatar ulfjack2017-09-19
* Expose full compile time jars in SkylarkGravatar elenairina2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Cleanup ActionConstructionContext.Gravatar dslomov2017-09-19
* Unify buildevnts indicating build completionGravatar Klaus Aehlig2017-09-19
* Change param file arg string to a format string instead of a prefix string.Gravatar tomlu2017-09-18
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Fix PlatformInfo to correctly report all duplicate constraints, not just the ...Gravatar John Cater2017-09-18
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Add serialization support to BlazeDirectories (and .hashCode() and .equals() ...Gravatar janakr2017-09-15
* Remove unused late-bound attributes for target and execution platforms.Gravatar jcater2017-09-15
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* Lots more cleanup of "dynamic configurations" comments and test code.Gravatar gregce2017-09-14
* Cleanup todo from static config removalGravatar gregce2017-09-14
* Static config removal TODO cleanup.Gravatar gregce2017-09-14
* Rollback context.actions.args() functionality.Gravatar tomlu2017-09-14
* Remove outdated references to static vs. dynamic configurations.Gravatar gregce2017-09-13
* Remove outdated Attribute.Configurator interface.Gravatar gregce2017-09-13
* Remove unused class after removal of BazelConfigurationCollection.Gravatar gregce2017-09-13
* Merging a RunfilesSupport object into Runfiles.Builder no longer adds the run...Gravatar Benjamin Peterson2017-09-12
* Inline CustomCommandLine methods that can be expressed using VectorArg.Gravatar tomlu2017-09-12
* Remove outdated defaultsToSelf.Gravatar gregce2017-09-12