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