aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Convert SkylarkActionFactory methods to use @SkylarkCallable instead of @Skyl...Gravatar cparsons2018-03-22
* Deprecate BuildConfiguration.Fragment#topLevelConfigurationHook().Gravatar lberki2018-03-22
* Give ConfigurationTransition and implementing classes a getName method for ea...Gravatar juliexxia2018-03-20
* Force @SkylarkCallable Params with defaultValue = "None" to be noneable.Gravatar cparsons2018-03-20
* Add more documentation for rule.outputsGravatar brandjon2018-03-20
* @Autocodec a few leftover classes. Also, add @AutoCodec builder support for ...Gravatar cpeyser2018-03-20
* Add some testing methods to get ConfiguredTargetAndData more easily, and rena...Gravatar janakr2018-03-19
* RELNOTES[INC]: Remove //tools/defaults:android_jar. Use @bazel_tools//tools/a...Gravatar ajmichael2018-03-19
* @AutoCodec TemplateExpansionAction. Have to make some anonymous classes concr...Gravatar janakr2018-03-17
* @AutoCodec some expressions that show up in Java configured targets.Gravatar janakr2018-03-16
* Refactor DependencyResolver#dependentNodeMap to take in a set of toolchain la...Gravatar juliexxia2018-03-16
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Modify CTQEnvironment and associated files to handle AliasConfiguredTargets. ...Gravatar juliexxia2018-03-15
* Dedupes aspects in BuildViewGravatar Googler2018-03-14
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Tags some more non-serializable classes (for serialization).Gravatar shahan2018-03-13
* Add a helper method for checking whether toolchain resolution is enabled for ...Gravatar John Cater2018-03-13
* Make DeployArchiveBuilder fetch the C++ toolchain identifier throughGravatar lberki2018-03-13
* Fix toolchain and execution platform registration to use patterns.Gravatar John Cater2018-03-12
* Tag Attribute, SkylarkDefinedAspect and some other Skylark classes withGravatar mjhalupka2018-03-12
* Clarify description of the configuration typeGravatar brandjon2018-03-12
* Add RuleContext#getConfiguredTargetAndDataMap and use it in analysis/Util.Gravatar janakr2018-03-10
* Make RuleContext#getSplitPrerequisiteConfiguredTargetAndTargets public and us...Gravatar janakr2018-03-10
* Fix broken links and formattingGravatar brandjon2018-03-10
* Add RuleContext#getPrerequisiteConfiguredTargetAndTarget and use it in GoTest...Gravatar janakr2018-03-10
* Replace some #getConfiguration calls coming from a TransitiveInfoCollection t...Gravatar janakr2018-03-10
* Replace ConfiguredTargetAndData#getConfiguredTarget()#getConfiguration() with...Gravatar janakr2018-03-10
* Update links to examplesGravatar brandjon2018-03-10
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* ActionOwner references only BuildEvent instead of full BuildConfigurationGravatar shahan2018-03-10
* Use RuleContext.getConfiguration() instead of RuleConfiguredTarget.getConfigu...Gravatar janakr2018-03-09
* Add the ability to reconstruct a BuildOptions from the diff with another Buil...Gravatar janakr2018-03-09
* Added named=true to output_group.group_nameGravatar cparsons2018-03-07
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Make the builtins registry thread-safeGravatar brandjon2018-03-06
* Add proper serialization constructor and equals/hashCode for EnvironmentLabels.Gravatar janakr2018-03-06
* Do not expose platform-related providers to Skylark.Gravatar John Cater2018-03-06
* Convert a bunch of non-AutoCodec classes to use @AutoCodec: BuildConfiguratio...Gravatar janakr2018-03-06
* Fix incomplete documentation changeGravatar brandjon2018-03-06
* Automated rollback of commit 96145511b34a2d7be834e3eb05927674e875c813.Gravatar janakr2018-03-05
* Automated rollback of commit eee53d3a33dde441f7e7adaecde81ef2d3db7c1b.Gravatar dannark2018-03-04
* @AutoCodec for ConfigurationTransition subclasses.Gravatar shahan2018-03-02
* Revamp docs for ctx.outputsGravatar brandjon2018-03-02
* Revamp discussion of executable/test rulesGravatar brandjon2018-03-02
* @AutoCodec ConfiguredTargetValue.Gravatar cpeyser2018-03-02
* Add execution platform information to the action key.Gravatar John Cater2018-03-02
* Make JavaCompileAction and friends emit new-style arguments.Gravatar tomlu2018-03-01
* Migrate a few trivial uses of @SkylarkSignature to use @SkylarkCallable insteadGravatar cparsons2018-03-01
* Make the distinction between "global frame" and "lexical frame" explicit. As ...Gravatar nharmata2018-03-01