1. 7fdbd78 Add xcrunwrapper to deal with DEVELOPER_DIR and SDKROOT. by Dave MacLachlan · 9 years ago
  2. 0d5d522 Make the bootstrapping process work again after moving tools to the @bazel_tools repository. by Lukacs Berki · 9 years ago
  3. 0bb2f02 Move actoolzip, momczip and swiftstdlibtoolzip to tools/xcode and convert them to scripts instead of java apps. by Dave MacLachlan · 9 years ago
  4. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 9 years ago
  5. 27404a9 Parses the correct values of SDK, Platform and XCode version numbers when generating by Anastasios Kakalis · 10 years ago
  6. b81f90c Unbreak CI: the Android SDK test in compile.sh was wrong. by Damien Martin-Guillerez · 10 years ago
  7. dbf5cad Setup the ci build to test also Android tests when available by Damien Martin-Guillerez · 10 years ago
  8. 678ba23 Add an integration test for Android rules. by Lukacs Berki · 10 years ago
  9. 5b378db Fix "compile.sh tools" on OS X when XCode is not installed by Kristina Chodorow · 10 years ago
  10. b47cb49 Add .sh extension to ibtoolwrapper bash script in bazel compile by Chris Parsons · 10 years ago
  11. 46e8057 Rollback of commit da3cb806351e929becef19652c65d39efa61b9d9. by Googler · 10 years ago
  12. da3cb80 RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into bash scripts and have been renamed to actoolwrapper, momcwrapper and swiftstdlibtoolwrapper respectively. The old versions will be deleted in a later change. by Googler · 10 years ago
  13. 0caf332 Rollback of commit b8d1e700841d8aa7186ccbdfb0eba53e12a672d0. by Lukacs Berki · 10 years ago
  14. b8d1e70 Description redacted. -- MOS_MIGRATED_REVID=98347349 by Googler · 10 years ago
  15. a4211f3 Make binaries and scripts in tools/objc executable. by Googler · 10 years ago
  16. d3f7eda Adds gen jar and manifest proto outputs. by Alex Humesky · 10 years ago
  17. 9cac163 Moves ibtoolzip from src/tools/xcode-common/j/c/g/devtools/ to src/tools/xcode. by Googler · 10 years ago
  18. 4f89281 Fixed the deterministic test flakiness by Damien Martin-Guillerez · 10 years ago
  19. f64f211 Implementation of realpath for Mac OS X. This will allow us to move some of our tools (ibtool, actool etc) to shell scripts which should be faster and easier to maintain. by Googler · 10 years ago
  20. 50d124b Support the --[no]master_bazelrc flag by Damien Martin-Guillerez · 10 years ago
  21. 4349f94 Force two rounds for the deterministic tests when no BAZEL_SUM is provided by Damien Martin-Guillerez · 10 years ago
  22. a377af0 Enforce embed label only if not set by Damien Martin-Guillerez · 10 years ago
  23. 338dc56 Disable tests that requires JDK 8 when using compile.sh by Damien Martin-Guillerez · 10 years ago
  24. ad26d68 StdRedirect library for interposing iOSSimulator so we can redirect stdin,stdout,stderr. by Googler · 10 years ago
  25. aa7cb9a Add ability to compile objc_binary targets with Swift sources. by Googler · 10 years ago
  26. 7cf300e Fix travis configuration for JDK 8 by Damien Martin-Guillerez · 10 years ago
  27. 43b2ea7 Added /etc/bazel.bazelrc as a global Bazel's master rc. by Damien Martin-Guillerez · 10 years ago
  28. 19f3413 Improve platform and CPU detection, use the correct protoc binary for the running system. by Philipp Wollermann · 10 years ago
  29. d47a8ef Reorganized compile.sh by Damien Martin-Guillerez · 10 years ago
  30. d6f4808 Bootstrapping tools using Bazel by Damien Martin-Guillerez · 10 years ago
  31. 5fe7933 Remove fetch step from compile.sh by Kristina Chodorow · 10 years ago
  32. eb6e903 Use the ijar ZIP implementation in Blaze instead of libarchive by Damien Martin-Guillerez · 10 years ago
  33. 5cafe13 added comment to compile.sh by David Mankin · 10 years ago
  34. 991ba95 Unset _JAVA_OPTIONS in compile.sh by Damien Martin-Guillerez · 10 years ago
  35. 7d429ac Adding git commit hash as version when using compile.sh by Damien Martin-Guillerez · 10 years ago
  36. 29e46b2 Add a plugin to drop Error Prone-specific javacopts by Liam Miller-Cushon · 10 years ago
  37. 45a2469 Set up pkg path for the fetch and query commands in .bazelrc by Kristina Chodorow · 10 years ago
  38. dd02a92 Do not create objc helper tools when the platform is Linux. by Thiago Farina · 10 years ago
  39. 4fa24ee Require fetch for external dependencies by Kristina Chodorow · 10 years ago
  40. feb0939 Test for existence of $HOME before writing ~/.bazelrc in compile.sh by Damien Martin-Guillerez · 10 years ago
  41. 5821646 Rewrite of ZipCombiner to improve performance and maintainability by Googler · 10 years ago
  42. 633ecbd Put quotes around all paths that might have spaces by Kristina Chodorow · 10 years ago
  43. 3fb7581 compile.sh: Use $CXX/$CXXFLAGS for C++ compiler and its options. by Kyle Moffett · 10 years ago
  44. e936383 Fix compile.sh for macports by Allen Porter · 10 years ago
  45. 36fbe63 Header cleanups. by Han-Wen Nienhuys · 10 years ago
  46. a0a7968 Bazel compile.sh: prevent BUILD file to be copied in the output by Damien Martin-Guillerez · 10 years ago
  47. 24eaf9d Bazel compile.sh: test for existence of the protoc compiler by Damien Martin-Guillerez · 10 years ago
  48. e86ac8b Correctly quotes JAVA_HOME in Bazel's compile.sh by Damien Martin-Guillerez · 10 years ago
  49. 241f46c Cleanup: Build file.cc as part of util library. by Thiago Farina · 10 years ago
  50. 8c6b3bb Create a clean base directory for Bazel tools by Kristina Chodorow · 10 years ago
  51. b5bac8b Use new protoc binary for compiling Bazel on linux. by Han-Wen Nienhuys · 10 years ago
  52. 06f446a Update getting started instructions with .bazelrc strategy by Kristina Chodorow · 10 years ago
  53. 3ae9aa1 Automated [] rollback of []. by Googler · 10 years ago
  54. 61a8f1d Description redacted. -- MOS_MIGRATED_REVID=90162183 by Googler · 10 years ago
  55. 1f422dc Detect the macport installation root automatically by Volker Braun · 10 years ago
  56. d69c5dd Bazel: Patch in changes of pull request #83. by Laszlo Csomor · 10 years ago
  57. f925f07 Unset JAVA_TOOL_OPTIONS in compile.sh by Damien Martin-Guillerez · 10 years ago
  58. 627a63d compile.sh: Show location of the new binary by Laurent Le Brun · 10 years ago
  59. 9a0dc1b Fixed compile.sh with homebrew on OS X by Damien Martin-Guillerez · 10 years ago
  60. be8af48 Allow compile.sh to find libarchive on Mac with custom Homebrew directory. by Lukacs Berki · 10 years ago
  61. adeef73 Move all examples into Bazel workspace by Damien Martin-Guillerez · 10 years ago
  62. b92fbb0 Add compilation of objc helper tools to compile.sh by Daniel Wagner-Hall · 10 years ago
  63. 13ba331 Move all actual compilation to after function definitions by Daniel Wagner-Hall · 10 years ago
  64. bdc2496 Set LDFLAGS whether or not fromhost/BUILD exists by Kristina Chodorow · 10 years ago
  65. b5ecdab Make JDK not need tools/jdk/jdk symlinked by Kristina Chodorow · 10 years ago
  66. f00fb94 Set LDFLAGS whether or not fromhost/BUILD exists by Kristina Chodorow · 10 years ago
  67. ac27114 Rewrite fromhost/BUILD on each compile.sh run by Kristina Chodorow · 10 years ago
  68. 07d744b Fixed the compile.sh path for JavaBuilder's source by Damien Martin-Guillerez · 10 years ago
  69. 91876f0 Make Rule know about the name of the workspace it is in. by Kristina Chodorow · 10 years ago
  70. 3671ff6 Add symlinks to third_party/ and tools/ to base_workspace by Kristina Chodorow · 10 years ago
  71. bfcb7f3 Renamed java tools from //tools:java/* to //tools/jdk:* inside blaze. by Damien Martin-Guillerez · 10 years ago
  72. d08b27f Update from Google. by Han-Wen Nienhuys · 10 years ago