- f7549a6 python,runfiles: move to different package by Laszlo Csomor · 7 years ago
- 4171fc6 Add a new test environment variable, TEST_TARGET. by John Cater · 7 years ago
- 2660ffe Remove legacy manifest merging from Bazel. by ajmichael · 7 years ago
- 832a0b1 Remove c++-link-interface-dynamic-library from crosstools, it's not used by hlopko · 7 years ago
- 78ee50a Fix crosstool target cpu to match local. by John Cater · 7 years ago
- cb16c50 Create proguard.txt in android_library AAR output. by ajmichael · 7 years ago
- 1592238 Fix toolchain CPU identifiers to match what's in the BUILD.tpl file. by John Cater · 7 years ago
- c45e182 Use --release instead of hacky 'DumpPlatformClassPath' bootclasspath handling when running on JDK 9 by cushon · 7 years ago
- 1236187 Use the provided javac for host_javabase=9 by cushon · 7 years ago
- f5c8c0b Add toolchain definitions for autoconfigured cc_toolchain entries. by jcater · 7 years ago
- 3c05175 Support for empty_files and empty_dirs in pkg. by Pawe? Zuzelski · 7 years ago
- b332200 Remove global_whole_archive_open feature from osx crosstools by hlopko · 7 years ago
- f1ad0e6 pkg.bzl: adapt to upcoming incompatible changes by Klaus Aehlig · 7 years ago
- 62af2b4 Make j2objc_dead_code_pruner handle additional optional component (-[0-9]+) at end of basename. by Googler · 7 years ago
- 76c3c5f Make DumpPlatformClassPath more deterministic by cushon · 7 years ago
- a3dd777 Windows: Expose setup_vc_env_vars function from windows_cc_configure.bzl by Yun Peng · 7 years ago
- 5cee7f4 Automated rollback of commit 67549a752c2316234b19d7b50ea84a8ae80d3669. by hlopko · 7 years ago
- 67549a7 Automated rollback of commit 3c5a1098af0c5ae80d4e3b1fc52dd1fef6027d43. by hlopko · 7 years ago
- 3c5a109 Add crosstool_lib.bzl and crosstool_utils.bzl by hlopko · 7 years ago
- 33c0885 Automated rollback of commit 8a5a0a3ed1e19768b6ee024189307bb4ac27460d. by laszlocsomor · 7 years ago
- 8a5a0a3 runfiles,C++: move to //tools/cpp/runfiles by Laszlo Csomor · 7 years ago
- cdc269b runfiles,Bash: add a package for runfiles library by Laszlo Csomor · 7 years ago
- b1be581 runfiles,Python: remove library from @bazel_tools by Laszlo Csomor · 7 years ago
- a5bda13 Fix paths to CPU.java and OS.java in comments by ajmichael · 7 years ago
- dc060da Remove unused files. Most of the functionality contained in these files has already been migrated to github.com/bazelbuild/rules_apple. by kaipi · 7 years ago
- 6c64b64 Remove unused files. by kaipi · 7 years ago
- 7284d6e Windows: Allow users to build non-C++ rules when VC++ detect fails by Yun Peng · 7 years ago
- c626a93 Added release and release_file parameters to pkg_rpm by mmikitka · 7 years ago
- fba6f11 Unify action_configs for static libraries by hlopko · 7 years ago
- e4c8509 Allow templated expansion of data dependency names in the RPM spec file. by John Cater · 7 years ago
- 24ad364 Delete unused test runner script. by kaipi · 7 years ago
- 33a5db6 Automatic code cleanup. by laurentlb · 7 years ago
- bc1e2b0 Add a binary to CppCompileAction that is responsible for grepping header files for include statments. This binary is currently only used for an internal feature - but that feature may be supported externally eventually. by ajmichael · 7 years ago
- 4009213 report test duration in XML using attribute "time" by Shimin Guo · 7 years ago
- 06a8851 Internal change by hlopko · 7 years ago
- 903b479 Internal change by hlopko · 7 years ago
- 7653a47 Internal change by hlopko · 7 years ago
- 2afed51 Preserve the source directory tree in the RPM BUILD directory by mmikitka · 7 years ago
- ec55102 Do not show warning for BAZEL_LINKOPTS from cc_configure by hlopko · 7 years ago
- d1388b8 Fixed building with a custom toolchain fails on OS X #3859 by Oleg Ponomarev · 7 years ago
- fefd1b2 CROSSTOOLS: Fix comment for /EHsc compiler flag by Samer Masterson · 7 years ago
- dad2276 Introduce a specific action_config for linking nodeps dynamic libraries by hlopko · 7 years ago
- e2cc886 Remove unnecessary copy of source SPEC file to temporary destination by mmikitka · 7 years ago
- 13aac65 Change pkg_rpm changelog to optional by mmikitka · 7 years ago
- ccd54bd Support patching of git repositories as well by Klaus Aehlig · 7 years ago
- a22a287 external repos: add a Skylark library for common tasks by Klaus Aehlig · 7 years ago
- 769d0a9 Ensure j2objc_dead_code_pruner works with and without hash at the end of filenames. by Googler · 7 years ago
- fc98b44 android,windows: bugfix in aar_resources_extractor by laszlocsomor · 7 years ago
- 19c6428 Consult BAZEL_LINKOPTS env variable when detecting linker flags in autogenerated cc toolchain by hlopko · 7 years ago
- db80298 Introduce cc_configure_lib.bzl#split_escaped by hlopko · 7 years ago
- e1c866d Pass tags from java_import_external rule to the generated java_import rule. by Googler · 7 years ago
- af24688 Use absolute labels in default_java_toolchain by cushon · 7 years ago
- f98a7a2 Put @loader_path, not $ORIGIN into rpath flags on mac by hlopko · 7 years ago
- 4ccecae Remove some default cc toolchain definitions. by John Cater · 7 years ago
- eb067ea Fix test name in fallback xml when --run_under is used. by Benjamin Peterson · 7 years ago
- 1b6c10a Use a separate implicit dependency for dexbuilder in proguarded android builds by kmb · 7 years ago
- 934ee14 Add an alias to import_deps_checker. The follow-up cl will reference this alias by cnsun · 7 years ago
- 1001141 Roll forward of https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba1b52bcac5a3ff942029 (https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba1b52bcac5a3ff942029). Fix #4625 by running the test process in a sub-shell. by olaola · 7 years ago
- 9ac1069 http_archive: fix doc-string by Klaus Aehlig · 7 years ago
- 053dfd1 http_archive: allow parameter for a single URL by Klaus Aehlig · 7 years ago
- b3d52b1 Fix incorrect include directories when -no-canonical-prefixes is passed to clang by hlopko · 7 years ago
- ec2cb25 Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11. by plf · 7 years ago
- 013af7d Make test_rules.bzl --all_incompatible_changes compliant. by Mathieu Boespflug · 7 years ago
- a96547f Fix //tools/jdk:gen_platformclasspath target on MacOSX by Raphael Badin · 7 years ago
- 49ecd1f Fix CROSSTOOL.tpl to correctly target watchos_i386. by kaipi · 7 years ago
- 6496b1d new_git_repository: support date-based shallow clones by Klaus Aehlig · 7 years ago
- 3904ac3 Automated rollback of commit 28bd997c1c8793973f63dcae4c22bbae49e7d8b7. by Googler · 7 years ago
- b693844 Fix parameter names in docs by Googler · 7 years ago
- 2950f31 git_repository: add missing args to doc string by Klaus Aehlig · 7 years ago
- 28bd997 Fixing test-setup.sh occasionally missing stdout/stderr, on systems where "tail --pid" is supported. by Googler · 7 years ago
- c7e343a C++: Allows adding linkopts through file. by plf · 7 years ago
- 037c9dc Remove hard-wired basenames for the test setup and the coverage collection script. by lberki · 7 years ago
- 943afc7 Introduce -c source_file -o output_file build variables by hlopko · 7 years ago
- e066095 Hooks to support core library desugaring in Android builds RELNOTES: None. by kmb · 7 years ago
- 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
- 441dc76 Support legacy multidex. by ajmichael · 7 years ago
- 02873d8 sha256 python tool: stream instead of reading whole file beforehand by Hadrien Chauvin · 7 years ago
- a610a2b python,runfiles: runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
- 5a50a7c http_archive: allow top-level BUILD files to be overridden by Klaus Aehlig · 7 years ago
- f663327 http_archive: remove outdated comment by Klaus Aehlig · 7 years ago
- 40c757f Change git clone to pull all history, so all needed commits can be accessed. by John Cater · 7 years ago
- 8130287 windows,test: add logging to bootstrap test by Laszlo Csomor · 7 years ago
- 6fff4da Make pkg defs Python 2/3 compatible by treuherz · 7 years ago
- cf097e4 Create @bazel_tools//tools/android:android_jar. by ajmichael · 7 years ago
- eefdecd Stop setting annotations_jar in Bazel android_sdk. by ajmichael · 7 years ago
- bc4f5c4 Stop bundling proguard.jar from android sdk into our integration tests. by ajmichael · 7 years ago
- ada0c37 http_archive: work around #2700 by Klaus Aehlig · 7 years ago
- a722342 Update make_rpm.py to check whether rpmbuild is present and report an error if not. by John Cater · 7 years ago
- 444fc9f Suppress an unchecked warning by cushon · 7 years ago
- 96a9a2b Pass the correct path of aapt_binary and merge its data runfiles into android_instrumentation_test's runfiles. by jingwen · 7 years ago
- d1c829f Add JavaRuntimeToolchainInfo class to wrap JavaRuntimeInfo for toolchains access. by John Cater · 7 years ago
- b7272ec http_archive: allow using the shipped BUILD file by Klaus Aehlig · 7 years ago
- f0bec36 Automated rollback of commit 2aeaeba66857c561dd6d63c79a213f1cabc3650d. by dslomov · 7 years ago
- 56567bb aar_resources_extractor ignore empty res/ and assets/ dirs. by ajmichael · 7 years ago
- 6f502ac Point android_instrumentation_test's test runner to the vendored by jingwen · 7 years ago
- 19044cf Add assets support to aar_import. by ajmichael · 7 years ago
- 644ada0 HOME missing from the action env (despite mentioned in the docs) by Gursewak · 7 years ago
- 0350ad3 http_archive: support programmatic patching by Klaus Aehlig · 7 years ago
- 6837117 java,runfiles: runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
- 7831d8c Support patches in http_archive by Klaus Aehlig · 7 years ago