1. 3bd26cd Reblog of build visualization post by Kristina Chodorow · 10 years ago
  2. a214a7c Activating OS X Travis Build by Damien Martin-Guillerez · 10 years ago
  3. 6529235 Skylark: Late-bound attributes may return None. by Laurent Le Brun · 10 years ago
  4. 0856b58 Restrict android_library and android_binary rules to Java 7. by Lukacs Berki · 10 years ago
  5. 2259d89 Add the android_library rule to Bazel. by Lukacs Berki · 10 years ago
  6. 7cf300e Fix travis configuration for JDK 8 by Damien Martin-Guillerez · 10 years ago
  7. 5b4ffae This CL adds the android_binary rule to Bazel. by Lukacs Berki · 10 years ago
  8. d412c8f Fix NullPointerException in parser. by Laurent Le Brun · 10 years ago
  9. ee991a1 Skylark: Forbid break/continue in BUILD files. by Laurent Le Brun · 10 years ago
  10. 055447d Skylark docs: remove note saying that `break` and `continue` are unsupported. by Laszlo Csomor · 10 years ago
  11. cc9ac3f Default Android dependencies to a //external: label with a default binding to //tools/android: . by Lukacs Berki · 10 years ago
  12. 551bb09 Create a value class PatternWithEquality to wrap Pattern so that equal strings can compare equal as Patterns. by Janak Ramakrishnan · 10 years ago
  13. a896a6c Allow users of Blaze Lexer to explicitly specify the line-number table of a file. by Carmi Grushko · 10 years ago
  14. 1e833fe Adds a new input and output to resource processing, symbols txt, which will be used to express the direct dependencies for resource processing. by Googler · 10 years ago
  15. 80bac08 Remove the debug_key attribute from android_binary and the associated -ks argument from the ApkBuilder invocation, because it turns out that ApkBuilder doesn't support it. by Lukacs Berki · 10 years ago
  16. 6f049bb Introduce a simple concurrent Multimap-like data structure with reference counting. by Nathan Harmata · 10 years ago
  17. 354e6d2 Undo development-only change to the number of threads in test that mistakenly submitted. Also fix a now-exposed bug in the testing code: one of the helpers wasn't threadsafe. by Nathan Harmata · 10 years ago
  18. d618782 Update contribution docs by Kristina Chodorow · 10 years ago
  19. 075b39d Set-up travis OSX to compile using JDK 7 by Damien Martin-Guillerez · 10 years ago
  20. 65f4223 Avoid copying the entire package contents in order to construct the line number table. by Eric Fellheimer · 10 years ago
  21. c7dd1b1 Skylark: Document default outputs and implicit outputs. by Laurent Le Brun · 10 years ago
  22. 43b2ea7 Added /etc/bazel.bazelrc as a global Bazel's master rc. by Damien Martin-Guillerez · 10 years ago
  23. ebd0e64 Use JDK's jar instead on relying on the one on the path in Java Skylark rules. by Damien Martin-Guillerez · 10 years ago
  24. e03758b Fix a bug in the ActionCacheChecker where the code that intended to remove outdated keys from the cache actually removed the correct one, so the cache never got cleaned up. by Philipp Wollermann · 10 years ago
  25. e753ecf Get jdk.WORKSPACE into the default WORKSPACE file by reading it as a Java resource, then passing it to the parser as a string instead of putting it into embedded_binaries then passing a Path to it to the parser. by Lukacs Berki · 10 years ago
  26. 833acc8 Rollback of commit 162d5b276e1539b1acc44afcd4a4ccadcf99023a. by Googler · 10 years ago
  27. d61f531 Implement Skylark function repr by Francois-Rene Rideau · 10 years ago
  28. 53594cb Expose libc string to Skylark by Googler · 10 years ago
  29. 50d93a8 Introduce CompositeRunfilesSupplier by Michajlo Matijkiw · 10 years ago
  30. 6fc9f88 Consider pkg in error on any symlink cycle in deps by Mark Schaller · 10 years ago
  31. 3249029 Add skylark methods to return the flags and includes needed to compile a target. by Googler · 10 years ago
  32. a2b4b06 Don't crash if a Java rule has multiple of the same resource. by Michael Staib · 10 years ago
  33. a09f766 More descriptive error message on ActionMetadataHandler#injectDigest failure by Michajlo Matijkiw · 10 years ago
  34. 03412ba Fix typo in error message when the same file is in both srcs and hdrs. by Googler · 10 years ago
  35. 162d5b2 Allow private header files in the srcs attribute of objc_* rules. by Googler · 10 years ago
  36. e54eee4 Adds the JackAspect for Jack support for Java dependencies. by Michael Staib · 10 years ago
  37. 5cb95fc Add dump command by Kristina Chodorow · 10 years ago
  38. 09a900f Migrate C++ link action .params files to the Blaze-standard ParameterFileWriteAction. by Eric Fellheimer · 10 years ago
  39. 45deb33 Skylark: First argument of load() may no longer start with two slashes ("//") by Florian Weikert · 10 years ago
  40. 2250308 Add username, hostname to stable build status. by Ming Zhao · 10 years ago
  41. 4833822 Remove Path from Location, ParserInputSource and bunch of other low-level classes. by Lukacs Berki · 10 years ago
  42. 19f3413 Improve platform and CPU detection, use the correct protoc binary for the running system. by Philipp Wollermann · 10 years ago
  43. 52b0b2c Add an integration test for the persistent JavaBuilder as a Worker process. by Philipp Wollermann · 10 years ago
  44. 5052ee8 Create CppBuildInfo so linkstamp works for C++ build. by Ming Zhao · 10 years ago
  45. 7586c8b Various odds and ends in preparation for adding the Android rules to BazelRuleClassProvider: by Lukacs Berki · 10 years ago
  46. 2e4c2aa Cleanup: Initialize field members through ctor initializer list. by Thiago Farina · 10 years ago
  47. fefd57c Add link_flags and libs methods to the C++ Skylark API by Cody Schroeder · 10 years ago
  48. dcddbd1 Expose CppConfiguration tool paths to Skylark by Googler · 10 years ago
  49. 1bc0ada Minor refactoring of TestFileOutErr. by Eric Fellheimer · 10 years ago
  50. b6038e0 Skylark: make ConversionException an EvalException by Francois-Rene Rideau · 10 years ago
  51. 49671f4 Have constraints' definition of implicit deps exactly match query's. by Greg Estren · 10 years ago
  52. 52811e0 Change the description of NodeEntry#markDirty to better align with the InMemoryNodeEntry#markDirty implementation. by Googler · 10 years ago
  53. 86746ce Fix permissions for zip files by Kristina Chodorow · 10 years ago
  54. 4371064 Cap resource utilization for Travis by Kristina Chodorow · 10 years ago
  55. 81d2162 Simplify maven_jar to just take a single artifact descriptor by Kristina Chodorow · 10 years ago
  56. 18740ae Add some clarifying comments to CppCompilationContext. by Han-Wen Nienhuys · 10 years ago
  57. 75ac7fa Fix Travis configuration by Damien Martin-Guillerez · 10 years ago
  58. 8d4e657 Cosmetic fixes in rules/cpp/ . by Han-Wen Nienhuys · 10 years ago
  59. 6f60d2d Fix cookbook: simple shell command documentation to match sample code. by Googler · 10 years ago
  60. 66de90d Use "python2" instead of "python" as the default Python2 interpreter. by Lukacs Berki · 10 years ago
  61. a24a3ab Remove trace of protobuf installation instruction by Damien Martin-Guillerez · 10 years ago
  62. 93e5b82 Various improvements to Python support in Bazel: by Lukacs Berki · 10 years ago
  63. 0bf90f7 Remove tools/jdk/jdk symbolic link creation by Damien Martin-Guillerez · 10 years ago
  64. ab8dc2b Add the necessary templates to make android_ndk_repository actually work. by Lukacs Berki · 10 years ago
  65. 682ad92 Change the way --flagfile is implemented. by Lukacs Berki · 10 years ago
  66. 11f4f2b Bugfix: actually link in the split stub application for "blaze mobile-install --split_apks". by Lukacs Berki · 10 years ago
  67. 2b5aa39 Switch the default of --aspect_deps to "conservative". by Lukacs Berki · 10 years ago
  68. 580cd69 Fix order of redirection in compile.sh by Damien Martin-Guillerez · 10 years ago
  69. cae0a64 Perform resource path munging at the provider level. by Michael Staib · 10 years ago
  70. 2f6d5de Fix xctest_app sources not showing up in ios_test coverage. by Googler · 10 years ago
  71. c4d7894 Cleanup findTargetsBeneathDirectory by Mark Schaller · 10 years ago
  72. b134f00 Fix bug where J2ObjC was reading Java files using the platform encoding. by Googler · 10 years ago
  73. eaaa5de Add _bazel file to source tree. by Cody Schroeder · 10 years ago
  74. bbe84fe Update third_party/protobuf to 3.0.0-alpha-3. by Philipp Wollermann · 10 years ago
  75. 3b4efd2 Add README.md for Bazel's third_party/protobuf. by Philipp Wollermann · 10 years ago
  76. 855af61 Update Bazel's protobuf from 2.5.0 to 3.0.0-alpha3 for proto3 support. by Philipp Wollermann · 10 years ago
  77. 917ceaa Skylark: implemented 'break' and 'continue' by Florian Weikert · 10 years ago
  78. d47a8ef Reorganized compile.sh by Damien Martin-Guillerez · 10 years ago
  79. bcb81ab Description redacted. -- MOS_MIGRATED_REVID=95615442 by Lukacs Berki · 10 years ago
  80. de7cd0b A minor refactoring. by Lukacs Berki · 10 years ago
  81. 429a8b3 Make android_sdk_repository write a proper BUILD file instead of a stub. by Lukacs Berki · 10 years ago
  82. 331633c Handle exceptions encountered resolving packages during the execution phase by Michajlo Matijkiw · 10 years ago
  83. 1cad714 Removed deprecated API features from ZipCombiner and improves slow read testing and support. by Andrew Pellegrini · 10 years ago
  84. 6b2766d Add zsh completion script by Cody Schroeder · 10 years ago
  85. a01b9fe Merges class jars specified as srcs into the android library class jar in order to create the classes.jar to be used in aar generation. by Andrew Pellegrini · 10 years ago
  86. 08c0774 Skylark: implemented set.union() by Florian Weikert · 10 years ago
  87. e56f9c9 Enable AndroidBinary to dex with Jack. by Michael Staib · 10 years ago
  88. bd5a856 Remove libarchive from travis build. by Thiago Farina · 10 years ago
  89. a49fe7b Bugfix: We must use a case-insensitive TreeMap here so that differently cased strategy-flags can override the default flags (otherwise for example "Javac" and "javac" are both stored in the case-sensitive HashMap and it depends on luck which one ends up in the final strategy map). by Philipp Wollermann · 10 years ago
  90. 43c483d Bazel: Add an integration test for the persistent JavaBuilder as a Worker process. by Philipp Wollermann · 10 years ago
  91. c820c70 Some small, random fixes for JavaBuilder that increase error reporting, fix JavaDoc strings, ... by Philipp Wollermann · 10 years ago
  92. b7ce7a8 JavaBuilder can run as a Blaze worker process now. by Philipp Wollermann · 10 years ago
  93. 6c5688d Implement persistent worker processes and a spawn strategy that uses them. by Philipp Wollermann · 10 years ago
  94. fa759e2 The Order enum now supports the conversion of its values to and from strings. by Florian Weikert · 10 years ago
  95. fc64f5e Support --run_under in Bazel. by Han-Wen Nienhuys · 10 years ago
  96. c7d3bb2 Make Java transitive runtime and compile time deps available to Skylark. by Erik Kuefler · 10 years ago
  97. 7b93bbe Fix link in CONTRIBUTING.md by Erik Kuefler · 10 years ago
  98. f0cf38d Make it possible to put the Crosstool proto in BUILD files. by Lukacs Berki · 10 years ago
  99. 91e3a14 Refactoring: PseudoAction ctor "inputs" argument is now a NestedSet. by Laszlo Csomor · 10 years ago
  100. 2b870d9 Add stub implementations of the android_sdk_repository and android_ndk_repository rules that will be used to reference Android SDK/NDK to be used for Android builds. by Lukacs Berki · 10 years ago