1. 8240b74 Rollback of commit bda8ae9212621da50d6b18f185f99450fb6d6da9. by Lukacs Berki · 9 years ago
  2. 9668b82 Use alias instead of a filegroup for the //tools/cpp:toolchain entry point for the C++ toolchain. by Lukacs Berki · 9 years ago
  3. 696a4a7 Add uses_swift flag to the providers exported by swift_library. by Dmitry Shevchenko · 9 years ago
  4. bba483f Migrate to alias-based redirection for android_sdk. by Lukacs Berki · 9 years ago
  5. 2c56d33 Wire up the |user| parameter to |docker_build|. by Googler · 9 years ago
  6. 8ed9cd4 Cleanup framework path handling in swift_library by Dmitry Shevchenko · 9 years ago
  7. 9aafb15 Make cpp tests refer to docker runfiles at the right path by Kristina Chodorow · 9 years ago
  8. dc54452 Make Android rules/tests refer to the correct runfiles paths by Kristina Chodorow · 9 years ago
  9. a8efe48 cc_configure: removes -no-canonical-prefixes from the list of default flags by Damien Martin-Guillerez · 9 years ago
  10. befa57c Update swift_library logic for module name generation by Dmitry Shevchenko · 9 years ago
  11. a3dedfc Add support for importing frameworks to swift_library. by Dmitry Shevchenko · 9 years ago
  12. 879af5b Add support for module maps to swift_library by Dmitry Shevchenko · 9 years ago
  13. f945a0c Support for gathering all the protos seen in the transitive closure of dependencies through the ObjcProtoAspect, compiling and linking the generated protos at the final linking target. This is only enabled for objc_proto_libraries using the portable_proto_filters attribute, and guarded with the "--experimental_auto_top_level_union_objc_protos" flag. This prevents duplicate symbol errors as the generated sources are only linked once. by Sergio Campama · 9 years ago
  14. 1f67a7b libtool wrapper script to isolate the unfortunate hacks we must make to get around apple's buggy libtool tool by Chris Parsons · 9 years ago
  15. 5d7ac1a Cleanup swift.bzl. by Dmitry Shevchenko · 9 years ago
  16. 3caacf1 Support top-level packages in pkg_tar by Kristina Chodorow · 9 years ago
  17. b86809e Add -headerpad_max_install_names to darwin CROSSTOOL linker flags. by David Chen · 9 years ago
  18. 892f12e Export Objective-C header from swift_library. by Dmitry Shevchenko · 9 years ago
  19. 4caa04f cc_configure: correctly detect 32/64 bits CPU for Linux by Damien Martin-Guillerez · 9 years ago
  20. c9d4fae Global cleanup change. by Michael Staib · 9 years ago
  21. e52ebec MSVC toolchain changes for building TensorFlow by Yun Peng · 9 years ago
  22. ec2657f cc_configure: use the wrapper only if on Darwin and ship the environment only if in homebrew by Damien Martin-Guillerez · 9 years ago
  23. de424b6 Remove rust, jsonnet, scala and closure from the Bazel repository by Damien Martin-Guillerez · 9 years ago
  24. a51a85e Cut dependency on BoringSSL. by Lukacs Berki · 9 years ago
  25. 3f69751 Add generated docs to Jekyll tree build target. Add script for bringing up by David Chen · 9 years ago
  26. 9a21e20 Distinguish between the build tools version and the build tools directory in android_sdk_repository so that preview sdks can be correctly handled. For example, the name in the build-tools directory might be "24.0.0-preview", but its version is actually "24 rc3" from build-tools/24.0.0-preview/source.properties. by Alex Humesky · 9 years ago
  27. 6dab815 Rollback of commit 5e6218ea4e83a7fadfe54c35488781da550ce13e. by Damien Martin-Guillerez · 9 years ago
  28. 5e6218e Rollback of commit 87a58589d6770a6e9a0f998274bfe69f1feb6014. by Damien Martin-Guillerez · 9 years ago
  29. e4880eb Add turbine to embedded tools by Liam Miller-Cushon · 9 years ago
  30. 87846c7 Attempt 3 at deduping libtool inputs with the same basename. Libtool wrapper overrides old previous symlinks it created. by Chris Parsons · 9 years ago
  31. 87a5858 Rollback of commit b4549fe8dfb29f87fd37b38bf21a5b4bef818b12. by Damien Martin-Guillerez · 9 years ago
  32. f8f1be3 Rollback of commit c9f2881f2540a7aa7c5f6d76f4bdad5d35d1c3b6. by Googler · 9 years ago
  33. b4549fe Rollback of commit f1f24fc4b5aa83b7a4b872ec8f1c3a369799c081. by Damien Martin-Guillerez · 9 years ago
  34. f1f24fc Ship the environment fixed at configure time to the C++ compiler by Damien Martin-Guillerez · 9 years ago
  35. f787d31 Adds the compiler to the key for selecting the cc_toolchain label in by Alex Humesky · 9 years ago
  36. 28cc14b Fix paths in Android scripts to always look under bazel_tools by Kristina Chodorow · 9 years ago
  37. d181a84 Add support for the new ObjcProvider interface. by Dmitry Shevchenko · 9 years ago
  38. c9f2881 Rollforward of "Workaround for duplicate input basename bug in apple's libtool", with regex fix by Chris Parsons · 9 years ago
  39. 17bc4dc Rollback of commit 910a907e643d3b1320c9ebd6b2b339848089acce. by Chris Parsons · 9 years ago
  40. 910a907 Workaround for duplicate input basename bug in apple's libtool. by Chris Parsons · 9 years ago
  41. efebc4d cc_configure: add -lm to the default linker flags by Damien Martin-Guillerez · 9 years ago
  42. c6da034 cc_configure: do not assume the message from gcc is in English by Damien Martin-Guillerez · 9 years ago
  43. 3bbfe16 cc_configure.bzl: support spaces in CC environment by Damien Martin-Guillerez · 9 years ago
  44. 8e226d6 Include debug entitlements by default when building non-release builds. by Peter Schmitt · 9 years ago
  45. 7124f56 Replace the inlined SDK path with apple_common call. by Dmitry Shevchenko · 9 years ago
  46. bac102a Set --android_sdk=@bazel_tools//tools/android:sdk by default and delete Constants.ANDROID_DEFAULT_SDK. by Luis Fernando Pino Duque · 9 years ago
  47. 6cab55b cc_configure.bzl: Add -Wl,-no-as-needed as default link options by Damien Martin-Guillerez · 9 years ago
  48. 21e3f7b Ensure env is passed to DockerLayer actions so xzcat works by Simon Horlick · 9 years ago
  49. 6ba22c0 Add the workspace name to the SDK path by Kristina Chodorow · 9 years ago
  50. 57be344 Enable msvc toolchain to support params file by Yun Peng · 9 years ago
  51. 810d60a cc_configure: Add -B to compiler flag too by Damien Martin-Guillerez · 9 years ago
  52. 2036dbd Add a Skylark rule to build Swift modules. by Dmitry Shevchenko · 9 years ago
  53. ead2be4 Add apple_genrule to bazel. by Dave MacLachlan · 9 years ago
  54. 0ad9f5e Refactor JDK 7 build to use the vendored version of it by Damien Martin-Guillerez · 9 years ago
  55. 01e7914 Prevent msvc toolchain's python wrapper script from generating pyc files by Yun Peng · 9 years ago
  56. aa3dbd3 cc_configure.bzl: strip end of line when looking for the cpu by Damien Martin-Guillerez · 9 years ago
  57. fdcb3b2 Added configuration for wrapper scripts of msvc toolchain by Yun Peng · 9 years ago
  58. 3e4e416 cc_configure: uses which on the CC environment variable by Damien Martin-Guillerez · 9 years ago
  59. 0b26f44 cc_configure: Add piii to the list of supported cpu_value by Damien Martin-Guillerez · 9 years ago
  60. a20352e cc_configure: always add -B/usr/bin to the list of gcc option by Damien Martin-Guillerez · 9 years ago
  61. 97e5ab0 Fix cc_configure include path for Frameworks on OS X. by Damien Martin-Guillerez · 9 years ago
  62. 3ee570f Deprecate top-level Java toolchain flags in favour of java_toolchain by Liam Miller-Cushon · 9 years ago
  63. ea81a70 Allow for non-ascii values for android:versionName by Googler · 9 years ago
  64. 2a82c91 Makes the use of dump_syms_stub non-fatal. by Erik Abair · 9 years ago
  65. 04d46ab Rollback of commit 6cb8d820689ad029a9d0dc4ee1100db9b2d96515. by Damien Martin-Guillerez · 9 years ago
  66. 6cb8d82 Refactor build for JDK 7 by Damien Martin-Guillerez · 9 years ago
  67. c6c516d Make the genproto rules of Bazel usable from other repositories. by Lukacs Berki · 9 years ago
  68. 511d49b Refactor wrapper script msvc_tools.py to make path configure easiler by Yun Peng · 9 years ago
  69. 19eadbe Fix Bazel continuous build. by Lukacs Berki · 9 years ago
  70. 821a504 Support gRPC in the Bazel-internal protobuf rules. by Lukacs Berki · 9 years ago
  71. 285112c Remove te protocol compiler rules from @bazel_tools. by Lukacs Berki · 9 years ago
  72. bb19fd6 Allow params files on Windows. by Lukacs Berki · 9 years ago
  73. b123736 Adds the 64 bit library directory for aapt, aidl, and zipalign, which was added by Alex Humesky · 9 years ago
  74. 114ead3 Add msvc crosstool definiton by Yun Peng · 9 years ago
  75. 986cb3e Add the wrapper script for msvc crosstool by Yun Peng · 9 years ago
  76. ffcc522 Rollback of commit 3248a5ea6ecb9f5f2080876a70de016825f54707. by Lukacs Berki · 9 years ago
  77. 3248a5e Update our rudimentary proto rules to be able to handle gRPC. by Lukacs Berki · 9 years ago
  78. f739cc3 Enable overriding attributes for Rust binaries. by David Chen · 9 years ago
  79. f9276e2 Fix issues with cc_configure by Alpha Lam · 9 years ago
  80. 5dc18f5 Update octal refs in python script of pkg and docker rules by Damien Martin-Guillerez · 9 years ago
  81. be1b115 cc_configure.bzl: fix path to static crosstool by Damien Martin-Guillerez · 9 years ago
  82. 585c87b Make C++ autoconfigured toolchain the default for Linux and OS X. by Damien Martin-Guillerez · 9 years ago
  83. 262cf37 Correct Bazel's google_play_services built-in custom_package definition, as it is incorrect. by Todd Jeffreys · 9 years ago
  84. ffec352 Change android_sdk_repository to use a Skylark-based template. by Michael Staib · 9 years ago
  85. a930352 Adds Skylark Remote Repository documentation by Damien Martin-Guillerez · 9 years ago
  86. 96df361 Remove deprecated Skylark rules by Kristina Chodorow · 9 years ago
  87. c86ed14 Build the jsonnet tool for the host when cross-compiling. by Googler · 9 years ago
  88. d521245 Marking Closure Tools for Bazel as deprecated. by Googler · 9 years ago
  89. eab1ce2 Fix go_prefix to resolve to the right repository by Kristina Chodorow · 9 years ago
  90. 19b5675 Deprecate built-in Skylark rules by Kristina Chodorow · 9 years ago
  91. ee4be22 Adds mcov tool label to IosTest. by Dmitry Shevchenko · 9 years ago
  92. 4b2745c Add missing filegroups to the srcs by Damien Martin-Guillerez · 9 years ago
  93. 9116b3e cc_configure: Fix fallout of renaming ctx to repository_ctx. by Damien Martin-Guillerez · 9 years ago
  94. b78bbd5 Add Python protobuf to Bazel third_party and move all protobuf targets into by David Chen · 9 years ago
  95. d2ae1ca Enable overriding jsonnet binaries and stdlib for Jsonnet rules. by David Chen · 9 years ago
  96. a6d9ba7 cc_configure: fallback to static crosstool for unsupported platform by Damien Martin-Guillerez · 9 years ago
  97. c430de2 Fix repository names for Groovy by Erik Kuefler · 9 years ago
  98. ce83f39 Incremental dexing for sharded android_binary targets by Googler · 9 years ago
  99. bde5844 Move dump_syms from //tools/objc to //tools/osx. This will allow it to be referenced from the crosstool without crossing package boundaries. by Cal Peyser · 9 years ago
  100. da258a0 Use repository_ctx for each usage of repository context. by Damien Martin-Guillerez · 9 years ago