bazel /
bazel /
dc0fbb42ab22ab8f3205b0884069e1ffe03677c9 - dc0fbb4 Make specific options win over common ones by Klaus Aehlig · 9 years ago
- ebd3862 Exclude out/** from the source glob. by Lukacs Berki · 9 years ago
- d521245 Marking Closure Tools for Bazel as deprecated. by Googler · 9 years ago
- 4dd60f9 Revamp the client/server communication protocol so that it is portable to Windows. by Lukacs Berki · 9 years ago
- b4c00b6 Don't keep implicit reference to ProtoCompileAction in anonymous inner CustomMultiArgv class. by Janak Ramakrishnan · 9 years ago
- ccdbce6 Filter Well Known Type protos from being generated by the objc_proto_library rule, as these protos have already been generated and linked in the released static library. by Googler · 9 years ago
- 1fec40d Transform the getBatch result in SkyFunctionEnvironment instead of copying it. The copying showed up as a source of memory spikiness. by Janak Ramakrishnan · 9 years ago
- 50959b2 Add -forceprocessing to cause proguard to skip the step where it checks if the outputs are up-to date as blaze does this for us. by Googler · 9 years ago
- 604b7a6 Allow passing custom entitlements for iOS signing. by Peter Schmitt · 9 years ago
- eab1ce2 Fix go_prefix to resolve to the right repository by Kristina Chodorow · 9 years ago
- 19b5675 Deprecate built-in Skylark rules by Kristina Chodorow · 9 years ago
- fbcfd50 Deflake skylark_repository_test by Damien Martin-Guillerez · 9 years ago
- 1fe0e97 Fix #1063: When a temporary file was created in /etc while we were globbing the list of files to mount, but was deleted by the time the namespace-sandbox actually mounted the files, it would crash with a "file not found" error. by Philipp Wollermann · 9 years ago
- 56d24a7 Add blog post: Easier Debugging of Sandbox Failures by Yue Gan · 9 years ago
- 6f15335 Make labels in .bzl files in remote repos resolve relative to their repo by Kristina Chodorow · 9 years ago
- a15c426 Global cleanup change. by Googler · 9 years ago
- fe77c49 Move a field around to clarify that it's not part of the workspace state. by Ulf Adams · 9 years ago
- c9d5875 Don't keep implicit reference to XcodeSupport during the execution phase. Saves memory and keeps analysis-phase objects from bleeding into execution phase. by Janak Ramakrishnan · 9 years ago
- 2445af0 docs: add missing '-p' flag to mkdir command in the example by Thiago Farina · 9 years ago
- 066c6c1 Add a missing space in external_integration_test by Damien Martin-Guillerez · 9 years ago
- 97f2c84 Add repository_ctx.download and repository_ctx.extract function. Fixes #1041 by Yue Gan · 9 years ago
- 9bc5c34 cpp: fix the path to BlazeServerStartupOptions file in a comment by Thiago Farina · 9 years ago
- 7857c79 Make ActionOwner a final class, since all non-test implementations were basically doing the same thing with it. by Janak Ramakrishnan · 9 years ago
- 5059a1d Remove ObjectArg wrapper object. We lose some type-safety, but the Builder still enforces desired properties. by Janak Ramakrishnan · 9 years ago
- 6eda3f2 Don't keep implicit reference to ProtoCompileAction.Builder after build() is called. by Janak Ramakrishnan · 9 years ago
- 1a42801 Remove the WalkableGraphFactory#afterUse hook, which was only called in SkyQueryEnvironment. QueryEnvironmentFactory, recently introduced by unknown commit, is a much more general purpose mechanism. by Nathan Harmata · 9 years ago
- 73ddd4d Rollback of commit aac3b7ee0f1889c6afe4c0b4432d9f1597230dfb. by Kristina Chodorow · 9 years ago
- da9410c Fixed indentation problem: 8 spaces -> 4 spaces by Yun Peng · 9 years ago
- e0239b7 Open source CreateIncSymlinkAction. by Cal Peyser · 9 years ago
- ee4be22 Adds mcov tool label to IosTest. by Dmitry Shevchenko · 9 years ago
- 27ec632 Add a getGeneratingAction(ConfiguredTarget target, String outputName) method to BuildViewTestCase. by Carmi Grushko · 9 years ago
- bb2f071 Export cc build information in an aspect for IDE support. by Googler · 9 years ago
- 51a491b Add a new field to options called defaultMultipleValue which enables setting default values for by Luis Fernando Pino Duque · 9 years ago
- c3620ef Description redacted. -- MOS_MIGRATED_REVID=117552815 by Chris Povirk · 9 years ago
- a9b88ae RELNOTES: Bazel warns if a cc rule's includes attribute contains up-level references that escape its package. by Janak Ramakrishnan · 9 years ago
- f0cc5b8 Move AbstractBlazeQueryEnvironment to a factory class, and have BlazeModule optionally expose a custom factory implementation. by Nathan Harmata · 9 years ago
- fc83ed8 Fix a dangling label. by Lukacs Berki · 9 years ago
- a949315 Don't print BLAZE_HALTED_BEFORE_TESTING for tests that failed to build because we halted. by Janak Ramakrishnan · 9 years ago
- 4b2745c Add missing filegroups to the srcs by Damien Martin-Guillerez · 9 years ago
- 653b1ab Allow PackageRootResolver to take in directories for findPackageRoots(). by Alex Humesky · 9 years ago
- a29cf78 Changing ProguardHelper to support a multipass variety of proguard. by Googler · 9 years ago
- e1c354c Deprecates output_cpp from objc_proto_library. by Googler · 9 years ago
- 80665ec Part 3 of 5: Merging semantics. by Googler · 9 years ago
- 652bb69 Stop using //tools/defaults:java_langtools by Liam Miller-Cushon · 9 years ago
- 1d1212a Introduce skylark provider for objc. by Cal Peyser · 9 years ago
- b7e1b82 Fix build when no CHANGELOG.md exists. by Damien Martin-Guillerez · 9 years ago
- 9116b3e cc_configure: Fix fallout of renaming ctx to repository_ctx. by Damien Martin-Guillerez · 9 years ago
- 4f8cb7b Add method to check if the action produces any outputs. by Tobias Werth · 9 years ago
- 9954109 Transform the passed-in map in AbstractSkyFunctionEnvironment instead of copying it. The copying showed up as a source of memory spikiness in an OOM. by Janak Ramakrishnan · 9 years ago
- 36532fc Add detection of WORKSPACE cycles due to load statements by Damien Martin-Guillerez · 9 years ago
- 22fb90c Remove unused code. by Googler · 9 years ago
- 1d4c9d2 Set maximum limit on the number of actifacts shown in the output caused by conflicting actions. by Googler · 9 years ago
- 09a1b51 Uses J2ObjC's own JRE when tranpiling for j2objc_library. by Googler · 9 years ago
- 273ca5b Refactor AndroidStudioInfoAspectTestBase. by Dmitry Lomov · 9 years ago
- 8c7d565 Update the java flags to default as follows: by Luis Fernando Pino Duque · 9 years ago
- 52cdf67 Fix equality and comparison for SkylarkAspectClass. by Dmitry Lomov · 9 years ago
- d7d6d62 Don't keep packages in the default repository around after loading. by Brian Silverman · 9 years ago
- eef38fc Now that we don't do .class file replacement within binaries, drop the superfluous .toString() calls from Constants.java . by Lukacs Berki · 9 years ago
- e9b588e Remove deprecated objc_options. by Dave MacLachlan · 9 years ago
- 8c1138c Compile base classpaths for Bazel Jack support in android_sdk. by Michael Staib · 9 years ago
- e5fac81 Make help documentation for --experimental_output_tree_tracking more general. by Nathan Harmata · 9 years ago
- 65b91b2 Add default_ios_sdk_version attribute to xcode_version rules. by Chris Parsons · 9 years ago
- 2d9ec94 Add merge() methods to some Java providers. by Carmi Grushko · 9 years ago
- 3ae80a7 Fix glob performance regression introduced by commit 3a95f353704dc2f7061e2c0786c2459ac1db0fd1. by Nathan Harmata · 9 years ago
- 5b1fce5 sandbox: by Yue Gan · 9 years ago
- c96ed86 Mask turbine classes from the processor classpath to avoid version skew by Liam Miller-Cushon · 9 years ago
- de082b3 Introduces apple_cc_toolchain. by Cal Peyser · 9 years ago
- 7038d3f Remove magic terminal width 97 by Klaus Aehlig · 9 years ago
- 97a2c30 Make ProguardLibrary.collectLocalProguardSpecs and collectProguardSpecsFromAttribute work with attributes added by Aspects. by Carmi Grushko · 9 years ago
- 2eb2bc5 Add content encoding detection for downloader by Kristina Chodorow · 9 years ago
- c998252 Fixed html formatting in maven_jar description by David Mankin · 9 years ago
- b297341 Make bootstrap process wrapper honor '-' as stdout/stderr by Klaus Aehlig · 9 years ago
- b78bbd5 Add Python protobuf to Bazel third_party and move all protobuf targets into by David Chen · 9 years ago
- c4d448f Rename getGeneratingAction (which returns a SpawnAction) to getGeneratingSpawnAction. by Carmi Grushko · 9 years ago
- eb6e4f8 Expose feature list in SkylarkRuleContext. by Dmitry Lomov · 9 years ago
- fbd9487 Add APPLE_COVERAGE env variable to coverage tools. by Dmitry Shevchenko · 9 years ago
- 5f8e7a9 Separate download library so it can be reused by generate_workspace by Kristina Chodorow · 9 years ago
- d2ae1ca Enable overriding jsonnet binaries and stdlib for Jsonnet rules. by David Chen · 9 years ago
- 73476e9 Make manual multidex incompatible with .dex sharding. by Lukacs Berki · 9 years ago
- 90aef6d Allow java_toolchain.ijar to be a file by Liam Miller-Cushon · 9 years ago
- a6d9ba7 cc_configure: fallback to static crosstool for unsupported platform by Damien Martin-Guillerez · 9 years ago
- c430de2 Fix repository names for Groovy by Erik Kuefler · 9 years ago
- aac3b7e Update the java_langtools flag to default to @bazel_tools//tools/jdk:langtools. by Luis Fernando Pino Duque · 9 years ago
- 6c2aaac Adds bazel_version to the native module for workspace macros. by Damien Martin-Guillerez · 9 years ago
- d5faa98 Add an integration test for --experimental_ui by Klaus Aehlig · 9 years ago
- 5f38d9e fix typo: "is produce" -> "is produced" by Cal Peyser · 9 years ago
- ce83f39 Incremental dexing for sharded android_binary targets by Googler · 9 years ago
- d73a429 Refer to CharMatcher.javaLetterOrDigit() in a comment. by Michael Zhou · 9 years ago
- 6c2af1a Update header compilation to handle implicit attribute suffixes by Liam Miller-Cushon · 9 years ago
- 0053bc6 Description redacted. -- MOS_MIGRATED_REVID=117151379 by Liam Miller-Cushon · 9 years ago
- b6582fa Description redacted. -- MOS_MIGRATED_REVID=117139503 by Janak Ramakrishnan · 9 years ago
- ce372c3 Roll-forward of commit 4bf0018ed1cf8616297b951dc03dbde3f0db2503 with code to preserve order of glob matches: Parallelize fetches of symlink file values, subdirectory globs, and subdirectory package lookup values. This should improve change pruning speed when we have to check a glob. It also keeps GlobFunction closer to the contract of Skyframe, because in order to avoid quadratic restarts, it wasn't checking for missing deps between getValue calls. by Janak Ramakrishnan · 9 years ago
- bde5844 Move dump_syms from //tools/objc to //tools/osx. This will allow it to be referenced from the crosstool without crossing package boundaries. by Cal Peyser · 9 years ago
- 9379e93 Fix a small typo. by Googler · 9 years ago
- fc35602 Add Six 1.10.0 to third_party/py. by David Z. Chen · 9 years ago
- 791a4e2 Add protobuf .proto sources to third_party/protobuf. by David Z. Chen · 9 years ago
- 692b127 Expose more documentation to Skylark. by Dmitry Lomov · 9 years ago
- 8cad4bd Add semantic tests for ExperimentalStateTracker by Klaus Aehlig · 9 years ago
- 28e67b5 Add the last Bazel version number to ./compile.sh by Damien Martin-Guillerez · 9 years ago
- 9f2c4f7 Fix ClasspathConfiguredFragment bootclasspath collection by Liam Miller-Cushon · 9 years ago