aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* windows,test: add logging to bootstrap testGravatar Laszlo Csomor2018-01-29
* Add codec for ConfiguredTargetKey and remove stray LegacySkyKey constructors ...Gravatar janakr2018-01-27
* Support Android testing with Skylark-defined device rules.Gravatar ajmichael2018-01-26
* Remove a ConfiguredTarget.getTarget() call in PrintActionCommand.Gravatar mjhalupka2018-01-26
* Remove ConfiguredTarget.getTarget() from RunCommand. Replace it with gettingGravatar mjhalupka2018-01-26
* remote: Rewrite the HTTP caching client in Netty. Fixes #4481Gravatar buchgr2018-01-26
* Add a type that explicitly limits the CppSemantics implementations that can beGravatar cpeyser2018-01-26
* CanonicalReferenceResolver for KryoGravatar shahan2018-01-26
* Remove aspect configuration from AspectKey. Instead, store an appropriate Sk...Gravatar cpeyser2018-01-26
* C++: Refactors CLIF rule to go through CcLibraryHelper.Gravatar plf2018-01-26
* Stop setting annotations_jar in Bazel android_sdk.Gravatar ajmichael2018-01-26
* Added AndroidInstrumentationTestRule to RuleClassProviders.Gravatar jingwen2018-01-26
* Remove dead ConvertPathListGravatar Loo Rong Jie2018-01-26
* Reduce garbage generated from JavaCompileAction#getArtifactGeneralizedLabel.Gravatar tomlu2018-01-26
* Make experimental_inmemory_dotd_files not fail with local executionGravatar ulfjack2018-01-26
* Add a few options that tweak the host configuration to parallel those that do...Gravatar lberki2018-01-26
* BEP: report analysis failure eventsGravatar Klaus Aehlig2018-01-26
* Try reenabling DownloaderTestSuite on Windows.Gravatar Dmitry Lomov2018-01-26
* Serializers for HashCode, Map.Entry and OptionalGravatar shahan2018-01-25
* Serializer implementation for NestedSetGravatar shahan2018-01-25
* cquery output: change the output config to be "HOST" for targets configured i...Gravatar juliexxia2018-01-25
* Remove package restriction on android_tools_defaults_jar rule.Gravatar ajmichael2018-01-25
* Step 1 of removing android_sdk.annotations_jar.Gravatar ajmichael2018-01-25
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Move .includes files, which are required for include scanning, out of theGravatar cpeyser2018-01-25
* Add the ability to output the resource table as a protocol buffer to the Aapt...Gravatar corysmith2018-01-25
* Add a test verifying --experimental_repository_cacheGravatar Klaus Aehlig2018-01-25
* Remove ios_test from Bazel. ios_test is an old rule and this removal is part ...Gravatar kaipi2018-01-25
* Serializer implementations for Guava CollectionsGravatar shahan2018-01-25
* Static libraries are not a valid input to arGravatar Googler2018-01-25
* Remove ConfiguredTarget.getTarget() from AspectFunction and replace it with aGravatar mjhalupka2018-01-25
* Delete documentation for --analysis_warnings_as_errors.Gravatar Benjamin Peterson2018-01-25
* Unmark InterruptibleTest as flaky, it hasn't flaked in a month.Gravatar ccalvarin2018-01-25
* Set $DISPLAY=:0 by default for android_instrumentation_test for Android emula...Gravatar jingwen2018-01-24
* Change JavaBuilder and Turbine command lines to not require CustomMultiArgv.Gravatar tomlu2018-01-24
* SerializerAdapterGravatar shahan2018-01-24
* Add codecs for TestConfiguration, ConfiguredFragmentValue, and TestConfigFrag...Gravatar janakr2018-01-24
* Remove some references to configuredTarget.getTarget() by getting the target ...Gravatar mjhalupka2018-01-24
* Automated rollback of commit 8e006399c42830855da11898db6707ac9f759762.Gravatar eaftan2018-01-24
* Automatic code cleanup.Gravatar Googler2018-01-24
* Stop storing the base configuration in AspectKey. As with https://github.com/...Gravatar janakr2018-01-24
* RELNOTES: Fix how libraries to link is specified to archiver actions.Gravatar Googler2018-01-24
* Store a SkyKey inside BuildInfoCollectionValue.KeyAndConfig instead of a Buil...Gravatar janakr2018-01-24
* Add codecs for SkyKeys that are needed for null build.Gravatar janakr2018-01-24
* PiperOrigin-RevId: 183094604Gravatar ajmichael2018-01-24
* Introduce a wrapper around the ImmutableSortedSet<Class<? extends BuildConfig...Gravatar janakr2018-01-24
* Remove android_instrumentation_test.test_args and pass android_instrumentatio...Gravatar jingwen2018-01-24
* Support negated flags in SearchNullaryOption with last-wins semantics.Gravatar ajmichael2018-01-24
* Makes @AutoCodec preserve map order when it sees Map or ImmutableMap raw type...Gravatar shahan2018-01-24
* Remove Bazel's Docker tests.Gravatar Philipp Wollermann2018-01-24