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
Commit message (
Expand
)
Author
Age
*
Remove references to ConfiguredTarget.getTarget() in BuildTool.
mjhalupka
2018-01-29
*
Allows @AutoCodec to use factory methods.
shahan
2018-01-29
*
Remove quotes from argv in android_instrumentation_test stub template and add...
jingwen
2018-01-29
*
Rephrase RootCodec as an InjectingObjectCodec.
cpeyser
2018-01-29
*
Remove unused constructor for TargetAndConfiguration.
mjhalupka
2018-01-29
*
Support explicitly specifying a location for jvm.out
michajlo
2018-01-29
*
Move BazelRuleClassProvider.TESTING_SUPPORT to its own class in rules/test.
lpino
2018-01-29
*
Do not crash when ctx.action.args.add map_fn returns a list of the wrong length.
tomlu
2018-01-29
*
Additional Serializers and Serializer bugfixes needed to serialize BuildConfi...
shahan
2018-01-29
*
Support symlinks in external zip archives
Klaus Aehlig
2018-01-29
*
Add codec for ConfiguredTargetKey and remove stray LegacySkyKey constructors ...
janakr
2018-01-27
*
Support Android testing with Skylark-defined device rules.
ajmichael
2018-01-26
*
Remove a ConfiguredTarget.getTarget() call in PrintActionCommand.
mjhalupka
2018-01-26
*
Remove ConfiguredTarget.getTarget() from RunCommand. Replace it with getting
mjhalupka
2018-01-26
*
remote: Rewrite the HTTP caching client in Netty. Fixes #4481
buchgr
2018-01-26
*
Add a type that explicitly limits the CppSemantics implementations that can be
cpeyser
2018-01-26
*
CanonicalReferenceResolver for Kryo
shahan
2018-01-26
*
Remove aspect configuration from AspectKey. Instead, store an appropriate Sk...
cpeyser
2018-01-26
*
C++: Refactors CLIF rule to go through CcLibraryHelper.
plf
2018-01-26
*
Added AndroidInstrumentationTestRule to RuleClassProviders.
jingwen
2018-01-26
*
Reduce garbage generated from JavaCompileAction#getArtifactGeneralizedLabel.
tomlu
2018-01-26
*
Make experimental_inmemory_dotd_files not fail with local execution
ulfjack
2018-01-26
*
Add a few options that tweak the host configuration to parallel those that do...
lberki
2018-01-26
*
BEP: report analysis failure events
Klaus Aehlig
2018-01-26
*
Serializers for HashCode, Map.Entry and Optional
shahan
2018-01-25
*
Serializer implementation for NestedSet
shahan
2018-01-25
*
cquery output: change the output config to be "HOST" for targets configured i...
juliexxia
2018-01-25
*
Remove package restriction on android_tools_defaults_jar rule.
ajmichael
2018-01-25
*
Step 1 of removing android_sdk.annotations_jar.
ajmichael
2018-01-25
*
Add CommandLineItem interface.
tomlu
2018-01-25
*
Move .includes files, which are required for include scanning, out of the
cpeyser
2018-01-25
*
Remove ios_test from Bazel. ios_test is an old rule and this removal is part ...
kaipi
2018-01-25
*
Serializer implementations for Guava Collections
shahan
2018-01-25
*
Static libraries are not a valid input to ar
Googler
2018-01-25
*
Remove ConfiguredTarget.getTarget() from AspectFunction and replace it with a
mjhalupka
2018-01-25
*
Delete documentation for --analysis_warnings_as_errors.
Benjamin Peterson
2018-01-25
*
Set $DISPLAY=:0 by default for android_instrumentation_test for Android emula...
jingwen
2018-01-24
*
SerializerAdapter
shahan
2018-01-24
*
Add codecs for TestConfiguration, ConfiguredFragmentValue, and TestConfigFrag...
janakr
2018-01-24
*
Remove some references to configuredTarget.getTarget() by getting the target ...
mjhalupka
2018-01-24
*
Automated rollback of commit 8e006399c42830855da11898db6707ac9f759762.
eaftan
2018-01-24
*
Stop storing the base configuration in AspectKey. As with https://github.com/...
janakr
2018-01-24
*
RELNOTES: Fix how libraries to link is specified to archiver actions.
Googler
2018-01-24
*
Store a SkyKey inside BuildInfoCollectionValue.KeyAndConfig instead of a Buil...
janakr
2018-01-24
*
Add codecs for SkyKeys that are needed for null build.
janakr
2018-01-24
*
PiperOrigin-RevId: 183094604
ajmichael
2018-01-24
*
Introduce a wrapper around the ImmutableSortedSet<Class<? extends BuildConfig...
janakr
2018-01-24
*
Remove android_instrumentation_test.test_args and pass android_instrumentatio...
jingwen
2018-01-24
*
Makes @AutoCodec preserve map order when it sees Map or ImmutableMap raw type...
shahan
2018-01-24
*
Remove an unused argument.
lberki
2018-01-24
[next]