1. 7912658 Remove dangling reference to bazel-tools by Kristina Chodorow · 9 years ago
  2. e87849b Remove base_workspace from bazel setup by Kristina Chodorow · 9 years ago
  3. 6921642 Make setup-eclipse.sh work somewhat again. by Lukacs Berki · 9 years ago
  4. ba04b2d Create a wrapper script which looks for an executable in the workspace by Brian Silverman · 9 years ago
  5. 6462d87 Make setup-intellij.sh work again. by Lukacs Berki · 9 years ago
  6. 5ed7895 Fix Bazel bootstrapping with JDK 7 by Damien Martin-Guillerez · 9 years ago
  7. daffc35 Use only the Bazel server for bootstrapping by Damien Martin-Guillerez · 9 years ago
  8. 8c04e9e Use JavaIoFileSystem during the bootstrapping, removing JNI compilation. by Damien Martin-Guillerez · 9 years ago
  9. ec758db Replaced process-wrapper by a dummy version for bootstrapping by Damien Martin-Guillerez · 9 years ago
  10. dceee0e Use a dummy build-runfiles in the bootstrap binary by Damien Martin-Guillerez · 9 years ago
  11. 50fce86 Inline bazel_bootstrap in compile.sh by Damien Martin-Guillerez · 9 years ago
  12. e5b7c59 Do not use sandboxing when bootstrapping by Damien Martin-Guillerez · 9 years ago
  13. 12c68aa Do not include bazel_tools in the bootstrap binary by Damien Martin-Guillerez · 9 years ago
  14. 0a7a3d2 Fix bazel args in the bootstrap test by Damien Martin-Guillerez · 9 years ago
  15. d5b2d25 Use general java jdk dependency for bazel debian package by Andrew Jorgensen · 9 years ago
  16. 848740c Fix bazel version for debian package by Damien Martin-Guillerez · 9 years ago
  17. 7a02e5d Fix installer under OS X by Damien Martin-Guillerez · 9 years ago
  18. 3d796fe Rollback of commit ac6ed79e1a3fa6b0ca91657b28e2a35f7e49758c. by Damien Martin-Guillerez · 9 years ago
  19. f488818 Add xcode_locator to bazel's embedded binaries. by Chris Parsons · 9 years ago
  20. bf98f39 Add the ability to customize the bazel client's exit code used when the bazel server exits abruptly. by Nathan Harmata · 9 years ago
  21. b95995b Use openjdk7 as dependency for debian package of jdk7 flavor by Damien Martin-Guillerez · 9 years ago
  22. ac6ed79 Rollback of commit b9f401b97590cb95e76efb0ba8bf5319cfe93108. by Dmitry Lomov · 9 years ago
  23. b9f401b Speed-up bootstrap on OS X by removing tool compilation. by Damien Martin-Guillerez · 9 years ago
  24. 713a78c unittest.bash: Correctly handle failures due to "errexit" in tests. This will get rid of all the "ghost flakes" where tests crashed with no apparant reason printed into our logs. Now a stack trace is printed and an easy to understand failure reason, too. by Philipp Wollermann · 9 years ago
  25. 53f4076 Don't symlink {examples/tools}/BUILD in the base_workspace. by Lukacs Berki · 9 years ago
  26. fcb3f84 Make "//..." do not find packages in the base workspace. by Lukacs Berki · 9 years ago
  27. ed7b97e Add a ~ between the version candidate and the release candidate qualifier for debian package by Damien Martin-Guillerez · 9 years ago
  28. 697c61d release process: Fix _ in the index files of release candidates by Damien Martin-Guillerez · 9 years ago
  29. 7c507be Allow specification of bazel target for bootstrap. by Peter Schmitt · 9 years ago
  30. d30ae4d When setting up an IntelliJ project for Bazel, point at the AutoValue annotation processor, and add its output directory to the source tree. by Carmi Grushko · 9 years ago
  31. bdbf75f Fix build on FreeBSD. by Googler · 9 years ago
  32. 0cafe83 Build tools during setup-intellij.sh . by Lukacs Berki · 9 years ago
  33. a4b6182 Remove unused jquery/d3 references. by Han-Wen Nienhuys · 9 years ago
  34. a2c60d0 Fix bash completion script location in the Debian package by Brian Silverman · 9 years ago
  35. 0d05f25 Enable the worker strategy for Javac in Bazel during bootstrap. by Philipp Wollermann · 9 years ago
  36. fd835ce Make subcommand completion in zsh work on Mac OS X by Yuki Yugui Sonoda · 9 years ago
  37. dd8ca1a compile.sh to take LDFLAGS for bootstrap by Alpha Lam · 9 years ago
  38. 4744963 Remove a meaningless comment that I submitted accidentally. by Lukacs Berki · 9 years ago
  39. 30bed8f Read $HOME first to determine the home directory (and when not present, fall back to getpwuid()) by Lukacs Berki · 9 years ago
  40. 0d5d522 Make the bootstrapping process work again after moving tools to the @bazel_tools repository. by Lukacs Berki · 9 years ago
  41. 2b49791 Pass a directory for find to look in for OS X by Kristina Chodorow · 9 years ago
  42. 82d5b62 Fix fallout of the debian packaging change by Damien Martin-Guillerez · 9 years ago
  43. 80245bc Introduce debian and tar packaging rules by Damien Martin-Guillerez · 9 years ago
  44. 0052b80 [release] Truncate git hash to 7 characters by Damien Martin-Guillerez · 9 years ago
  45. 1940933 Introduce two new options to Linux sandbox wrapper: by Ming Zhao · 9 years ago
  46. 4def9d0 [release] Ignore commit hooks by Damien Martin-Guillerez · 9 years ago
  47. 8b2e6b8 Embed a tools directory into the Bazel binary. by Lukacs Berki · 9 years ago
  48. 73ee621 [ci] Do not exit on success by Damien Martin-Guillerez · 9 years ago
  49. 67360a8 [release] Add new line between releases in the changelog by Damien Martin-Guillerez · 9 years ago
  50. 15f4b8c [release] Use SSH as the default way to speak to GitHub by Damien Martin-Guillerez · 9 years ago
  51. 23c725b Fix Java 7 test suite by Damien Martin-Guillerez · 9 years ago
  52. 078a82e [ci] Do not fail on test failure by Damien Martin-Guillerez · 9 years ago
  53. 4bf2c1a Fix our Java 7 build by Damien Martin-Guillerez · 9 years ago
  54. 7b4b765 Fix build for JDK 7 by Damien Martin-Guillerez · 9 years ago
  55. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  56. 51c1640 Make setup-intellij.sh work again. by Lukacs Berki · 10 years ago
  57. 45d18d4 Enforce UTF-8 encoding in bootstrapping by Damien Martin-Guillerez · 10 years ago
  58. 9c5deb6 Requires JDK 8 by Damien Martin-Guillerez · 10 years ago
  59. f9b1c33 Allow CI to run the build script without storing the output artifacts by Damien Martin-Guillerez · 10 years ago
  60. c375ea1 Add the filename to SHA256 files by Damien Martin-Guillerez · 10 years ago
  61. 7e6351a Fix release to github script by Damien Martin-Guillerez · 10 years ago
  62. c338da3 by Damien Martin-Guillerez · 10 years ago
  63. 2c2e70d Fix the installer and fixing the package shiped into binary version of Bazel. by Damien Martin-Guillerez · 10 years ago
  64. 4e21d90 Remove BUILD.glob and incorporate the necessary filegroups into the android_{ndk,sdk}_repository rules themselves. by Lukacs Berki · 10 years ago
  65. e8f8dc5 Installer: ship the Bash completion script and add a finish message by Damien Martin-Guillerez · 10 years ago
  66. e17ec60 Run bazel to unpack the install base at the end of the installer by Damien Martin-Guillerez · 10 years ago
  67. 311801a Unbreak the CI on Darwin by Damien Martin-Guillerez · 10 years ago
  68. 2984f1c Adds some safety checks in the Bazel installer by Damien Martin-Guillerez · 10 years ago
  69. dbf5cad Setup the ci build to test also Android tests when available by Damien Martin-Guillerez · 10 years ago
  70. f4888b1 Do not remove the bin directory before installing. by Damien Martin-Guillerez · 10 years ago
  71. 2b1763a Change URLs to bazelbuild by Kristina Chodorow · 10 years ago
  72. 8f54c11 Bazel installer: removing trailing quote in bazelrc by Damien Martin-Guillerez · 10 years ago
  73. c9fa708 Renamed the installer to bazel-$VERSION-installer-$PLATFORM.sh by Damien Martin-Guillerez · 10 years ago
  74. a1d9396 Add detections for installed JDK and unzip in the Bazel installer. by Damien Martin-Guillerez · 10 years ago
  75. ea9a436 Add the tools/defaults/BUILD file to the installer script by Damien Martin-Guillerez · 10 years ago
  76. 8dc5fb2 Fix word wrapping determinism on BSD / Linux by Damien Martin-Guillerez · 10 years ago
  77. 709bc61 Port to FreeBSD. by Doug Rabson · 10 years ago
  78. 43c4a1a Execute spawns inside sandboxes to improve hermeticity (spawns can no longer use non-declared inputs) and safety (spawns can no longer affect the host system, e.g. accidentally wipe your home directory). This implementation works on Linux only and uses Linux containers ("namespaces"). by Philipp Wollermann · 10 years ago
  79. d5079a5 Require an android_local_tools_repository stanza in the WORKSPACE file so that Bazel finds Android tools and update the tools themselves to handle their new location. by Lukacs Berki · 10 years ago
  80. ad67cc4 Make setup-intellij.sh work again. by Lukacs Berki · 10 years ago
  81. c3842df CI scripts: another fix after moving from .ci/ to scripts/ci by Damien Martin-Guillerez · 10 years ago
  82. e4ead96 CI scripts: fix path to common.sh by Damien Martin-Guillerez · 10 years ago
  83. cc07634 Tweak CI script to not run tests tagged as manual. by Erik Kuefler · 10 years ago
  84. f7a3931 CI scripts for the release process by Damien Martin-Guillerez · 10 years ago
  85. 8c28813 Add native support for linux on ARM Cpu (32 bits) by Zhong Wang · 10 years ago
  86. 78c0cc7 Avoid command line argument mangling on Windows. by Dmitry Lomov · 10 years ago
  87. 6ac7bd5 Fix //scripts/release:release_test by Damien Martin-Guillerez · 10 years ago
  88. 4954342 Disable failing Bazel release test so that we can push. by Lukacs Berki · 10 years ago
  89. fa15d39 Bazel release process scripts by Damien Martin-Guillerez · 10 years ago
  90. ab13f68 Create a binary packager for Bazel by Damien Martin-Guillerez · 10 years ago
  91. 3052446 Make intellij setup not recompile bazel quite as much by Kristina Chodorow · 10 years ago
  92. 3b61b2c Release note scripts: fix fmt usage under Linux by Damien Martin-Guillerez · 10 years ago
  93. b9db29a Add --noshow_progress when performing queries in the CI script. by Erik Kuefler · 10 years ago
  94. d019eea Bazel release notes creation by Damien Martin-Guillerez · 10 years ago
  95. 5f66155 Use blaze_util_mingw.cc for bootstrapping on Windows. by Dmitry Lomov · 10 years ago
  96. 76c27a7 Wrap zip step into run_silent in compile.sh by Damien Martin-Guillerez · 10 years ago
  97. 8a0ce7b Set up protobuf compilers on Windows correctly for bootstrapping. by Googler · 10 years ago
  98. 0f5e3a0 Adds main/java/src to the base workspace. This is to enable src/tools/android/java/com/google/devtools/build/android:android_builder_lib to depend on src/main/java:options. by Alex Humesky · 10 years ago
  99. 025b189 Update setup-intellij to get it working again. by Janak · 10 years ago
  100. d3f7eda Adds gen jar and manifest proto outputs. by Alex Humesky · 10 years ago