- 8efd282 Fix bazel_bootstrap_distfile_test on Windows by Yun Peng · 8 years ago
- 31fab29 Env.vars: server won't ignore the client env by Dmitry Lomov · 8 years ago
- d72bc57 Select the good guava jars for JDK7 build by Damien Martin-Guillerez · 8 years ago
- 9dfbed1 Rollback of commit 94d8f4e9c8c8757aa7ab7c1a7c3e9afb34039127. by Klaus Aehlig · 8 years ago
- 94d8f4e Env.vars: server won't ignore the client env by Laszlo Csomor · 8 years ago
- 44fcb22 Rollback of commit c3102b722af6fba2a67fdfed55426471c0927ab8. by Damien Martin-Guillerez · 8 years ago
- c3102b7 Rollback of commit 55b20c4a50642d8f1ac11cb721ecd5831f02dd76. by Damien Martin-Guillerez · 8 years ago
- 3049051 Update to latest javac and Error Prone by Liam Miller-Cushon · 8 years ago
- 2e689c2 Add javac-9-dev-r3297-3 by Liam Miller-Cushon · 8 years ago
- 76cb02e Make the interface dynamic library builder a regular label instead of a magic artifact. by Lukacs Berki · 8 years ago
- 89cc544 Revert "Add javac-9-dev-r3297-3" by Damien Martin-Guillerez · 8 years ago
- efe4a6d Add javac-9-dev-r3297-3 by Liam Miller-Cushon · 8 years ago
- 3c0c262 Windows: fix bootstrapping bugs with 0.4.4 by László Csomor · 8 years ago
- fc07142 Add quotes to improve space support by Alexander Chung · 8 years ago
- f5525e8 Bazel bootstrapping: make it work on Windows again by Laszlo Csomor · 8 years ago
- b70343f Set JAVA_HOME for every invocation of compile.sh . by Lukacs T. Berki · 8 years ago
- 88eca6e Fix bootstrapping in Docker images. by Lukacs Berki · 8 years ago
- b46631b Fix regex condition in the bootstrap script. by Damien Martin-Guillerez · 8 years ago
- 0496b2a Use regex to match error prone and guava jar by Damien Martin-Guillerez · 8 years ago
- 31e29d1 Disable turbine for bootstrap builds by Liam Miller-Cushon · 8 years ago
- aaee64e Power support by Nishidha Panpaliya · 8 years ago
- d40c78a WindowsFileSystem: use JNI impl. of isJunction by Laszlo Csomor · 8 years ago
- 5402993 Windows: fix bootstrapping by Laszlo Csomor · 8 years ago
- acd0d0c Update to javac9-r3297 by Liam Miller-Cushon · 8 years ago
- 1fccb31 Add quotes around variables when running dirname by Andrew Johnson · 8 years ago
- 967a0a3 Improve compile.sh error message further by Klaus Aehlig · 8 years ago
- f3cb763 Improve ./compile.sh error message by Klaus Aehlig · 8 years ago
- 8a47590 Change the bootstrap script to swap by Nathan Harmata · 8 years ago
- d700dff5 Make compile.sh use pregenerated protoc output, if present by Klaus Aehlig · 8 years ago
- 99b07bf When bootstrapping Bazel, use a proto-compiler from //third_party/protobuf/3.0.0/. by Carmi Grushko · 8 years ago
- 286cfdd Fix permissions before overwriting files by Klaus Aehlig · 8 years ago
- 155bd64 Adding support for Linux s390x by namrata-ibm · 8 years ago
- f009901 Add interfaces for the build event protocol by Klaus Aehlig · 8 years ago
- 1047bbb Windows, bootstrapping: do not build JNI library. by Laszlo Csomor · 8 years ago
- 9f7180f Bootstrapping: don't use convenience symlinks by Laszlo Csomor · 8 years ago
- 0a20824 Bazel bootstrapping: build an optimized binary by Laszlo Csomor · 8 years ago
- 50f6bba Bazel bootstrapping: consume custom startup flags by Laszlo Csomor · 8 years ago
- 57db509 Windows bootstrapping: Fix compile.sh with setting $TMPDIR. by Laszlo Csomor · 9 years ago
- cd369d3 Rollback of commit a51ca6fa732af58a7d1667d408a2511ffa3199da. by Laszlo Csomor · 9 years ago
- a51ca6f Windows bootstrapping: Fix compile.sh when $TMP is unset. by Laszlo Csomor · 9 years ago
- 4a249b69 Windows, JNI: use native isJunction method. by Laszlo Csomor · 9 years ago
- 381850e xcode_configure repository rule for determining locally installed versions of xcode to select between, relaxing the requirement that users specify --xcode_version and --ios_sdk_version even if they have only one version installed. by Chris Parsons · 9 years ago
- 6a87a7e Update the JAVAC_VERSION regex to handle the case where javac adds extra text around the version string. Fixes #1678. by John Cater · 9 years ago
- 29a4982 Let Bazel use sandboxing during bootstrap, if it's available. by Philipp Wollermann · 9 years ago
- 6992e68 Rollback of commit 7a1d4132012c5ae6c1617045138e1a662e3964bd. by Klaus Aehlig · 9 years ago
- 7a1d413 Revert build-runfiles to use /bin/bash by Damien Martin-Guillerez · 9 years ago
- 7da21b1 Make compile.sh print the console output for any failing commands during bootstrap. by Lukacs Berki · 9 years ago
- 31b059f Short-circuit runfiles tree creation if runfiles are disabled (for example, on Windows by default) by Lukacs Berki · 9 years ago
- 25f3569 Fix an embarrassing bug in the stub build-runfiles script used during bootstrapping. by Lukacs Berki · 9 years ago
- 3abcec1 Bump grpc-java lib to version 0.15.0 non-binaries by dapengzhang0 · 9 years ago
- 5eb86fe Export xcode_locator's source file under tools/osx/ to make it available for reference by future repository rules. Removes the xcode-locator binary file under tools/objc. Originally, the precompiled binary was going to be referenced, but it's easier to build from source in the repository rule. by Chris Parsons · 9 years ago
- 74cb8c7 When running Javac and related tools, use -XX:+TieredCompilation -XX:TieredStopAtLevel=1 instead of -client, as the latter is ignored on 64-bit JVMs since at least JDK 6. by Philipp Wollermann · 9 years ago
- 3b9d507 Bootstrap Bazel with debug symbols. by Philipp Wollermann · 9 years ago
- bb1e78e support sh besides bash by Yue Gan · 9 years ago
- 276a8cd Make bootstrapping support a designated work dir by Klaus Aehlig · 9 years ago
- 9bf3f6a Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8. by Dmitry Lomov · 9 years ago
- d449996 Update the Java gPRC libraries to 0.14.1 . by Lukacs T. Berki · 9 years ago
- f47fd83 buildenv.sh: clean up each tmpdir once by Klaus Aehlig · 9 years ago
- e700e72 Remove superfluous libdd_plist.jar by Damien Martin-Guillerez · 9 years ago
- 2821972 Rename the property io.bazel.UnixFileSystem to io.bazel.EnableJni because that's what it does. by Lukacs Berki · 9 years ago
- 1e37a53 Do redirection of stdout / stderr in Java instead of reimplementing it in every process wrapper again. by Philipp Wollermann · 9 years ago
- 19fd76f Do not require users to set TMPDIR for bootstrap on Windows. by Dmitry Lomov · 9 years ago
- f233b6d Fix quoting in arguments to [ by Klaus Aehlig · 9 years ago
- 4068a1d Description redacted. -- MOS_MIGRATED_REVID=125589653 by Carmi Grushko · 9 years ago
- c200914 When running Java-based tools, use -XX:+TieredCompilation -XX:TieredStopAtLevel=1 instead of -client, as the latter is ignored on 64-bit JVMs since at least JDK 6. by Philipp Wollermann · 9 years ago
- a148b4c Disable runfiles on Windows. by Dmitry Lomov · 9 years ago
- 4873e56 Get rid of --nodeep_execroot reference by Kristina Chodorow · 9 years ago
- f3cf98f Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724. by Laurent Le Brun · 9 years ago
- bdfd58a Make the execution root match the runfiles tree structure for external repositories by Kristina Chodorow · 9 years ago
- 197543a Move xcode-locator into src/tools packages, defining it as a target under @bazel_tools. Currently the tool still remains in embedded_binaries, but we will migrate away from that: Eventually it can simply live just under @bazel_tools. by Chris Parsons · 9 years ago
- a1a79cb Prototype for remote execution using gRPC and Netty transport by Alpha Lam · 9 years ago
- 6dbcc2d Make bootstrap scripts sh scripts by Klaus Aehlig · 9 years ago
- 12c5ae6 Wire up --host_java_toolchain by Liam Miller-Cushon · 9 years ago
- 70b0019 Fix Bazel JDK 7 build by Damien Martin-Guillerez · 9 years ago
- 0ad9f5e Refactor JDK 7 build to use the vendored version of it by Damien Martin-Guillerez · 9 years ago
- c5a02fb Do not include javac and JavaBuilder in the bootstrap path by Damien Martin-Guillerez · 9 years ago
- 3ee570f Deprecate top-level Java toolchain flags in favour of java_toolchain by Liam Miller-Cushon · 9 years ago
- 8b3b918 Add the --grpc_port startup option and start a Java server if it's passed in. by Lukacs Berki · 9 years ago
- 04d46ab Rollback of commit 6cb8d820689ad029a9d0dc4ee1100db9b2d96515. by Damien Martin-Guillerez · 9 years ago
- 83781f7 Fixes bugs so that we can build bazel with bazel on Windows by Yun Peng · 9 years ago
- 6cb8d82 Refactor build for JDK 7 by Damien Martin-Guillerez · 9 years ago
- e21e592 Add stub gRPC C++ client and Java server. by Lukacs Berki · 9 years ago
- 1325cc1 Remove init_workspace, as it unused by Kristina Chodorow · 9 years ago
- b7e1b82 Fix build when no CHANGELOG.md exists. by Damien Martin-Guillerez · 9 years ago
- 7038d3f Remove magic terminal width 97 by Klaus Aehlig · 9 years ago
- b297341 Make bootstrap process wrapper honor '-' as stdout/stderr by Klaus Aehlig · 9 years ago
- 28e67b5 Add the last Bazel version number to ./compile.sh by Damien Martin-Guillerez · 9 years ago
- be5b2eb Use bind to redirect C++ crosstool configuration 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
- 9d40a60 On Windows, build ``bazel.exe`` instead of just ``bazel``. by Dmitry Lomov · 9 years ago
- 51a204a Add --ignore_unsupported_sandboxing to the bootstrap build 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
- 14cf678 Rollback of commit e87849b8d391af8f5d98e3a91e680e88a1264b64. by Kristina Chodorow · 9 years ago
- 7c4afb6 Update buildenv.sh to detect aarch64 as ARM by jmtatsch · 9 years ago
- e87849b Remove base_workspace from bazel setup by Kristina Chodorow · 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