- b5c0202 Update Bazel's android_device support to use new emulator paths. by ajmichael · 8 years ago
- 563c4e1 Make control.tar.gz in pkg_deb repeatable by Philipp Schrader · 8 years ago
- da8386a Don't emit an undeclared outputs MANIFEST if there are no files. by Googler · 8 years ago
- 3c23d3e Use FeatureConfiguration to compute linkstamping compile command line by hlopko · 8 years ago
- 9faf8b7 docker_pull: rely on the main repository docker_build by Damien Martin-Guillerez · 8 years ago
- dc17690 This time for sure: stop using --undefined dynamic_lookup in osx linking. by Googler · 8 years ago
- 481657d Windows: Make dynamic libraries available to binary at runtime by Yun Peng · 8 years ago
- 36d2363 Add support for writing undeclared outputs to TEST_UNDECLARED_OUTPUTS_DIR and TEST_UNDECLARED_OUTPUTS_ANNOTATIONS_DIR to Bazel. by Googler · 8 years ago
- 6aed3d3 Toolchain type labels for c++ are filegroups instead of toolchain_type. by cpeyser · 8 years ago
- a22fb12 Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6. by hlopko · 8 years ago
- 394211b Bazel now can build dynamic library from cc_library by Yun Peng · 8 years ago
- bf96c50 Automated rollback of commit ca216f5eb4b1f1892219db0f578495bbbdbaa875. by philwo · 8 years ago
- b0b9048 Set correct PWD in coverage (https://docs.bazel.build/versions/master/test-encyclopedia.html) mentioned that when running tests the `PWD` should be `$TEST_SRCDIR/workspace-name` by Mansheng Yang · 8 years ago
- f26e869 Introduce -c source_file -o output_file build variables by hlopko · 8 years ago
- b51a0a2 Remove docker rules from @bazel_tools by Googler · 8 years ago
- ca216f5 Introduce empty "toolchain_category" rule for labels that will be used as by cpeyser · 8 years ago
- b05bff6 Expose sysroot as a build variable by hlopko · 8 years ago
- e9c788a Remove swift_library and tests, lives in the apple rules repo now. by thomasvl · 8 years ago
- dd8bfab Remove the old copy of apple_genrule. It lives in apple rules. by thomasvl · 8 years ago
- f322ba7 Introduce unfiltered_compile_flags build variable, rename copts variable to user_compile_flags by hlopko · 8 years ago
- d852e48 Add a new toolchain type for c++. In order to do this, PlatformConfiguration is made a legal configuration fragment for every rule class. by cpeyser · 8 years ago
- c6e9208 Create an empty filegroup if Bazel doesn't support xcode_config_alias yet. by lberki · 8 years ago
- 3125781 Automated rollback of commit 8328dc9e3b0d473756ec94508744afefe4d8eaf2. by pcloudy · 8 years ago
- 9b6cf94 Internal change by kush · 8 years ago
- 795179a Add an xcode_config_alias rule instance under //tools/osx: . by lberki · 8 years ago
- 8328dc9 Fix windows crosstools after https://github.com/bazelbuild/bazel/commit/268c0bcbf79f9f3f72d95fa51af0f1b18c5ce29e by hlopko · 8 years ago
- 3bcb9f6 More BUILD file refactorings. by philwo · 8 years ago
- 268c0bc Introduce unfiltered_compile_flags build variable, rename copts variable to user_compile_flags by hlopko · 8 years ago
- 87f4097 Make android_sdk_repository resilient to prerelease and malformed system images by ajmichael · 8 years ago
- 7d46810 Update the url for creating spec files by Tyler Rockwood · 8 years ago
- c77f891 Android,Windows: support long paths in tooling by Laszlo Csomor · 8 years ago
- 6d51694 Automated rollback of commit afed47daac8812154196403a30f89aaf0ccca2b2. by Googler · 8 years ago
- 37d6104 Android,Windows: wrap SingleJar in a java_binary by Laszlo Csomor · 8 years ago
- afed47d Automated rollback of commit 36178dddc45ee39e302516232c83b0fbc4c5dc37. by Googler · 8 years ago
- 8613c90 Automated rollback of commit 2b983bdf508e010a3d4ee9dbaf446b7666749799. by cpeyser · 8 years ago
- c480f43 Remove unused android_library.resource_extractor attributes in the depot. by jingwen · 8 years ago
- a120c5c Remove resource_extractor from Bazel's android_sdk rules. by ajmichael · 8 years ago
- 2b983bd Rollforward of c++ toolchain-relevant BUILD file and Bazel mocking changes. That is, a c++ toolchain is added, but a Bazel dependency on that toolchain is not. by cpeyser · 8 years ago
- aa0093b Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79. by plf · 8 years ago
- 67583f7 fix "weak_framwork_names" crosstool feature typo by cparsons · 8 years ago
- 9d5bce6 Add a new toolchain type for c++. In order to do this, PlatformConfiguration is made a legal configuration fragment for every rule class. by cpeyser · 8 years ago
- 9981ca3 Remove an obsolete TODO by dmishe · 8 years ago
- 69ef625 aar_import creates res/values/empty.xml if it contains no resources. by ajmichael · 8 years ago
- 03755ea Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899. by cpeyser · 8 years ago
- 36178dd Automated rollback of commit 39448ebab889a6b5b1ceabcf932adfec9098dfe7. by dmarting · 8 years ago
- 72ab932 Don't prepend ./ to filenames in pkg_tar rule by Jeff Grafton · 8 years ago
- 3634131 Add a new toolchain type for c++. In order to do this, PlatformConfiguration is made a legal configuration fragment for every rule class. by cpeyser · 8 years ago
- e005adf Busybox all the Bazel Android tools. by ajmichael · 8 years ago
- 49bb723 when making objlist files, encode string to utf-8 before trying to hash it. by cparsons · 8 years ago
- cc28a1c Added JVM option -XX:+UseParallelGC to make J2ObjC faster by Googler · 8 years ago
- 2cd8ded Change default_macosx_sdk_version to default_macos_sdk_version. by cparsons · 8 years ago
- e88dfbe Improve pkg_tar warning message. by Benjamin Peterson · 8 years ago
- ff1bdb0 Enable debug info for Java builds by cushon · 8 years ago
- 2656241 Remove tests from //tools/build_defs/docker by Jeff Grafton · 8 years ago
- 49b5bbc Remove FeaturePolicyConfiguration et al. in favor of the new Whitelisting. by mstaib · 8 years ago
- c4b43e7 More explicit warning for pkg_tar's files by Damien Martin-Guillerez · 8 years ago
- f426544 Fix osx_cc_wrapper.sh for multiple rpaths by Marcel Hlopko · 8 years ago
- 428f4af Prepare .bzl files to the new semantics of += on lists by vladmos · 8 years ago
- 36d5267 Make default java_toolchain compile protos as java 7. by ajmichael · 8 years ago
- 3a5002f Android,tools: don't open zip file in binary mode by laszlocsomor · 8 years ago
- d456fca Android,tools: open all files in binary mode by Laszlo Csomor · 8 years ago
- e9ba68d PiperOrigin-RevId: 164803219 by rduan · 8 years ago
- 214a7ae Update files attribute on pkg_tar. by John Cater · 8 years ago
- 2b3207b Windows,Android: mobile-install fully works by Laszlo Csomor · 8 years ago
- 062fe70 Introduce java_import_external by jart · 8 years ago
- 2f62842 test-setup.sh: don't cat the log file if it does not exists by dmarting · 8 years ago
- ea48173 Add space to make error message readable. by Googler · 8 years ago
- fe14baf Windows, Android: fix mobile-install by Laszlo Csomor · 8 years ago
- 2079a5c Make sure copts is the last feature in osx crosstools by hlopko · 8 years ago
- 8879b48 windows_cc_configure.bzl: Clear PATH, INCLUDE, LIB envs by Yun Peng · 8 years ago
- 0286694 Add no_stripping feature to MSVC CROSSTOOL by Yun Peng · 8 years ago
- b3be32e Use feature configuration to construct command line for 'strip' action by hlopko · 8 years ago
- ed64233 CppLinkAction decides execution platform based on action_configs. by cpeyser · 8 years ago
- d77db9d Use ctx.label instead of ctx in progress messages by vladmos · 8 years ago
- 202119a Expose wrapped_clang_pp in osx crosstool for ObjC++ by rmalik · 8 years ago
- 646cfd8 Simplify copts handling and expose them as a build variable by hlopko · 8 years ago
- 8ba16a6 Fix UNIX linker detection (was erroneously disabling ld.gold) by Allen Lavoie · 8 years ago
- eb270a6 MSVC CROSSTOOL: Stop adding -g in debug mode by pcloudy · 8 years ago
- 1586341 MSVC CROSSTOOL: Remove some legacy features by pcloudy · 8 years ago
- f29907a Add preprocessor_defines feature for MSVC CROSSTOOL by pcloudy · 8 years ago
- 9426120 Remove old intellij aspect code bundled with Bazel by Googler · 8 years ago
- c2c938a Apply native binary launcher to sh_binary by Yun Peng · 8 years ago
- b23b6eb Rename set to depset by vladmos · 8 years ago
- 154cfb2 Rollforward of commit b8514f533d4546d3bfbec3700012f2bbeffd1c37 by Damien Martin-Guillerez · 8 years ago
- 0bf2e8e7 windows_cc_configure.bzl: Set maxsplit to 1 when parsing environment variables by pcloudy · 8 years ago
- c2188eb Make $jarjar_bin point to //tools/android:jarjar_bin. by ajmichael · 8 years ago
- 5bfa7a0 Normalize paths when adding them to the tarball. by Googler · 8 years ago
- 1711276 Automated rollback of commit b8514f533d4546d3bfbec3700012f2bbeffd1c37. by dmarting · 8 years ago
- 1a63644 Windows, CROSSTOOL: add subsystem flag feature in the by Laszlo Csomor · 8 years ago
- e1d3b87 Automated rollback of commit 01ddfb7bf418b371859de62f4eab2f41ea9a4a4a. by laszlocsomor · 8 years ago
- b8514f5 Add stdout to default XML file and generate XML file on timeout by Damien Martin-Guillerez · 8 years ago
- 01ddfb7 Internal change by Googler · 8 years ago
- 5752463 AndroidBusyBox: deprecate path-list-type flags by laszlocsomor · 8 years ago
- ecb15d3 Add support for Visual Studio 2017 in cc_configure auto-detection and our Python tests. by Philipp Wollermann · 8 years ago
- 193c9f8 Remove /DOS_WINDOWS from Windows CROSSTOOL by pcloudy · 8 years ago
- 528a1ea Add *_alias rules to @bazel_tools so that people don't have to keep writing their own. by lberki · 8 years ago
- 567419d zip_manifest_creator: fix rlocation on Windows by Laszlo Csomor · 8 years ago
- 90495e1 Correct environment variable name local_config_cc depends on by pcloudy · 8 years ago
- 425f249 Windows: Switch wrapper-less CROSSTOOL to default by pcloudy · 8 years ago
- 77e4997 Change `files` attr of `pkg_tar` to a dict. by John Millikin · 8 years ago