1. 8efd282 Fix bazel_bootstrap_distfile_test on Windows by Yun Peng · 8 years ago
  2. 31fab29 Env.vars: server won't ignore the client env by Dmitry Lomov · 8 years ago
  3. d72bc57 Select the good guava jars for JDK7 build by Damien Martin-Guillerez · 8 years ago
  4. 9dfbed1 Rollback of commit 94d8f4e9c8c8757aa7ab7c1a7c3e9afb34039127. by Klaus Aehlig · 8 years ago
  5. 94d8f4e Env.vars: server won't ignore the client env by Laszlo Csomor · 8 years ago
  6. 44fcb22 Rollback of commit c3102b722af6fba2a67fdfed55426471c0927ab8. by Damien Martin-Guillerez · 8 years ago
  7. c3102b7 Rollback of commit 55b20c4a50642d8f1ac11cb721ecd5831f02dd76. by Damien Martin-Guillerez · 8 years ago
  8. 3049051 Update to latest javac and Error Prone by Liam Miller-Cushon · 8 years ago
  9. 2e689c2 Add javac-9-dev-r3297-3 by Liam Miller-Cushon · 8 years ago
  10. 76cb02e Make the interface dynamic library builder a regular label instead of a magic artifact. by Lukacs Berki · 8 years ago
  11. 89cc544 Revert "Add javac-9-dev-r3297-3" by Damien Martin-Guillerez · 8 years ago
  12. efe4a6d Add javac-9-dev-r3297-3 by Liam Miller-Cushon · 8 years ago
  13. 3c0c262 Windows: fix bootstrapping bugs with 0.4.4 by László Csomor · 8 years ago
  14. fc07142 Add quotes to improve space support by Alexander Chung · 8 years ago
  15. b70343f Set JAVA_HOME for every invocation of compile.sh . by Lukacs T. Berki · 8 years ago
  16. b46631b Fix regex condition in the bootstrap script. by Damien Martin-Guillerez · 8 years ago
  17. 0496b2a Use regex to match error prone and guava jar by Damien Martin-Guillerez · 8 years ago
  18. d40c78a WindowsFileSystem: use JNI impl. of isJunction by Laszlo Csomor · 8 years ago
  19. 5402993 Windows: fix bootstrapping by Laszlo Csomor · 8 years ago
  20. acd0d0c Update to javac9-r3297 by Liam Miller-Cushon · 8 years ago
  21. 967a0a3 Improve compile.sh error message further by Klaus Aehlig · 8 years ago
  22. f3cb763 Improve ./compile.sh error message by Klaus Aehlig · 8 years ago
  23. 8a47590 Change the bootstrap script to swap by Nathan Harmata · 8 years ago
  24. d700dff5 Make compile.sh use pregenerated protoc output, if present by Klaus Aehlig · 8 years ago
  25. 99b07bf When bootstrapping Bazel, use a proto-compiler from //third_party/protobuf/3.0.0/. by Carmi Grushko · 8 years ago
  26. 286cfdd Fix permissions before overwriting files by Klaus Aehlig · 8 years ago
  27. 155bd64 Adding support for Linux s390x by namrata-ibm · 8 years ago
  28. f009901 Add interfaces for the build event protocol by Klaus Aehlig · 9 years ago
  29. 1047bbb Windows, bootstrapping: do not build JNI library. by Laszlo Csomor · 9 years ago
  30. 9f7180f Bootstrapping: don't use convenience symlinks by Laszlo Csomor · 9 years ago
  31. 50f6bba Bazel bootstrapping: consume custom startup flags by Laszlo Csomor · 9 years ago
  32. 4a249b69 Windows, JNI: use native isJunction method. by Laszlo Csomor · 9 years ago
  33. 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
  34. 6992e68 Rollback of commit 7a1d4132012c5ae6c1617045138e1a662e3964bd. by Klaus Aehlig · 9 years ago
  35. 7a1d413 Revert build-runfiles to use /bin/bash by Damien Martin-Guillerez · 9 years ago
  36. 31b059f Short-circuit runfiles tree creation if runfiles are disabled (for example, on Windows by default) by Lukacs Berki · 9 years ago
  37. 25f3569 Fix an embarrassing bug in the stub build-runfiles script used during bootstrapping. by Lukacs Berki · 9 years ago
  38. 3abcec1 Bump grpc-java lib to version 0.15.0 non-binaries by dapengzhang0 · 9 years ago
  39. 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
  40. 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
  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. d449996 Update the Java gPRC libraries to 0.14.1 . by Lukacs T. Berki · 9 years ago
  44. e700e72 Remove superfluous libdd_plist.jar by Damien Martin-Guillerez · 9 years ago
  45. 2821972 Rename the property io.bazel.UnixFileSystem to io.bazel.EnableJni because that's what it does. by Lukacs Berki · 9 years ago
  46. 1e37a53 Do redirection of stdout / stderr in Java instead of reimplementing it in every process wrapper again. by Philipp Wollermann · 9 years ago
  47. f233b6d Fix quoting in arguments to [ by Klaus Aehlig · 9 years ago
  48. 4068a1d Description redacted. -- MOS_MIGRATED_REVID=125589653 by Carmi Grushko · 9 years ago
  49. 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
  50. a148b4c Disable runfiles on Windows. by Dmitry Lomov · 9 years ago
  51. 4873e56 Get rid of --nodeep_execroot reference by Kristina Chodorow · 9 years ago
  52. f3cf98f Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724. by Laurent Le Brun · 9 years ago
  53. bdfd58a Make the execution root match the runfiles tree structure for external repositories by Kristina Chodorow · 9 years ago
  54. 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
  55. a1a79cb Prototype for remote execution using gRPC and Netty transport by Alpha Lam · 9 years ago
  56. 6dbcc2d Make bootstrap scripts sh scripts by Klaus Aehlig · 9 years ago
  57. c5a02fb Do not include javac and JavaBuilder in the bootstrap path by Damien Martin-Guillerez · 9 years ago
  58. 8b3b918 Add the --grpc_port startup option and start a Java server if it's passed in. by Lukacs Berki · 9 years ago
  59. 04d46ab Rollback of commit 6cb8d820689ad029a9d0dc4ee1100db9b2d96515. by Damien Martin-Guillerez · 9 years ago
  60. 83781f7 Fixes bugs so that we can build bazel with bazel on Windows by Yun Peng · 9 years ago
  61. 6cb8d82 Refactor build for JDK 7 by Damien Martin-Guillerez · 9 years ago
  62. e21e592 Add stub gRPC C++ client and Java server. by Lukacs Berki · 9 years ago
  63. 7038d3f Remove magic terminal width 97 by Klaus Aehlig · 9 years ago
  64. b297341 Make bootstrap process wrapper honor '-' as stdout/stderr by Klaus Aehlig · 9 years ago
  65. be5b2eb Use bind to redirect C++ crosstool configuration by Damien Martin-Guillerez · 9 years ago
  66. 5909d9d Allow outputting the progress of Bazel's build. by Julio Merino · 9 years ago
  67. 9d40a60 On Windows, build ``bazel.exe`` instead of just ``bazel``. by Dmitry Lomov · 9 years ago
  68. 51a204a Add --ignore_unsupported_sandboxing to the bootstrap build by Damien Martin-Guillerez · 9 years ago
  69. f9f2e10 Handle JAVA_HOME with spaces by Dmitry Lomov · 9 years ago
  70. 5ed7895 Fix Bazel bootstrapping with JDK 7 by Damien Martin-Guillerez · 9 years ago
  71. daffc35 Use only the Bazel server for bootstrapping by Damien Martin-Guillerez · 9 years ago
  72. 8c04e9e Use JavaIoFileSystem during the bootstrapping, removing JNI compilation. by Damien Martin-Guillerez · 9 years ago
  73. ec758db Replaced process-wrapper by a dummy version for bootstrapping by Damien Martin-Guillerez · 9 years ago
  74. dceee0e Use a dummy build-runfiles in the bootstrap binary by Damien Martin-Guillerez · 9 years ago
  75. e5b7c59 Do not use sandboxing when bootstrapping by Damien Martin-Guillerez · 9 years ago
  76. 12c68aa Do not include bazel_tools in the bootstrap binary by Damien Martin-Guillerez · 9 years ago
  77. f488818 Add xcode_locator to bazel's embedded binaries. by Chris Parsons · 9 years ago
  78. 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
  79. bdbf75f Fix build on FreeBSD. by Googler · 9 years ago
  80. a4b6182 Remove unused jquery/d3 references. by Han-Wen Nienhuys · 9 years ago
  81. dd8ca1a compile.sh to take LDFLAGS for bootstrap by Alpha Lam · 9 years ago
  82. 4744963 Remove a meaningless comment that I submitted accidentally. by Lukacs Berki · 9 years ago
  83. 30bed8f Read $HOME first to determine the home directory (and when not present, fall back to getpwuid()) by Lukacs Berki · 9 years ago
  84. 1940933 Introduce two new options to Linux sandbox wrapper: by Ming Zhao · 9 years ago
  85. 8b2e6b8 Embed a tools directory into the Bazel binary. by Lukacs Berki · 9 years ago
  86. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  87. 45d18d4 Enforce UTF-8 encoding in bootstrapping by Damien Martin-Guillerez · 10 years ago
  88. 709bc61 Port to FreeBSD. by Doug Rabson · 10 years ago
  89. 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
  90. 8c28813 Add native support for linux on ARM Cpu (32 bits) by Zhong Wang · 10 years ago
  91. 78c0cc7 Avoid command line argument mangling on Windows. by Dmitry Lomov · 10 years ago
  92. 5f66155 Use blaze_util_mingw.cc for bootstrapping on Windows. by Dmitry Lomov · 10 years ago
  93. 76c27a7 Wrap zip step into run_silent in compile.sh by Damien Martin-Guillerez · 10 years ago
  94. 8a0ce7b Set up protobuf compilers on Windows correctly for bootstrapping. by Googler · 10 years ago
  95. 338dc56 Disable tests that requires JDK 8 when using compile.sh by Damien Martin-Guillerez · 10 years ago
  96. e753ecf Get jdk.WORKSPACE into the default WORKSPACE file by reading it as a Java resource, then passing it to the parser as a string instead of putting it into embedded_binaries then passing a Path to it to the parser. by Lukacs Berki · 10 years ago
  97. 19f3413 Improve platform and CPU detection, use the correct protoc binary for the running system. by Philipp Wollermann · 10 years ago
  98. 86746ce Fix permissions for zip files by Kristina Chodorow · 10 years ago
  99. 0bf90f7 Remove tools/jdk/jdk symbolic link creation by Damien Martin-Guillerez · 10 years ago
  100. 580cd69 Fix order of redirection in compile.sh by Damien Martin-Guillerez · 10 years ago