aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Do not execute aspect implementation if target advertizes but fails to provid...Gravatar Dmitry Lomov2017-03-01
* BEP: Add tags and output files to TargetComplete event Gravatar Jakob Buchgraber2017-02-28
* Fixes issue with ObjcCompileAction where extra action funcitonality is unableGravatar Googler2017-02-27
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Report inconsistent aspect order error to the user.Gravatar Dmitry Lomov2017-02-24
* Remove ctx.aspect_id and Target.aspect_ids.Gravatar Dmitry Lomov2017-02-23
* Add ctx.aspect_ids, deprecate ctx.aspect_id and Target.aspect_ids.Gravatar Dmitry Lomov2017-02-23
* If dynamic configurations are turned on, ruleclass configuration transitionsGravatar Cal Peyser2017-02-22
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Fix --run_under to work with labels that describe source or output filesGravatar Ulf Adams2017-02-17
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Restrict aspects visible to other aspects according to their advertised provi...Gravatar Dmitry Lomov2017-02-15
* Remove type checking requirement from AttributeMap.has.Gravatar Greg Estren2017-02-15
* Default Bazel builds to nontrimmed dynamic configurations (except LIPO).Gravatar Greg Estren2017-02-15
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-14
* Fix the documentation of set/depsetGravatar Vladimir Moskva2017-02-14
* Remove special handling of name attribute. Fixes #278Gravatar Googler2017-02-14
* Rollback of commit cdbad585187dfe7bbb4d69ad68a1baf852beb691.Gravatar Michael Staib2017-02-14
* Add an algorithm to reduce aspect paths according to aspects' visibility to e...Gravatar Dmitry Lomov2017-02-14
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-13
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* Allow aspects to adveritise providers they provide.Gravatar Dmitry Lomov2017-02-07
* Fix action key computation for ParameterFileWriteAction.Gravatar Tobias Werth2017-02-06
* Update GenRule to include the Cpp and Jdk toolchains and properly handleGravatar John Cater2017-02-06
* Also report individual test results via BEP Gravatar Klaus Aehlig2017-02-02
* proto_library: saner descriptor setsGravatar Carmi Grushko2017-02-02
* Test strategy unification - extract env setup to a new classGravatar Ulf Adams2017-02-01
* Simplify the Spawn interfaceGravatar Ulf Adams2017-02-01
* Split transitions that return an empty list of options do not suppress dynami...Gravatar Cal Peyser2017-01-30
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Create a base implementation of GenRule that can be used by both Bazel andGravatar John Cater2017-01-30
* Minimize SpawnAction constructor exposureGravatar Michajlo Matijkiw2017-01-23
* Update GenRuleRule attribute documentation. Also rename files pending a mergeGravatar John Cater2017-01-23
* Remove the ability for an aspect to propagate a different aspect.Gravatar Dmitry Lomov2017-01-20
* Change SpawnAction members back to privateGravatar Googler2017-01-20
* --cpu no longer reads its value from the CROSSTOOL.Gravatar Greg Estren2017-01-18
* Support mapping of Paths to URIsGravatar Klaus Aehlig2017-01-18
* Change TargetContext.findDirectPrerequisite from config1 == config2 to config...Gravatar Greg Estren2017-01-18
* Allows a rule class to specify a configuration transtion that will apply to allGravatar Cal Peyser2017-01-12
* Add new flag to specify if output_licenses attribute should be checked for li...Gravatar Irina Iancu2017-01-10
* Encapsulate the required provider logic in RequiredProviders class.Gravatar Dmitry Lomov2017-01-10
* Extract a set of advertised providers into a separate class.Gravatar Dmitry Lomov2017-01-10
* Advertise java Skylark provider from java proto aspects.Gravatar Googler2017-01-10
* Move ExecutionInfoSpecifier to lib.actionsGravatar Ulf Adams2017-01-09
* Exempt config_setting from license checking.Gravatar Greg Estren2017-01-05
* Fix an obscure crash scenario with static configs and BuildConfiguration.equals.Gravatar Greg Estren2017-01-04
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Make BuildConfiguration reference-equals for static configs.Gravatar Greg Estren2016-12-29
* Expose to Skylark a merge() method for runfiles objectsGravatar Jon Brandvein2016-12-28