- 29ec085 Automatic code cleanup. by twerth · 7 years ago
- 7eb9ea1 Automated rollback of https://github.com/bazelbuild/bazel/commit/808ec9ff9b5cec14f23a4ba106bc5249cacc8c54 and https://github.com/bazelbuild/bazel/commit/4c9149d558161e7d3e363fb697f5852bc5742a36 and some manual merging. by lberki · 7 years ago
- 4566a42 Fix tests on JDK 9 and 10 by Liam Miller-Cushon · 7 years ago
- 95efc7f Windows,test-wrapper: use UTF-16 strings and API by Laszlo Csomor · 7 years ago
- 547bf42 Add entries in cc_toolchain_suites so cc_toolchain label selection doesn't depend on the CROSSTOOL file. by rosica · 7 years ago
- 0173bdb Create an absolute javabase target for testing by cushon · 7 years ago
- 3eec3fe Windows: native test wrapper can run simple tests by Laszlo Csomor · 7 years ago
- ea642d6 C++,runfiles: avoid collision with @bazel_tools by Laszlo Csomor · 7 years ago
- a7f3b85 Update bzl files to work with --all_incompatible_changes by laurentlb · 7 years ago
- 438b277 make_deb: Add new empty line in the end of conffiles file by XindaH · 7 years ago
- 131e31c C++,runfiles: rename sources to avoid conflict by Laszlo Csomor · 7 years ago
- 3987300 Stop using --release in versioned java_toolchains by Liam Miller-Cushon · 7 years ago
- 0b31979 When running a test, export RUNFILES_MANIFEST_FILE only if the MANIFEST file exists. by Googler · 7 years ago
- 1d956c7 Do not fail the build when gcov is not installed by hlopko · 7 years ago
- 2e677fb Ignore unrecognized VM options in desugar.sh, such as the JVM 9 flags to silence warnings. by jingwen · 7 years ago
- 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
- 190d4f8 Move C++ coverage collection logic out of collect_coverage.sh by iirina · 7 years ago
- cb4137e Fix typos in http rule documentation by David Pursehouse · 7 years ago
- d2e0254 Make creating a CcToolchainConfigInfo from Skylark possible by rosica · 7 years ago
- 3619e90 Use VanillaJavaBuilder and disable header compilation in toolchain_hostjdk8 by cushon · 7 years ago
- a95a442 Disable warning about GCOV. by Irina Iancu · 7 years ago
- e02c42c Fix typo in java_import_external rule by David Ostrovsky · 7 years ago
- 7a1da9f Make Bazel's osx crosstool more resilient against missing variables by hlopko · 7 years ago
- 7f9de5d windows_cc_configure.bzl: Add VS2017 Professional install location by Gregor Jasny · 7 years ago
- dc4f62d git/http.bzl: fix doc string about build_file by Klaus Aehlig · 7 years ago
- 871cd6f Add a skylark_library target for tools/build_defs/repo by cparsons · 7 years ago
- 282b883 Use a JDK 8 bootclasspath by default by Liam Miller-Cushon · 7 years ago
- 9a93377 test-wrapper: add empty impl + Bazel flag by Laszlo Csomor · 7 years ago
- a1a7f00 Add --filter_sources flag to LcovMerger. by iirina · 7 years ago
- 74321cf Don't disable preverification by cushon · 7 years ago
- d02f876 Quiet 'Illegal reflective access by com.google.protobuf.UnsafeUtil' warnings by cushon · 7 years ago
- 964a21c Java, runfiles: fix deprecation target release by laszlocsomor · 7 years ago
- 5681f9d Java, runfiles: move runfiles library sources by laszlocsomor · 7 years ago
- ee0ad1a Do not hardcode LCOV path by Vladimir Zaytsev · 7 years ago
- df16c77 Windows: add //tools/... tests to test suite by Laszlo Csomor · 7 years ago
- 319157b external repos: fix typo confusing workspace_file_content and build_file_content by Klaus Aehlig · 7 years ago
- 6620107 Support 2 more valid gcov info lines in GcovParser. by iirina · 7 years ago
- b295d3f Windows,tests: port output_filter_test by Laszlo Csomor · 7 years ago
- 5a7c847 Java: add @bazel_tools//tools/java/runfiles by Laszlo Csomor · 7 years ago
- 4ca9a22 Create BUILD.tools for //tools/test package. by Laszlo Csomor · 7 years ago
- c535ac2 Remove a println left over from debugging by cushon · 7 years ago
- 30c601d Don't use @local_jdk for jni headers by cushon · 7 years ago
- c56699d 'DumpPlatformClasspath' now dumps the current JDK's default platform classpath by cushon · 7 years ago
- 366da4c In java_rules_skylark depend on the javabase through //tools/jdk:current_java_runtime by cushon · 7 years ago
- af33d82 git.bzl: also clone branches with --depth=1 by Klaus Aehlig · 7 years ago
- c1705f0 Temporarily restore the JDK 8 host_javabase-compatible toolchain by cushon · 7 years ago
- d3134f5 Remove uses of java_toolchain.encoding by cushon · 7 years ago
- 2c9c05b Add option to specify name for downloaded file to http_file skylark rule by Nicolas Lopez · 7 years ago
- 4ca4b45 Replace cd with git -C during in git skylark rules by Ed Baunton · 7 years ago
- 68154e6 git_repository could use HTTP_PROXY to clone repository by wylazy · 7 years ago
- 808ec9f Clean up Java toolchain configuration by cushon · 7 years ago
- 7ee806c Fix the ordering of month and day. by Ed Schouten · 7 years ago
- 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
- e0542bc Disable the correct warning by Loo Rong Jie · 7 years ago
- 9e10d3e Use a parameterized dict and simplify an iteration in xcode-locator. by jmmv · 7 years ago
- f8afad6 Add a parser for gcov intermediate file format. by Irina Iancu · 7 years ago
- f330439 Add the action_names_test_files target to the OSS version of tools/buils_defs/cc/BUILD. by kaipi · 7 years ago
- 7372c04 Add extra logging to xcode-locator when scanning Xcode bundles. by jmmv · 7 years ago
- a0f77be Break out xcode-locator's main function into smaller chunks. by jmmv · 7 years ago
- 56b1201 Automatic code cleanup. by Googler · 7 years ago
- 55dc53f Adding option to change the root directory name in build_tar.py and archive.py. by Googler · 7 years ago
- 64560dd shell tests: use Bazel-embedded Bash runfiles lib by laszlocsomor · 7 years ago
- 0858ae1 Add a flag to split test.xml generation into a separate Spawn by ulfjack · 7 years ago
- 1f3d3ea Send xcode-locator error messages to stderr, not stdout. by jmmv · 7 years ago
- 0ccfde8 Cut long lines in xcode-locator.m. by jmmv · 7 years ago
- 3f46dd0 Add new debug_prefix_map_pwd_is_dot CROSSTOOL feature by Googler · 7 years ago
- 77234d6 Remove obsolete stuff related to JDK7 support by Philipp Wollermann · 7 years ago
- 4c9149d update to embedded jdk to jdk10 by buchgr · 7 years ago
- 543918d Quiet more proto/unsafe warnings by cushon · 7 years ago
- 2331038 runfiles.bash: move a line of comment by laszlocsomor · 7 years ago
- 3842bd3 jdk: use parallel old gc and disable compact strings by buchgr · 7 years ago
- f341e0d Revert "Support RAII in wrapped_clang" by bbaren · 7 years ago
- e39991a git_repository: remove .git directory by Klaus Aehlig · 7 years ago
- e506858 Add --incompatible_disable_deprecated_attr_params to disable some deprecated parameters of the skylark attr module. by cparsons · 7 years ago
- d0d5533 http.bzl: Use allow_single_file for labels by Ed Baunton · 7 years ago
- b887cef Rewrite swift_binary_test.bzl using new skylark cc toolchain api by hlopko · 7 years ago
- d69b1c7 Remove fallback for SDKROOT as all users of this script are setting the environment properly. by kaipi · 7 years ago
- a3320b4 Use default shell env for Python sha256 tool by Clint Harrison · 7 years ago
- ccd7d76 Improve MSVC Crosstool by Loo Rong Jie · 7 years ago
- ecab1c8 Prepare CROSSTOOL for dSYM simplification by Googler · 7 years ago
- 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
- f0ced48 Document differences between version and version_file by katre · 7 years ago
- c45606e pkg: fix documentation (docker -> archive) by Klaus Aehlig · 7 years ago
- 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