1. e78af9f1a Remove RuleConfiguredTarget#getMandatoryStampFiles(). by Lukacs Berki · 9 years ago
  2. 31162bc Delete the defaultMultipleValue field from options and refactor the logic for retrieving by Luis Fernando Pino Duque · 9 years ago
  3. 00cfb7d Update the BlazeServer classes to conform to the Google style guide. by Lukacs Berki · 9 years ago
  4. 8e2e4b3 Fix 'unused symbol warnings. by Dmitry Lomov · 9 years ago
  5. 2e62c0d Introduce SplitTransitionProvider, to determine the split transition on an attribute based on the Rule itself (the transition may thus be determined based on the values of other attributes of the rule) by Chris Parsons · 9 years ago
  6. 9b35d8a Refactor CompilationSupport and IntermediateArtifacts to optionally take a BuildConfiguration that is not the current rule context's configuration. by Chris Parsons · 9 years ago
  7. 44daf78 Overwrite the WORKSPACE file for new_local_repository by Kristina Chodorow · 9 years ago
  8. 32d2ffe Allow executing input files in addition to output ones by Brian Silverman · 9 years ago
  9. 8616949 Rename CppCompilationContext.getCompilationPrerequisites to by Manuel Klimek · 9 years ago
  10. 4bb63d9 Make java_toolchain.{javac,javabuilder,singlejar,genclass,ijar} mandatory by Liam Miller-Cushon · 9 years ago
  11. ce1445f Block when another command is running on the server and not on the client when in gRPC mode. by Lukacs Berki · 9 years ago
  12. c10ce5c Document maven_jar name restrictions by Kristina Chodorow · 9 years ago
  13. 2ad804c Fixed bugs blocking bazel shell test on Windows by Yun Peng · 9 years ago
  14. 857cda2 Move the runfiles for external repositories to under the x.runfiles/ directory by Kristina Chodorow · 9 years ago
  15. 68e5335 Allow external repositories to have includes attributes that point to packages not in third_party. We don't need to police users' external repositories. by Janak Ramakrishnan · 9 years ago
  16. 10993fe Review a number of action subclasses and update them according to the spec. by Ulf Adams · 9 years ago
  17. c31f4c5 Add mechanism to crosstool language to specify action-specific execution requirements. Uses this mechanism to configure c/c++ compilation and linking for darwin execution from the crosstool. by Cal Peyser · 9 years ago
  18. 83fce40 Review a number of action subclasses and update them according to the spec. by Ulf Adams · 9 years ago
  19. 0dbe07f Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve(). by Lukacs Berki · 9 years ago
  20. 0e689d9 Bind the gRPC command server port only to localhost. by Lukacs Berki · 9 years ago
  21. b7e1004 Signal that the version command does not build by Klaus Aehlig · 9 years ago
  22. f1df38a Make it possible to interrupt commands when communicating over gRPC. by Lukacs Berki · 9 years ago
  23. bb0dac7 Do not start the AF_UNIX server when in gRPC mode. by Lukacs Berki · 9 years ago
  24. 3ee570f Deprecate top-level Java toolchain flags in favour of java_toolchain by Liam Miller-Cushon · 9 years ago
  25. 08fb617 Check for the presence of an AndroidSdkProvider in JackAspect. by Michael Staib · 9 years ago
  26. 466ddd8 Tokenize java_toolchain.misc by Liam Miller-Cushon · 9 years ago
  27. 0eb5a0c Extract common logic for detecting action and artifact prefix conflicts. by Rumou Duan · 9 years ago
  28. 003893b Change misleading warning when an error is encountered while loading a target. We also no longer say that the target will not be built because it may well happen during a query, when no building is happening anyway. by Janak Ramakrishnan · 9 years ago
  29. 98aacfe Add the option to have non-interface dependencies. This can greatly speed up by Googler · 9 years ago
  30. 812227f Update the documentation for the Action class. by Ulf Adams · 9 years ago
  31. b87ed09 Remove option to include transitive header module srcs in the compilation. by Googler · 9 years ago
  32. 1badd7c Remove directories field from MavenServerFunction. by Ulf Adams · 9 years ago
  33. 5834e2b Refactor the coverage report module to make it less stateful. by Ulf Adams · 9 years ago
  34. 10efbf2 Module cleanup - don't hold on to stuff after the command completes. by Ulf Adams · 9 years ago
  35. a181c92 experimental UI: avoid empty lines between one-line FAILURE notes by Klaus Aehlig · 9 years ago
  36. edeb753 Rename field names in command_server.proto so that they don't conflict with C symbols. by Lukacs Berki · 9 years ago
  37. c9bb9f0 Fix sandbox when nobody's uid != 65534 by Brian Silverman · 9 years ago
  38. fbafe83 Tolerate NoSuchPackageException when processing subdirectories. by Janak Ramakrishnan · 9 years ago
  39. 4d89d11 Fix SkyQuery bug where we weren't respecting the package blacklist. We do this by changing both the relevant Skyframe and the SkyQuery code to propagate (minimal!) blacklist information in the SkyKeys themselves. by Nathan Harmata · 9 years ago
  40. 9c5e4bf Use DexBuilder tool such that it can be a persistent worker by Googler · 9 years ago
  41. 1bdf2f4 Add a crunch_png attribute to android_binary by Googler · 9 years ago
  42. f29f3ea Add cpp-style source processing to experimental_objc_library. by Cal Peyser · 9 years ago
  43. 84c26bf Tests for apple_cc_toolchain. by Cal Peyser · 9 years ago
  44. 2084a3d Introduces experimental_objc_library. This rule builds objc code with the c++ rule implementation backend and an OSX crosstool. by Cal Peyser · 9 years ago
  45. 6d0876a Make ExperimentalStateTracker aim for target width by Klaus Aehlig · 9 years ago
  46. bc84cc8 Make output base on Windows shorter. by Dmitry Lomov · 9 years ago
  47. 7a3abbe Fixed bugs for "bazel test" command on Windows by Yun Peng · 9 years ago
  48. cb7e910 Make LineWrappingAnsiTerminalWriter more efficient by Klaus Aehlig · 9 years ago
  49. 1b25ce2 Initial version of client-server communication over gRPC. by Lukacs Berki · 9 years ago
  50. bf8d910 Add a position-aware wrapper around AnsiTerminalWriter by Klaus Aehlig · 9 years ago
  51. 4321b67 Expose __init__.py filenames to Skylark by Brian Silverman · 9 years ago
  52. 907dbbf Refactor blaze.cc so that we can eventually implement gRPC-based communication alongside AF_UNIX. by Lukacs Berki · 9 years ago
  53. a4c1a56 Remove the directories field from RepositoryDelegatorFunction. by Ulf Adams · 9 years ago
  54. a049b24 Assume that the targets required by LabelVisitor have already been loaded. by Lukacs Berki · 9 years ago
  55. f069d45b Inject the BlazeDirectories in SkyframeExecutor. by Ulf Adams · 9 years ago
  56. 0ea57e6 Get the current time when generating the workspace status. by Ming Zhao · 9 years ago
  57. b90498f Fix compiler warning due to lack of generic parameter. by Nathan Harmata · 9 years ago
  58. 83d7f84 Allow ProtoOutputFormatter to filter aspect attributes by Michajlo Matijkiw · 9 years ago
  59. df82ad9 Allows CcLibraryHelper's acceptance of objc source to be paramaterized. For cc_* targets, CcLibraryHelper will not process objc source files, which may have been provided accidentally though a filegroup. by Cal Peyser · 9 years ago
  60. 00d0938 Use Iterables.addAll() in SkylarkList. by Googler · 9 years ago
  61. a0303c1 Say which target is being processed in the progress message for Android resource by Alex Humesky · 9 years ago
  62. 1bfeec6 Add an afterCommand hook to AbstractBlazeQueryEnvironment. by Nathan Harmata · 9 years ago
  63. 6ffb8e4 Fixes bugs so that we can build bazel with bazel twice without cleaning up on Windows by Yun Peng · 9 years ago
  64. 187c93b Do not collide intermediate and final output dsym artifacts. by Peter Schmitt · 9 years ago
  65. f277974 Rollback of commit bbf59ed1be85354457ad1d8123cc1973aa3ba298. by Florian Weikert · 9 years ago
  66. 3af08f1 Fix JDK 7 build of Bazel by Damien Martin-Guillerez · 9 years ago
  67. 8b3b918 Add the --grpc_port startup option and start a Java server if it's passed in. by Lukacs Berki · 9 years ago
  68. 386f242 Automated [] rollback of commit 525fa71b0d6f096e9bfb180f688a4418c4974eb4. by Yue Gan · 9 years ago
  69. 803ef93 Log whenever a periodic flush of the action cache is slow. by Nathan Harmata · 9 years ago
  70. a77f32c Introduce TreeFileArtifact, which represents files under TreeArtifacts. by Rumou Duan · 9 years ago
  71. 8bc763c Make ObjcProvider keys accessible to skylark. This is necessary to allow by Cal Peyser · 9 years ago
  72. f0a1884 RELNOTES[INC]: Bazel warns if a cc rule's includes attribute points out of third_party. by Janak Ramakrishnan · 9 years ago
  73. fcb1711 Roll-foward of commit 351475627b9e94e5afdf472cbf465f49c433a25e which was rolled back in commit 1250fdac4c7769cfa200af8b4f9b061024356fea. There was nothing wrong with that change. by Nathan Harmata · 9 years ago
  74. f5700b6 Remove reliance on exact rule classes in AndroidStudioInfoAspect. by Googler · 9 years ago
  75. 83781f7 Fixes bugs so that we can build bazel with bazel on Windows by Yun Peng · 9 years ago
  76. f252188 Allow empty 'jars' attribute in java_import. by Nathan Harmata · 9 years ago
  77. 5a2a275 experimental UI: only redraw progress bar after event in curses mode by Klaus Aehlig · 9 years ago
  78. ba8700e Correctly set up build variables for the correct pic mode for fake_binary rules. by Manuel Klimek · 9 years ago
  79. b8d0c6b experimental UI: show passed and failed tests by Klaus Aehlig · 9 years ago
  80. d232d23 experimental UI: Keep track of completed tests by Klaus Aehlig · 9 years ago
  81. bbf59ed Introduces experimental_objc_library. This rule builds objc code with the c++ rule implementation backend and an OSX crosstool. by Cal Peyser · 9 years ago
  82. 3231e78 Fix build output formatting of licenses by Liam Miller-Cushon · 9 years ago
  83. 71a85c4 Set --crosstool_top=@bazel_tools//tools/cpp:toolchain by default. by Luis Fernando Pino Duque · 9 years ago
  84. 5f1d814 experimental UI: ignore refresh limit on final progress-bar change by Klaus Aehlig · 9 years ago
  85. 6b88e15 More detailed error message for sandbox failures in test, when --sandbox_debug and --verbose_failures are on. See discussion in #1049. by Yue Gan · 9 years ago
  86. 8b56c8c Refactor BlazeWorkspace creation to happen after BlazeRuntime construction. by Ulf Adams · 9 years ago
  87. 5215d1e Make preprocessor modules mostly stateless; pass in the directories instead. by Ulf Adams · 9 years ago
  88. e21e592 Add stub gRPC C++ client and Java server. by Lukacs Berki · 9 years ago
  89. 1250fda Rollback of commit 351475627b9e94e5afdf472cbf465f49c433a25e. by Florian Weikert · 9 years ago
  90. 6ebc7db Fix build on FreeBSD (again). by Piotr Sikora · 9 years ago
  91. 6f26035 Remove some dead code. by Ulf Adams · 9 years ago
  92. 231408b Fix missing format specifier. by Googler · 9 years ago
  93. 5901f8e Document the difference between actions and genrules since the question has come up a couple of times. by Dave MacLachlan · 9 years ago
  94. d2515e3 RELNOTES[INC]: It is now an error for a cc rule's includes attribute to point to the workspace root. by Janak Ramakrishnan · 9 years ago
  95. a419f48 by Googler · 9 years ago
  96. 64aeec0 Stop passing --strict_java_deps to header compilation actions by Liam Miller-Cushon · 9 years ago
  97. 5816b3b Remove unnecessary warning when applying empty invocation policy. by Luis Fernando Pino Duque · 9 years ago
  98. 1df074a Batch package and subdirectory requests -- might as well avoid serializing requests wherever we can. by Janak Ramakrishnan · 9 years ago
  99. 3aae85f Make NoSuchTargetException a concrete class. Removed BadWorkspaceFileException and BadPreludeFileException. by Googler · 9 years ago
  100. 93c0fbb Don't make racy changes to the global Environment.Frame by Brian Silverman · 9 years ago