1. 5f66155 Use blaze_util_mingw.cc for bootstrapping on Windows. by Dmitry Lomov · 10 years ago
  2. 8a995b4 Remove implicit .a and .so outputs from Bazel. by Ulf Adams · 10 years ago
  3. 255791c Fixing python argument passing by Damien Martin-Guillerez · 10 years ago
  4. aee5e6a Build tree blog post by Kristina Chodorow · 10 years ago
  5. 35cda28 For objc_proto_library, use root relative path of input protos to determine output location instead of exec path. by Chris Parsons · 10 years ago
  6. 77ab8ce Add integration tests for the Objective-C example in Bazel. by Michael Thvedt · 10 years ago
  7. 3f16b56 Minor documentation fixes. Make sidebar navigation look more consistent. by David Chen · 10 years ago
  8. 9d659ad Skylark: load() allows the loading of symbols via an alias. by Florian Weikert · 10 years ago
  9. 6234080 Updated Skylark documentation in order to mention load()'s new alias feature by Florian Weikert · 10 years ago
  10. 76c27a7 Wrap zip step into run_silent in compile.sh by Damien Martin-Guillerez · 10 years ago
  11. 88b6388 Fix OS detection for Windows. by Googler · 10 years ago
  12. 196d3b4 Change the default for CcLibraryHelper.emitLinkActionsIfEmpty to false. by Ulf Adams · 10 years ago
  13. 35248d3 Use SafeImplicitOutputFunctions for all except the skylark ones. by Ulf Adams · 10 years ago
  14. 11565c1 Add #include <sys/socket.h> to blaze_util_mingw.cc by Googler · 10 years ago
  15. 9588b81 Use custom util instead of std::to_string. by Googler · 10 years ago
  16. 6f864c3 Renamed Ident to Identifier, added some helper methods and refactored two methods. by Florian Weikert · 10 years ago
  17. 3fe87d7 Add a BUILD file to src/main/cpp/util. by Ulf Adams · 10 years ago
  18. efa3885 Remove another method from FoundationTestCase; use a static import instead. by Ulf Adams · 10 years ago
  19. 37cc83d Merge JunitTestUtils into MoreAsserts; update all callers. by Ulf Adams · 10 years ago
  20. 83bbaec Rename appearstoHaveNoObjectFiles to appearsToHaveObjectFiles. by Greg Estren · 10 years ago
  21. f397120 Fixed Android example README.md to make the lists work. by Alex Humesky · 10 years ago
  22. 8dd869e Updates AndroidResourceProcessingAction and AarGeneratorAction to use temp directories so that their files don't conflict with subsequent or concurrent invocations of those actions. by Alex Humesky · 10 years ago
  23. c1a199a Remove travis support by Kristina Chodorow · 10 years ago
  24. caf0191 Make tar.gz decompressor overwrite old versions of decompressed files by Kristina Chodorow · 10 years ago
  25. 53f5f33 Rollforward of []: Blaze changes to support LLVM profile feedback by Googler · 10 years ago
  26. cbfda11 Make generate_workspace also generate a BUILD file with transitive deps by Kristina Chodorow · 10 years ago
  27. 4680b31 Add instructions for getting Gerrit HTTP password to contributing.md by Kamal Marhubi · 10 years ago
  28. 77ac48e Allow C++ files to have the .c++ extension by Kamal Marhubi · 10 years ago
  29. 2f2f911 Add #include <cstdio>. by Googler · 10 years ago
  30. 9117e14 Make Android appcompat libraries available using external labels. by Lukacs Berki · 10 years ago
  31. 8a0ce7b Set up protobuf compilers on Windows correctly for bootstrapping. by Googler · 10 years ago
  32. 047b742 Make the creation of the external package much simpler. by Lukacs Berki · 10 years ago
  33. 0f5e3a0 Adds main/java/src to the base workspace. This is to enable src/tools/android/java/com/google/devtools/build/android:android_builder_lib to depend on src/main/java:options. by Alex Humesky · 10 years ago
  34. d860485 Support for .s, .S, and .asm files for objc rules by Chris Parsons · 10 years ago
  35. a8414f5 Adds android layoutlib to third_party build file. by Alex Humesky · 10 years ago
  36. 5c73ac3 Fix test when TMPDIR/PATH is undefined by Damien Martin-Guillerez · 10 years ago
  37. fce7307 Add ios_lab_device support in experimental_ios_test. by Googler · 10 years ago
  38. c2c8688 Add http_file() workspace function by Damien Martin-Guillerez · 10 years ago
  39. 043d36d by Michajlo Matijkiw · 10 years ago
  40. 2e7a5b4 Fixed bug where blaze run with the --color=no flag was still printing out in color when the build fails. by Googler · 10 years ago
  41. e8fcd75 Fix dashboard build by Kristina Chodorow · 10 years ago
  42. 64766d4 Fix symlink test flag by Kristina Chodorow · 10 years ago
  43. 5aa12f1 Use Apache Commons for reading tar files by Kristina Chodorow · 10 years ago
  44. 6488492 Remove some dead code that made Bazel croak on nontrivial Android builds. by Lukacs Berki · 10 years ago
  45. 4463b4e Improved format of Skylark documentation: by Florian Weikert · 10 years ago
  46. 946a2fb Set PATH and TMPDIR in genrule / Skylark's action by Damien Martin-Guillerez · 10 years ago
  47. c9bf506 Fix link syntax in contributing.html by Damien Martin-Guillerez · 10 years ago
  48. 5289891 Get android example to build on OS X by Steven Dee · 10 years ago
  49. 0caf332 Rollback of commit b8d1e700841d8aa7186ccbdfb0eba53e12a672d0. by Lukacs Berki · 10 years ago
  50. 73893cc Improvements to skylark tests by Francois-Rene Rideau · 10 years ago
  51. 9888cbb Simplify Target Names in generated Xcode projects. by Googler · 10 years ago
  52. 5dc9abf Delete unnecessary example PrenotCalculatorInstruments. by Michael Thvedt · 10 years ago
  53. 54874d9 Fix up registerEnvironmentPlistAction for bazel on Mac. by Googler · 10 years ago
  54. 2d93a47 Add --output_filter option by Kristina Chodorow · 10 years ago
  55. b04765a Removed ValidationTests#testLoadWithTooManySlashes() since it was an inferior copy of ParserTest#testLoadDoubleSlashBuild() and ParserTest#testLoadDoubleSlashSkylark() by Florian Weikert · 10 years ago
  56. 0cde9cb Add com.android.tools.layoutlib:layoutlib-api to android_common. by Lukacs T. Berki · 10 years ago
  57. ed6f266 Added an additional test for empty actions in Skylark. by Florian Weikert · 10 years ago
  58. 841cf45 Make --android_crosstool_top default to the android_ndk_repository specified in the WORKSPACE file. by Lukacs Berki · 10 years ago
  59. 99389fd Add an example Android app and a README.md file that details how to compile it. by Lukacs Berki · 10 years ago
  60. d6425ea Fix up some faulty documentation. by Googler · 10 years ago
  61. b16e71b Remove two methods from FoundationTestCase. by Ulf Adams · 10 years ago
  62. a59bfe9 Rewrite test to JUnit 4. by Ulf Adams · 10 years ago
  63. 53f42f8 Skylark: Implemented ctx.empty_action() to create actions that neither execute a command nor produce any output, but that are useful for inserting "extra actions". by Florian Weikert · 10 years ago
  64. 1ce99b9c Move another test into open source blaze. by Ulf Adams · 10 years ago
  65. 582c162 Make android_ndk_repository work on case-insensitive OS X file systems by not creating a BUILD file next to the build/ directory of the NDK. by Lukacs Berki · 10 years ago
  66. ee8fcd3 Add a couple of flags to the CROSSTOOL file, especially for -c opt. by Ulf Adams · 10 years ago
  67. ba1d6aa Sets the correct properties in the Info.plist, based on the environment that the by Googler · 10 years ago
  68. 6009cf9 Invalidate external repository files when the WORKSPACE changes by Kristina Chodorow · 10 years ago
  69. 0e544ff Fix missing tool target in tools/objc by Damien Martin-Guillerez · 10 years ago
  70. a89c181 Add Makani to the list of Bazel users by Damien Martin-Guillerez · 10 years ago
  71. ca693f5 Add tests for dash by Kristina Chodorow · 10 years ago
  72. deb003f Add git_repository and new_git_repository workspace rules. by David Chen · 10 years ago
  73. 768b5cc Say explicitly that --config=X ignores non-existent .rc file config sections. by Laszlo Csomor · 10 years ago
  74. 29e6645 Document that the "run" command closes stdin. by Philipp Wollermann · 10 years ago
  75. 6b77102 Add a type attribute to {new_,}http_archive by Damien Martin-Guillerez · 10 years ago
  76. e6a351a Improve debugging message in case of unexpected getBatch <-> directDeps mismatch. by Janak Ramakrishnan · 10 years ago
  77. 0ae855b Add repository fallback on Maven Central by Kristina Chodorow · 10 years ago
  78. 638c548 Decompose BuildView.getDirectPrerequisites to allow access to Dependencies. by Michael Staib · 10 years ago
  79. 2c19a57 Replaced other occurrences of Objects#toStringHelper with MoreObjects#toStringHelper by Googler · 10 years ago
  80. c1405ef Log information about the baseline and new View passed to DiffAwarness#getDiff. by Nathan Harmata · 10 years ago
  81. b961bb9 Rollback of commit 69d20b26b50360221849a4860265150f9c66ef25. by Lukacs Berki · 10 years ago
  82. e8946a7 Add jgit and slf4j to third_party by Philipp Wollermann · 10 years ago
  83. b7aacc6 Give Dependency a valid equals/hashCode/toString set. by Michael Staib · 10 years ago
  84. b8d1e70 Description redacted. -- MOS_MIGRATED_REVID=98347349 by Googler · 10 years ago
  85. b9d8413 Remove low-value warning about alwayslink requiring srcs. by Han-Wen Nienhuys · 10 years ago
  86. 9c54557 Add a simple resolver for Maven repositories by Kristina Chodorow · 10 years ago
  87. 4c56843 Move Jack's tools into AndroidSdkProvider. by Michael Staib · 10 years ago
  88. 39ad966 Pass filter for what events should be stored in the Skyframe graph into the ParallelEvaluator, to allow users to customize which events they want to store. by Janak Ramakrishnan · 10 years ago
  89. 3b78116 Use WritableByteChannel for HttpDownloader by Damien Martin-Guillerez · 10 years ago
  90. a4211f3 Make binaries and scripts in tools/objc executable. by Googler · 10 years ago
  91. ecd4ec4 Remove unused langtools targets by Liam Miller-Cushon · 10 years ago
  92. 025b189 Update setup-intellij to get it working again. by Janak · 10 years ago
  93. fd0e98a Add all transitive module maps when we use header modules. by Manuel Klimek · 10 years ago
  94. 8251251 Make two Skyframe nodes with the same events and values equal. by Janak · 10 years ago
  95. d83e848 Define ":action_listener" attribute for Skylark rules. by Laurent Le Brun · 10 years ago
  96. 4d19aa2 add a few paths to gitignore by liuhuahang · 10 years ago
  97. 26b9354 Description redacted. by liuhuahang · 10 years ago
  98. 6d5270f Add an --android_crosstool_top that sets the C++ toolchain to be used for Android targets. by Lukacs Berki · 10 years ago
  99. 0959c23 Rename the "unobfuscated" compilation level to "whitespace_only" to match names used with Closure Compiler by Kamil Jiwa · 10 years ago
  100. a2ec90d Adds a getter for the gen jar. by Alex Humesky · 10 years ago