1. 3eec3fe Windows: native test wrapper can run simple tests by Laszlo Csomor · 7 years ago
  2. ea642d6 C++,runfiles: avoid collision with @bazel_tools by Laszlo Csomor · 7 years ago
  3. a7f3b85 Update bzl files to work with --all_incompatible_changes by laurentlb · 7 years ago
  4. 438b277 make_deb: Add new empty line in the end of conffiles file by XindaH · 7 years ago
  5. 131e31c C++,runfiles: rename sources to avoid conflict by Laszlo Csomor · 7 years ago
  6. 3987300 Stop using --release in versioned java_toolchains by Liam Miller-Cushon · 7 years ago
  7. 0b31979 When running a test, export RUNFILES_MANIFEST_FILE only if the MANIFEST file exists. by Googler · 7 years ago
  8. 1d956c7 Do not fail the build when gcov is not installed by hlopko · 7 years ago
  9. 2e677fb Ignore unrecognized VM options in desugar.sh, such as the JVM 9 flags to silence warnings. by jingwen · 7 years ago
  10. a3abc00 When building remotely on Windows, use the Java version of singlejar, not the native one, since the native one doesn't work yet. by jsharpe · 7 years ago
  11. 190d4f8 Move C++ coverage collection logic out of collect_coverage.sh by iirina · 7 years ago
  12. cb4137e Fix typos in http rule documentation by David Pursehouse · 7 years ago
  13. d2e0254 Make creating a CcToolchainConfigInfo from Skylark possible by rosica · 7 years ago
  14. 3619e90 Use VanillaJavaBuilder and disable header compilation in toolchain_hostjdk8 by cushon · 7 years ago
  15. a95a442 Disable warning about GCOV. by Irina Iancu · 7 years ago
  16. e02c42c Fix typo in java_import_external rule by David Ostrovsky · 7 years ago
  17. 7a1da9f Make Bazel's osx crosstool more resilient against missing variables by hlopko · 7 years ago
  18. 7f9de5d windows_cc_configure.bzl: Add VS2017 Professional install location by Gregor Jasny · 7 years ago
  19. dc4f62d git/http.bzl: fix doc string about build_file by Klaus Aehlig · 7 years ago
  20. 871cd6f Add a skylark_library target for tools/build_defs/repo by cparsons · 7 years ago
  21. 282b883 Use a JDK 8 bootclasspath by default by Liam Miller-Cushon · 7 years ago
  22. 9a93377 test-wrapper: add empty impl + Bazel flag by Laszlo Csomor · 7 years ago
  23. a1a7f00 Add --filter_sources flag to LcovMerger. by iirina · 7 years ago
  24. 74321cf Don't disable preverification by cushon · 7 years ago
  25. d02f876 Quiet 'Illegal reflective access by com.google.protobuf.UnsafeUtil' warnings by cushon · 7 years ago
  26. 964a21c Java, runfiles: fix deprecation target release by laszlocsomor · 7 years ago
  27. 5681f9d Java, runfiles: move runfiles library sources by laszlocsomor · 7 years ago
  28. ee0ad1a Do not hardcode LCOV path by Vladimir Zaytsev · 7 years ago
  29. df16c77 Windows: add //tools/... tests to test suite by Laszlo Csomor · 7 years ago
  30. 319157b external repos: fix typo confusing workspace_file_content and build_file_content by Klaus Aehlig · 7 years ago
  31. 6620107 Support 2 more valid gcov info lines in GcovParser. by iirina · 7 years ago
  32. b295d3f Windows,tests: port output_filter_test by Laszlo Csomor · 7 years ago
  33. 5a7c847 Java: add @bazel_tools//tools/java/runfiles by Laszlo Csomor · 7 years ago
  34. 4ca9a22 Create BUILD.tools for //tools/test package. by Laszlo Csomor · 7 years ago
  35. c535ac2 Remove a println left over from debugging by cushon · 7 years ago
  36. 30c601d Don't use @local_jdk for jni headers by cushon · 7 years ago
  37. c56699d 'DumpPlatformClasspath' now dumps the current JDK's default platform classpath by cushon · 7 years ago
  38. 366da4c In java_rules_skylark depend on the javabase through //tools/jdk:current_java_runtime by cushon · 7 years ago
  39. af33d82 git.bzl: also clone branches with --depth=1 by Klaus Aehlig · 7 years ago
  40. c1705f0 Temporarily restore the JDK 8 host_javabase-compatible toolchain by cushon · 7 years ago
  41. d3134f5 Remove uses of java_toolchain.encoding by cushon · 7 years ago
  42. 2c9c05b Add option to specify name for downloaded file to http_file skylark rule by Nicolas Lopez · 7 years ago
  43. 4ca4b45 Replace cd with git -C during in git skylark rules by Ed Baunton · 7 years ago
  44. 68154e6 git_repository could use HTTP_PROXY to clone repository by wylazy · 7 years ago
  45. 808ec9f Clean up Java toolchain configuration by cushon · 7 years ago
  46. 7ee806c Fix the ordering of month and day. by Ed Schouten · 7 years ago
  47. 6bd0bdf Add objc-fully-link to the list of actions that require the apple_env feature. This fixes apple_static_library functionality. by kaipi · 7 years ago
  48. e0542bc Disable the correct warning by Loo Rong Jie · 7 years ago
  49. 9e10d3e Use a parameterized dict and simplify an iteration in xcode-locator. by jmmv · 7 years ago
  50. f8afad6 Add a parser for gcov intermediate file format. by Irina Iancu · 7 years ago
  51. f330439 Add the action_names_test_files target to the OSS version of tools/buils_defs/cc/BUILD. by kaipi · 7 years ago
  52. 7372c04 Add extra logging to xcode-locator when scanning Xcode bundles. by jmmv · 7 years ago
  53. a0f77be Break out xcode-locator's main function into smaller chunks. by jmmv · 7 years ago
  54. 56b1201 Automatic code cleanup. by Googler · 7 years ago
  55. 55dc53f Adding option to change the root directory name in build_tar.py and archive.py. by Googler · 7 years ago
  56. 64560dd shell tests: use Bazel-embedded Bash runfiles lib by laszlocsomor · 7 years ago
  57. 0858ae1 Add a flag to split test.xml generation into a separate Spawn by ulfjack · 7 years ago
  58. 1f3d3ea Send xcode-locator error messages to stderr, not stdout. by jmmv · 7 years ago
  59. 0ccfde8 Cut long lines in xcode-locator.m. by jmmv · 7 years ago
  60. 3f46dd0 Add new debug_prefix_map_pwd_is_dot CROSSTOOL feature by Googler · 7 years ago
  61. 77234d6 Remove obsolete stuff related to JDK7 support by Philipp Wollermann · 7 years ago
  62. 4c9149d update to embedded jdk to jdk10 by buchgr · 7 years ago
  63. 543918d Quiet more proto/unsafe warnings by cushon · 7 years ago
  64. 2331038 runfiles.bash: move a line of comment by laszlocsomor · 7 years ago
  65. 3842bd3 jdk: use parallel old gc and disable compact strings by buchgr · 7 years ago
  66. f341e0d Revert "Support RAII in wrapped_clang" by bbaren · 7 years ago
  67. e39991a git_repository: remove .git directory by Klaus Aehlig · 7 years ago
  68. e506858 Add --incompatible_disable_deprecated_attr_params to disable some deprecated parameters of the skylark attr module. by cparsons · 7 years ago
  69. d0d5533 http.bzl: Use allow_single_file for labels by Ed Baunton · 7 years ago
  70. b887cef Rewrite swift_binary_test.bzl using new skylark cc toolchain api by hlopko · 7 years ago
  71. d69b1c7 Remove fallback for SDKROOT as all users of this script are setting the environment properly. by kaipi · 7 years ago
  72. a3320b4 Use default shell env for Python sha256 tool by Clint Harrison · 7 years ago
  73. ccd7d76 Improve MSVC Crosstool by Loo Rong Jie · 7 years ago
  74. ecab1c8 Prepare CROSSTOOL for dSYM simplification by Googler · 7 years ago
  75. 45f1da1 When using find_cpp_toolchain, make sure the relevant attribute, '_cc_toolchain' exists on the ctx being passed to this function. (I broke TAP once because I forgot to add the attribute. Perhaps not that helpful this late in the migration but doesn't hurt.) by juliexxia · 7 years ago
  76. f0ced48 Document differences between version and version_file by katre · 7 years ago
  77. c45606e pkg: fix documentation (docker -> archive) by Klaus Aehlig · 7 years ago
  78. e6860a8 Set INCLUDE and LIB env var for actions that actually need them by Loo Rong Jie · 7 years ago
  79. d92725b Automatic code cleanup. by gregce · 7 years ago
  80. 4e42e17 Windows, CROSSTOOL: Fix feature for linking interface library and dynamic library by pcloudy · 7 years ago
  81. 5947f47 Windows, CROSSTOOL: Remove MSVC wrapper scripts from Bazel completely by Yun Peng · 7 years ago
  82. 2d4917c Automatic code cleanup. by cushon · 7 years ago
  83. 9438d10 Create Bazel coverage report action. by elenairina · 7 years ago
  84. c4622ac Fix autodetection of -z linker flags by hlopko · 7 years ago
  85. cb0fb03 Remove stub toolchains for ios by hlopko · 7 years ago
  86. 1d35ca0 Replace instances of Blaze with Bazel. by Dan Fabulich · 7 years ago
  87. f11c6bc python tools: ensure files are closed by laszlocsomor · 7 years ago
  88. 8ff87c1 Fix autodetection of linker flags by hlopko · 7 years ago
  89. 9b6208c Remove the java_host_runtime_alias polyfill. by Benjamin Peterson · 7 years ago
  90. df42789 windows_cc_configure.bzl: Check default VC installation directories by pcloudy · 7 years ago
  91. 58689f6 [LcovMerger] Make int fields of SourceFileCoverage be dynamically computed. by elenairina · 7 years ago
  92. 92df8c3 [LcovMerger] Make gcc-branch related fields String instead of int. by elenairina · 7 years ago
  93. aa2231e add more support for Arm by Bin Lu · 7 years ago
  94. d292b34 Create a whitelist for android_library rules with deps but not srcs by cushon · 7 years ago
  95. 19cfc7c Update android_sdk system_image support to include 27 and 28. by jingwen · 7 years ago
  96. b6da3b1 bump dependency on desugar_jdk_libs to pull in latest changes. RELNOTES: None. by kmb · 7 years ago
  97. 88a20ee Quiet some warnings by cushon · 7 years ago
  98. 6af6c2d git_repository: support branch as well by Klaus Aehlig · 7 years ago
  99. 381b3a1 Windows CROSSTOOL: Add action_config for preprocess-assemble by pcloudy · 7 years ago
  100. 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