- e6860a8 Set INCLUDE and LIB env var for actions that actually need them by Loo Rong Jie · 7 years ago
- d92725b Automatic code cleanup. by gregce · 7 years ago
- 4e42e17 Windows, CROSSTOOL: Fix feature for linking interface library and dynamic library by pcloudy · 7 years ago
- 5947f47 Windows, CROSSTOOL: Remove MSVC wrapper scripts from Bazel completely by Yun Peng · 7 years ago
- 2d4917c Automatic code cleanup. by cushon · 7 years ago
- 9438d10 Create Bazel coverage report action. by elenairina · 7 years ago
- c4622ac Fix autodetection of -z linker flags by hlopko · 7 years ago
- cb0fb03 Remove stub toolchains for ios by hlopko · 7 years ago
- 1d35ca0 Replace instances of Blaze with Bazel. by Dan Fabulich · 7 years ago
- f11c6bc python tools: ensure files are closed by laszlocsomor · 7 years ago
- 8ff87c1 Fix autodetection of linker flags by hlopko · 7 years ago
- 9b6208c Remove the java_host_runtime_alias polyfill. by Benjamin Peterson · 7 years ago
- df42789 windows_cc_configure.bzl: Check default VC installation directories by pcloudy · 7 years ago
- 58689f6 [LcovMerger] Make int fields of SourceFileCoverage be dynamically computed. by elenairina · 7 years ago
- 92df8c3 [LcovMerger] Make gcc-branch related fields String instead of int. by elenairina · 7 years ago
- aa2231e add more support for Arm by Bin Lu · 7 years ago
- d292b34 Create a whitelist for android_library rules with deps but not srcs by cushon · 7 years ago
- 19cfc7c Update android_sdk system_image support to include 27 and 28. by jingwen · 7 years ago
- b6da3b1 bump dependency on desugar_jdk_libs to pull in latest changes. RELNOTES: None. by kmb · 7 years ago
- 88a20ee Quiet some warnings by cushon · 7 years ago
- 6af6c2d git_repository: support branch as well by Klaus Aehlig · 7 years ago
- 381b3a1 Windows CROSSTOOL: Add action_config for preprocess-assemble by pcloudy · 7 years ago
- e5a7db9 Delete git_repositories.bzl. The file has been a simple redirect to git.bzl for well over a year and a half. by dannark · 7 years ago
- 6c87dfc Fix typo in doc by dannark · 7 years ago
- f24958a Support RAII in wrapped_clang by Googler · 7 years ago
- 1d3b6c1 Add aliases for current_cc_host_toolchain, current_libc_top and filegroup by dbabkin · 7 years ago
- 44646c2 runfiles libraries: fix tests and comments by Laszlo Csomor · 7 years ago
- 06b4928 Use the current processes' environment, as xcrunwrapper requires some of these values when being invoked. by kaipi · 7 years ago
- 26aaea2 Remove support for header preprocessing by hlopko · 7 years ago
- 35df715 Replace //tools/defaults:jdk to //tools/jdk:* by dbabkin · 7 years ago
- eed98a6 http_archive: remove noisy debug prints by Jeremy Nimmer · 7 years ago
- 1c393c2 Make @bazel_tools//tools/build_defs/cc/action_names.bzl work for bazel osx tests by hlopko · 7 years ago
- d753745 Fix typo in http.bzl by Loo Rong Jie · 7 years ago
- db461d0 Add bazel rules for referencing android.test APIs when using android-28. by Googler · 7 years ago
- 9c1399e Automated rollback of commit 5728af65e8b89b9dd3a5ac2b717c93ec5333ca18. by hlopko · 7 years ago
- 5728af6 Migrate //devtools/clif/python/legacy_match_clif_rule.bzl to the new C++ toolchain API by hlopko · 7 years ago
- e926cfc shell tests, windows: enable more tests by Laszlo Csomor · 7 years ago
- 886d01c Add Arm64 support by Arielle Albon · 7 years ago
- b42734f git_repository: return actual commit by Klaus Aehlig · 7 years ago
- dddff73 Change -lgcov with --coverage by elenairina · 7 years ago
- 77459d9 Pull in the right deps into the embedded tools. by Irina Iancu · 7 years ago
- a320e44 Don't rerun the command if it failed. by thomasvl · 7 years ago
- ea21195 Skylark repos: for failed patch command, also report stdout by Klaus Aehlig · 7 years ago
- 348225e Skylark repositories: support additional arguments for the patch tool by Klaus Aehlig · 7 years ago
- 56d98ae CROSSTOOLS wrapped_clang: handle spaces in paths by Oscar Bonilla · 7 years ago
- 2eff4fd Fix some missing cases from https://github.com/bazelbuild/bazel/commit/bbf3e421ed8b2b431a72cd3ab4ba591dc8833634. by Googler · 7 years ago
- e28c0ab Implement LcovMerger. by elenairina · 7 years ago
- bbf3e42 Add the ability to force the path to the test binary to a fixed length by using a symlink. by Googler · 7 years ago
- 4022bac Remove usage of COMPILER_MSVC in Bazel and ijar by Loo Rong Jie · 7 years ago
- 9c68c3a Automated rollback of commit 5df8eb24f84a6943e70876c805c77f06e719dcd7. by Googler · 7 years ago
- c34d6ee Add support for aar_import_external and aar_maven_import_external by Jingwen Chen · 7 years ago
- 5df8eb2 Automated rollback of commit ccaccb2b277a82f7264567563a02ab133a0f6e6f. by jmmv · 7 years ago
- 5146ce0 Expose C++ action names to Skylark by hlopko · 7 years ago
- ccaccb2 Let blaze obfuscate manual main_dex_list according to proguard map. by Googler · 7 years ago
- ac69da0 Move path-manipulation functions to own library file. by ccalvarin · 7 years ago
- 53700e2 Don't rely on shell splitting; explicitly make these multiple arguments by ulfjack · 7 years ago
- 4ec0a75 Use BUILD.bazel instead of BUILD for external projects by Dmitry Petrashko · 7 years ago
- aaf11e9 Make tools in action inputs an error. by tomlu · 7 years ago
- fe63111 Fix broken flag existence check for linking flags in unix_cc_configure. by hlopko · 7 years ago
- 20a042f Format all bzl files with buildifier by vladmos · 7 years ago
- 05fef18 Update tools/cpp/toolchain_utils.bzl to return the proper C++ toolchain by hlopko · 7 years ago
- 22f4bb9 runfiles,cc: C++ runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
- 2cbcde3 Automated rollback of commit 7fcbc8ffdead028d19606fefa2fa3be13781da98. by laszlocsomor · 7 years ago
- 5b02559 Minimize the cost of Skyframe restarts during CC autoconfiguration. by jmmv · 7 years ago
- bf1ac7e Change uses of cc_toolchain_type back to plain toolchain_type. by jcater · 7 years ago
- f90ed65 Add ability to add runfiles to tar by Christian Verkerk · 7 years ago
- 45c2dce Generaliaze java_import_external to jvm_import_external by natans · 7 years ago
- 7fcbc8f shell toolchain: genrule now uses it by Laszlo Csomor · 7 years ago
- 8044286 Add a compiler_flag rule that exposes the value of the "compiler" field of CROSSTOOL by rosica · 7 years ago
- 2732b17 Use pipes.quote() rather than manual quoting, and do so consistently wherever shell=True is set. by diamondm · 7 years ago
- 70733df shallow_since tests and doc improvements by Ed Baunton · 7 years ago
- 72075bf runfiles,cc: merge strategies into Runfiles by Laszlo Csomor · 7 years ago
- 7458a5f git.bzl: fall back to full clone if shallow options are not supported by Klaus Aehlig · 7 years ago
- 9dc32e2 runfiles,cc: Runfiles uses manifest AND directory by Laszlo Csomor · 7 years ago
- 17735dd http.bzl: add http_jar by Klaus Aehlig · 7 years ago
- 5c4f3b5 CROSSTOOL: Make C++ compiled and linked artifact name pattern configurable by Yun Peng · 7 years ago
- c29f34f runfiles,python: add a method to discover runfiles by Laszlo Csomor · 7 years ago
- a1ae44a cpp runfiles library: precompute envvars map by Laszlo Csomor · 7 years ago
- 5f195b7 cpp runfiles library: compute manifest/dir paths by Laszlo Csomor · 7 years ago
- 64a461d Portability with BSD stat in collect_coverage.sh by Siddhartha Bagaria · 7 years ago
- 2661abb Split user_link_flags from legacy_link_flags by hlopko · 7 years ago
- 6f1a2ec Replace use of output_object_file with output_file in CROSSTOOLS. by hlopko · 7 years ago
- cd76c1f Enable proguarded Android builds with --experimental_desugar_java8_libs in Bazel by kmb · 7 years ago
- 7092ed3 Remove unneeded exec_compatible_with from local_sh_toolchain by Klaus Aehlig · 7 years ago
- cbe7600 Rewrite lcov path munging to make the paths all relative by Ulf Adams · 7 years ago
- 4c6e784 http_archive: Support workspace_file and workspace_file_contents by Klaus Aehlig · 7 years ago
- 57bc201 Do not autodetect C++ toolchain when BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 is present by hlopko · 7 years ago
- 374112c Replace --experimental_android_enforce_strict_deps_for_binaries_under_test with a package whitelist by cushon · 7 years ago
- ff8162d sh_configure.bzl: FreeBSD is also a known platform by Klaus Aehlig · 7 years ago
- bd16ab9 http.bzl: drop outdated comment by Klaus Aehlig · 7 years ago
- a1ef999 Don't default to --release 9 when running on a JDK 9 host_javabase by cushon · 7 years ago
- 849df36 Use the local JDK as the default target javabase by cushon · 7 years ago
- a590dd1 Allow conditional keep rules in proguard_whitelister. by Googler · 7 years ago
- 760b123 Explicitly assign --buildroot in the rpmbuild invocation by mmikitka · 7 years ago
- 0810170 AddFiles will recursively add files when a directory is encountered by mmikitka · 7 years ago
- 9f2b052 runfiles,cc: add a method to discover runfiles by Laszlo Csomor · 7 years ago
- 86a9b6f Change -lgcov with --coverage by Irina Iancu · 7 years ago
- 3e50e35 Make runfiles usage on Windows more flexible to support remote execution. by Googler · 7 years ago
- b65eb1e Fix targets broken by https://github.com/bazelbuild/bazel/commit/819bf38d97e6eef3c823bdae3ffcdb013d6d83e3. by laszlocsomor · 7 years ago
- 819bf38 c++,runfiles: move runfiles library by Laszlo Csomor · 7 years ago