- e78af9f1a Remove RuleConfiguredTarget#getMandatoryStampFiles(). by Lukacs Berki · 9 years ago
- 31162bc Delete the defaultMultipleValue field from options and refactor the logic for retrieving by Luis Fernando Pino Duque · 9 years ago
- 00cfb7d Update the BlazeServer classes to conform to the Google style guide. by Lukacs Berki · 9 years ago
- 8e2e4b3 Fix 'unused symbol warnings. by Dmitry Lomov · 9 years ago
- 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
- 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
- 44daf78 Overwrite the WORKSPACE file for new_local_repository by Kristina Chodorow · 9 years ago
- 32d2ffe Allow executing input files in addition to output ones by Brian Silverman · 9 years ago
- 8616949 Rename CppCompilationContext.getCompilationPrerequisites to by Manuel Klimek · 9 years ago
- 4bb63d9 Make java_toolchain.{javac,javabuilder,singlejar,genclass,ijar} mandatory by Liam Miller-Cushon · 9 years ago
- 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
- c10ce5c Document maven_jar name restrictions by Kristina Chodorow · 9 years ago
- 2ad804c Fixed bugs blocking bazel shell test on Windows by Yun Peng · 9 years ago
- 857cda2 Move the runfiles for external repositories to under the x.runfiles/ directory by Kristina Chodorow · 9 years ago
- 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
- 10993fe Review a number of action subclasses and update them according to the spec. by Ulf Adams · 9 years ago
- 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
- 83fce40 Review a number of action subclasses and update them according to the spec. by Ulf Adams · 9 years ago
- 0dbe07f Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve(). by Lukacs Berki · 9 years ago
- 0e689d9 Bind the gRPC command server port only to localhost. by Lukacs Berki · 9 years ago
- b7e1004 Signal that the version command does not build by Klaus Aehlig · 9 years ago
- f1df38a Make it possible to interrupt commands when communicating over gRPC. by Lukacs Berki · 9 years ago
- bb0dac7 Do not start the AF_UNIX server when in gRPC mode. by Lukacs Berki · 9 years ago
- 3ee570f Deprecate top-level Java toolchain flags in favour of java_toolchain by Liam Miller-Cushon · 9 years ago
- 08fb617 Check for the presence of an AndroidSdkProvider in JackAspect. by Michael Staib · 9 years ago
- 466ddd8 Tokenize java_toolchain.misc by Liam Miller-Cushon · 9 years ago
- 0eb5a0c Extract common logic for detecting action and artifact prefix conflicts. by Rumou Duan · 9 years ago
- 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
- 98aacfe Add the option to have non-interface dependencies. This can greatly speed up by Googler · 9 years ago
- 812227f Update the documentation for the Action class. by Ulf Adams · 9 years ago
- b87ed09 Remove option to include transitive header module srcs in the compilation. by Googler · 9 years ago
- 1badd7c Remove directories field from MavenServerFunction. by Ulf Adams · 9 years ago
- 5834e2b Refactor the coverage report module to make it less stateful. by Ulf Adams · 9 years ago
- 10efbf2 Module cleanup - don't hold on to stuff after the command completes. by Ulf Adams · 9 years ago
- a181c92 experimental UI: avoid empty lines between one-line FAILURE notes by Klaus Aehlig · 9 years ago
- edeb753 Rename field names in command_server.proto so that they don't conflict with C symbols. by Lukacs Berki · 9 years ago
- c9bb9f0 Fix sandbox when nobody's uid != 65534 by Brian Silverman · 9 years ago
- fbafe83 Tolerate NoSuchPackageException when processing subdirectories. by Janak Ramakrishnan · 9 years ago
- 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
- 9c5e4bf Use DexBuilder tool such that it can be a persistent worker by Googler · 9 years ago
- 1bdf2f4 Add a crunch_png attribute to android_binary by Googler · 9 years ago
- f29f3ea Add cpp-style source processing to experimental_objc_library. by Cal Peyser · 9 years ago
- 84c26bf Tests for apple_cc_toolchain. by Cal Peyser · 9 years ago
- 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
- 6d0876a Make ExperimentalStateTracker aim for target width by Klaus Aehlig · 9 years ago
- bc84cc8 Make output base on Windows shorter. by Dmitry Lomov · 9 years ago
- 7a3abbe Fixed bugs for "bazel test" command on Windows by Yun Peng · 9 years ago
- cb7e910 Make LineWrappingAnsiTerminalWriter more efficient by Klaus Aehlig · 9 years ago
- 1b25ce2 Initial version of client-server communication over gRPC. by Lukacs Berki · 9 years ago
- bf8d910 Add a position-aware wrapper around AnsiTerminalWriter by Klaus Aehlig · 9 years ago
- 4321b67 Expose __init__.py filenames to Skylark by Brian Silverman · 9 years ago
- 907dbbf Refactor blaze.cc so that we can eventually implement gRPC-based communication alongside AF_UNIX. by Lukacs Berki · 9 years ago
- a4c1a56 Remove the directories field from RepositoryDelegatorFunction. by Ulf Adams · 9 years ago
- a049b24 Assume that the targets required by LabelVisitor have already been loaded. by Lukacs Berki · 9 years ago
- f069d45b Inject the BlazeDirectories in SkyframeExecutor. by Ulf Adams · 9 years ago
- 0ea57e6 Get the current time when generating the workspace status. by Ming Zhao · 9 years ago
- b90498f Fix compiler warning due to lack of generic parameter. by Nathan Harmata · 9 years ago
- 83d7f84 Allow ProtoOutputFormatter to filter aspect attributes by Michajlo Matijkiw · 9 years ago
- 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
- 00d0938 Use Iterables.addAll() in SkylarkList. by Googler · 9 years ago
- a0303c1 Say which target is being processed in the progress message for Android resource by Alex Humesky · 9 years ago
- 1bfeec6 Add an afterCommand hook to AbstractBlazeQueryEnvironment. by Nathan Harmata · 9 years ago
- 6ffb8e4 Fixes bugs so that we can build bazel with bazel twice without cleaning up on Windows by Yun Peng · 9 years ago
- 187c93b Do not collide intermediate and final output dsym artifacts. by Peter Schmitt · 9 years ago
- f277974 Rollback of commit bbf59ed1be85354457ad1d8123cc1973aa3ba298. by Florian Weikert · 9 years ago
- 3af08f1 Fix JDK 7 build of Bazel by Damien Martin-Guillerez · 9 years ago
- 8b3b918 Add the --grpc_port startup option and start a Java server if it's passed in. by Lukacs Berki · 9 years ago
- 386f242 Automated [] rollback of commit 525fa71b0d6f096e9bfb180f688a4418c4974eb4. by Yue Gan · 9 years ago
- 803ef93 Log whenever a periodic flush of the action cache is slow. by Nathan Harmata · 9 years ago
- a77f32c Introduce TreeFileArtifact, which represents files under TreeArtifacts. by Rumou Duan · 9 years ago
- 8bc763c Make ObjcProvider keys accessible to skylark. This is necessary to allow by Cal Peyser · 9 years ago
- f0a1884 RELNOTES[INC]: Bazel warns if a cc rule's includes attribute points out of third_party. by Janak Ramakrishnan · 9 years ago
- 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
- f5700b6 Remove reliance on exact rule classes in AndroidStudioInfoAspect. by Googler · 9 years ago
- 83781f7 Fixes bugs so that we can build bazel with bazel on Windows by Yun Peng · 9 years ago
- f252188 Allow empty 'jars' attribute in java_import. by Nathan Harmata · 9 years ago
- 5a2a275 experimental UI: only redraw progress bar after event in curses mode by Klaus Aehlig · 9 years ago
- ba8700e Correctly set up build variables for the correct pic mode for fake_binary rules. by Manuel Klimek · 9 years ago
- b8d0c6b experimental UI: show passed and failed tests by Klaus Aehlig · 9 years ago
- d232d23 experimental UI: Keep track of completed tests by Klaus Aehlig · 9 years ago
- 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
- 3231e78 Fix build output formatting of licenses by Liam Miller-Cushon · 9 years ago
- 71a85c4 Set --crosstool_top=@bazel_tools//tools/cpp:toolchain by default. by Luis Fernando Pino Duque · 9 years ago
- 5f1d814 experimental UI: ignore refresh limit on final progress-bar change by Klaus Aehlig · 9 years ago
- 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
- 8b56c8c Refactor BlazeWorkspace creation to happen after BlazeRuntime construction. by Ulf Adams · 9 years ago
- 5215d1e Make preprocessor modules mostly stateless; pass in the directories instead. by Ulf Adams · 9 years ago
- e21e592 Add stub gRPC C++ client and Java server. by Lukacs Berki · 9 years ago
- 1250fda Rollback of commit 351475627b9e94e5afdf472cbf465f49c433a25e. by Florian Weikert · 9 years ago
- 6ebc7db Fix build on FreeBSD (again). by Piotr Sikora · 9 years ago
- 6f26035 Remove some dead code. by Ulf Adams · 9 years ago
- 231408b Fix missing format specifier. by Googler · 9 years ago
- 5901f8e Document the difference between actions and genrules since the question has come up a couple of times. by Dave MacLachlan · 9 years ago
- 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
- a419f48 by Googler · 9 years ago
- 64aeec0 Stop passing --strict_java_deps to header compilation actions by Liam Miller-Cushon · 9 years ago
- 5816b3b Remove unnecessary warning when applying empty invocation policy. by Luis Fernando Pino Duque · 9 years ago
- 1df074a Batch package and subdirectory requests -- might as well avoid serializing requests wherever we can. by Janak Ramakrishnan · 9 years ago
- 3aae85f Make NoSuchTargetException a concrete class. Removed BadWorkspaceFileException and BadPreludeFileException. by Googler · 9 years ago
- 93c0fbb Don't make racy changes to the global Environment.Frame by Brian Silverman · 9 years ago