1. e7cc19a Make aar_import not fail on aars that do not contain resources. by Adam Michael · 9 years ago
  2. 5d03c5c Checking BAZEL_SH first when looking for bash on Windows by Yun Peng · 9 years ago
  3. f8a6752 Adds aar_import rule to Bazel along with tools needed to implement it. Currently only uses AndroidManifest.xml, classes.jar and res/ from AARs. This is sufficient for many of the AARs of Google Play Services and Android Support Repository. by Adam Michael · 9 years ago
  4. 6e05115 Move Skylark git_repository rules to git.bzl. by David Chen · 9 years ago
  5. ac99ba2 Handle minimum OS version in swift_library. by Dmitry Shevchenko · 9 years ago
  6. 6022b7b Rollback of commit 4381a1d6e8f711957f430aac0c301acec6dfa0eb. by Damien Martin-Guillerez · 9 years ago
  7. 4381a1d Global cleanup change. by Vladimir Moskva · 9 years ago
  8. 3a5663f Fix error message to actually use python string formatting by Kristina Chodorow · 9 years ago
  9. c02dc27 Global cleanup change. by Vladimir Moskva · 9 years ago
  10. 9ae6de5 Modify BUILD.static to use cc_toolchain_suite by Yun Peng · 9 years ago
  11. ce74693 Scope swift_library object outputs to a unique directory. by Dmitry Shevchenko · 9 years ago
  12. d34445f Remove debugging print. by Dmitry Shevchenko · 9 years ago
  13. 9f1f282 Global cleanup change. by Vladimir Moskva · 9 years ago
  14. 8cb48f7 Re-add support for watchOS in swift_library. by Dmitry Shevchenko · 9 years ago
  15. 02211a6 Remove dependency on gnu sed by Paul Cody Johnston · 9 years ago
  16. 87463e7 Fix docker_build() run when using Docker < 1.8 by Sam Guymer · 9 years ago
  17. 180d1b5 Update all tests so that they use a cc_toolchain_suite instead of a filegroup to declare C++ toolchains. by Lukacs Berki · 9 years ago
  18. 6b4b269 Adds a jar filter to the IntelliJ IDE aspect. by Googler · 9 years ago
  19. f7a022e Add BUILD target for bazel apksigner and BUILD.tools so that it can be used in by Adam Michael · 9 years ago
  20. 5748e2d Disable references to single_arch_{cpu,platform}. by Julio Merino · 9 years ago
  21. 60a7e63 Python bits split from 130443322 by Googler · 9 years ago
  22. 381850e xcode_configure repository rule for determining locally installed versions of xcode to select between, relaxing the requirement that users specify --xcode_version and --ios_sdk_version even if they have only one version installed. by Chris Parsons · 9 years ago
  23. e6fc254 pkg_deb: Make distribution and urgency adjustable by Benjamin Staffin · 9 years ago
  24. 13c60d0 Add support for watchOS in swift_library by Dmitry Shevchenko · 9 years ago
  25. a32a70c Add a resource validator action for android_library by Googler · 9 years ago
  26. 5963ae7 Add a lightweight resource merge action. by Googler · 9 years ago
  27. 3330528 Add conffiles support to pkg_deb by Michal Rydlo · 9 years ago
  28. 7576acc Merge xmlns decls in old manifest merger to help transition by Googler · 9 years ago
  29. 0b701b2 Add external reference for android customtabs by Simon Horlick · 9 years ago
  30. 76a2bbc Remove support for thin archives. by Lukacs Berki · 9 years ago
  31. f3d431d Use -fno-canonical-system-headers when supported by Brian Silverman · 9 years ago
  32. dbbe789 Delete unused empty file. by Adam Michael · 9 years ago
  33. ff33193 Replaces sh_binary redirects with aliases in Bazel. by Adam Michael · 9 years ago
  34. a85fabc Include the location of the current swiftmodule for LLDB. by Dmitry Shevchenko · 9 years ago
  35. e47a5a9 Remove all temporary detrius upon exiting objc action scripts. by Peter Schmitt · 9 years ago
  36. c6bdd39 fixed strip_prefix related with issue#1604 by Zhexuan Yang · 9 years ago
  37. 5a4b445 StandaloneTestStrategy: Pass relative JAVA_RUNFILES and PYTHON_RUNFILES to tests by Yue Gan · 9 years ago
  38. df14501 Add a way to set build configuration values (defines) on swift_library targets. by Dmitry Shevchenko · 9 years ago
  39. 490f250 workers: Use workers by default for Javac. by Philipp Wollermann · 9 years ago
  40. 7c38828 executable attribute on apple_genrule, which allows users to run apple_genrule targets on the command line. by Chris Parsons · 9 years ago
  41. fcd6847 Add a resource parsing action. by Googler · 9 years ago
  42. a1a13ae J2ObjC wrapper support for java annotation support with unpredictable inputs/outputs. by Rumou Duan · 9 years ago
  43. 8910087 Typo fixes in markdown and javadoc as suggested by intellij typo inspection. by Googler · 9 years ago
  44. 247bbfa Add Skylark definitions of {new_,}git_repository. by Nelson Elhage · 9 years ago
  45. bcb3eb6 Description redacted. -- MOS_MIGRATED_REVID=128258430 by Googler · 9 years ago
  46. 5eb86fe Export xcode_locator's source file under tools/osx/ to make it available for reference by future repository rules. Removes the xcode-locator binary file under tools/objc. Originally, the precompiled binary was going to be referenced, but it's easier to build from source in the repository rule. by Chris Parsons · 9 years ago
  47. c5534d6 Rollback of commit 6b1856c0da95ccea97b13890b2617bd0635f4291. by Tobias Werth · 9 years ago
  48. 6b1856c Make [] happy again by adding a test with the same name as the one whose deletion it did not notice, //third_party/bazel/tools/build_defs/test:swift_lib_test . by Tobias Werth · 9 years ago
  49. a411746 cc_configure.bzl: Output error message when executing a command fails by Yun Peng · 9 years ago
  50. ee7d9da Fix tests under build_defs/apple/test. by Dmitry Shevchenko · 9 years ago
  51. 001aade Adding default value for environment variables and python binary by Yun Peng · 9 years ago
  52. 74cb8c7 When running Javac and related tools, use -XX:+TieredCompilation -XX:TieredStopAtLevel=1 instead of -client, as the latter is ignored on 64-bit JVMs since at least JDK 6. by Philipp Wollermann · 9 years ago
  53. 42d8290 Fix Windows tests. by Dmitry Lomov · 9 years ago
  54. 44fa4c7 Fixed repository.which() on Windows by Yun Peng · 9 years ago
  55. a035992 StandaloneTestStrategy: Use relative paths for environmental variables related to tests. by Philipp Wollermann · 9 years ago
  56. 63d4726 Remove a TODO for a closed bug. by Dmitry Shevchenko · 9 years ago
  57. 56b16e7 Autoconfigure MSVC CROSSTOOL by Yun Peng · 9 years ago
  58. 9551686 Enable @testable import in swift_library by Dmitry Shevchenko · 9 years ago
  59. 758a73e Make swift_library explicitly specify the module maps it is using. by Dmitry Shevchenko · 9 years ago
  60. 4be7fdb RELNOTES: use xcrun simctl instead of iossim to launch the app for "blaze run". by Googler · 9 years ago
  61. 3348513 More pieces of RClassGeneratorAction by Googler · 9 years ago
  62. 6e03cbe Switch swift_library to using swiftc instead of swift -frontend. by Dmitry Shevchenko · 9 years ago
  63. c5804ab Global cleanup change. by Laurent Le Brun · 9 years ago
  64. 7d265e0 Add all the sources to //:srcs filegroup and add a check to detect by Damien Martin-Guillerez · 9 years ago
  65. fdb5a8c Fixed Bazel deb package dependency on Ubuntu 16.04 by Yun Peng · 9 years ago
  66. 7e93587 Remove hacks of building dll from msvc_link.py by Yun Peng · 9 years ago
  67. 9e9d6ed Make building dll less a hack on Windows by Yun Peng · 9 years ago
  68. 6b6ff76 Adding features to MSVC CROSSTOOL by Yun Peng · 9 years ago
  69. eb6e6af Add compilation mode handling to swift_library. by Dmitry Shevchenko · 9 years ago
  70. 6adba3b Rollback of commit 368cc56fb2baa3e21be4acdd2410a4ce8245de93. by Googler · 9 years ago
  71. 368cc56 Move platform environment from xcrun_action to apple_action. by Googler · 9 years ago
  72. 8f460f3 Refactor how coverage support files get to test actions. by Lukacs Berki · 9 years ago
  73. d8372d2 Improve Clang modules compilation from swift_library rule by Dmitry Shevchenko · 9 years ago
  74. e1a4a81 Adds the Android manifest merger as an option for android_binary rules. The merger that is used (legacy or android) is controlled by the manifest_merger attribute on android_binary and the default is controlled by the --android_manifest_merger flag. by Andrew Pellegrini · 9 years ago
  75. 4068a1d Description redacted. -- MOS_MIGRATED_REVID=125589653 by Carmi Grushko · 9 years ago
  76. bb08e15 Rename data_path to strip_prefix, and directory to package_dir. Fixes #1403 by Yue Gan · 9 years ago
  77. 4ec251b Roll forward of commit 2ba818ca7d2c77f517f1c0e6540c9af0501b7fb2: Ensure manifest merger places the application element as the last child of the manifest element. This is required for Android N. by Andrew Pellegrini · 9 years ago
  78. 758d5e2 Fix test runner on Windows without runfiles. by Dmitry Lomov · 9 years ago
  79. a5afe95 Replace #!/bin/bash -eu with #!/bin/bash and "set -eu". Otherwise, the "-eu" is not picked up when you run the scripts manually using "bash script.sh". by Philipp Wollermann · 9 years ago
  80. c200914 When running Java-based tools, use -XX:+TieredCompilation -XX:TieredStopAtLevel=1 instead of -client, as the latter is ignored on 64-bit JVMs since at least JDK 6. by Philipp Wollermann · 9 years ago
  81. a148b4c Disable runfiles on Windows. by Dmitry Lomov · 9 years ago
  82. 3490ba0 Adds missing arguments. Fixes #1403. by Yue Gan · 9 years ago
  83. 1442442 Remove breakpad support from bazel by Dmitry Shevchenko · 9 years ago
  84. 2ba818c Rollback of commit df39a8a06e32aa864d2504df1ea2c7ed162c8c1d. by Googler · 9 years ago
  85. df39a8a Ensure manifest merger places the application element as the last child of the manifest element. This is required for Android N. by Andrew Pellegrini · 9 years ago
  86. 455e302 Use valid workspace names in docker_build by Googler · 9 years ago
  87. 5b815a5 Adds a step before creating the resource apk (ap_) to swap out the application by Alex Humesky · 9 years ago
  88. 8ca0ff9 docker_build: use a flagfile when creating the layer. by Damien Martin-Guillerez · 9 years ago
  89. f54af6e Reverts the protobuf lib dependency being loaded from tools/objc, and instead load it from //external. by Sergio Campama · 9 years ago
  90. 6e3e48e Update 'docker_build' to support 1.10 image format by Sam Guymer · 9 years ago
  91. 8240b74 Rollback of commit bda8ae9212621da50d6b18f185f99450fb6d6da9. by Lukacs Berki · 9 years ago
  92. 9668b82 Use alias instead of a filegroup for the //tools/cpp:toolchain entry point for the C++ toolchain. by Lukacs Berki · 9 years ago
  93. 696a4a7 Add uses_swift flag to the providers exported by swift_library. by Dmitry Shevchenko · 9 years ago
  94. bba483f Migrate to alias-based redirection for android_sdk. by Lukacs Berki · 9 years ago
  95. 2c56d33 Wire up the |user| parameter to |docker_build|. by Googler · 9 years ago
  96. 8ed9cd4 Cleanup framework path handling in swift_library by Dmitry Shevchenko · 9 years ago
  97. 9aafb15 Make cpp tests refer to docker runfiles at the right path by Kristina Chodorow · 9 years ago
  98. dc54452 Make Android rules/tests refer to the correct runfiles paths by Kristina Chodorow · 9 years ago
  99. a8efe48 cc_configure: removes -no-canonical-prefixes from the list of default flags by Damien Martin-Guillerez · 9 years ago
  100. befa57c Update swift_library logic for module name generation by Dmitry Shevchenko · 9 years ago