1. b8101f5 Skylark aspects should always output to bin directory. by Dmitry Lomov · 9 years ago
  2. 7af1c33 experimental UI: only refresh progress bar if needed by Klaus Aehlig · 9 years ago
  3. cff5c43 Adds an executable argument to repository_ctx.file and repository_ctx.template by Damien Martin-Guillerez · 9 years ago
  4. 76139f2 Simplifies AbstractWriteFileAction to pass the ActionExecutionContext directly to newDeterministicWriter. by Alex Humesky · 9 years ago
  5. 5909d9d Allow outputting the progress of Bazel's build. by Julio Merino · 9 years ago
  6. cdf3160 Remove spaces from ios_test rule that break doc generation. by Peter Schmitt · 9 years ago
  7. e75e18c Add Watch and TV to list of platforms. by Dave MacLachlan · 9 years ago
  8. 63e8d63 Improve handling of exit routines to ensure we respect the exit status. by Julio Merino · 9 years ago
  9. b6efd0f Uses xcodebuild's and xcrun's -version flag in order to generate the variables by Anastasios Kakalis · 9 years ago
  10. ef5879c Fix broken Bazel build due to missing dependency. by Philipp Wollermann · 9 years ago
  11. b1b28b6 Update ANDROID_DEFAULT_CROSSTOOL to default to //external:android/crosstool. Remove the constant. by Luis Fernando Pino Duque · 9 years ago
  12. 3d207d0 Experimental UI: report ERROR/WARNING/INFO as usual by Klaus Aehlig · 9 years ago
  13. 7ed934b Make process_headers_in_dependencies work for cc_binary und cc_test targets. by Googler · 9 years ago
  14. c944ac2 Fix typo by Dmitry Lomov · 9 years ago
  15. c211b25 Keep track of actions currently running by Klaus Aehlig · 9 years ago
  16. 26f7f48 Testing correct invalidation of Skylark Remote Repositories by Damien Martin-Guillerez · 9 years ago
  17. ed51bd7 Pass through STDOUT and STDERR events by Klaus Aehlig · 9 years ago
  18. bffec60 Add a state tracker and show a progress bar by Klaus Aehlig · 9 years ago
  19. ea5d36a Add an interface for append-only access to an AnsiTerminal by Klaus Aehlig · 9 years ago
  20. a8245ab Report the completion of the loading Phase by Klaus Aehlig · 9 years ago
  21. 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
  22. 63da2e7 Don't report targets as broken when they were actually skipped because of no[test_]keep_going. by Florian Weikert · 9 years ago
  23. 5a0c721 Expose information about transitive exports. by Dmitry Lomov · 9 years ago
  24. f6a387c Problem: by Googler · 9 years ago
  25. 029dcc7 Expose Android resources in Skylark API. by Dmitry Lomov · 9 years ago
  26. d188735 Fix load() examples to use build targets instead of file paths. by Googler · 9 years ago
  27. ac13e22 Add syntax for referencing docs in other rule families. by David Chen · 9 years ago
  28. 6e30521 Handle http <-> https redirects by Michajlo Matijkiw · 9 years ago
  29. e9bf0b40 Add bootclasspath and extdir configuration to java_toolchain by Liam Miller-Cushon · 9 years ago
  30. 6beaebd Part 1 of 5: Optimize the resource merge process, Introductions. by Googler · 9 years ago
  31. a4a0740 Make the Windows tempdir default to something under the CI directory and explicitly create it. by Lukacs Berki · 9 years ago
  32. 7916bfa Register the EventHandler with the EventBus by Klaus Aehlig · 9 years ago
  33. aa13b7b Expose to Skylark information about whether a target defines any Android resources. by Dmitry Lomov · 9 years ago
  34. 9d068c0 Support full logging of handled events in the experimental UI by Klaus Aehlig · 9 years ago
  35. 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
  36. 24039de Add zlib-devel to the set of pacman packages we ask people to install on Windows. by Lukacs Berki · 9 years ago
  37. b35cd38 Allow overriding Javac options on android_library rules. by Ulf Adams · 9 years ago
  38. 37aad60 Description redacted. -- MOS_MIGRATED_REVID=115448892 by Tobias Werth · 9 years ago
  39. 278e2be Expose IDL information about Android targets to Skylark. by Dmitry Lomov · 9 years ago
  40. 3b58ea9 Exclude weirdly-named files from the JDK. by Lukacs Berki · 9 years ago
  41. a00b994 Refactor JavaCommon: only one of initializeJavacOpts or initCommon is legal. by Ulf Adams · 9 years ago
  42. dafdc28 Refactoring of the OptionsParser implementation to allow overriding the value of an option with null. by Luis Fernando Pino Duque · 9 years ago
  43. d6347a9 Add an option to enable an experimental UI by Ulf Adams · 9 years ago
  44. ac0a16c Collect runtime dependencies correctly in intellij_info.bzl by Dmitry Lomov · 9 years ago
  45. fd56c1a fix grammar mistake by Yue Gan · 9 years ago
  46. 70691a0 Implements repository_ctx.template by Damien Martin-Guillerez · 9 years ago
  47. 287094b Add design doc for Go rules as markdown. by Han-Wen Nienhuys · 9 years ago
  48. 44847d8 Enable access to file values in repository context by Damien Martin-Guillerez · 9 years ago
  49. 29d861e Use ImmutableList for translations, and reformat Java{Binary,Library} a bit. by Ulf Adams · 9 years ago
  50. 8c440b3 Remove scala rules from the Bazel source tree by Damien Martin-Guillerez · 9 years ago
  51. 0a6ac84 Initialize JavaCommon.sources eagerly, rather than in initCommon(). by Ulf Adams · 9 years ago
  52. 7de6655 Use SSL for scala repository by Michajlo Matijkiw · 9 years ago
  53. 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
  54. e3f5387 Simplify plmerge getting rid of command line options that are no longer used. by Dave MacLachlan · 9 years ago
  55. b8d6b78 Adds a link to the release 0.2.0 in the blog post announcing it. by Damien Martin-Guillerez · 9 years ago
  56. be93589 Changes to crosstool_config.proto to support dsym debug symbol and breakpad file generation. by Cal Peyser · 9 years ago
  57. 1ef0144 Enable testJavaPlugin for Skylark intellij_info aspect. by Dmitry Lomov · 9 years ago
  58. b7392ed Have xcode action wrappers use $TMPDIR if using mktemp by Googler · 9 years ago
  59. adfc656 Update external dependencies documentation to mention the --artifact argument to generate_workspace. by Alex Humesky · 9 years ago
  60. 1dbbd3c Add initial Skylark API for Android rules. by Dmitry Lomov · 9 years ago
  61. 5a094ae Remove current directory from PATH values. by Julio Merino · 9 years ago
  62. 83fbb91a Support "mandatoryProvidersList" in Skylark and added necessary tests by Yun Peng · 9 years ago
  63. 17129d4 Remove last non-static call to JavaCommon.getRunfiles and the method itself. by Ulf Adams · 9 years ago
  64. b5ea281 Looks to me like the example was slightly broken, I think this fixes it. by Googler · 9 years ago
  65. 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
  66. ced7874 Aside from Debian dependency on java{7,8}-jdk, accept java{7,8}-sdk by Ivan Vucica · 9 years ago
  67. aa731afb Implements repository_ctx.file by Damien Martin-Guillerez · 9 years ago
  68. 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
  69. 08bb682 Add user-defined IPA post-processors. by Peter Schmitt · 9 years ago
  70. 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
  71. c5d7a7f Make another JavaCommon method static to reduce reliance on mutability. by Ulf Adams · 9 years ago
  72. da88192 Implements repository_ctx.os by Damien Martin-Guillerez · 9 years ago
  73. 1ba4a64 Implements repository_ctx.execute by Damien Martin-Guillerez · 9 years ago
  74. 112282b Remove unnecessary checkMainClass call. This is already called in getMainClass. by Ulf Adams · 9 years ago
  75. 7ba49f3 Blog post for 0.2.0 release by Kristina Chodorow · 9 years ago
  76. 7588e13 Rename proto dependencies to include a _java component in them. by Julio Merino · 9 years ago
  77. 3633955 blaze user manual: remove a clause about --blazerc that is not true. by Googler · 9 years ago
  78. a7c3bd4 Refactor the JavaSemantics interface to reduce reliance on mutable JavaCommon. by Ulf Adams · 9 years ago
  79. 19264ed Make some JavaCommon static to reduce reliance on mutable state. by Ulf Adams · 9 years ago
  80. d073d2e Split the code to create singlejar actions out of BaseJavaCompilationHelper. by Ulf Adams · 9 years ago
  81. d73c97d Restore allow_files and single_file attributes. by Julio Merino · 9 years ago
  82. 2022ad8 Fix blatant bug with Skyframe globbing where we incorrectly allow dangling symlinks to match a glob pattern. by Nathan Harmata · 9 years ago
  83. 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
  84. 915933b Add ExecutionRequirements target that is generally available to rule implementations. by Cal Peyser · 9 years ago
  85. 19e9953 Allow preprocessing proto files before compiling them in gensrcjar.sh. by Julio Merino · 9 years ago
  86. 443c730 Make project generated by setup-intellij.sh error-free. by Janak Ramakrishnan · 9 years ago
  87. 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
  88. f98290d Release 0.2.0 (2016-02-18) by Bazel Release System · 9 years ago
  89. 4b59929 Workaround gcc bug. by Dmitry Lomov · 9 years ago
  90. 5c34e96 Changed mandatoryProviders to mandatoryProvidersList by Yun Peng · 9 years ago
  91. 1a47273 Reformat CppOptions.java by Cal Peyser · 9 years ago
  92. ff00721 Doc update for Skylark syntax, mention 'is' is not supported by Laurent Le Brun · 9 years ago
  93. 4931533 Update compile_windows scripts to the MSYS64 location hardcoded into Chocolatey. by Lukacs Berki · 9 years ago
  94. ba21aa6 Remove unused code for SYNOPSIS, ATTRIBUTE_DEFINITION, and ATTRIBUTE_SIGNATURE by David Chen · 9 years ago
  95. d27f571 Move the static getHostJavabaseInputs variant to JavaHelper. by Ulf Adams · 9 years ago
  96. f01911c Clean up unnecessary parameter. by Alex Humesky · 9 years ago
  97. bff735b Rename all the internal proto_library Java-related attributes. by Ulf Adams · 9 years ago
  98. 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
  99. 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
  100. 19bea12 Add link to Windows instructions to sidebar and Install page. by David Chen · 9 years ago