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
Commit message (
Expand
)
Author
Age
*
Expose aar native libs to skylark.
Googler
2018-02-15
*
Expose manifest property in ResourceContainer
Googler
2018-02-15
*
Properly error when environment_group references non-existent targets.
gregce
2018-02-15
*
Fix query output formatter documentation for github issue #1121
juliexxia
2018-02-15
*
Tag for classes with @AutoCodec.
mjhalupka
2018-02-15
*
Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...
tomlu
2018-02-15
*
Add some more codecs to execution-phase SkyKeys.
janakr
2018-02-15
*
Don't intern PathFragments when we create PackageIdentifiers. This should be ...
shreyax
2018-02-15
*
Fix Callcounts crash.
tomlu
2018-02-15
*
Stop storing ActionTemplate in a SkyKey: it's too heavyweight. Use the same m...
janakr
2018-02-15
*
Use AutoCodec to generate CODECs for a few more provider types that are
cpeyser
2018-02-15
*
Add AutoCodec for a bunch of cc library providers.
mjhalupka
2018-02-15
*
Finish cleanup of unthreaded contexts
michajlo
2018-02-15
*
Fix typo in javadoc
michajlo
2018-02-15
*
Remove unused LineNumberTable.HashLine class.
laurentlb
2018-02-15
*
Extract part of EnvironmentGroup that's necessary for constraint calculation,...
janakr
2018-02-15
*
C++: Removes CppModel class
plf
2018-02-15
*
Move BinTools to lib.exec
ulfjack
2018-02-15
*
Remove code that allows RunfilesSupport.owningExecutable to be null.
Benjamin Peterson
2018-02-15
*
Automated rollback of commit fa0fac2a4e8a2e5c01b8390878289d00dcc17dba.
lberki
2018-02-15
*
Fix incorrect warning on negative test lang filter flags.
janakr
2018-02-14
*
Get PlatformInfo out of ToolchainResolutionKey, replace with the ConfiguredTa...
janakr
2018-02-14
*
Pass --target_label, --injecting_rule_kind to all java compile actions.
tomlu
2018-02-14
*
Pull out useful parts of discoverInputs into findAdditionalInputs so that it ...
Googler
2018-02-14
*
Adds Class-keyed lookup to ObjectCodecRegistry and populates it using CodecSc...
shahan
2018-02-14
*
Start slimming down ToolchainResolutionKey: get rid of BuildConfiguration. Th...
janakr
2018-02-14
*
Get Target out of SupportedEnvironmentsProvider. Only a Label and Location ar...
janakr
2018-02-14
*
Remove Target from ConfiguredTarget.
mjhalupka
2018-02-14
*
Add a CODEC for CppCompileAction.
cpeyser
2018-02-14
*
Use AutoCodec to generate CODECs for several provider types that are exported
cpeyser
2018-02-14
*
@AutoCodec for CcLinkParamsInfo.
cpeyser
2018-02-14
*
@AutoCodec for LicenseProvider.
cpeyser
2018-02-14
*
Delete unused variable in ToolchainResolutionFunction.
Benjamin Peterson
2018-02-14
*
Get rid of unnecessary target retrieval in ToolchainUtil: the label will do j...
janakr
2018-02-14
*
Specialize CCToolchainFeatures flags for single-variable flags.
tomlu
2018-02-14
*
Make ActionLookupData a SkyKey. Should save some memory.
janakr
2018-02-14
*
Automated rollback of commit 0f9c6ea574918dda094cf5423fa3822112846c30.
lberki
2018-02-14
*
Make __init__.py files creation optional
Mouad Benchchaoui
2018-02-14
*
Thread {Des,S}erializationContext through Package serialization interface
michajlo
2018-02-13
*
Add Codec for NativeAspectClass. As a result, remove @AutoCodec from concrete...
janakr
2018-02-13
*
Drop unused SerializerAdapter
michajlo
2018-02-13
*
Set extra action tool path to the value that crosstool will actually use base...
Googler
2018-02-13
*
@AutoCodec AspectValue$AspectKey.
janakr
2018-02-13
*
Improve efficiency warnings in AggregatingAttributeMapper javadoc.
gregce
2018-02-13
*
Add Bazel documentation for android_local_test.
dannark
2018-02-13
*
Get rid of the last reference to getAttributeMapper by keeping packages which
mjhalupka
2018-02-13
*
Add ability to use getter in AutoCodecProcessor when field for instantiator p...
janakr
2018-02-13
*
Implement the config(expr, word) cquery function.
juliexxia
2018-02-13
*
Environment guarantees determinism when retrieving its bindings
brandjon
2018-02-13
*
Refactor WalkableGraph and BuildDriver interfaces
Googler
2018-02-13
[next]