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
/
rules
/
genrule
Commit message (
Expand
)
Author
Age
*
Change cfg(HOST) to cfg(HostTransition.INSTANCE).
gregce
2017-12-21
*
Remove duplicate CppHelper.getCcToolchainType method.
John Cater
2017-12-06
*
Disallow undeclared access to the $(JAVA) and $(JAVABASE) template variables.
lberki
2017-12-06
*
Added execution platform to the ActionExecutionMetadata.
John Cater
2017-12-04
*
Switch GenRuleBase to use the new Expander API
ulfjack
2017-12-04
*
Remove some unused code from GenRuleBase
ulfjack
2017-11-30
*
Make genrules not understand $(JAVA) and $(JAVABASE) if --experimental_enable...
lberki
2017-11-22
*
Return SpawnResults using a List instead of a Set.
ruperts
2017-11-21
*
Remove :foundation from the export list of :packages.
tomlu
2017-11-09
*
Rollback "Switch ExtraActionFactory and GenRuleBase to the Expander API" due ...
cparsons
2017-11-09
*
Switch ExtraActionFactory and GenRuleBase to the Expander API
ulfjack
2017-11-06
*
Add platform_common.MakeVariableInfo so that Skylark code has access to the M...
lberki
2017-10-27
*
Move the MakeVariableExpander to a new package
ulfjack
2017-10-10
*
LocationExpander: always require options to be passed in
ulfjack
2017-10-02
*
Move expansion functionality to a new class
ulfjack
2017-09-29
*
Ensure that SpawnResults make their way back to the SpawnActions that caused ...
ruperts
2017-09-27
*
LateBoundDefault: enforce access to a single fragment (or none).
mstaib
2017-09-19
*
Move RuleConfiguredTarget to lib.analysis.configuredtargets.
gregce
2017-09-19
*
Every rule class that uses a cc_toolchain also has knowledge of the label for
cpeyser
2017-09-18
*
AbstractAction: Use ActionInputFileCache instead of MetadataHandler
ulfjack
2017-09-08
*
More BUILD file refactorings.
philwo
2017-09-06
*
Make Make variables from genrule.toolchains override the usual synthetic host...
lberki
2017-09-04
*
Rename bazel-user-manual.html into user-manual.html
dmarting
2017-09-04
*
Allow CommandLine expansion to throw an exception.
tomlu
2017-08-24
*
Rename some of native declared providers according to the new naming scheme.
dslomov
2017-08-21
*
Fetch the Java-specific Make variables from the :host_jdk dependency instead ...
lberki
2017-08-18
*
Move MakeVariableProvider to lib.analysis
ulfjack
2017-08-08
*
Move RuleConfiguredTargetFactory to lib.analysis
ulfjack
2017-08-07
*
Move AliasProvider to lib.analysis
ulfjack
2017-08-07
*
Compute progress message lazily in spawn action.
tomlu
2017-08-03
*
Add a toolchains= attribute to *_binary, *_test, cc_library and extra_action ...
lberki
2017-07-14
*
MakeVariableProvider should be declared provider only.
dslomov
2017-07-11
*
Update the default values for the C++ and Java late-bound attributes to the c...
janakr
2017-07-10
*
Update SpawnAction to take an ActionEnvironment
ulfjack
2017-07-05
*
Rewrite the Executor/ActionExecutionContext split
ulfjack
2017-06-19
*
Use FeatureConfiguration to compute value of CC_FLAGS make variable
hlopko
2017-05-26
*
Use nested sets for configured target runfiles instead of flattened lists.
Googler
2017-05-26
*
Add CC_FLAGS to the macros that pull in the CcToolchainProvider for genrules
Googler
2017-05-23
*
Extract :cc_toolchain as constant
hlopko
2017-05-22
*
Remove methods from CommandLine, making it a simple argument list interface.
Googler
2017-05-15
*
Give RuleContext the ability to add make variables.
lberki
2017-05-05
*
Automated g4 rollback of commit ce33ab7a49126a513d7d5a6bc16f86154d9a85b6.
plf
2017-05-03
*
Give RuleContext the ability to add Make Variables
Googler
2017-04-27
*
Avoid calls to NestedSetBuilder#addAll(NestedSet)
cushon
2017-04-10
*
Automated g4 rollback of commit 8c41633a8700cbadd2ef219879cba305b576070e.
schmitt
2017-04-10
*
Genrules only depend on the host JDK if they have Java make variables.
Googler
2017-04-06
*
Rename the ToolchainProvider to a more accurate name (and free up the name fo...
jcater
2017-04-03
*
Small documentation fix.
Googler
2017-03-31
*
Genrules only depend on the C++ toolchain if they have C++ make variables.
Greg Estren
2017-03-28
*
Remove duplicate genrule documentation on base class.
John Cater
2017-02-24
[next]