1. 00f8d65 Convert the bootstrap system to using improved host platform detection. by John Cater · 6 years ago
  2. 5586fc1 Bootstrap: report missing bintools early by Laszlo Csomor · 6 years ago
  3. 3bf6857 Flip --experimental_strict_action_env on by default. by Benjamin Peterson · 6 years ago
  4. 7c49bd9 Make the embedded JDK targets the default by Liam Miller-Cushon · 7 years ago
  5. 32c5add Update the distfile compile scripts to create a valid embedded tools repository. by John Cater · 7 years ago
  6. 4cb8cb8 Windows,bootstrapping: respect TMPDIR by Laszlo Csomor · 7 years ago
  7. 90ecf93 bootstrap: fix typo in PATH-fixing command advice by L?szl? Csomor · 7 years ago
  8. 2cf560f Update version of re2 by laurentlb · 7 years ago
  9. abc932e bootstrap: fix typo in PATH fixing command advice by László Csomor · 7 years ago
  10. 3495954 Platform options are no longer experimental. by jcater · 7 years ago
  11. e79a110 Windows,bootstrapping: fix build_windows_jni.sh by Laszlo Csomor · 7 years ago
  12. 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
  13. 03976a5 Removes all test parts of compile.sh by dmarting · 8 years ago
  14. 27db2d8 Replace which by bash-builtin hash by Klaus Aehlig · 8 years ago
  15. da1d416 Add a Bazel test testing determinism of `bazel build //src:bazel` by Damien Martin-Guillerez · 8 years ago
  16. 5ede79a compile.sh srcs: do not hide error messages by aehlig · 8 years ago
  17. bcc569e Build MSVC Bazel when using compile.sh by pcloudy · 8 years ago
  18. cfb2ec0 Minor Bash improvements by Androbin · 8 years ago
  19. d8461b5 Remove compile.sh srcs exception after successfull protobuf update. by buchgr · 8 years ago
  20. 6e12e65 Update protobuf dependency to 3.2.0 by Jakob Buchgraber · 8 years ago
  21. d0d7ef0 Windows, bootstrapping: fix bugs to support Cygwin by Laszlo Csomor · 8 years ago
  22. 9b7330f Simplify the steps needed to run android_integration_test. by Adam Michael · 8 years ago
  23. cb8a5e2 Make Bazel build with MSVC-default-toolchain Bazel by Yun Peng · 8 years ago
  24. f5525e8 Bazel bootstrapping: make it work on Windows again by Laszlo Csomor · 8 years ago
  25. 161c4a3 Always pass -e; some versions of sed give an error message otherwise. by Ulf Adams · 8 years ago
  26. 0a05086 In the //:srcs completeness test, ignore derived by Klaus Aehlig · 8 years ago
  27. 9f7180f Bootstrapping: don't use convenience symlinks by Laszlo Csomor · 8 years ago
  28. 1540d8f Rollback of commit 900202fe4418490abca96afd7ebf2b92268be244. by Damien Martin-Guillerez · 9 years ago
  29. 900202f Change default apple toolchain from darwin_x86_64 to ios_x86_64. by Cal Peyser · 9 years ago
  30. 276a8cd Make bootstrapping support a designated work dir by Klaus Aehlig · 9 years ago
  31. ca407f0 Adds missing dependencies to //:srcs by Damien Martin-Guillerez · 9 years ago
  32. 7d265e0 Add all the sources to //:srcs filegroup and add a check to detect by Damien Martin-Guillerez · 9 years ago
  33. 0ad9f5e Refactor JDK 7 build to use the vendored version of it by Damien Martin-Guillerez · 9 years ago
  34. 04d46ab Rollback of commit 6cb8d820689ad029a9d0dc4ee1100db9b2d96515. by Damien Martin-Guillerez · 9 years ago
  35. 6cb8d82 Refactor build for JDK 7 by Damien Martin-Guillerez · 9 years ago
  36. 28e67b5 Add the last Bazel version number to ./compile.sh by Damien Martin-Guillerez · 9 years ago
  37. 5909d9d Allow outputting the progress of Bazel's build. by Julio Merino · 9 years ago
  38. 8c440b3 Remove scala rules from the Bazel source tree by Damien Martin-Guillerez · 9 years ago
  39. 9d40a60 On Windows, build ``bazel.exe`` instead of just ``bazel``. by Dmitry Lomov · 9 years ago
  40. b5d417d Add scala tests to CI by Oscar Boykin · 9 years ago
  41. dccd81f Make sure $BAZEL is set when `./compile.sh test` is run by Kristina Chodorow · 9 years ago
  42. cc9a2d1 Use label syntax that is immune to MSYS path mangling in bootstrap scripts. by Dmitry Lomov · 9 years ago
  43. 84450b8 Rollback of commit 14cf67863d56bab1eef11687a881adf323ba55ad. by Kristina Chodorow · 9 years ago
  44. 14cf678 Rollback of commit e87849b8d391af8f5d98e3a91e680e88a1264b64. by Kristina Chodorow · 9 years ago
  45. e87849b Remove base_workspace from bazel setup by Kristina Chodorow · 9 years ago
  46. 8e2adfb Use --nolegacy_bazel_java_test when launching test. by Damien Martin-Guillerez · 9 years ago
  47. daffc35 Use only the Bazel server for bootstrapping by Damien Martin-Guillerez · 9 years ago
  48. 8c04e9e Use JavaIoFileSystem during the bootstrapping, removing JNI compilation. by Damien Martin-Guillerez · 9 years ago
  49. 50fce86 Inline bazel_bootstrap in compile.sh by Damien Martin-Guillerez · 9 years ago
  50. eaf8930 Remove remaining tools by Damien Martin-Guillerez · 9 years ago
  51. 3d796fe Rollback of commit ac6ed79e1a3fa6b0ca91657b28e2a35f7e49758c. by Damien Martin-Guillerez · 9 years ago
  52. ac6ed79 Rollback of commit b9f401b97590cb95e76efb0ba8bf5319cfe93108. by Dmitry Lomov · 9 years ago
  53. b9f401b Speed-up bootstrap on OS X by removing tool compilation. by Damien Martin-Guillerez · 9 years ago
  54. 9b1e3a2 Tweak the bootstrapping and build process so that the prebuilt tools under tools/jdk are not necessary anymore. by Lukacs Berki · 9 years ago
  55. 7fdbd78 Add xcrunwrapper to deal with DEVELOPER_DIR and SDKROOT. by Dave MacLachlan · 9 years ago
  56. 0d5d522 Make the bootstrapping process work again after moving tools to the @bazel_tools repository. by Lukacs Berki · 9 years ago
  57. 0bb2f02 Move actoolzip, momczip and swiftstdlibtoolzip to tools/xcode and convert them to scripts instead of java apps. by Dave MacLachlan · 9 years ago
  58. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 9 years ago
  59. 27404a9 Parses the correct values of SDK, Platform and XCode version numbers when generating by Anastasios Kakalis · 10 years ago
  60. b81f90c Unbreak CI: the Android SDK test in compile.sh was wrong. by Damien Martin-Guillerez · 10 years ago
  61. dbf5cad Setup the ci build to test also Android tests when available by Damien Martin-Guillerez · 10 years ago
  62. 678ba23 Add an integration test for Android rules. by Lukacs Berki · 10 years ago
  63. 5b378db Fix "compile.sh tools" on OS X when XCode is not installed by Kristina Chodorow · 10 years ago
  64. b47cb49 Add .sh extension to ibtoolwrapper bash script in bazel compile by Chris Parsons · 10 years ago
  65. 46e8057 Rollback of commit da3cb806351e929becef19652c65d39efa61b9d9. by Googler · 10 years ago
  66. da3cb80 RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into bash scripts and have been renamed to actoolwrapper, momcwrapper and swiftstdlibtoolwrapper respectively. The old versions will be deleted in a later change. by Googler · 10 years ago
  67. 0caf332 Rollback of commit b8d1e700841d8aa7186ccbdfb0eba53e12a672d0. by Lukacs Berki · 10 years ago
  68. b8d1e70 Description redacted. -- MOS_MIGRATED_REVID=98347349 by Googler · 10 years ago
  69. a4211f3 Make binaries and scripts in tools/objc executable. by Googler · 10 years ago
  70. d3f7eda Adds gen jar and manifest proto outputs. by Alex Humesky · 10 years ago
  71. 9cac163 Moves ibtoolzip from src/tools/xcode-common/j/c/g/devtools/ to src/tools/xcode. by Googler · 10 years ago
  72. 4f89281 Fixed the deterministic test flakiness by Damien Martin-Guillerez · 10 years ago
  73. f64f211 Implementation of realpath for Mac OS X. This will allow us to move some of our tools (ibtool, actool etc) to shell scripts which should be faster and easier to maintain. by Googler · 10 years ago
  74. 50d124b Support the --[no]master_bazelrc flag by Damien Martin-Guillerez · 10 years ago
  75. 4349f94 Force two rounds for the deterministic tests when no BAZEL_SUM is provided by Damien Martin-Guillerez · 10 years ago
  76. a377af0 Enforce embed label only if not set by Damien Martin-Guillerez · 10 years ago
  77. 338dc56 Disable tests that requires JDK 8 when using compile.sh by Damien Martin-Guillerez · 10 years ago
  78. ad26d68 StdRedirect library for interposing iOSSimulator so we can redirect stdin,stdout,stderr. by Googler · 10 years ago
  79. aa7cb9a Add ability to compile objc_binary targets with Swift sources. by Googler · 10 years ago
  80. 7cf300e Fix travis configuration for JDK 8 by Damien Martin-Guillerez · 10 years ago
  81. 43b2ea7 Added /etc/bazel.bazelrc as a global Bazel's master rc. by Damien Martin-Guillerez · 10 years ago
  82. 19f3413 Improve platform and CPU detection, use the correct protoc binary for the running system. by Philipp Wollermann · 10 years ago
  83. d47a8ef Reorganized compile.sh by Damien Martin-Guillerez · 10 years ago
  84. d6f4808 Bootstrapping tools using Bazel by Damien Martin-Guillerez · 10 years ago
  85. 5fe7933 Remove fetch step from compile.sh by Kristina Chodorow · 10 years ago
  86. eb6e903 Use the ijar ZIP implementation in Blaze instead of libarchive by Damien Martin-Guillerez · 10 years ago
  87. 5cafe13 added comment to compile.sh by David Mankin · 10 years ago
  88. 991ba95 Unset _JAVA_OPTIONS in compile.sh by Damien Martin-Guillerez · 10 years ago
  89. 7d429ac Adding git commit hash as version when using compile.sh by Damien Martin-Guillerez · 10 years ago
  90. 29e46b2 Add a plugin to drop Error Prone-specific javacopts by Liam Miller-Cushon · 10 years ago
  91. 45a2469 Set up pkg path for the fetch and query commands in .bazelrc by Kristina Chodorow · 10 years ago
  92. dd02a92 Do not create objc helper tools when the platform is Linux. by Thiago Farina · 10 years ago
  93. 4fa24ee Require fetch for external dependencies by Kristina Chodorow · 10 years ago
  94. feb0939 Test for existence of $HOME before writing ~/.bazelrc in compile.sh by Damien Martin-Guillerez · 10 years ago
  95. 5821646 Rewrite of ZipCombiner to improve performance and maintainability by Googler · 10 years ago
  96. 633ecbd Put quotes around all paths that might have spaces by Kristina Chodorow · 10 years ago
  97. 3fb7581 compile.sh: Use $CXX/$CXXFLAGS for C++ compiler and its options. by Kyle Moffett · 10 years ago
  98. e936383 Fix compile.sh for macports by Allen Porter · 10 years ago
  99. 36fbe63 Header cleanups. by Han-Wen Nienhuys · 10 years ago
  100. a0a7968 Bazel compile.sh: prevent BUILD file to be copied in the output by Damien Martin-Guillerez · 10 years ago