index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
analysis
/
RuleContext.java
Commit message (
Expand
)
Author
Age
*
Add bin_dir and genfiles_dir to ctx
Kristina Chodorow
2016-10-11
*
Implement cc_common.link_params_merge function.
Dmitry Lomov
2016-10-07
*
Change allowedRuleClasses/mandatoryProviders semantics to "either-or" instead...
Dmitry Lomov
2016-10-07
*
Fixed location expansion in cc rules.
Vladimir Moskva
2016-09-30
*
Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.
Laszlo Csomor
2016-09-21
*
Change execution root for external repositories to be ../repo
Kristina Chodorow
2016-09-20
*
Enable aspect invocations to be matched by output filters.
Michael Staib
2016-09-19
*
Automatically detect the setting for --cpu.
Ulf Adams
2016-09-12
*
Allow list of lists of mandatory native providers
Googler
2016-09-08
*
Move bin_dir/genfiles_dir to RuleContext
Kristina Chodorow
2016-09-06
*
Fix misleading warning for rule dependency
Googler
2016-09-06
*
Fix a tiny bug in alias handling.
Lukacs Berki
2016-08-26
*
Allow Skyframe graph lookups and value retrievals to throw InterruptedException.
Janak Ramakrishnan
2016-08-16
*
Changes DependencyResolver <Attribute, Dep> map from a ListMultimap to new class
Greg Estren
2016-08-12
*
Add the repository name as a parameter to the output path functions
Kristina Chodorow
2016-08-12
*
Implements dynamic split transitions (minus latebound attribute splits).
Greg Estren
2016-08-08
*
Allow objc rule deps to include any rule that exports an "objc" provider.
Googler
2016-08-01
*
Rename some PackageId and RepositoryName fields/methods in prep for deep exec...
Kristina Chodorow
2016-07-28
*
RELNOTES: Improve Android split transition handling.
Googler
2016-07-22
*
Don't store workspace name on rule
Michajlo Matijkiw
2016-07-18
*
Rollback of commit 270f59b3630ef009f4a3e973581b3fc65a24ecc9.
Michael Staib
2016-07-14
*
Add all available toolchains to the FileProvider of cc_toolchain_suite.
Lukacs Berki
2016-07-14
*
RELNOTES: Improve Android split transition handling.
Googler
2016-07-12
*
RELNOTES: Use the correct build configuration for shared native deps during A...
Googler
2016-07-01
*
--
Carmi Grushko
2016-06-24
*
Support for platform_type="watchos" on apple_binary.
Chris Parsons
2016-06-16
*
Add --[no]instrument_test_targets option to Blaze
Googler
2016-06-14
*
Allow use of Exceptions to exit early out of configured-target creation, inst...
Chris Parsons
2016-05-24
*
Add an overview comment about how the analysis phase works and some pointers ...
Lukacs Berki
2016-05-19
*
Fix wrong method accessor in "this dep is
Greg Estren
2016-05-13
*
Add an "alias" rule.
Lukacs Berki
2016-05-10
*
Remove abi and abi_deps attributes.
Greg Estren
2016-05-09
*
Add attribute validation of mandatory native providers
Liam Miller-Cushon
2016-05-03
*
Introduces a registry of native providers to the BuildConfiguration, which ca...
Cal Peyser
2016-05-03
*
In apple_binary, propagate cc_library dependencies for all child configuratio...
Chris Parsons
2016-05-02
*
Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.
Rumou Duan
2016-04-26
*
Clean up the runfiles / files-to-run related code a bit.
Ulf Adams
2016-04-21
*
Introduce SplitTransitionProvider, to determine the split transition on an at...
Chris Parsons
2016-04-20
*
Review a number of action subclasses and update them according to the spec.
Ulf Adams
2016-04-19
*
Roll-foward of commit 351475627b9e94e5afdf472cbf465f49c433a25e which was roll...
Nathan Harmata
2016-04-14
*
Rollback of commit 351475627b9e94e5afdf472cbf465f49c433a25e.
Florian Weikert
2016-04-12
*
Expose method on ruleContext for retrieving TransitiveInfoProviders by config...
Chris Parsons
2016-04-08
*
Clean the API of ProtoCompileAction, in preparation for making the proto-comp...
Carmi Grushko
2016-04-07
*
Make non-empty attribute checks happen during analysis of the target in quest...
Nathan Harmata
2016-04-07
*
Add comments to analysis-phase objects so future developers won't accidentall...
Janak Ramakrishnan
2016-03-23
*
Make ActionOwner a final class, since all non-test implementations were basic...
Janak Ramakrishnan
2016-03-21
*
Fixed indentation problem: 8 spaces -> 4 spaces
Yun Peng
2016-03-21
*
Python provider is now available in Skylark
Yun Peng
2016-03-03
*
Changed mandatoryProviders to mandatoryProvidersList
Yun Peng
2016-02-22
*
Introduce TreeArtifact and associated code to work with it. No functionality ...
Michael Thvedt
2016-02-09
[next]