1. 86c319e Update the glob documentation to reflect a semantic change made a very long time ago where glob(['**'], exclude_directories = 0) doesn't match the package's directory. Also add tests for this behavior. by Nathan Harmata · 9 years ago
  2. 63da2e7 Don't report targets as broken when they were actually skipped because of no[test_]keep_going. by Florian Weikert · 9 years ago
  3. 5a0c721 Expose information about transitive exports. by Dmitry Lomov · 9 years ago
  4. f6a387c Problem: by Googler · 9 years ago
  5. 029dcc7 Expose Android resources in Skylark API. by Dmitry Lomov · 9 years ago
  6. d188735 Fix load() examples to use build targets instead of file paths. by Googler · 9 years ago
  7. ac13e22 Add syntax for referencing docs in other rule families. by David Chen · 9 years ago
  8. 6e30521 Handle http <-> https redirects by Michajlo Matijkiw · 9 years ago
  9. e9bf0b40 Add bootclasspath and extdir configuration to java_toolchain by Liam Miller-Cushon · 9 years ago
  10. 6beaebd Part 1 of 5: Optimize the resource merge process, Introductions. by Googler · 9 years ago
  11. a4a0740 Make the Windows tempdir default to something under the CI directory and explicitly create it. by Lukacs Berki · 9 years ago
  12. 7916bfa Register the EventHandler with the EventBus by Klaus Aehlig · 9 years ago
  13. aa13b7b Expose to Skylark information about whether a target defines any Android resources. by Dmitry Lomov · 9 years ago
  14. 9d068c0 Support full logging of handled events in the experimental UI by Klaus Aehlig · 9 years ago
  15. 7a5d59e Change the path of gcc for Windows to c:\tools\msys64 , because that's where Chocolatey installs msys2. by Lukacs Berki · 9 years ago
  16. 24039de Add zlib-devel to the set of pacman packages we ask people to install on Windows. by Lukacs Berki · 9 years ago
  17. b35cd38 Allow overriding Javac options on android_library rules. by Ulf Adams · 9 years ago
  18. 37aad60 Description redacted. -- MOS_MIGRATED_REVID=115448892 by Tobias Werth · 9 years ago
  19. 278e2be Expose IDL information about Android targets to Skylark. by Dmitry Lomov · 9 years ago
  20. 3b58ea9 Exclude weirdly-named files from the JDK. by Lukacs Berki · 9 years ago
  21. a00b994 Refactor JavaCommon: only one of initializeJavacOpts or initCommon is legal. by Ulf Adams · 9 years ago
  22. dafdc28 Refactoring of the OptionsParser implementation to allow overriding the value of an option with null. by Luis Fernando Pino Duque · 9 years ago
  23. d6347a9 Add an option to enable an experimental UI by Ulf Adams · 9 years ago
  24. ac0a16c Collect runtime dependencies correctly in intellij_info.bzl by Dmitry Lomov · 9 years ago
  25. fd56c1a fix grammar mistake by Yue Gan · 9 years ago
  26. 70691a0 Implements repository_ctx.template by Damien Martin-Guillerez · 9 years ago
  27. 287094b Add design doc for Go rules as markdown. by Han-Wen Nienhuys · 9 years ago
  28. 44847d8 Enable access to file values in repository context by Damien Martin-Guillerez · 9 years ago
  29. 29d861e Use ImmutableList for translations, and reformat Java{Binary,Library} a bit. by Ulf Adams · 9 years ago
  30. 8c440b3 Remove scala rules from the Bazel source tree by Damien Martin-Guillerez · 9 years ago
  31. 0a6ac84 Initialize JavaCommon.sources eagerly, rather than in initCommon(). by Ulf Adams · 9 years ago
  32. 7de6655 Use SSL for scala repository by Michajlo Matijkiw · 9 years ago
  33. 5c74830 Blaze - ObjcProtoLibrary: Adds support for the new protobuf library. This includes improvements such as proto3 syntax support for Objective C. by Googler · 9 years ago
  34. e3f5387 Simplify plmerge getting rid of command line options that are no longer used. by Dave MacLachlan · 9 years ago
  35. b8d6b78 Adds a link to the release 0.2.0 in the blog post announcing it. by Damien Martin-Guillerez · 9 years ago
  36. be93589 Changes to crosstool_config.proto to support dsym debug symbol and breakpad file generation. by Cal Peyser · 9 years ago
  37. 1ef0144 Enable testJavaPlugin for Skylark intellij_info aspect. by Dmitry Lomov · 9 years ago
  38. b7392ed Have xcode action wrappers use $TMPDIR if using mktemp by Googler · 9 years ago
  39. adfc656 Update external dependencies documentation to mention the --artifact argument to generate_workspace. by Alex Humesky · 9 years ago
  40. 1dbbd3c Add initial Skylark API for Android rules. by Dmitry Lomov · 9 years ago
  41. 5a094ae Remove current directory from PATH values. by Julio Merino · 9 years ago
  42. 83fbb91a Support "mandatoryProvidersList" in Skylark and added necessary tests by Yun Peng · 9 years ago
  43. 17129d4 Remove last non-static call to JavaCommon.getRunfiles and the method itself. by Ulf Adams · 9 years ago
  44. b5ea281 Looks to me like the example was slightly broken, I think this fixes it. by Googler · 9 years ago
  45. 78bac3e clean duplicate error message of the command line of a failed command which is printed twice when using --verbose_failures. by Yue Gan · 9 years ago
  46. ced7874 Aside from Debian dependency on java{7,8}-jdk, accept java{7,8}-sdk by Ivan Vucica · 9 years ago
  47. aa731afb Implements repository_ctx.file by Damien Martin-Guillerez · 9 years ago
  48. 1425528 Fix the --loading_phase_threads to work during "blaze build". Previously and confusingly it only worked on "blaze query". by Eric Fellheimer · 9 years ago
  49. 08bb682 Add user-defined IPA post-processors. by Peter Schmitt · 9 years ago
  50. a08a6e2 Fix a race where an interrupt sent from the client near the start of an invocation could be lost. Note that the client sends an empty request to the Blaze server to check its existence. Previously, we were treating this as a full command invocation in the server and resetting the interrupt bit. Now we detect this and do not alter the interrupt bit. by Eric Fellheimer · 9 years ago
  51. c5d7a7f Make another JavaCommon method static to reduce reliance on mutability. by Ulf Adams · 9 years ago
  52. da88192 Implements repository_ctx.os by Damien Martin-Guillerez · 9 years ago
  53. 1ba4a64 Implements repository_ctx.execute by Damien Martin-Guillerez · 9 years ago
  54. 112282b Remove unnecessary checkMainClass call. This is already called in getMainClass. by Ulf Adams · 9 years ago
  55. 7ba49f3 Blog post for 0.2.0 release by Kristina Chodorow · 9 years ago
  56. 7588e13 Rename proto dependencies to include a _java component in them. by Julio Merino · 9 years ago
  57. 3633955 blaze user manual: remove a clause about --blazerc that is not true. by Googler · 9 years ago
  58. a7c3bd4 Refactor the JavaSemantics interface to reduce reliance on mutable JavaCommon. by Ulf Adams · 9 years ago
  59. 19264ed Make some JavaCommon static to reduce reliance on mutable state. by Ulf Adams · 9 years ago
  60. d073d2e Split the code to create singlejar actions out of BaseJavaCompilationHelper. by Ulf Adams · 9 years ago
  61. d73c97d Restore allow_files and single_file attributes. by Julio Merino · 9 years ago
  62. 2022ad8 Fix blatant bug with Skyframe globbing where we incorrectly allow dangling symlinks to match a glob pattern. by Nathan Harmata · 9 years ago
  63. 3f8fe0d Prevent new evaluations from starting if a done child's error is discovered. Also delete some code that's been dead for a while, now that we eagerly shut down evaluation when we come across a child in error during a fail-fast evaluation. by Janak Ramakrishnan · 9 years ago
  64. 915933b Add ExecutionRequirements target that is generally available to rule implementations. by Cal Peyser · 9 years ago
  65. 19e9953 Allow preprocessing proto files before compiling them in gensrcjar.sh. by Julio Merino · 9 years ago
  66. 443c730 Make project generated by setup-intellij.sh error-free. by Janak Ramakrishnan · 9 years ago
  67. cc30db9 Adds the ResourceShrinkerAction. Uses the results of resource processing and a dead code removal Proguard pass to create an ap_ without unused resources to be used when building android_binary targets. by Andrew Pellegrini · 9 years ago
  68. f98290d Release 0.2.0 (2016-02-18) by Bazel Release System · 9 years ago
  69. 4b59929 Workaround gcc bug. by Dmitry Lomov · 9 years ago
  70. 5c34e96 Changed mandatoryProviders to mandatoryProvidersList by Yun Peng · 9 years ago
  71. 1a47273 Reformat CppOptions.java by Cal Peyser · 9 years ago
  72. ff00721 Doc update for Skylark syntax, mention 'is' is not supported by Laurent Le Brun · 9 years ago
  73. 4931533 Update compile_windows scripts to the MSYS64 location hardcoded into Chocolatey. by Lukacs Berki · 9 years ago
  74. ba21aa6 Remove unused code for SYNOPSIS, ATTRIBUTE_DEFINITION, and ATTRIBUTE_SIGNATURE by David Chen · 9 years ago
  75. d27f571 Move the static getHostJavabaseInputs variant to JavaHelper. by Ulf Adams · 9 years ago
  76. f01911c Clean up unnecessary parameter. by Alex Humesky · 9 years ago
  77. bff735b Rename all the internal proto_library Java-related attributes. by Ulf Adams · 9 years ago
  78. 8d24710 Add documentation on how to build for an iOS device, use a provisioning profile, and install an app on a device. by Dave MacLachlan · 9 years ago
  79. 434020c Update bazel-bin/examples/objc/expression_prebuilt.a to be four way fat, and update instructions on how to generate. by Dave MacLachlan · 9 years ago
  80. 19bea12 Add link to Windows instructions to sidebar and Install page. by David Chen · 9 years ago
  81. aab6446 Update j2objc_library documentations. by Rumou Duan · 9 years ago
  82. 268f497 Fix a typo in windows.md by Michael Zhou · 9 years ago
  83. ba5c212 Get rid of duplicated strings for IosTest attributes because I'm always paranoid of missing one when changing them, and it makes things so much easier when coding. by Dave MacLachlan · 9 years ago
  84. b14c24b Expose ``build_file_path`` to Skylark rules. by Dmitry Lomov · 9 years ago
  85. a6e4482 Split out Java proto compilation logic to a helper script (take 2). by Julio Merino · 9 years ago
  86. 4e84b14 Add missing instructions to Windows build docs by Solal Pirelli · 9 years ago
  87. 7eb5285 Add implicit attribute used for coverage, even if coverage doesn't work yet. by Ulf Adams · 9 years ago
  88. 9a6c2eb Allow async command invocations to set the "closeOutput" bit. by Eric Fellheimer · 9 years ago
  89. 2fd0506 Add the names of the mandatory inputs to the action key for actions that discover their inputs. by Lukacs Berki · 9 years ago
  90. b92d73b Add continuous integration scripts for Windows. by Lukacs Berki · 9 years ago
  91. c5b3873 Removes "startsWith" check in test by Yue Gan · 9 years ago
  92. 6fb22be Update windows.md with instructions to bootstrap Bazel. by Dmitry Lomov · 9 years ago
  93. d629bb2 Add repository_ctx.which(str): returns the path of a command by Damien Martin-Guillerez · 9 years ago
  94. c0a9fb6 Rollback of commit 8ec3866d9e5d28f6c09546269ec82731c45c28ad. by Damien Martin-Guillerez · 9 years ago
  95. 9fce583 Add myself to the list of contributors. by Julio Merino · 9 years ago
  96. 47afaab Windows: use junctions to link to installation directory. by Dmitry Lomov · 9 years ago
  97. 7fab025 Minor style fixes. by Googler · 9 years ago
  98. 20df93d No longer automatically set _GLIBCXX_DEBUG, _GLIBCXX_DEBUG_PEDANTIC, _GLIBCPP_CONCEPT_CHECKS for debug objc builds. by Cal Peyser · 9 years ago
  99. 699f87a Rename proto_java_library to java_proto_library. by Julio Merino · 9 years ago
  100. cefb639 Adds --artifact option to workspace generator for generating workspace and by Alex Humesky · 9 years ago