1. 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
  2. 1f67a7b libtool wrapper script to isolate the unfortunate hacks we must make to get around apple's buggy libtool tool by Chris Parsons · 9 years ago
  3. d91d047 Remove a bunch of unnecessary files from the Bazel binary. by Ulf Adams · 9 years ago
  4. a1a79cb Prototype for remote execution using gRPC and Netty transport by Alpha Lam · 9 years ago
  5. e4880eb Add turbine to embedded tools by Liam Miller-Cushon · 9 years ago
  6. a3bad0c Add dummy objc tools to Bazel for non-OSX target by Damien Martin-Guillerez · 9 years ago
  7. 0ad9f5e Refactor JDK 7 build to use the vendored version of it by Damien Martin-Guillerez · 9 years ago
  8. 6ffb8e4 Fixes bugs so that we can build bazel with bazel twice without cleaning up on Windows by Yun Peng · 9 years ago
  9. 04d46ab Rollback of commit 6cb8d820689ad029a9d0dc4ee1100db9b2d96515. by Damien Martin-Guillerez · 9 years ago
  10. 6cb8d82 Refactor build for JDK 7 by Damien Martin-Guillerez · 9 years ago
  11. 285112c Remove te protocol compiler rules from @bazel_tools. by Lukacs Berki · 9 years ago
  12. de54bca Add a bazel-srcs target to the top-level package containing all Bazel sources by Damien Martin-Guillerez · 9 years ago
  13. cbbbf2e Add escapes to quotation marks in Java version detection genrule. by Dmitry Lomov · 9 years ago
  14. 1bab6b1 Stop bundling ijar's sources in bazel_tools by Damien Martin-Guillerez · 9 years ago
  15. 9d40a60 On Windows, build ``bazel.exe`` instead of just ``bazel``. by Dmitry Lomov · 9 years ago
  16. 458ccd0 Introduce a special CPU for Windows and add msys compiler toolchain. by Dmitry Lomov · 9 years ago
  17. eea8efa Open-source the JUnit test runner. by Damien Martin-Guillerez · 9 years ago
  18. 6ba5c97 Adds ApkBuilder from the Android SDK to bazel's third_party with some by Alex Humesky · 9 years ago
  19. 3d796fe Rollback of commit ac6ed79e1a3fa6b0ca91657b28e2a35f7e49758c. by Damien Martin-Guillerez · 9 years ago
  20. f488818 Add xcode_locator to bazel's embedded binaries. by Chris Parsons · 9 years ago
  21. ac6ed79 Rollback of commit b9f401b97590cb95e76efb0ba8bf5319cfe93108. by Dmitry Lomov · 9 years ago
  22. b9f401b Speed-up bootstrap on OS X by removing tool compilation. by Damien Martin-Guillerez · 9 years ago
  23. 197fd6a Upstream some basic changes from dslomov windows branch. by Dmitry Lomov · 9 years ago
  24. 5e34a3d ASwB aspect: parse java packages during execution by Googler · 9 years ago
  25. 27760a6 Reorganize BUILD files. by Han-Wen Nienhuys · 9 years ago
  26. 9b1e3a2 Tweak the bootstrapping and build process so that the prebuilt tools under tools/jdk are not necessary anymore. by Lukacs Berki · 9 years ago
  27. bdbf75f Fix build on FreeBSD. by Googler · 9 years ago
  28. c4e74d1 Make building Bazel more hermetic. by Lukacs Berki · 9 years ago
  29. 5d96a28 handle darwin_x86_64 target cpu by Chris Parsons · 10 years ago
  30. 7a833f4 Split off more BUILD files. by Han-Wen Nienhuys · 10 years ago
  31. 6eaaf94 Pre-compile Android tools that are embedded in the Bazel binary. by Lukacs Berki · 10 years ago
  32. b0d7a7d Fixes the options build files when used from the default_android_tools repository: by Alex Humesky · 10 years ago
  33. 30bed8f Read $HOME first to determine the home directory (and when not present, fall back to getpwuid()) by Lukacs Berki · 10 years ago
  34. eb851fe Another go at adding a bazel_notools binary that doesn't contain the embedded tools. by Lukacs Berki · 10 years ago
  35. dcd9a53 Rollback of commit 97eaf9136abad30827cf1a060cc32e786745923d. by Chris Parsons · 10 years ago
  36. 97eaf91 Add a //src:bazel-notools target that is the same as the Bazel binary except without the embedded tools. by Lukacs Berki · 10 years ago
  37. 8b2e6b8 Embed a tools directory into the Bazel binary. by Lukacs Berki · 10 years ago
  38. 6d00468 Add IdlClass to the embedded default android tools repository and rearrange by Alex Humesky · 10 years ago
  39. 4bf2c1a Fix our Java 7 build by Damien Martin-Guillerez · 10 years ago
  40. 9c5deb6 Requires JDK 8 by Damien Martin-Guillerez · 10 years ago
  41. 0716303 Move generate_workspace to src/tools by Kristina Chodorow · 10 years ago
  42. 1299767 Quick fix for shipping the android tools in the Bazel binary by Damien Martin-Guillerez · 10 years ago
  43. 709bc61 Port to FreeBSD. by Doug Rabson · 10 years ago
  44. ab13f68 Create a binary packager for Bazel by Damien Martin-Guillerez · 10 years ago
  45. d3f7eda Adds gen jar and manifest proto outputs. by Alex Humesky · 10 years ago
  46. 3835893 Fix libunix dependency on OS X by Kristina Chodorow · 10 years ago
  47. 8104c5b Lower the requirement to Java 7 by Damien Martin-Guillerez · 10 years ago
  48. d47a8ef Reorganized compile.sh by Damien Martin-Guillerez · 10 years ago
  49. 6362195 Disable heuristic_label_expansion in Bazel. by Han-Wen Nienhuys · 10 years ago
  50. b6afdbd Added support for building with older JDK (JDK 7) by Damien Martin-Guillerez · 10 years ago
  51. 24375ef Get rid of namespace-sandbox filegroup. by Thiago Farina · 10 years ago
  52. 5f9c6ba Open-source Bazel bash completion script by Damien Martin-Guillerez · 10 years ago
  53. 5cbd5a4 Open-source Bazel integration tests by Damien Martin-Guillerez · 10 years ago
  54. b5ecdab Make JDK not need tools/jdk/jdk symlinked by Kristina Chodorow · 10 years ago
  55. 91876f0 Make Rule know about the name of the workspace it is in. by Kristina Chodorow · 10 years ago
  56. d08b27f Update from Google. by Han-Wen Nienhuys · 10 years ago