bazel /
bazel /
4ede8fd90f70a14a0bb7e5c552342ec3ae0cf67d - 4ede8fd Open-source AndroidCommonTest.java. by Adam Michael · 8 years ago
- 3e94692 Use platform-specific path separator for --dependencyManifests. by Adam Michael · 8 years ago
- e3e0a06 Implement coverage support for experimental_objc_library by Cal Peyser · 8 years ago
- f26031d Fix broken link by Jon Brandvein · 8 years ago
- 8212252 Add <resources> attribute processing to the Android resource processing toolchain. by Andrew Pellegrini · 8 years ago
- 3a26d69 Clarify the log lines used when a command is interrupted to more obviously disambiguate the case where the blaze grpc client tells the blaze grpc server to cancel a running command (e.g. the blaze user ctrl+c's the blaze client) between the case a streaming rpc call gets cancelled (e.g. when the grpc client hangs up). by Nathan Harmata · 8 years ago
- f01fe6f Split AndroidDataDeserializer out of AndroidDataSerializer, as the two classes by Googler · 8 years ago
- b63727a Clarify UseDefault behavior surrounding expansion flags. by Chloe Calvarin · 8 years ago
- f3d0905 Adding a temporary flag to Bazel to allow Platform override from the command by Ola Rozenfeld · 8 years ago
- be1e2e3 Remove an unused method from CppCompileAction. by Lukacs Berki · 8 years ago
- 021e15b Remove ` characters from java_common documentation by Irina Iancu · 8 years ago
- adf051e Add --activity_name_file flag and modify --start flag in incremental_install. This is a first step by Googler · 8 years ago
- 89f296f Fix missing type params for Java7 by Mark Schaller · 8 years ago
- ad5d9c3 Remove usage of SynchronizedBatchCallback findTargetsBeneathDirectoryAsync; by design, the callback passed in there is thread safe. A previous change accidentally introduced this unnecessary synchronization. by Nathan Harmata · 8 years ago
- fb2d38b Improve query error msg when a package has a broken Skylark load by Mark Schaller · 8 years ago
- 56d0348 Global cleanup change. by Googler · 8 years ago
- 58a5a7d Remove experimental Java min classpath optimization by Liam Miller-Cushon · 8 years ago
- 4f48f1b Configurably block errors from universe eval in query environments by Mark Schaller · 8 years ago
- ddaa4b7 Add the remote_execution_properties attribute to the platform() rule. by John Cater · 8 years ago
- 413415c A no-op refactoring of BazelJavaSemantics to create a separate internal class which handles the Classpath substitution, and slightly simplifying the logic to obtain the main class. by Kush Chakraborty · 8 years ago
- e591b0f Blog post about Bazel Java sandwich and Java compilation in Skylark. by Irina Iancu · 8 years ago
- b6d961f Adding redirects for old pages that were served and indexed. by Steren Giannini · 8 years ago
- ab44492 Detail support channels by Steren Giannini · 8 years ago
- e41014a Adding an opaque Platform message with keys and values. As a first step by Ola Rozenfeld · 8 years ago
- 3695880 Add java_common.create_provider to allow creating a java_common.provider by Irina Iancu · 8 years ago
- 1a6beba GitProgressMonitor: also post about progress by Klaus Aehlig · 8 years ago
- f396da6 Clean up *GccStrategy by Ulf Adams · 8 years ago
- 7032c9b Also report the spawn from the remote strategy by Ulf Adams · 8 years ago
- 25df9e9 Change how desugar finds desugared classes to have it working on Windows by Googler · 8 years ago
- b6ea0d3 Add the appropriate cxx_builtin_include_directory entries for clang to the Android NDK crosstool created by android_ndk_repository. by Adam Michael · 8 years ago
- 48e1d5b Adds linkmaps to the AppleDebugOutputsProvider for them to be consumed by dependents. by Sergio Campama · 8 years ago
- 1ac5b78 Remove bootclasspath fallback in Android desugaring tool by Googler · 8 years ago
- 701ff40 Introduce swift-stdlib-tool replacement by Dmitry Shevchenko · 8 years ago
- 4050dca Read intellij plugin debug target deploy info from the build step instead of via the target map. by Googler · 8 years ago
- 0bc863d Increase log size limit to 10M. by Julio Merino · 8 years ago
- 97950ce Document the descriptor set output of proto_library. by Carmi Grushko · 8 years ago
- acd839a Add documentation for java_common. by Irina Iancu · 8 years ago
- d41a91e Abstract from DownloadProgressEvent to generic FetchProgress by Klaus Aehlig · 8 years ago
- 04cb3d3 Global cleanup change. by Googler · 8 years ago
- 668388a Fix //src/test/native:windows_jni_test on Windows by Yun Peng · 8 years ago
- 8efd282 Fix bazel_bootstrap_distfile_test on Windows by Yun Peng · 8 years ago
- 747c216 Remove unnecessary dependency on TestRunner_deploy.jar as it's an implicit dependency in java_test. by Kush Chakraborty · 8 years ago
- 92d6419 Prevent users from using the WorkerTestStrategy unless they're running with the ExperimentalTestRunner. by Kush Chakraborty · 8 years ago
- 16092d7 Make InMemoryFileSystem case-insensitive on Windows. by Dmitry Lomov · 8 years ago
- 4d0582f Add JimFS to third_party by Liam Miller-Cushon · 8 years ago
- 4369f79 Add an --copy_bridges_from_classpath argument by Googler · 8 years ago
- 52ab7d9 Bazel client, Windows: CreateDirectoryW path limit by Laszlo Csomor · 8 years ago
- 561e449 Singlejar: Windows-aware jar tool path by Laszlo Csomor · 8 years ago
- 7a5a236 Description redacted. by Nathan Harmata · 8 years ago
- b35a0c0 Desugar calls to Objects.requireNonNull(Object o) to o.getClass() by Googler · 8 years ago
- ad7fa4d Merging remote_cache and remote_worker into a single binary. by Ola Rozenfeld · 8 years ago
- b4b1d88 Set -> ImmutableSet in Platform.java by Cal Peyser · 8 years ago
- 66a2d3a Closing missing quote in html by Laurent Le Brun · 8 years ago
- f2d8aff Make external workspace handling forwards and backwards compatible. by Googler · 8 years ago
- 9da77a1 Add support for 'macos' platform_type in apple binary. This type is only supported for crosstool builds - there is no support in LegacyCompilationSupport. by Cal Peyser · 8 years ago
- 4875b25 Bazel client: use PathAsJvmFlag for JVM flags by Laszlo Csomor · 8 years ago
- 0aaa6dd BEP: provide timing information for tests by Klaus Aehlig · 8 years ago
- bdd62b3 Bring back the persistent test runner functionality, on ExperimentalTestRunner. by Kush Chakraborty · 8 years ago
- 1b91de7 Small fixes: title case and rendering of rule names. by Googler · 8 years ago
- 4baedc7 Create ExperimentalTestRunner which is just the same as BazelTestRunner, but a testbed of upcoming changes, without breaking existing test targets. by Kush Chakraborty · 8 years ago
- cb8a5e2 Make Bazel build with MSVC-default-toolchain Bazel by Yun Peng · 8 years ago
- c77eac9 Make MSVC CROSSTOOL default on Windows by Yun Peng · 8 years ago
- a1ea996 Make sure that the external version of skylark-overview.html is being displayed properly. by Florian Weikert · 8 years ago
- 92ecbae Windows: Assist JNI builds with a target for jni_md.h. by Asim Shankar · 8 years ago
- 7f7d6d2 Introduce strip_debug_symbols feature to crosstool by Marcel Hlopko · 8 years ago
- 967de73 Do not create symlink pointing at itself with strip_include_prefix/include_prefix by Marcel Hlopko · 8 years ago
- 3b99ad4 Fix a broken link to the newly added one-page Skylark overview. by Florian Weikert · 8 years ago
- 0e37571 Make gold autodetection more robust on macos by Marcel Hlopko · 8 years ago
- a5ba0d3 Add an android integration test for missing environment variables. by Adam Michael · 8 years ago
- ef65171 Add a source_jars variable to OutputJar. by Irina Iancu · 8 years ago
- 4950111 Uppercase some hand-selected environment variable names on Windows/MSVC. by Dmitry Lomov · 8 years ago
- 632b21c Apply the apple crosstool transition to j2objc_library. by Cal Peyser · 8 years ago
- 7198fc3 VanillaJavaBuilder: don't crash formatting diagnostics without a source file by Liam Miller-Cushon · 8 years ago
- c224e96 Apple-specific environment variables are derived from the CROSSTOOL instead by Cal Peyser · 8 years ago
- 2a71582 Support composed dependency transitions with dynamic configs. by Greg Estren · 8 years ago
- 087dccc Global cleanup change. by Googler · 8 years ago
- 31fab29 Env.vars: server won't ignore the client env by Dmitry Lomov · 8 years ago
- e9826b4 Fix bug with streaming bounded deps/allrdeps/rdeps. by Nathan Harmata · 8 years ago
- 4e56484 Fix buildtools test on Windows by Kristina Chodorow · 8 years ago
- d72bc57 Select the good guava jars for JDK7 build by Damien Martin-Guillerez · 8 years ago
- 17e2033 Don't update the action locality for actions with a null owner by Ulf Adams · 8 years ago
- 6f9e254 Fix calling of test by Klaus Aehlig · 8 years ago
- 49fc305 Typo fix by Jon Brandvein · 8 years ago
- 9dfbed1 Rollback of commit 94d8f4e9c8c8757aa7ab7c1a7c3e9afb34039127. by Klaus Aehlig · 8 years ago
- 51eafed Initialize the mutex in JNIEventsDiffAwareness by Julio Merino · 8 years ago
- 94d8f4e Env.vars: server won't ignore the client env by Laszlo Csomor · 8 years ago
- 70cbebe Windows, JNI: allow empty cwd for processes by Laszlo Csomor · 8 years ago
- b78d8c8 Use the correct path when generating the command-line on Windows. by Philipp Wollermann · 8 years ago
- d345cf9 StandaloneTestStrategy sets the full list of outputs on the test spawn by Ulf Adams · 8 years ago
- 9d3f989 Bazel client, Windows/MSVC: fix path handling bugs by Laszlo Csomor · 8 years ago
- 869d52f Fix NPE in Android{S,N}dkRepositoryFunction. by Adam Michael · 8 years ago
- 8527ee5 AndroidResourceProcessor: sort files before writing zips by Googler · 8 years ago
- 9bb9001 Update android tutorial to clarify android sdk path options by Iain McGinniss · 8 years ago
- 3386651 Add the label_keyed_string_dict design doc to Bazel's site. by Michael Staib · 8 years ago
- e8d1177 Correctly returns null if an environment variables is missing by Damien Martin-Guillerez · 8 years ago
- ddcfc61 Fix powershellv2 by Peter Mounce · 8 years ago
- 91b4ad5 Fix typo in comment. by Lukacs Berki · 8 years ago
- 6a2e1e1 Bazel client, Windows: fix compilation bug by Laszlo Csomor · 8 years ago
- 92bccd9 Apply ChartRangeFilter to charts to improve the UI with large dataset. by Yue Gan · 8 years ago
- ed779523 Flag to import external repositories in python import path by Damien Martin-Guillerez · 8 years ago