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