1. de54bca Add a bazel-srcs target to the top-level package containing all Bazel sources by Damien Martin-Guillerez · 9 years ago
  2. 5909d9d Allow outputting the progress of Bazel's build. by Julio Merino · 9 years ago
  3. 63e8d63 Improve handling of exit routines to ensure we respect the exit status. by Julio Merino · 9 years ago
  4. a4a0740 Make the Windows tempdir default to something under the CI directory and explicitly create it. by Lukacs Berki · 9 years ago
  5. ced7874 Aside from Debian dependency on java{7,8}-jdk, accept java{7,8}-sdk by Ivan Vucica · 9 years ago
  6. 443c730 Make project generated by setup-intellij.sh error-free. by Janak Ramakrishnan · 9 years ago
  7. 4931533 Update compile_windows scripts to the MSYS64 location hardcoded into Chocolatey. by Lukacs Berki · 9 years ago
  8. b92d73b Add continuous integration scripts for Windows. by Lukacs Berki · 9 years ago
  9. 8af7f68 Remove vestige of the base_workspace in the installer by Damien Martin-Guillerez · 9 years ago
  10. 9d40a60 On Windows, build ``bazel.exe`` instead of just ``bazel``. by Dmitry Lomov · 9 years ago
  11. fa465f6 installer: set permission of bazelrc to 0644 by Damien Martin-Guillerez · 9 years ago
  12. def8ce3 Fix template help for Bazel installer by Damien Martin-Guillerez · 9 years ago
  13. 51a204a Add --ignore_unsupported_sandboxing to the bootstrap build by Damien Martin-Guillerez · 9 years ago
  14. c74d3e4 Get android path from env (fixes #746) by Steven Dee · 9 years ago
  15. 68d0b69 Use labels in load statements by Damien Martin-Guillerez · 9 years ago
  16. f9f2e10 Handle JAVA_HOME with spaces by Dmitry Lomov · 9 years ago
  17. cc9a2d1 Use label syntax that is immune to MSYS path mangling in bootstrap scripts. by Dmitry Lomov · 9 years ago
  18. 84450b8 Rollback of commit 14cf67863d56bab1eef11687a881adf323ba55ad. by Kristina Chodorow · 9 years ago
  19. 14cf678 Rollback of commit e87849b8d391af8f5d98e3a91e680e88a1264b64. by Kristina Chodorow · 9 years ago
  20. 8882114 Make local-jdk conform to workspace name rules by Kristina Chodorow · 9 years ago
  21. 7c4afb6 Update buildenv.sh to detect aarch64 as ARM by jmtatsch · 9 years ago
  22. fe728dc Add script which uses `bazel run` to invoke the command in the calling terminal, not the bazel server. by Cody Schroeder · 9 years ago
  23. 7912658 Remove dangling reference to bazel-tools by Kristina Chodorow · 9 years ago
  24. e87849b Remove base_workspace from bazel setup by Kristina Chodorow · 9 years ago
  25. 6921642 Make setup-eclipse.sh work somewhat again. by Lukacs Berki · 9 years ago
  26. ba04b2d Create a wrapper script which looks for an executable in the workspace by Brian Silverman · 9 years ago
  27. 6462d87 Make setup-intellij.sh work again. by Lukacs Berki · 9 years ago
  28. 5ed7895 Fix Bazel bootstrapping with JDK 7 by Damien Martin-Guillerez · 9 years ago
  29. daffc35 Use only the Bazel server for bootstrapping by Damien Martin-Guillerez · 9 years ago
  30. 8c04e9e Use JavaIoFileSystem during the bootstrapping, removing JNI compilation. by Damien Martin-Guillerez · 9 years ago
  31. ec758db Replaced process-wrapper by a dummy version for bootstrapping by Damien Martin-Guillerez · 9 years ago
  32. dceee0e Use a dummy build-runfiles in the bootstrap binary by Damien Martin-Guillerez · 9 years ago
  33. 50fce86 Inline bazel_bootstrap in compile.sh by Damien Martin-Guillerez · 9 years ago
  34. e5b7c59 Do not use sandboxing when bootstrapping by Damien Martin-Guillerez · 9 years ago
  35. 12c68aa Do not include bazel_tools in the bootstrap binary by Damien Martin-Guillerez · 9 years ago
  36. 0a7a3d2 Fix bazel args in the bootstrap test by Damien Martin-Guillerez · 9 years ago
  37. d5b2d25 Use general java jdk dependency for bazel debian package by Andrew Jorgensen · 9 years ago
  38. 848740c Fix bazel version for debian package by Damien Martin-Guillerez · 9 years ago
  39. 7a02e5d Fix installer under OS X by Damien Martin-Guillerez · 9 years ago
  40. 3d796fe Rollback of commit ac6ed79e1a3fa6b0ca91657b28e2a35f7e49758c. by Damien Martin-Guillerez · 9 years ago
  41. f488818 Add xcode_locator to bazel's embedded binaries. by Chris Parsons · 9 years ago
  42. 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
  43. b95995b Use openjdk7 as dependency for debian package of jdk7 flavor by Damien Martin-Guillerez · 9 years ago
  44. ac6ed79 Rollback of commit b9f401b97590cb95e76efb0ba8bf5319cfe93108. by Dmitry Lomov · 9 years ago
  45. b9f401b Speed-up bootstrap on OS X by removing tool compilation. by Damien Martin-Guillerez · 9 years ago
  46. 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
  47. 53f4076 Don't symlink {examples/tools}/BUILD in the base_workspace. by Lukacs Berki · 9 years ago
  48. fcb3f84 Make "//..." do not find packages in the base workspace. by Lukacs Berki · 9 years ago
  49. ed7b97e Add a ~ between the version candidate and the release candidate qualifier for debian package by Damien Martin-Guillerez · 9 years ago
  50. 697c61d release process: Fix _ in the index files of release candidates by Damien Martin-Guillerez · 9 years ago
  51. 7c507be Allow specification of bazel target for bootstrap. by Peter Schmitt · 9 years ago
  52. 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
  53. bdbf75f Fix build on FreeBSD. by Googler · 9 years ago
  54. 0cafe83 Build tools during setup-intellij.sh . by Lukacs Berki · 9 years ago
  55. a4b6182 Remove unused jquery/d3 references. by Han-Wen Nienhuys · 9 years ago
  56. a2c60d0 Fix bash completion script location in the Debian package by Brian Silverman · 9 years ago
  57. 0d05f25 Enable the worker strategy for Javac in Bazel during bootstrap. by Philipp Wollermann · 9 years ago
  58. fd835ce Make subcommand completion in zsh work on Mac OS X by Yuki Yugui Sonoda · 9 years ago
  59. dd8ca1a compile.sh to take LDFLAGS for bootstrap by Alpha Lam · 10 years ago
  60. 4744963 Remove a meaningless comment that I submitted accidentally. by Lukacs Berki · 10 years ago
  61. 30bed8f Read $HOME first to determine the home directory (and when not present, fall back to getpwuid()) by Lukacs Berki · 10 years ago
  62. 0d5d522 Make the bootstrapping process work again after moving tools to the @bazel_tools repository. by Lukacs Berki · 10 years ago
  63. 2b49791 Pass a directory for find to look in for OS X by Kristina Chodorow · 10 years ago
  64. 82d5b62 Fix fallout of the debian packaging change by Damien Martin-Guillerez · 10 years ago
  65. 80245bc Introduce debian and tar packaging rules by Damien Martin-Guillerez · 10 years ago
  66. 0052b80 [release] Truncate git hash to 7 characters by Damien Martin-Guillerez · 10 years ago
  67. 1940933 Introduce two new options to Linux sandbox wrapper: by Ming Zhao · 10 years ago
  68. 4def9d0 [release] Ignore commit hooks by Damien Martin-Guillerez · 10 years ago
  69. 8b2e6b8 Embed a tools directory into the Bazel binary. by Lukacs Berki · 10 years ago
  70. 73ee621 [ci] Do not exit on success by Damien Martin-Guillerez · 10 years ago
  71. 67360a8 [release] Add new line between releases in the changelog by Damien Martin-Guillerez · 10 years ago
  72. 15f4b8c [release] Use SSH as the default way to speak to GitHub by Damien Martin-Guillerez · 10 years ago
  73. 23c725b Fix Java 7 test suite by Damien Martin-Guillerez · 10 years ago
  74. 078a82e [ci] Do not fail on test failure by Damien Martin-Guillerez · 10 years ago
  75. 4bf2c1a Fix our Java 7 build by Damien Martin-Guillerez · 10 years ago
  76. 7b4b765 Fix build for JDK 7 by Damien Martin-Guillerez · 10 years ago
  77. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  78. 51c1640 Make setup-intellij.sh work again. by Lukacs Berki · 10 years ago
  79. 45d18d4 Enforce UTF-8 encoding in bootstrapping by Damien Martin-Guillerez · 10 years ago
  80. 9c5deb6 Requires JDK 8 by Damien Martin-Guillerez · 10 years ago
  81. f9b1c33 Allow CI to run the build script without storing the output artifacts by Damien Martin-Guillerez · 10 years ago
  82. c375ea1 Add the filename to SHA256 files by Damien Martin-Guillerez · 10 years ago
  83. 7e6351a Fix release to github script by Damien Martin-Guillerez · 10 years ago
  84. c338da3 by Damien Martin-Guillerez · 10 years ago
  85. 2c2e70d Fix the installer and fixing the package shiped into binary version of Bazel. by Damien Martin-Guillerez · 10 years ago
  86. 4e21d90 Remove BUILD.glob and incorporate the necessary filegroups into the android_{ndk,sdk}_repository rules themselves. by Lukacs Berki · 10 years ago
  87. e8f8dc5 Installer: ship the Bash completion script and add a finish message by Damien Martin-Guillerez · 10 years ago
  88. e17ec60 Run bazel to unpack the install base at the end of the installer by Damien Martin-Guillerez · 10 years ago
  89. 311801a Unbreak the CI on Darwin by Damien Martin-Guillerez · 10 years ago
  90. 2984f1c Adds some safety checks in the Bazel installer by Damien Martin-Guillerez · 10 years ago
  91. dbf5cad Setup the ci build to test also Android tests when available by Damien Martin-Guillerez · 10 years ago
  92. f4888b1 Do not remove the bin directory before installing. by Damien Martin-Guillerez · 10 years ago
  93. 2b1763a Change URLs to bazelbuild by Kristina Chodorow · 10 years ago
  94. 8f54c11 Bazel installer: removing trailing quote in bazelrc by Damien Martin-Guillerez · 10 years ago
  95. c9fa708 Renamed the installer to bazel-$VERSION-installer-$PLATFORM.sh by Damien Martin-Guillerez · 10 years ago
  96. a1d9396 Add detections for installed JDK and unzip in the Bazel installer. by Damien Martin-Guillerez · 10 years ago
  97. ea9a436 Add the tools/defaults/BUILD file to the installer script by Damien Martin-Guillerez · 10 years ago
  98. 8dc5fb2 Fix word wrapping determinism on BSD / Linux by Damien Martin-Guillerez · 10 years ago
  99. 709bc61 Port to FreeBSD. by Doug Rabson · 10 years ago
  100. 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