1. 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
  2. 57db509 Windows bootstrapping: Fix compile.sh with setting $TMPDIR. by Laszlo Csomor · 9 years ago
  3. cd369d3 Rollback of commit a51ca6fa732af58a7d1667d408a2511ffa3199da. by Laszlo Csomor · 9 years ago
  4. a51ca6f Windows bootstrapping: Fix compile.sh when $TMP is unset. by Laszlo Csomor · 9 years ago
  5. 4a249b69 Windows, JNI: use native isJunction method. by Laszlo Csomor · 9 years ago
  6. 672cb58 Fix tests by explicitly passing TEST_TMPDIR to mk*temp. by Julio Merino · 9 years ago
  7. 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
  8. 351ffaa Rollback of commit 1cd224a17bfe30f7d3c0e7f5eaada3e0331ff31a. by Cal Peyser · 9 years ago
  9. 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
  10. ae537ce Use path given by which to invoke grep to bypass aliases set by the user by Damien Martin-Guillerez · 9 years ago
  11. 1cd224a Disable broken tests. by Cal Peyser · 9 years ago
  12. 9d9657b Fix Bazel CI by appending the newline to WORKSPACE, which got lost in commit bfaff29b1bafd7892a2197b7cf826e1be0ff3927. by Philipp Wollermann · 9 years ago
  13. 29a4982 Let Bazel use sandboxing during bootstrap, if it's available. by Philipp Wollermann · 9 years ago
  14. 6992e68 Rollback of commit 7a1d4132012c5ae6c1617045138e1a662e3964bd. by Klaus Aehlig · 9 years ago
  15. 7a1d413 Revert build-runfiles to use /bin/bash by Damien Martin-Guillerez · 9 years ago
  16. 7da21b1 Make compile.sh print the console output for any failing commands during bootstrap. by Lukacs Berki · 9 years ago
  17. 31b059f Short-circuit runfiles tree creation if runfiles are disabled (for example, on Windows by default) by Lukacs Berki · 9 years ago
  18. 25f3569 Fix an embarrassing bug in the stub build-runfiles script used during bootstrapping. by Lukacs Berki · 9 years ago
  19. 8b4df1b Using a temporary user output root when generating the completion script by Damien Martin-Guillerez · 9 years ago
  20. 7f421af Add google-jdk as Bazel debian package dependency by Yun Peng · 9 years ago
  21. 047b0e6 Opt out of building debian packages on darwin by Yun Peng · 9 years ago
  22. 55e042a Added deploying Bazel debian source package into release process by Yun Peng · 9 years ago
  23. a50635d Build Bazel debian source package using Bazel by Yun Peng · 9 years ago
  24. 3abcec1 Bump grpc-java lib to version 0.15.0 non-binaries by dapengzhang0 · 9 years ago
  25. 60fde44 Fix bash auto-completion for aliases by Damien Martin-Guillerez · 9 years ago
  26. a088d75 Running all java tests passing on Windows on Jenkins by Yun Peng · 9 years ago
  27. 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
  28. adb22af by Jon Brandvein · 9 years ago
  29. 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
  30. 1c4ae47 Suggest using --user when the install directory isn't writable. by John Cater · 9 years ago
  31. 609e876 Renamed Windows shell test and added java example tests by Yun Peng · 9 years ago
  32. 56a6656 Windows artifacts: also create output dir. by Dmitry Lomov · 9 years ago
  33. d86a36f Publish bazel.exe to the output directory on Windows. by Dmitry Lomov · 9 years ago
  34. 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
  35. 3b9d507 Bootstrap Bazel with debug symbols. by Philipp Wollermann · 9 years ago
  36. 93899fe Add python to PATH for ci script by Dmitry Lomov · 9 years ago
  37. bb1e78e support sh besides bash by Yue Gan · 9 years ago
  38. 633e48a scripts/ci/ci.sh: Prefer COMMIT_RANGE from the environment, if defined. by Ivan Vucica · 9 years ago
  39. c3ca4d0 scripts/ci/ci.sh: Fix typo in comment 'origina/master' -> 'origin/master'. by Ivan Vucica · 9 years ago
  40. ca8db60 Omit native code from default build for IDE setup. by Janak Ramakrishnan · 9 years ago
  41. 276a8cd Make bootstrapping support a designated work dir by Klaus Aehlig · 9 years ago
  42. 9bf3f6a Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8. by Dmitry Lomov · 9 years ago
  43. bf2e4ee Add a warning about GPL part on the release note shipped to Github. by Damien Martin-Guillerez · 9 years ago
  44. d449996 Update the Java gPRC libraries to 0.14.1 . by Lukacs T. Berki · 9 years ago
  45. c3112c2 Display all allowed types for SkylarkSignature Params that allow multiple types. by David Chen · 9 years ago
  46. 3dff9a3 Adds a GPL warning to the binary installer by Damien Martin-Guillerez · 9 years ago
  47. f47fd83 buildenv.sh: clean up each tmpdir once by Klaus Aehlig · 9 years ago
  48. 7d265e0 Add all the sources to //:srcs filegroup and add a check to detect by Damien Martin-Guillerez · 9 years ago
  49. fdb5a8c Fixed Bazel deb package dependency on Ubuntu 16.04 by Yun Peng · 9 years ago
  50. e700e72 Remove superfluous libdd_plist.jar by Damien Martin-Guillerez · 9 years ago
  51. 2821972 Rename the property io.bazel.UnixFileSystem to io.bazel.EnableJni because that's what it does. by Lukacs Berki · 9 years ago
  52. 1e37a53 Do redirection of stdout / stderr in Java instead of reimplementing it in every process wrapper again. by Philipp Wollermann · 9 years ago
  53. c19737c Teach serve-docs.sh to generate a static web site. by Dmitry Lomov · 9 years ago
  54. 19fd76f Do not require users to set TMPDIR for bootstrap on Windows. by Dmitry Lomov · 9 years ago
  55. f233b6d Fix quoting in arguments to [ by Klaus Aehlig · 9 years ago
  56. 6105e24 Update serve-docs.sh to allow easily rebuilding the docs and restarting jekyll by pressing "r". by Alex Humesky · 9 years ago
  57. 4068a1d Description redacted. -- MOS_MIGRATED_REVID=125589653 by Carmi Grushko · 9 years ago
  58. 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
  59. bfffc50 Make serve-doc script work with the version of jekyll that comes with apt-get by Kristina Chodorow · 9 years ago
  60. 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
  61. a148b4c Disable runfiles on Windows. by Dmitry Lomov · 9 years ago
  62. 4873e56 Get rid of --nodeep_execroot reference by Kristina Chodorow · 9 years ago
  63. f3cf98f Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724. by Laurent Le Brun · 9 years ago
  64. 8070620 Make setup-intellij.sh work again. by Lukacs Berki · 9 years ago
  65. bdfd58a Make the execution root match the runfiles tree structure for external repositories by Kristina Chodorow · 9 years ago
  66. 367982d Delete eclipse_generate.sh by Damien Martin-Guillerez · 9 years ago
  67. 69ca96d Make Windows build failure UNSTABLE instead of FAILURE. by Dmitry Lomov · 9 years ago
  68. 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
  69. 5259435 Remove the setting of APT gpg key path by Yun Peng · 9 years ago
  70. 1164a4f Push documentation to GCS instead of Github pages. by Damien Martin-Guillerez · 9 years ago
  71. 70b29f4 Create APT repository for Bazel during release process by Yun Peng · 9 years ago
  72. 02287b6 Rollback of commit 23c274dcd0174a9bf0f62f028ab62084e9ea440f. by Kristina Chodorow · 9 years ago
  73. 23c274d Rollback of commit 009b48bcfaf4ebb17f9ab03bea9036cfa3c12ff0. by Yue Gan · 9 years ago
  74. 009b48b Remove .bazelrc by Kristina Chodorow · 9 years ago
  75. a1a79cb Prototype for remote execution using gRPC and Netty transport by Alpha Lam · 9 years ago
  76. 6dbcc2d Make bootstrap scripts sh scripts by Klaus Aehlig · 9 years ago
  77. 6cf1875 Re-enable a test on Windows. by Dmitry Lomov · 9 years ago
  78. 3f69751 Add generated docs to Jekyll tree build target. Add script for bringing up by David Chen · 9 years ago
  79. cab6e87 installer: remove guard when removing the bazel symlink by Damien Martin-Guillerez · 9 years ago
  80. 93fbc3e Set Bazel's workspace name by Kristina Chodorow · 9 years ago
  81. f64730fc Remove running tests on Windows bot. by Dmitry Lomov · 9 years ago
  82. 28983cd Fix release test after commit e7be839 by Damien Martin-Guillerez · 9 years ago
  83. f5a94e4 Windows build: propagate retCode from tests. by Dmitry Lomov · 9 years ago
  84. cee46fd Failing tests on Windows shouldn't fail the build. by Dmitry Lomov · 9 years ago
  85. e7be839 Add a "Cherry picks" line to the release notes by Kristina Chodorow · 9 years ago
  86. 12c5ae6 Wire up --host_java_toolchain by Liam Miller-Cushon · 9 years ago
  87. a4e9dee Run our first test on Windows. by Dmitry Lomov · 9 years ago
  88. 5972280 Fix the release tests after rollback of commit 9e4c78fb5752fa554db82815f7336255831a95ab by Damien Martin-Guillerez · 9 years ago
  89. 9e4c78f Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and commit 790d2f6009d47fe92cf0cd92a1473bbf0141f32e. by Damien Martin-Guillerez · 9 years ago
  90. 70b0019 Fix Bazel JDK 7 build by Damien Martin-Guillerez · 9 years ago
  91. db4b11f Fix release test with repository issue by Damien Martin-Guillerez · 9 years ago
  92. 0ad9f5e Refactor JDK 7 build to use the vendored version of it by Damien Martin-Guillerez · 9 years ago
  93. db0c487 Add the repository name prefix to release test environment by Damien Martin-Guillerez · 9 years ago
  94. c5a02fb Do not include javac and JavaBuilder in the bootstrap path by Damien Martin-Guillerez · 9 years ago
  95. 3e86232 Update IDE setup script to only query rdeps in built universe. by Janak Ramakrishnan · 9 years ago
  96. 2ad804c Fixed bugs blocking bazel shell test on Windows by Yun Peng · 9 years ago
  97. 857cda2 Move the runfiles for external repositories to under the x.runfiles/ directory by Kristina Chodorow · 9 years ago
  98. 3ee570f Deprecate top-level Java toolchain flags in favour of java_toolchain by Liam Miller-Cushon · 9 years ago
  99. 8b3b918 Add the --grpc_port startup option and start a Java server if it's passed in. by Lukacs Berki · 9 years ago
  100. 04d46ab Rollback of commit 6cb8d820689ad029a9d0dc4ee1100db9b2d96515. by Damien Martin-Guillerez · 9 years ago