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