- ddfc932 Automated rollback of commit 37eb1d79ecb019220073b62321f9eb88aebaa4e4. by ilist · 4 years, 4 months ago
- 37eb1d7 Attach Java runtime to Java toolchains by Ivo List · 4 years, 4 months ago
- bf32cb8 Add NONPREBUILT_TOOLCHAIN_CONFIGURATION. by Ivo List · 4 years, 4 months ago
- 3733065 Add toolchain definitions for Java. by Ivo List · 4 years, 4 months ago
- 2a07fed Remove ABSOLUTE_JAVABASE in Bazel and remove obsolete documentation. by Ivo List · 4 years, 4 months ago
- f52e218 Include the product version as an alias when generating xcode_version targets by Samuel Giddins · 4 years, 4 months ago
- d1f6b01 Allow G1 for javac workers. by Benjamin Peterson · 4 years, 4 months ago
- 85ab374 Fix AarResourcesExtractor action to produce consistent zips by Nick Korostelev · 4 years, 4 months ago
- 504a5b7 Split tools/jdk/BUILD into part that's needed to produce @build_tools and the content of it. by Ivo List · 4 years, 4 months ago
- d155376 Update the visual studio version checking logic by mai93 · 4 years, 4 months ago
- f38e293 Filter coverage output to just the files in the source file manifest by Googler · 4 years, 4 months ago
- 6202271 Use the java_tools release split into platform independent and prebuilt part. by Ivo List · 4 years, 4 months ago
- d10013d Separate java_tools into platform independent and prebuilt part. by Ivo List · 4 years, 4 months ago
- 2d990cf Fix #10127: Remove Python 2 dependency from tools/android. by philwo · 4 years, 4 months ago
- 11fe399 Fix using load statement on git_repository with strip_prefix by Yun Peng · 4 years, 4 months ago
- 028e02c Remove jarjar distribution. by Ivo List · 4 years, 4 months ago
- 3fb0f21 Replace "javac" attribute with "tools" attribute in java_toolchain. by ilist · 4 years, 4 months ago
- 4a7d500 Convert tools/build_defs/pkg/make_deb.py to Python3 by cmita · 4 years, 5 months ago
- c9cdec2 Remove jarjar from java_tools. by Ivo List · 4 years, 5 months ago
- 1208623 Cleanup of extclasspath. by ilist · 4 years, 5 months ago
- df2c02a Retrieve singlejar from java_toolchain instead of using remote_java_tools. by Ivo List · 4 years, 5 months ago
- 7be049a Removing javac setting from Bazel toolchains where java and jdk compiler are present. by ilist · 4 years, 5 months ago
- 6ba3d91 Remove -no_dead_strip_inits_and_terms ld64 option by Keith Smiley · 4 years, 5 months ago
- e68b1e3 Add predefined configurations to java_toolchain_default by Ivo List · 4 years, 5 months ago
- cf47f90 Add -install_name when linking shared libraries on macOS by Yannic Bonenberger · 4 years, 5 months ago
- f08819b Add support for params files for darwin by Keith Smiley · 4 years, 5 months ago
- a1471a8 Remove BITCODE_TOUCH_SYMBOL_MAP by Keith Smiley · 4 years, 5 months ago
- 0cb8757 Switch to -fdebug-compilation-dir by Keith Smiley · 4 years, 5 months ago
- 985a93c Fix sleep-process not killed at exit in test-setup.sh by Simon Bjorklen · 4 years, 5 months ago
- 6d637f4 Use constraints in global conditions instead of configuration flags. by Ivo List · 4 years, 5 months ago
- 1049fe8 [Bazel] Improve Mobile-Install Incremental Manifest Generating by applying multi-thread by ThomasCJY · 4 years, 5 months ago
- b9c0e31 Add libraries to allowed macOS include directories by Keith Smiley · 4 years, 5 months ago
- 306e5f1 Remove C++ linking from oso_prefix feature for now by Keith Smiley · 4 years, 5 months ago
- cfb5b41 Retrieve ijar from java_toolchain instead of using remote_java_tools. by Ivo List · 4 years, 5 months ago
- 7ca5d7d Automated rollback of commit d3fc253a49a00c34408bbaf5378376cbcea1c5c9. by ilist · 4 years, 5 months ago
- afacc9c Use selects based on constraint_values in java_tools. by Ivo List · 4 years, 5 months ago
- 65e818e Resolve labels in java_toolchain_default relative to java_tools repo by Ivo List · 4 years, 5 months ago
- 7cc8577 Reenable jacocoagent test. by Ivo List · 4 years, 5 months ago
- a4bfcd1 Ensure BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN does not break builds by Cristian Hancila · 4 years, 5 months ago
- d3fc253 Add support for params files for darwin by Keith Smiley · 4 years, 5 months ago
- fb309f3 Export `.bzl` files in `@bazel_tools//tools/...` by Andrew Z Allen · 4 years, 5 months ago
- e79e7e8 Remove relative_to_caller_repository from java_toolchain_default. by Benjamin Peterson · 4 years, 5 months ago
- a445cda Split coverage post-processing into its own spawn by plf · 4 years, 5 months ago
- da345f1 Add builtin_sysroot argument to unix_cc_toolchain_config by erenon · 4 years, 5 months ago
- e794ee6 Enable debug_prefix_map_pwd_is_dot feature by default on macOS by Keith Smiley · 4 years, 5 months ago
- 1db6d40 Remove //tools/build_defs/pkg:pkg_rpm from Bazel. by aiuto · 4 years, 5 months ago
- 3d7c34a Automated rollback of commit f4219340688f8639c7e03b671eb4af428ba8d313. by ilist · 4 years, 5 months ago
- 07cb161 Compile macOS toolchain tools with optimizations by Keith Smiley · 4 years, 5 months ago
- a6cbf40 Remove builtin directory file on macOS by Keith Smiley · 4 years, 5 months ago
- 8cec289 Add `-XDcompilePolicy=simple` to default javacopts by ilist · 4 years, 5 months ago
- f421934 Set java_runtime on java_toolchains. by Ivo List · 4 years, 5 months ago
- 9327306 Use relative labels in java_toolchain_default.bzl by Ivo List · 4 years, 5 months ago
- ec1ace4 Allow extra env vars on OSX toolchain config by Daniel Wagner-Hall · 4 years, 5 months ago
- 008f743 Consider DEVELOPER_DIR when building wrapped_clang by Brentley Jones · 4 years, 5 months ago
- 3d6d0c9 Add relative_ast_path_feature by Keith Smiley · 4 years, 5 months ago
- ed3bcf2 Update Java rules to use the toolchain transition. by jcater · 4 years, 5 months ago
- bc5883a Add feature to remap Xcode path in debug info by Keith Smiley · 4 years, 5 months ago
- 767e48a Remove always failing include path searching by Keith Smiley · 4 years, 5 months ago
- 31b9b9e Add action_names filegroup by Keith Smiley · 4 years, 5 months ago
- 21b5eb6 Fix Bazel clang coverage to produce lcov report by plf · 4 years, 5 months ago
- 47f2b68 Expose conf folder in the JDK repository by Menny Even Danan · 4 years, 5 months ago
- 05883a8 Updated and fixed j2objc_dead_code_pruner*, removed obsolete tests, updated to python3. by Googler · 4 years, 6 months ago
- d9bebab Fix typos in tools/build_defs/repo/utils.bzl -> patch() by Adam Liddell · 4 years, 6 months ago
- 10ffddb Use the non-javac-based turbine everywhere by cushon · 4 years, 6 months ago
- 638bdc2 Add --max_mem_alloc_mb to prevent aquery_differ from chewing up all mem available. by leba · 4 years, 6 months ago
- 642a800 Fix Coverage Report Extension Check by vectoralpha · 4 years, 6 months ago
- be0f07e Move default_java_toolchain definitions into java_tools repository by Ivo List · 4 years, 6 months ago
- daa9726 Add docstring to osx_cc_configure.bzl by Keith Smiley · 4 years, 6 months ago
- 200b949 Fix formatting of output C++ toolchain for macOS. by Thi Doan · 4 years, 6 months ago
- 080547f Automated rollback of commit 6d448136d13ddab92da8bb29ea6e8387821369d9. by juliexxia · 4 years, 6 months ago
- abc2211 Force /usr/bin/python2.7 on macOS by Keith Smiley · 4 years, 6 months ago
- 5672d5d Update Bazel CC-using rules to use the toolchain transition. by jcater · 4 years, 6 months ago
- 651596e Remove IncompatibleMergeException from coverage generator by cmita · 4 years, 6 months ago
- 7b5a50e Remove :zip_headers duplication in //tools/jdk:combiners by Michael Krasnyk · 4 years, 6 months ago
- ceeb9b8 Attempt to git fetch only specified commit by Michael Hackner · 4 years, 6 months ago
- 67e4aaa Stop throwing IncompatibleMergeException merging mismatched branch coverage. by cmita · 4 years, 6 months ago
- d179f96 Windows: Improve clang version check logic by pcloudy · 4 years, 6 months ago
- 8b29b6a Fix issue where libtool_check_unique isn't found for sandbox builds by Michael Eisel · 4 years, 6 months ago
- 5f944e0 Update py_runtime_pair to properly declare config transitions. by John Cater · 4 years, 7 months ago
- 6d44813 Automated rollback of commit 3e79b0dbd93deeb3a2d970371f1b72845613ac06. by juliexxia · 4 years, 7 months ago
- 3e79b0d Add BazelSdkToolchainRule and GoogleSdkToolchainRule as ancestors to rules that currently access the AndroidSdkProvider from the :android_sdk attr. by juliexxia · 4 years, 7 months ago
- f259b8a Implement local_java_repository for local version of Java by Ivo List · 4 years, 7 months ago
- 690d579 Add coverage stubs back by Keith Smiley · 4 years, 7 months ago
- f8b51ff Remove dead objc setup code by Keith Smiley · 4 years, 7 months ago
- c02ddf7 Automatic code cleanup. by yileiyang · 4 years, 7 months ago
- 144d514 Update android_sdk_repository to create a valid, but useless, repository by John Cater · 4 years, 7 months ago
- 7aca3f7 Fix flaky test caused by incorrectly handled method reference by Charles Mita · 4 years, 7 months ago
- fa1740d Add generate_linkmap feature to Apple CROSSTOOL. by Thi Doan · 4 years, 7 months ago
- 47f4cb6 Propagate data runfiles in cc_import by Andrzej Guszak · 4 years, 7 months ago
- 9689859 Add support to crosstool for darwin_arm64(e) by Dave MacLachlan · 4 years, 7 months ago
- 1f77972 Support building C++ binaries for ARM and ARM64 architectures on Windows with MSVC toolchain by mai12 · 4 years, 7 months ago
- 4d360e0 Reduce default parallelism on LcovMerger by Googler · 4 years, 7 months ago
- c1d7087 ctexplain: first functional check-in by Greg Estren · 4 years, 7 months ago
- d8723b4 Run libtool without symlinking if possible by Michael Eisel · 4 years, 7 months ago
- e14a6f2 Add embedded jdk support for s390x by Ruixin Bao · 4 years, 7 months ago
- adc845e Automatic code cleanup. by yileiyang · 4 years, 7 months ago
- b8bc8d5 Support building 32-bit C++ binaries on Windows with MSVC toolchain by Mai Hussien · 4 years, 7 months ago
- ef5ca41 Use CoverageReportGenerator at HEAD in integration tests by Charles Mita · 4 years, 7 months ago
- d483d6f Support deterministic mode when using a version of libtool that supports it. by Thi Doan · 4 years, 8 months ago
- 3cd7450 Change GcovParser and GcovJsonParser to emit BRDA branch information by Charles Mita · 4 years, 8 months ago