bazel /
bazel /
7f72af113960386006598150e880a79b5f0bc2e1 - 7f72af1 Fix //src/test/shell/integration:progress_reporting_test by Klaus Aehlig · 7 years ago
- edc3901 Allow conditioning flags on the _absence_ of a feature. by Googler · 7 years ago
- 03d52e2 Update/Add license header to cc auto-configure templates. by xingao · 7 years ago
- 2bfb6d4 Remove js domain redirects by davidstanke · 7 years ago
- 856b4dd Added new RuleClass flag to turn off platform support, to stop dependency cycles when loading platforms. by John Cater · 7 years ago
- 2ed3261 Fix up link to skylark documentation. by dmaclach · 7 years ago
- 3b5b55b Allow InMemoryNodeEntry subclasses to change which reverse dep operation to store bare. by janakr · 7 years ago
- 2d50356 Change Platform.remoteExecutionProperties to be a String, not a dict. by John Cater · 7 years ago
- 48c9393 Fixes scripts/serve-docs.sh by vladmos · 7 years ago
- b4abf26 Fix duplicate test name. by John Cater · 7 years ago
- 529e29e UI: reset timer on every status/strategy change by Klaus Aehlig · 7 years ago
- 5ff5173 Fix markdown formatting in site/docs/skylark/aspects.md by Akira Baruah · 7 years ago
- bb60ca4 Update AndroidConfiguration to reflect changes by Googler · 7 years ago
- 34d02ef Clear interrupted bit in thread when throwing an interrupted exception that came from an AbstractParallelEvaluator evaluation. It's against the standard Java contract to throw but still have the thread's interrupted bit set. by janakr · 7 years ago
- 9bb93ee Remove the deprecated set constructor from Skylark by vladmos · 7 years ago
- 4d09a1d SOURCE_DATE_EPOCH environment variable override the timestamp by Damien Martin-Guillerez · 7 years ago
- 0fd7692 UI: distinguish executing actions by Klaus Aehlig · 7 years ago
- 6d8b844 Fix gflags mark_flag_as_required warning. by Austin Schuh · 7 years ago
- a5833a8 Fixed typo in ApkProvider: s/coverageMetdata/coverageMetadata by jingwen · 7 years ago
- 7c8ff9f Add warning for configs that are expanded multiple times. by ccalvarin · 7 years ago
- 0b30976 Remove experimental flags for generating robolectric R class. by Googler · 7 years ago
- bff599b Add warning for long chain of recursive --configs. by ccalvarin · 7 years ago
- c5e9a47 Remove the deprecated set constructor from Skylark by vladmos · 7 years ago
- 6364017 Change config expansion application order, gated by startup flag --expand_configs_in_place. by ccalvarin · 7 years ago
- 9738f35 CcProtoLibrary: Don't add dynamic librarys to filesToBuild on Windows by Yun Peng · 7 years ago
- 4117c86 Update GlobFunction to check for subdirectories crossing into a local repository. by John Cater · 7 years ago
- 81a77e6 PiperOrigin-RevId: 176356590 by lpino · 7 years ago
- 211d2f2 Make bazel test src/tools/launcher/... pass on Unix platform by Yun Peng · 7 years ago
- d0bf589 Add a random number to action temp dir by Changming Sun · 7 years ago
- c8be465 Allow Bazel's Debian package to install with headless JDK. by John Millikin · 7 years ago
- 1ea72aa Change default behavior for cc_toolchain.compiler and cc_toolchain.libc for by cpeyser · 7 years ago
- 2af2bff Add --host_deps custom filtering to configuredtargetqueryenvironment. by juliexxia · 7 years ago
- c79c59c Update GitRepositoryRule.java by dmaclach · 7 years ago
- a13ac58 Shard android_integration_test's sdk, proguard and aar tests out to improve performance. by jingwen · 7 years ago
- a90a976 Convert JavaToolchainProvider to a concrete class, and a subclass of ToolchainInfo. by jcater · 7 years ago
- eba6389 Update aspects.md by dmaclach · 7 years ago
- 8731dc0 Add cc_import rule definition by Yun Peng · 7 years ago
- 4158425 third_party/grpc: Update to version 1.7.0 by Jakob Buchgraber · 7 years ago
- dc2c735 Update ios-app.md by Dave MacLachlan · 7 years ago
- 9a2d3fe Support incremental dexing tools in proguarded Android builds RELNOTES: None. by kmb · 7 years ago
- a9b5f8b Adding checks for empty metadata and digest. by olaola · 7 years ago
- a7b5a53 Remove target from BUILD file that was prematurely added in https://github.com/bazelbuild/bazel/commit/75d8fe1d347b45f4dd808a76c3a73b24f9728284. by dannark · 7 years ago
- d6dde57 third_party/grpc: Update to version 1.7.0 by Jakob Buchgraber · 7 years ago
- b92dae9 Show the used client env digest in bazel dump --action_cache. by Benjamin Peterson · 7 years ago
- b0018d0 Document --build_python_zip option by pcloudy · 7 years ago
- ae760d2 Add 'assemble' action_config for Windows. by Seth Greenstein · 7 years ago
- a4bf1aa Move process_wrapper_test from shell/bazel to shell/integration. by ruperts · 7 years ago
- 75d8fe1 Create shared base class for tests of android_{local,robolectric}_test. by dannark · 7 years ago
- 9d92c5a Deletes unused apk manifest. by ahumesky · 7 years ago
- 8872e35 Remove outdated javadoc parameter. by gregce · 7 years ago
- 17cb02d Fix Skylark outputs to properly report errors in template placeholders. by jcater · 7 years ago
- f241929 Build databinding annotation processor in host configuration. by ajmichael · 7 years ago
- 3651c90 Windows,JNI: check cmd length for CreateProcess by Laszlo Csomor · 7 years ago
- 2670a26 Enable aapt2 packaging action to use compiled resources for merging rather than parsed resources. by Googler · 7 years ago
- 72cbef7 More resilient to remote spawn cache errors by Alpha Lam · 7 years ago
- 9333228 buildjar: close streams by Laszlo Csomor · 7 years ago
- 85e4896 Improve shell scripts in third_party/ (#4052) by Androbin · 7 years ago
- dc7399a Stop adding data deps to AndroidDeployInfo proto. by ajmichael · 7 years ago
- ee8c419 Add experimental flag to skip the parsing action if using aapt2. by Googler · 7 years ago
- fa66663 Actually run AarImportTest ? by ajmichael · 7 years ago
- 7925d5b Create merge action and data deserializer for aapt2 compiled resources. by Googler · 7 years ago
- 1e0b7cb Add configuration filters to the aapt2 packaging step. by corysmith · 7 years ago
- d3fd691 Remove some unused constants by cushon · 7 years ago
- 34ff85e Refactor the representation of a collection of package specifications by cushon · 7 years ago
- 275ae45 Automated rollback of commit 4869c4e17d5b1410070a1570f3244148d8f97b5d. by pcloudy · 7 years ago
- 84943fc UI: show status instead of strategy for non-executing actions by Klaus Aehlig · 7 years ago
- 2686e4e Documentation for aspects-on-aspects. by Dmitry Lomov · 7 years ago
- e83f3b1 Specialize $closeResource(Throwable, AutoCloseable) so that desugared code does not depend on AutoCloseable, as it is not available before API 19. by cnsun · 7 years ago
- e657679 Document parameter of repository_ctx.path by Snow Pettersen · 7 years ago
- 2139522 Replace Container Engine references with Kubernetes Engine. by spomorski · 7 years ago
- 5d15a67 Use CacheFSInfo by cushon · 7 years ago
- 431b643 Add deps attributes to the Skylark maven_{a,j}ar rules. by ajmichael · 7 years ago
- c47c13f Add documentation for linux-sandbox -H option. by ruperts · 7 years ago
- ddb2555 Save dwoFile on LTOBackendArtifacts object by Googler · 7 years ago
- a9808c0 Move CppConfiguration#getBuiltinIncludeDirectories to CcToolchainProvider. by cpeyser · 7 years ago
- 4fd7881 Windows,Subcommands: argv quoting for empty args by Laszlo Csomor · 7 years ago
- c364e08 msvc_cl.py: Remove code for adding /MT /MD options from wrapper script. by pcloudy · 7 years ago
- 9cc954a Add win_def_file attribute to cc rules. by Yun Peng · 7 years ago
- 4260c30 Automated rollback of commit 10b0d8aa6b73a024cc007c5e075cb329add878ef. by lberki · 7 years ago
- b064d53 BuildToolLogs: clean up interface by aehlig · 7 years ago
- 9c371f2 RELNOTES: None by dannark · 7 years ago
- f581da7 Fix EnclosingMethod attribute when moving interface methods to companion class by kmb · 7 years ago
- d3cf9ee Open source ZipFilterBuilder for android_instrumentation_test by jingwen · 7 years ago
- 93c7900 objc_bundle_library uses the single-arch platform type instead of incorrectly using multi-arch iOS by cparsons · 7 years ago
- 42f44ac Default to not allowing android_resources by Googler · 7 years ago
- d2f8475 Migrate CppConfiguration#getGnuSystemName to CcToolchainProvider. by cpeyser · 7 years ago
- f24f338 bootstrap test: also verify SOURCE_DATE_EPOCH by Klaus Aehlig · 7 years ago
- 3e0c545 Use macOS as the new name for Mac OS X by William Entriken · 7 years ago
- 4aa998d Remove extra space by Googler · 7 years ago
- 9fdedde toolchain_type can export make variables from the toolchain instead of the by cpeyser · 7 years ago
- 4eb87c1 Allow an action_config to be activated by default. by cpeyser · 7 years ago
- 16c64e4 Allow 'runs_per_test' to be overridden. by Googler · 7 years ago
- c0b25e9 Update java check in StartupOptions::GetJvm() to work with java9 by Chris Heisterkamp · 7 years ago
- b874b8e Minor cleanup. by lberki · 7 years ago
- e974328 Deactivate //src/test/shell/integration:progress_reporting_test on remote tests by dmarting · 7 years ago
- 9ff29e6 Deactivate FreeBSD-12 tests by dmarting · 7 years ago
- 5de4239 Test for embedded tools: do not include tools from @bazel_tools by dmarting · 7 years ago
- 6b1b8a9 RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in memory-saving non-incremental mode independent of --batch and --discard_analysis_cache. by janakr · 7 years ago
- 1c639ab Update java.bzl best practices regarding HTTPS by jart · 7 years ago
- 5d6d28e Remove bazel's --experimental_skip_static_outputs option. by Googler · 7 years ago