1. 1f3e3ae Work around to allow building from read-only sources by Klaus Aehlig · 8 years ago
  2. bebbbe5 Fix dependency on libtool's helper script make_hashed_objlist.py. by Chris Parsons · 9 years ago
  3. 7e33704 Implement objc archiving in the crosstool. This involves a few steps: by Cal Peyser · 9 years ago
  4. 0875799 Remove two commented out lines of code that I accidentally submitted previously. by Chris Parsons · 9 years ago
  5. 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
  6. 6aa2b71 Speed up resetting file/directory dates to zip epoch by 100x. by Googler · 9 years ago
  7. c7f5f51 Fix bashisms in src/create_embedded_tools.sh by Klaus Aehlig · 9 years ago
  8. 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
  9. ff43ef4 Rollback of commit b692917a73e73d05a65979992f87ad93445dee97. by Damien Martin-Guillerez · 9 years ago
  10. 1d8ccbb ExperimentalObjcLibrary uses xcrunwrapper to template SDKROOT and DEVELOPER_DIR. by Cal Peyser · 9 years ago
  11. 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
  12. b692917 Make create_embedded_tools.sh an sh script by Klaus Aehlig · 9 years ago
  13. e4880eb Add turbine to embedded tools by Liam Miller-Cushon · 9 years ago
  14. 70b0019 Fix Bazel JDK 7 build by Damien Martin-Guillerez · 9 years ago
  15. 0ad9f5e Refactor JDK 7 build to use the vendored version of it by Damien Martin-Guillerez · 9 years ago
  16. 04d46ab Rollback of commit 6cb8d820689ad029a9d0dc4ee1100db9b2d96515. by Damien Martin-Guillerez · 9 years ago
  17. 6cb8d82 Refactor build for JDK 7 by Damien Martin-Guillerez · 9 years ago
  18. 1bab6b1 Stop bundling ijar's sources in bazel_tools by Damien Martin-Guillerez · 9 years ago
  19. b35e25d Make Bazel be able to reach ijar on Windows where it's called "ijar.exe" . by Lukacs Berki · 9 years ago
  20. 734e7f7 Parse the workspace name when a repository is loaded by Kristina Chodorow · 9 years ago
  21. eea8efa Open-source the JUnit test runner. by Damien Martin-Guillerez · 9 years ago
  22. 3d796fe Rollback of commit ac6ed79e1a3fa6b0ca91657b28e2a35f7e49758c. by Damien Martin-Guillerez · 9 years ago
  23. ac6ed79 Rollback of commit b9f401b97590cb95e76efb0ba8bf5319cfe93108. by Dmitry Lomov · 9 years ago
  24. b9f401b Speed-up bootstrap on OS X by removing tool compilation. by Damien Martin-Guillerez · 9 years ago
  25. 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
  26. c4e74d1 Make building Bazel more hermetic. by Lukacs Berki · 9 years ago
  27. e5a70e2 Fix thinko in create_embedded_scripts.sh by Han-Wen Nienhuys · 9 years ago
  28. 6eaaf94 Pre-compile Android tools that are embedded in the Bazel binary. by Lukacs Berki · 9 years ago