aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools
Commit message (Expand)AuthorAge
* Fix the executorGravatar ulfjack2017-07-14
* If globbing throws an IOException, fail to construct the package instead of c...Gravatar janakr2017-07-14
* Add flag to turn Android resource merge conflicts from warnings into errorsGravatar Googler2017-07-14
* Fix bug where merge conflicts for resources defined in XML with equal values ...Gravatar Googler2017-07-13
* Fixing the handling of retries for watch and execute calls.Gravatar olaola2017-07-13
* remote: Rewrite ChunkerGravatar buchgr2017-07-12
* Pass timeouts to the RemoteWorker.Gravatar olaola2017-07-12
* Not log warnings when the RPC was cancelled.Gravatar olaola2017-07-12
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Make the number of jobs in the worker configurable via an optionGravatar ulfjack2017-07-11
* AndroidResourceOutputs: fix ZipEntry pathsGravatar Laszlo Csomor2017-07-11
* Android BusyBox: use the JunctionCreatorGravatar Laszlo Csomor2017-07-11
* Windows, Android BusyBox: create JunctionCreatorGravatar Laszlo Csomor2017-07-10
* Android: fix path bugs and enable tests on WindowsGravatar Laszlo Csomor2017-07-10
* Remove an unused constructorGravatar cushon2017-07-07
* Rewrite the watcher / execution servers to use a thread-pool for executionGravatar ulfjack2017-07-06
* Rewrite blob upload to use temporary filesGravatar ulfjack2017-07-06
* fix singlejar signedness problemsGravatar Benjamin Peterson2017-07-05
* Add an on-disk storage option for the remote workerGravatar ulfjack2017-07-05
* Move the SimpleBlobStore and implementations to a subpackageGravatar ulfjack2017-07-05
* Identify which methods are used in invokedynamic, and only desugar theseGravatar cnsun2017-07-03
* Windows, Android: ScopedTemporaryDirectory bugfixGravatar Laszlo Csomor2017-07-03
* Enforce the new category and effect tags.Gravatar ccalvarin2017-07-03
* Implement retry logic for the gRPC calls in remote execution and caching. TheGravatar olaola2017-06-30
* Slight refactoring, functional noop: uploadChunks will need to get a Chunker....Gravatar olaola2017-06-30
* Add the rest of the categories transition values to android options.Gravatar ccalvarin2017-06-30
* Flip the flag --rewrite_calls_to_long_compare to false by default. NowGravatar cnsun2017-06-30
* Add categories transition values to android options.Gravatar ccalvarin2017-06-30
* Open source dexer tests.Gravatar ajmichael2017-06-29
* When we access a field of an interface, if the field is of type long or double,Gravatar cnsun2017-06-29
* Fix extra bytes and missing resources for roboelectric tests:Gravatar Googler2017-06-29
* Access interface constants to explicitly trigger the execution of interfaceGravatar cnsun2017-06-29
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Fixes #3188: Implement sandboxing for remote_worker on Linux.Gravatar Philipp Wollermann2017-06-28
* Simplify the RemoteActionCache interfaceGravatar ulfjack2017-06-27
* Make it an error to pass --multidex=off with --main-dex-list orGravatar ajmichael2017-06-26
* Refactor our RemoteWorker for easier maintenance in the future.Gravatar Philipp Wollermann2017-06-22
* Make source code of singlejar and ijar available from @bazel_tools. ,Gravatar Xin Gao2017-06-22
* Automated rollback of commit 317e0de2113f0361c9dbf98653ceda4efea3f3e2.Gravatar Googler2017-06-20
* Access interface constants to explicitly trigger the execution of interfaceGravatar cnsun2017-06-20
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Roll forward R generation for Robolectric behind a flag to enable testingGravatar Googler2017-06-19
* Automated g4 rollback of commit 5c2dc673a3ad2aa52f25c6f7d767671ba3e9b02c.Gravatar corysmith2017-06-16
* Switching to Watcher API instead of wait_for_completion, in preparation forGravatar olaola2017-06-14
* Automated g4 rollback of commit 1be84ee92a825694b0c0026ac77134f8a084bd9c.Gravatar corysmith2017-06-13
* Extract FieldInfo as a top-level class. In the following CL, I will use thisGravatar cnsun2017-06-12
* Make singlejar aware of FreeBSDGravatar Klaus Aehlig2017-06-09
* Switching Bazel to use the new remote execution API: https://docs.google.com/...Gravatar olaola2017-06-09
* Erase <clinit> of interfaces to prevent <clinit> from execution during desugar.Gravatar cnsun2017-06-08
* Move bridge methods for default methods down to the implementing classes.Gravatar cnsun2017-06-07