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