aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* 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
* Exposes the Android split transition configuration to Skylark.Gravatar Alex Humesky2016-12-22
* Introduce a distinguisher for cpu value as set in --experimental_multi_cpu.Gravatar Cal Peyser2016-12-21
* Update call sites to FileWriteAction to use the --experimental_transparent_co...Gravatar Jon Brandvein2016-12-20
* Cleanup FileWriteAction and add a flag that will guard transparent compressionGravatar Jon Brandvein2016-12-20
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Enables the propagation of the XcodeVersionProperties provider for reading fr...Gravatar Sergio Campama2016-12-13
* Fix error message that gives incomplete informationGravatar Jon Brandvein2016-12-13
* Migrates TestEnvironmentProvider to using the new Skylark declared providers ...Gravatar Sergio Campama2016-12-12
* Style edits for ActionsProvider and provider constructorsGravatar Jon Brandvein2016-12-12
* Add a testing Skylark module that exposes an ExecutionInfoProvider constructor.Gravatar Sergio Campama2016-12-12
* Transparently compress any FileWriteAction strings of > 256 length.Gravatar Googler2016-12-08
* Skip constraint checking on generated sources with null generating rules.Gravatar Greg Estren2016-12-07
* Add coverage support for java test.Gravatar Yue Gan2016-12-07
* Fix private visibility for aliased targets. Gravatar Lukacs Berki2016-12-06
* Override BuildConfiguration.equals() for dynamic configs.Gravatar Greg Estren2016-12-06