aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* 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
* Fix test configured target creation code that was dropping split deps.Gravatar Greg Estren2016-12-06
* Make BuildConfiguration output directories understand repositoriesGravatar Kristina Chodorow2016-12-05
* Add 'aspect_id' for to identify aspects that has been applied to the target.Gravatar Dmitry Lomov2016-12-05
* Add documentation for add{Skylark,Native}DeclaredProvider.Gravatar Dmitry Lomov2016-12-05
* Make a rogue test case honor --experimental_dynamic_configs=notrim_partial li...Gravatar Greg Estren2016-12-05
* Add option to disable dynamic configs with LIPO.Gravatar Greg Estren2016-12-02
* Clean up RuleContext's attribute access API.Gravatar Greg Estren2016-12-02
* Move constraint enforcement policy into attribute definitions.Gravatar Greg Estren2016-12-02
* Rollback of commit 2a2be3907981d9654575493c7012d95d1241f373.Gravatar Googler2016-12-01
* Initial commit of cc_proto_library.Gravatar Carmi Grushko2016-12-01
* Overrides BuildConfiguration.equals() for dynamic configs.Gravatar Greg Estren2016-12-01
* Allow aspects to specify multiple sets of required providers to match against...Gravatar Rumou Duan2016-12-01
* Only announce test summaries in BEP if expectedGravatar Klaus Aehlig2016-11-30
* Remove isSkylark and eval from Environment.Gravatar Laurent Le Brun2016-11-29
* Makes the --test_env command line options available in skylark's rule context.Gravatar Sergio Campama2016-11-29
* Minor fix to SpawnAction.BuilderGravatar Jon Brandvein2016-11-29
* Provide AspectDescriptor to ConfiguredAspect.Gravatar Dmitry Lomov2016-11-29
* Make Runfiles.SymlinkEntry implement SkylarkValue.Gravatar Eric Dobson2016-11-28
* Update coverage documentation. Prepare for open sourcing CoverageCommand.Gravatar Ulf Adams2016-11-24
* Move some actions to language-specific packages, where they belong.Gravatar Lukacs Berki2016-11-23
* Declare order constraint in BEPGravatar Klaus Aehlig2016-11-23
* Initial checkin of the toolchain_lookup() rule for expressing explicit depend...Gravatar Lukacs Berki2016-11-22
* Adds support for multiple top-level dynamic configurationsGravatar Greg Estren2016-11-21
* Extra-actions originating in Aspects are reported even if the rule we attach ...Gravatar Carmi Grushko2016-11-21
* Implement 'output_groups' provider.Gravatar Dmitry Lomov2016-11-21
* Allow labels in the '--aspects' parameter.Gravatar Dmitry Lomov2016-11-21
* Fix up documentation for Actions APIGravatar Jon Brandvein2016-11-18
* Run the analysis phase with as many threads as the user wants. In order to av...Gravatar Janak Ramakrishnan2016-11-18
* Add ctx.coverage_instrumented function to SkylarkGravatar Googler2016-11-17
* ObjcCompileAction does not signal to skyframe that it discovers inputs.Gravatar Cal Peyser2016-11-17
* Supports --nodistinct_host_configuration withGravatar Greg Estren2016-11-16
* Description redacted.Gravatar Cal Peyser2016-11-16
* Updates outdated options documentation forGravatar Greg Estren2016-11-16
* Aspects-on-aspects implementation.Gravatar Dmitry Lomov2016-11-15
* Add an escape hatch to quickly disable --experimental_extra_action_top_level_...Gravatar Carmi Grushko2016-11-14
* Fix doc bug: Target.files is the immediate files-to-build, not transitiveGravatar Jon Brandvein2016-11-14
* ObjcCompileAction provides all headers to sandboxed execution. This allowsGravatar Cal Peyser2016-11-11
* Do not crash when aspects provide duplicate things.Gravatar Dmitry Lomov2016-11-11
* Expose aspect-related information in the extra-action proto that Bazel hands ...Gravatar Carmi Grushko2016-11-11
* Fix a bunch of typosGravatar Jon Brandvein2016-11-10
* Migrate ActionOwner to @AutoValue.Gravatar Carmi Grushko2016-11-10
* When --experimental_extra_action_top_level_only, Bazel to report extra-action...Gravatar Carmi Grushko2016-11-09
* For SpawnActions, also honor the dynamic environmentGravatar Klaus Aehlig2016-11-07
* Do not propagate aspect to own attributes when using '*'.Gravatar Googler2016-11-04
* Also provide test summaries in the build-event streamGravatar Klaus Aehlig2016-11-02