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
Commit message (
Expand
)
Author
Age
*
Add an interner to LineNumberTable for during deserialization.
mjhalupka
2018-06-29
*
Add cc_common top-level skylark object to fakebuildapi.
cparsons
2018-06-29
*
Fix asymmetric progress receiver state tracking
mschaller
2018-06-29
*
Remove outdated TODO
cparsons
2018-06-29
*
Add basic android classes to fakebuildapi
cparsons
2018-06-29
*
Adding a check to remote execution to ensure the result from the server has a
Googler
2018-06-29
*
Reuse previously stored SkyValues during event/post collection
mschaller
2018-06-29
*
C++: Adds ctx to cc_link_params creation.
plf
2018-06-29
*
[java_common.compile] Always generate a source jar.
elenairina
2018-06-29
*
Eliminates unnecessary comparisons in ActionInputMap.resize.
shahan
2018-06-29
*
Automated rollback of commit 908682a743d5a1c31b17bc199f9003a6b00114b8.
mstaib
2018-06-29
*
Add fake build API implementations for config, platform, repository, and test...
cparsons
2018-06-29
*
Add a null-check to Whitelist handling
cushon
2018-06-29
*
C++: Adds ctx to cc_link_params creation.
plf
2018-06-29
*
Make JDK version check more robust.
Googler
2018-06-28
*
Store SkyValues for new deps from the graph intra-environment
mschaller
2018-06-28
*
[Skylark] Allow tuples as first argument of str.{starts,ends}with
Yannic Bonenberger
2018-06-28
*
Implement imports (via load()) in Skydoc.
cparsons
2018-06-28
*
Add rudimentary apple-related classes to fakebuildapi.
cparsons
2018-06-28
*
Remove --allow_undefined_configs
ccalvarin
2018-06-28
*
Convert directDeps to a map of SkyValues
mschaller
2018-06-28
*
Fix link to toolchains to work properly.
jcater
2018-06-28
*
Short-circuit done node dep registration when no new deps
mschaller
2018-06-28
*
Deduplicate loose paths much earlier so that they create smaller nested sets
Googler
2018-06-28
*
Split common functionality out of ConfiguredTargetQueryEnvironment.
twerth
2018-06-28
*
Require @SkylarkCallable parameters to be explicitly specified.
cparsons
2018-06-28
*
Change label from //tools/defaults:java_toolchain to //tools/jdk:toolschain
dbabkin
2018-06-28
*
Change label from //tools/defaults:crosstool to //tools/cpp:crosstool",
dbabkin
2018-06-28
*
Delete some more LIPO crumbs.
Benjamin Peterson
2018-06-28
*
Remove CROSSTOOL_LABEL label resolver from ObjcRuleClasses.
dbabkin
2018-06-28
*
Expose Skylark API to the C++ toolchain
hlopko
2018-06-28
*
Automated rollback of commit 1f319fffb8a577be95e8143c21755fe55156a0cb.
cushon
2018-06-28
*
Add --incompatible_disable_data_transition for 'cfg = "data"' Skylark calls
gregce
2018-06-27
*
Handles null value in createAggregatingValue env.getValues call.
shahan
2018-06-27
*
Remove old (dead) SkylarkSignature-binding code from some classes.
cparsons
2018-06-27
*
Inspect post-evaluation exported variables to obtain rule names.
cparsons
2018-06-27
*
Add Interners for CcToolchainFeatures$ActionConfig, Feature, and
mjhalupka
2018-06-27
*
Automated refactor of Label.parseAbsolute() to always pass a repository mapping
dannark
2018-06-27
*
Fix docgen handling of multiple modules with the same name
cparsons
2018-06-27
*
Remove obsolete function.
laurentlb
2018-06-27
*
Debug server logging: don't construct expensive debug-level log strings unles...
brendandouglas
2018-06-27
*
Add an interner for non source artifacts that are deserialized.
mjhalupka
2018-06-27
*
C++: Makes Skylark CcCompilationInfo accept headers
plf
2018-06-27
*
PiperOrigin-RevId: 202296332
twerth
2018-06-27
*
PiperOrigin-RevId: 202265344
cushon
2018-06-27
*
Make DefaultInfo.default_runfiles return all runfiles if the runfiles field o...
cparsons
2018-06-26
*
Initial check-in of skydoc rewrite.
cparsons
2018-06-26
*
Enforce that repository mapping is never null (it can be empty).
dannark
2018-06-26
*
Debug server debug logs: use EventHandler instead of Logger.
brendandouglas
2018-06-26
*
Flatten JavaCompilationAgs into JavaCompilationArgsProvider
cushon
2018-06-26
[next]