1. 037c9dc Remove hard-wired basenames for the test setup and the coverage collection script. by lberki · 7 years ago
  2. 943afc7 Introduce -c source_file -o output_file build variables by hlopko · 7 years ago
  3. e066095 Hooks to support core library desugaring in Android builds RELNOTES: None. by kmb · 7 years ago
  4. 149e95b Converts wrapped_clang from a bash script to a C++ source file which is compiled as part of bazel's repository bootstrap. This should make crosstool's clang invocations faster. An added benefit of this is that wrapped_clang.cc supports the "DSYM_HINT" flags specified through the CROSSTOOL, so with this change, apple_binary gets support for the --apple_generate_dsym flag. by kaipi · 7 years ago
  5. 441dc76 Support legacy multidex. by ajmichael · 7 years ago
  6. 02873d8 sha256 python tool: stream instead of reading whole file beforehand by Hadrien Chauvin · 7 years ago
  7. a610a2b python,runfiles: runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
  8. 5a50a7c http_archive: allow top-level BUILD files to be overridden by Klaus Aehlig · 7 years ago
  9. f663327 http_archive: remove outdated comment by Klaus Aehlig · 7 years ago
  10. 40c757f Change git clone to pull all history, so all needed commits can be accessed. by John Cater · 7 years ago
  11. 8130287 windows,test: add logging to bootstrap test by Laszlo Csomor · 7 years ago
  12. 6fff4da Make pkg defs Python 2/3 compatible by treuherz · 7 years ago
  13. cf097e4 Create @bazel_tools//tools/android:android_jar. by ajmichael · 7 years ago
  14. eefdecd Stop setting annotations_jar in Bazel android_sdk. by ajmichael · 7 years ago
  15. bc4f5c4 Stop bundling proguard.jar from android sdk into our integration tests. by ajmichael · 7 years ago
  16. ada0c37 http_archive: work around #2700 by Klaus Aehlig · 7 years ago
  17. a722342 Update make_rpm.py to check whether rpmbuild is present and report an error if not. by John Cater · 7 years ago
  18. 444fc9f Suppress an unchecked warning by cushon · 7 years ago
  19. 96a9a2b Pass the correct path of aapt_binary and merge its data runfiles into android_instrumentation_test's runfiles. by jingwen · 7 years ago
  20. d1c829f Add JavaRuntimeToolchainInfo class to wrap JavaRuntimeInfo for toolchains access. by John Cater · 7 years ago
  21. b7272ec http_archive: allow using the shipped BUILD file by Klaus Aehlig · 7 years ago
  22. f0bec36 Automated rollback of commit 2aeaeba66857c561dd6d63c79a213f1cabc3650d. by dslomov · 7 years ago
  23. 56567bb aar_resources_extractor ignore empty res/ and assets/ dirs. by ajmichael · 7 years ago
  24. 6f502ac Point android_instrumentation_test's test runner to the vendored by jingwen · 7 years ago
  25. 19044cf Add assets support to aar_import. by ajmichael · 7 years ago
  26. 644ada0 HOME missing from the action env (despite mentioned in the docs) by Gursewak · 7 years ago
  27. 0350ad3 http_archive: support programmatic patching by Klaus Aehlig · 7 years ago
  28. 6837117 java,runfiles: runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
  29. 7831d8c Support patches in http_archive by Klaus Aehlig · 7 years ago
  30. 9582cff Use BAZEL_SH if available instead of hard-coding bash in git.bzl by Dmitry Lomov · 7 years ago
  31. c924cf6 Clean up Windows config_settings by Yun Peng · 7 years ago
  32. d90a005 Add toolchain_type definitions for JDK and JRE toolchains. by John Cater · 7 years ago
  33. 512b9b9 Add support for strip_prefix to {new_}git_repository skylark rules by Ed Baunton · 7 years ago
  34. 4f51c08 Use --depth=1 on git clone for git_repository skylark rules by Ed Baunton · 7 years ago
  35. 0ba8307 fix git.bzl error when outputRoot is in a git repo by kabakaev · 7 years ago
  36. 58efcfd test_rules.bzl: Make Skylark rule forward compatible by David Ostrovsky · 7 years ago
  37. ceaed51 Remove usages of `+` on dicts by vladmos · 7 years ago
  38. e9f4090 Refactor Windows C++ toolchain selection by Yun Peng · 7 years ago
  39. e99279b Use -no-canonical-prefixes when -fno-canonical-system-headers is not available by ibiryukov · 7 years ago
  40. defba58 Use relative paths for repository-local files in C++ crosstool by ibiryukov · 7 years ago
  41. 61dffca Enable switching def_parser's Windows target for remote execution by Yun Peng · 7 years ago
  42. 8fb14d5 Retire the filegroup //tools/cpp:toolchain_category in favor of the by cpeyser · 7 years ago
  43. 8268c56 Raise path error for failing read in GetTarFile. by Andreas Bergmeier · 7 years ago
  44. dbe59b2 Remove unused filegroup. by ajmichael · 7 years ago
  45. 29a9682 Update bootclasspath handling for JDK 9 by cushon · 7 years ago
  46. db319f8 Migrate uses of xcode_config_alias to use the recently-introduced skylark late bound default instead. by cparsons · 7 years ago
  47. de65ce9 Add license field to cc auto-configure BUILD templates. by xingao · 7 years ago
  48. 12471a7 Make cc_configure script more extensible by Ilya Biryukov · 7 years ago
  49. 41db318 Windows MSYS CROSSTOOL: Remove /usr from cxx_builtin_include_directory by Yun Peng · 7 years ago
  50. 5c16ab23 Add java_toolchain definitions that work with JDK 8 and 9 host_javabases by cushon · 7 years ago
  51. 09894d1 Python 3 fixes for tools/build_defs, jdk, objc by Googler · 7 years ago
  52. 246ee56 More updates to tools/android modules for compatibility with python 3. by Googler · 7 years ago
  53. 741dbc0 Ensure that the target package in the <instrumentation> tag of the instrumentation android_binary's AndroidManifest.xml references the correct package name of the instrumented android_binary. by jingwen · 7 years ago
  54. 0e668c1 Add two action types to the list of those requiring apple_env by cparsons · 7 years ago
  55. 408ea37 Update tools/ modules for compatibility with python 3. by Akira Baruah · 7 years ago
  56. e8a83af Refactor flag access out of Adb._Exec() and into main(). by Akira Baruah · 7 years ago
  57. 66bba4e Fix windows_cc_configure after https://github.com/bazelbuild/bazel/commit/2aeaeba66857c561dd6d63c79a213f1cabc3650d by hlopko · 7 years ago
  58. 2aeaeba When linking mostly-static Linux binaries, link libstdc++.a explicitly. by John Millikin · 7 years ago
  59. 4f5a92b Fix bash in osx_cc_wrapper by hlopko · 7 years ago
  60. 209a975 Use C++-only toolchain on darwin when BAZEL_USE_CPP_ONLY_TOOLCHAIN env var is set to "1" by hlopko · 7 years ago
  61. 09a6a9f Windows MSVC CROSSTOOL: Don't pass /DEBUG:FASTLINK to linker if it doesn't support it by Yun Peng · 7 years ago
  62. 2a9e125 Implement @bazel_tools//tools/jdk:current_host_java_runtime . by lberki · 7 years ago
  63. 396929c Automated rollback of commit 7b540204eea9b003e19efe917abacf67270f5e02. by tomlu · 7 years ago
  64. 68c577a Fix some broken targets and failing tests. by ajmichael · 7 years ago
  65. 5a163fb Add aapt2 to the filegroup of integration test dependencies. by ajmichael · 7 years ago
  66. 7b54020 This and further changes may contain minor modifications to BUILD files that don't serve any apparent purpose. The reason for these changes is that we're switching from checked-in BUILD files to generated BUILD files, and there may be small differences between these files. by tomlu · 7 years ago
  67. b9e1c8a Add a 'fdo_optimize' feature to the auto-configured crosstool. by Benjamin Peterson · 7 years ago
  68. c4cd986 Add a //tools/jdk:host_jdk target. by lberki · 7 years ago
  69. a9c6d0e Remove `-R` flags from the MacOS crosstool template. by John Millikin · 7 years ago
  70. 8e9b289 Add an open-source version of find_cpp_toolchain, to allow open-source users of by cpeyser · 7 years ago
  71. ff12a22 Windows: Expose find_vc_path and find_msvc_tool function by Yun Peng · 7 years ago
  72. 1a483d4 Move bazel conditions into src/conditions. by tomlu · 7 years ago
  73. 1d1bee5 Revert name of coverage_suppot to coverage_support. by cparsons · 7 years ago
  74. 1e3d568 Create the output source jar in java_common.compile by elenairina · 7 years ago
  75. 12c1602 Expressly fetch remote and ref when using git_repository by Ed Baunton · 7 years ago
  76. 9142010 Handle spaces in absolute paths to tests. by Seth Greenstein · 7 years ago
  77. 9c78a79 Various Shell Script Fixes and Improvements - Part One by Androbin · 7 years ago
  78. e14dcc3 Remove uses of ar_flag and uses_action_config_for_ar by hlopko · 7 years ago
  79. 0d6ff47 Automated rollback of commit 0ebb3e54fc890946ae6b3d059ecbd50e4b5ec840. by dmarting · 7 years ago
  80. 7585dcd Windows CROSSTOOL: Define DEBUG in fastbuild and dbg mode by pcloudy · 7 years ago
  81. ebdb4ac Windows CROSSTOOL: Define NDEBUG in opt mode by pcloudy · 7 years ago
  82. ffd5610 Remove java_toolchain using remote targets. by xingao · 7 years ago
  83. 03d52e2 Update/Add license header to cc auto-configure templates. by xingao · 7 years ago
  84. 6d8b844 Fix gflags mark_flag_as_required warning. by Austin Schuh · 7 years ago
  85. ae760d2 Add 'assemble' action_config for Windows. by Seth Greenstein · 7 years ago
  86. f241929 Build databinding annotation processor in host configuration. by ajmichael · 7 years ago
  87. 431b643 Add deps attributes to the Skylark maven_{a,j}ar rules. by ajmichael · 7 years ago
  88. c364e08 msvc_cl.py: Remove code for adding /MT /MD options from wrapper script. by pcloudy · 7 years ago
  89. 9cc954a Add win_def_file attribute to cc rules. by Yun Peng · 7 years ago
  90. d3cf9ee Open source ZipFilterBuilder for android_instrumentation_test by jingwen · 7 years ago
  91. 1c639ab Update java.bzl best practices regarding HTTPS by jart · 7 years ago
  92. 5d6d28e Remove bazel's --experimental_skip_static_outputs option. by Googler · 7 years ago
  93. a7f8a91 Introduce cc_toolchain_type, which exports c++ make variables. Use by cpeyser · 7 years ago
  94. 8a49b15 Fix ImportError on tools.android for junction_lib by jingwen · 7 years ago
  95. 97f0290 Export hash.bzl. by Nathan Herring · 7 years ago
  96. 1f0f1f1 Enable switching singlejar and ijar targets for remote execution. by xingao · 7 years ago
  97. 89d954c Alias recently added tool as //tools/android:dexsharder for use by Bazel by kmb · 7 years ago
  98. 9923fec Adds "-fno-autolink" to ObjC compilation actions to avoid using the autolink feature, as it doesn't play very well with bazel's deduplication of shared dependencies. by kaipi · 7 years ago
  99. 527ff1f Android,Windows: longpath support in tool by Laszlo Csomor · 7 years ago
  100. 5f5e2b4 Automated rollback of commit e9b10399f6a148a3d20442f2c5020b05fa891873. by twerth · 7 years ago