- 86a4047 Properly avoid aliases when invoking grep. Using $(which grep) instead of plain grep does not avoid alias interference, it merely trades problems when "grep" is an alias for problems when "which" is an alias (both are commonly defined as aliases). by Googler · 9 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
- 672cb58 Fix tests by explicitly passing TEST_TMPDIR to mk*temp. by Julio Merino · 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
- 351ffaa Rollback of commit 1cd224a17bfe30f7d3c0e7f5eaada3e0331ff31a. by Cal Peyser · 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
- ae537ce Use path given by which to invoke grep to bypass aliases set by the user by Damien Martin-Guillerez · 9 years ago
- 1cd224a Disable broken tests. by Cal Peyser · 9 years ago
- 9d9657b Fix Bazel CI by appending the newline to WORKSPACE, which got lost in commit bfaff29b1bafd7892a2197b7cf826e1be0ff3927. by Philipp Wollermann · 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
- 8b4df1b Using a temporary user output root when generating the completion script by Damien Martin-Guillerez · 9 years ago
- 7f421af Add google-jdk as Bazel debian package dependency by Yun Peng · 9 years ago
- 047b0e6 Opt out of building debian packages on darwin by Yun Peng · 9 years ago
- 55e042a Added deploying Bazel debian source package into release process by Yun Peng · 9 years ago
- a50635d Build Bazel debian source package using Bazel by Yun Peng · 9 years ago
- 3abcec1 Bump grpc-java lib to version 0.15.0 non-binaries by dapengzhang0 · 9 years ago
- 60fde44 Fix bash auto-completion for aliases by Damien Martin-Guillerez · 9 years ago
- a088d75 Running all java tests passing on Windows on Jenkins by Yun Peng · 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
- adb22af by Jon Brandvein · 9 years ago
- c6cd0a6 Add //src/test/java/com/google/devtools/build/lib:windows-tests to the set of tests run on Jenkins on Windows. by Lukacs Berki · 9 years ago
- 1c4ae47 Suggest using --user when the install directory isn't writable. by John Cater · 9 years ago
- 609e876 Renamed Windows shell test and added java example tests by Yun Peng · 9 years ago
- 56a6656 Windows artifacts: also create output dir. by Dmitry Lomov · 9 years ago
- d86a36f Publish bazel.exe to the output directory on Windows. by Dmitry Lomov · 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
- 93899fe Add python to PATH for ci script by Dmitry Lomov · 9 years ago
- bb1e78e support sh besides bash by Yue Gan · 9 years ago
- 633e48a scripts/ci/ci.sh: Prefer COMMIT_RANGE from the environment, if defined. by Ivan Vucica · 9 years ago
- c3ca4d0 scripts/ci/ci.sh: Fix typo in comment 'origina/master' -> 'origin/master'. by Ivan Vucica · 9 years ago
- ca8db60 Omit native code from default build for IDE setup. by Janak Ramakrishnan · 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
- bf2e4ee Add a warning about GPL part on the release note shipped to Github. by Damien Martin-Guillerez · 9 years ago
- d449996 Update the Java gPRC libraries to 0.14.1 . by Lukacs T. Berki · 9 years ago
- c3112c2 Display all allowed types for SkylarkSignature Params that allow multiple types. by David Chen · 9 years ago
- 3dff9a3 Adds a GPL warning to the binary installer by Damien Martin-Guillerez · 9 years ago
- f47fd83 buildenv.sh: clean up each tmpdir once by Klaus Aehlig · 9 years ago
- 7d265e0 Add all the sources to //:srcs filegroup and add a check to detect by Damien Martin-Guillerez · 9 years ago
- fdb5a8c Fixed Bazel deb package dependency on Ubuntu 16.04 by Yun Peng · 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
- c19737c Teach serve-docs.sh to generate a static web site. by Dmitry Lomov · 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
- 6105e24 Update serve-docs.sh to allow easily rebuilding the docs and restarting jekyll by pressing "r". by Alex Humesky · 9 years ago
- 4068a1d Description redacted. -- MOS_MIGRATED_REVID=125589653 by Carmi Grushko · 9 years ago
- a5afe95 Replace #!/bin/bash -eu with #!/bin/bash and "set -eu". Otherwise, the "-eu" is not picked up when you run the scripts manually using "bash script.sh". by Philipp Wollermann · 9 years ago
- bfffc50 Make serve-doc script work with the version of jekyll that comes with apt-get by Kristina Chodorow · 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
- 8070620 Make setup-intellij.sh work again. by Lukacs Berki · 9 years ago
- bdfd58a Make the execution root match the runfiles tree structure for external repositories by Kristina Chodorow · 9 years ago
- 367982d Delete eclipse_generate.sh by Damien Martin-Guillerez · 9 years ago
- 69ca96d Make Windows build failure UNSTABLE instead of FAILURE. by Dmitry Lomov · 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
- 5259435 Remove the setting of APT gpg key path by Yun Peng · 9 years ago
- 1164a4f Push documentation to GCS instead of Github pages. by Damien Martin-Guillerez · 9 years ago
- 70b29f4 Create APT repository for Bazel during release process by Yun Peng · 9 years ago
- 02287b6 Rollback of commit 23c274dcd0174a9bf0f62f028ab62084e9ea440f. by Kristina Chodorow · 9 years ago
- 23c274d Rollback of commit 009b48bcfaf4ebb17f9ab03bea9036cfa3c12ff0. by Yue Gan · 9 years ago
- 009b48b Remove .bazelrc by Kristina Chodorow · 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
- 6cf1875 Re-enable a test on Windows. by Dmitry Lomov · 9 years ago
- 3f69751 Add generated docs to Jekyll tree build target. Add script for bringing up by David Chen · 9 years ago
- cab6e87 installer: remove guard when removing the bazel symlink by Damien Martin-Guillerez · 9 years ago
- 93fbc3e Set Bazel's workspace name by Kristina Chodorow · 9 years ago
- f64730fc Remove running tests on Windows bot. by Dmitry Lomov · 9 years ago
- 28983cd Fix release test after commit e7be839 by Damien Martin-Guillerez · 9 years ago
- f5a94e4 Windows build: propagate retCode from tests. by Dmitry Lomov · 9 years ago
- cee46fd Failing tests on Windows shouldn't fail the build. by Dmitry Lomov · 9 years ago
- e7be839 Add a "Cherry picks" line to the release notes by Kristina Chodorow · 9 years ago
- 12c5ae6 Wire up --host_java_toolchain by Liam Miller-Cushon · 9 years ago
- a4e9dee Run our first test on Windows. by Dmitry Lomov · 9 years ago
- 5972280 Fix the release tests after rollback of commit 9e4c78fb5752fa554db82815f7336255831a95ab by Damien Martin-Guillerez · 9 years ago
- 9e4c78f Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and commit 790d2f6009d47fe92cf0cd92a1473bbf0141f32e. by Damien Martin-Guillerez · 9 years ago
- 70b0019 Fix Bazel JDK 7 build by Damien Martin-Guillerez · 9 years ago
- db4b11f Fix release test with repository issue 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
- db0c487 Add the repository name prefix to release test environment 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
- 3e86232 Update IDE setup script to only query rdeps in built universe. by Janak Ramakrishnan · 9 years ago
- 2ad804c Fixed bugs blocking bazel shell test on Windows by Yun Peng · 9 years ago
- 857cda2 Move the runfiles for external repositories to under the x.runfiles/ directory by Kristina Chodorow · 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