bazel /
bazel /
417dad0f1e0d0ed4ccd5f8e52b49eb79937da49d - 417dad0 Rollback of commit dc0fbb42ab22ab8f3205b0884069e1ffe03677c9. by John Field · 9 years ago
- eb48421 Remove incorrect exec() on well_known_protos dependency. by Peter Schmitt · 9 years ago
- a5f374e Add --host_java_toolchain by Liam Miller-Cushon · 9 years ago
- d340525 Moves Android NDK support for NDK r10e to a separate package in preparation by Alex Humesky · 9 years ago
- 0fd2273 Allow actions to specify if extra actions can attach to them. by Janak Ramakrishnan · 9 years ago
- 2b0f54a Allow the action that calls proto-compiler, to do so using a params file. by Carmi Grushko · 9 years ago
- 802f39e Clean the API of ProtoCompileAction, in preparation for making the proto-compiler use a params file. by Carmi Grushko · 9 years ago
- bae12f9 Remove runWithLargeStack and remove some single-use abstractions by Liam Miller-Cushon · 9 years ago
- 777845c Remove SkylarkAspectClass.getDefintion. by Dmitry Lomov · 9 years ago
- 2e59ad7 Expose ObjcConfiguration to Skylark as fragment "objc" along with callable methods to return compiler options useful for reflection in aspects. by Erik Abair · 9 years ago
- e804017 Remove AspectClass.getDefinition by Dmitry Lomov · 9 years ago
- b5ce0bb Add a BUILD file for Netty. by Lukacs Berki · 9 years ago
- 4305c42 Add a BUILD.bazel file for boringssl. by Lukacs Berki · 9 years ago
- 1751f9f Eliminate BuildConfiguration.Fragment#prepareForExecutionPhase(). by Lukacs Berki · 9 years ago
- c0e5bc5 Move FDO support to the analysis phase by wrapping FdoSupport in its own SkyFunction. by Lukacs Berki · 9 years ago
- c23ba45 Fix typo in doc string by Klaus Aehlig · 9 years ago
- 4ef57da Skylark docs: fix ctx.file and ctx.files. by Laszlo Csomor · 9 years ago
- f86ad5f Remove Aspect field from AspectKey. by Dmitry Lomov · 9 years ago
- 525fa71 Mount whole directories into the sandbox when possible by Brian Silverman · 9 years ago
- 2eb8bdd Use the correct Aspect in AspectFunction for Skylark aspects. by Dmitry Lomov · 9 years ago
- b94a6d1 Fix the java compile for non-compatible type inference between java 7 and 8. by Googler · 9 years ago
- 3820e8d cpp: fix the name of the function where |extracted_binaries| is populated by Thiago Farina · 9 years ago
- ae22e10 Fix link to rust documentation. by Tom Prince · 9 years ago
- 52dcbf0 Fix incremental dexing with bazel test by Googler · 9 years ago
- 4045c36 Override any existing watch stubs and watch application bundle artifacts when copying. by Googler · 9 years ago
- 0de15d13 Add some documentation about --output=build. by Googler · 9 years ago
- 4f0fbe1 Add tests documenting the way rc-options are combined by Klaus Aehlig · 9 years ago
- 3514756 Make non-empty attribute checks happen during analysis of the target in question, rather than during loading of the target's package. This way a target's package won't be in error if e.g. an unrelated target has empty 'srcs'. by Nathan Harmata · 9 years ago
- eb89ccc Disable tree pruning for blacklisted annotation processors by Liam Miller-Cushon · 9 years ago
- 709984d Upgrade dd_plist to version 1.17 by Googler · 9 years ago
- 0f86dc8 4.25 of 5: Writing of UnwrittenMergedAndroidData by Googler · 9 years ago
- c0b4e2c Removing left over debug warning. by Googler · 9 years ago
- 54d94d2 Description redacted. -- MOS_MIGRATED_REVID=119053259 by Googler · 9 years ago
- e9e052d Clean up FancyTerminalEventHandler by Googler · 9 years ago
- e8a4163 Revert "Add AutoValue 1.2, in preparation for upgrading the existing 1.1 to 1.2. Motivation: 1.2 adds @AutoValue.Builder" by Lukacs T. Berki · 9 years ago
- 93cd7c3 Update protobuf sources to v3.0.0-beta-2 (aka. d5fb408d) by Lukacs T. Berki · 9 years ago
- 31b9fa4 Add BoringSSL to third_party . by Lukacs T. Berki · 9 years ago
- 4baa56c Add AutoValue 1.2, in preparation for upgrading the existing 1.1 to 1.2. Motivation: 1.2 adds @AutoValue.Builder by Carmi Grushko · 9 years ago
- 653869e Add zlib to the third_party directory. by Lukacs T. Berki · 9 years ago
- fd16ed1 Add Netty 4.1.0.CR6 to third_party. by Lukacs T. Berki · 9 years ago
- 8796230 Add nanopb to the set of third-party libraries. by Lukacs T. Berki · 9 years ago
- 168031d Update the x86_64 protoc with a statically linked version. by Lukacs T. Berki · 9 years ago
- 62d1e72 cpp: remove unnecessary visibility attribute from blaze_util target by Thiago Farina · 9 years ago
- 74d179a ijar: check the return value of getcwd() function by Thiago Farina · 9 years ago
- a6ae3e7 Add SMT detection for mac. Fixes #963. by Yue Gan · 9 years ago
- eea74e9 strip remote workspace path from java resources by Steven Parkes · 9 years ago
- 4344d76 Add the preinclude files to the mandatory input list of C++ compile actions. by Lukacs Berki · 9 years ago
- f07fd40 Add 'apple_watch1_extension' and 'apple_watch_extension_binary' to support building watch OS 1 apps. by Googler · 9 years ago
- ae8d687 transition to two blaze flags for incremental dexing by Googler · 9 years ago
- ef1f3f3 Remove shell quotes from javacopts by Liam Miller-Cushon · 9 years ago
- eefd808 Adds the output of -printconfiguration from proguard to the implicit outputs of by Alex Humesky · 9 years ago
- 9f2e673 Introduce a seperate name to distinguish the objc provider passed from native rules to skylark rules and that returned from skylark rules to depending native rules. This fixes a bug where a skylark rule that did not touch the objc provider would automatically pass up the objc provider it received from dependencies to dependant native rules, leading to duplicate symbol linking errors when the same objc provider was exported twice. by Cal Peyser · 9 years ago
- 84f78ff Correctly generates the expected file names of the generated protos when the names contain url, http or https. by Googler · 9 years ago
- 2ce24d4 experimental UI: update progress bar on progress events by Klaus Aehlig · 9 years ago
- 5116c1a Introduces action_config. Does this by: by Cal Peyser · 9 years ago
- 539d244 Expose AppleToolchain to skylark. by Cal Peyser · 9 years ago
- 2784fa0 Add workspace name to module_space in python stub_template.txt file Fixed #1040 by Yun Peng · 9 years ago
- b456840 Replace an exception message check with a class check. It's saner. by Lukacs Berki · 9 years ago
- e25642a experimental UI: show run-time for long-running actions in the progress bar by Klaus Aehlig · 9 years ago
- a63d961 Pass through the clock to the ExperimentalStateTracker by Klaus Aehlig · 9 years ago
- 61e3fc9 Dig out the builtin include file from the filegroup of libc_top instead of special-casing it in CppConfiguration. by Lukacs Berki · 9 years ago
- 002615c Point links for Skylark rule sets to the appropriate repositories. by David Chen · 9 years ago
- b1a3e51 Add a BUILD.bazel file for nanopb. by Lukacs Berki · 9 years ago
- 15f499d Simplify some of the code around invoking proguard. by Alex Humesky · 9 years ago
- 3c8f4e0 Allow compilations to have an empty source list by Liam Miller-Cushon · 9 years ago
- bd8898a Clarify that indirect deps are not necessarily transitive by Liam Miller-Cushon · 9 years ago
- b3e5a63 *_test rules now return an .xctest.dSYM bundle. by Googler · 9 years ago
- 6980f84 Remove BuildConfiguration#supportsIncrementalBuild , which is apparently unused. by Lukacs Berki · 9 years ago
- 081d202 Enable all Label instantiations to use a single intern pool to optimize memory usage by Googler · 9 years ago
- fdcb124 Make local_repository's interpretation of 'path' match the other rules' by Kristina Chodorow · 9 years ago
- 494e311 Make worker more defensive about NPEs by Kristina Chodorow · 9 years ago
- c12c939 Fix flaky process_wrapper_test and add some explanatory comments. by Philipp Wollermann · 9 years ago
- da46c8d6 Set shard_count to 2 to //src/test/java/com/google/devtools/build/lib:analysis_test by Damien Martin-Guillerez · 9 years ago
- f9276e2 Fix issues with cc_configure by Alpha Lam · 9 years ago
- 9778696 ijar: cast to size_t instead of int to avoid sign-compare warning. by Damien Martin-Guillerez · 9 years ago
- 53161ce Update roadmap by Damien Martin-Guillerez · 9 years ago
- e6faf70 ijar: fix mismatched-tags warnings by Thiago Farina · 9 years ago
- 21458dc Add source files of the C++ protobuf runtime library. by Lukacs T. Berki · 9 years ago
- 6ee1ddc Deduplicate annotation processor classes by Liam Miller-Cushon · 9 years ago
- 9a2ba60 Track which output files are written by Liam Miller-Cushon · 9 years ago
- e321ce2 Allow .o files as sources for objc builds. by Cal Peyser · 9 years ago
- f4de88b Handle more javacopts by Liam Miller-Cushon · 9 years ago
- 266937a Prune private fields and methods from the output by Liam Miller-Cushon · 9 years ago
- c7009b3 Support labels in new_{http,local}_repository's build_file attribute by Damien Martin-Guillerez · 9 years ago
- cdb49c5 Adds a blog post about C++ autoconf with Skylark remote repository by Damien Martin-Guillerez · 9 years ago
- 1305855 Change --experimental_oom_more_eagerly_threshold default to 100, so that it is a no-op by default. by Janak Ramakrishnan · 9 years ago
- 2cea5dd Don't try to clean up (and potentially exit with minor IOException exit code) if we actually crashed. by Janak Ramakrishnan · 9 years ago
- 215fa84 Make the Attribute.Builder.cloneBuilder() also copy aspects. by Carmi Grushko · 9 years ago
- 04e3e37 Remove the directories field from RepositoryFunction. by Ulf Adams · 9 years ago
- 2eaff2e Update the java flags to default as follows: by Luis Fernando Pino Duque · 9 years ago
- 91980e4 3.75 of 5: Renaming classes and interfaces by Googler · 9 years ago
- 23bc0af Drop unused skylarkinterface dependency from bazel-rules. by Julio Merino · 9 years ago
- e77455a experimental UI: present SUBCOMMANDS in the scroll-back buffer by Klaus Aehlig · 9 years ago
- affe39b Set --fat_apk_cpu=armeabi-v7a by default and remove Constants.ANDROID_DEFAULT_FAT_APK_CPUS. by Luis Fernando Pino Duque · 9 years ago
- 5dc18f5 Update octal refs in python script of pkg and docker rules by Damien Martin-Guillerez · 9 years ago
- 950c1ab Release 0.2.1 (2016-03-21) by Bazel Release System · 9 years ago
- be1b115 cc_configure.bzl: fix path to static crosstool by Damien Martin-Guillerez · 9 years ago
- 6b65cf3 Reimplement the configuration sanity check as a per-fragment check. by Ulf Adams · 9 years ago
- 7400fc2 Optionally stop adding headers from transitive modules as mandatory compilation inputs. As by Googler · 9 years ago
- c269abc Remove InterruptibleTest#testInterruptibleCommand by Damien Martin-Guillerez · 9 years ago