bazel /
bazel /
5b815a54f3d3d2290fc5a9eaf96f938425fa047a - 5b815a5 Adds a step before creating the resource apk (ap_) to swap out the application by Alex Humesky · 9 years ago
- 82e992e Add addMainDexListActionArguments to AndroidSemantics. by Googler · 9 years ago
- 6f162c8 Cache hash codes for filtering policies. by Eric Fellheimer · 9 years ago
- 20d57b6 Use params file for IDE aspect manifest action. by Googler · 9 years ago
- 1219345 Support absolute paths for zip files by Kristina Chodorow · 9 years ago
- e7e2301 Fix formatting and move images so that they actually load. by Dmitry Lomov · 9 years ago
- 3ad5645 Introduce TestConstants#PACKAGE_FACTORY_FACTORY_FOR_TESTING for the sake of making it easier to create PackageFactory instances in unit tests. by Nathan Harmata · 9 years ago
- 4ec1e58 Have SkylarkAttr expose whether a skylark rule class attribute type is configurable or not. by Nathan Harmata · 9 years ago
- 8fbf1e7 Add documentation about where to put new Skylark rules by Kristina Chodorow · 9 years ago
- 0c083ec Fix array dimensions for the roadmap by Damien Martin-Guillerez · 9 years ago
- b617f2e Rollback of commit b19d632b5ad832ec829980a8bf71b18bbf277143. by Yun Peng · 9 years ago
- 429fa89 Fix blog post layout by Dmitry Lomov · 9 years ago
- 1eaa13a Use the cc_toolchain rule instead of an event bus-based hack to signal an error when the LIPO context is not a cc_binary. by Lukacs Berki · 9 years ago
- 2eda8c1 Rollback of commit 0150e7fa5963fa569d9795c02fd3afe3c52ff30c. by Yun Peng · 9 years ago
- c72fac6 Blog: 0.3.0 Announcement by Damien Martin-Guillerez · 9 years ago
- 0150e7f Rollback of commit 828a9e2f167db8c4debca6e00ee37dd030849c2f. by Yun Peng · 9 years ago
- 2076c30 Update roadmap for 0.3 by Damien Martin-Guillerez · 9 years ago
- b19d632 Rollback of commit cc993c26047f8d459711ed211338570ce7c1576c. by Yun Peng · 9 years ago
- 7b05766 IDE support blog post. by Dmitry Lomov · 9 years ago
- 367982d Delete eclipse_generate.sh by Damien Martin-Guillerez · 9 years ago
- 104c9a2 Shard bazel_apple_test into 3 counts by Yun Peng · 9 years ago
- 8ca0ff9 docker_build: use a flagfile when creating the layer. by Damien Martin-Guillerez · 9 years ago
- 3cf7187 Make the Test Encyclopedia be called "Blaze Test Encyclopedia" internally and "Bazel Test Encyclopedia" externally. by Lukacs Berki · 9 years ago
- ccadf8d Release 0.3.0 (2016-06-10) by Bazel Release System · 9 years ago
- 3247ab4 Adds the path to the debug keystore to the apk_manifest. by Alex Humesky · 9 years ago
- 7300e89 Wipe out misleading stack trace in pre-allocated OOM exception. by Eric Fellheimer · 9 years ago
- 2c697d9 Small tweak to make Attribute serialization more testable by Michajlo Matijkiw · 9 years ago
- 586f80f Add equals & hashcode for FilesetEnty by Michajlo Matijkiw · 9 years ago
- f54af6e Reverts the protobuf lib dependency being loaded from tools/objc, and instead load it from //external. by Sergio Campama · 9 years ago
- 2ca9b72 Extract the @Param annotation from @SkylarkSignature by Damien Martin-Guillerez · 9 years ago
- 8ac08ba Basic Java documentation of Skylark Annotations by Damien Martin-Guillerez · 9 years ago
- 64ce87b Fix typos and grammar. by Julio Merino · 9 years ago
- ff30a73 Turn --legacy_external_runfiles back on by default by Damien Martin-Guillerez · 9 years ago
- cc993c2 Add missing actions to dependency_file feature by Yun Peng · 9 years ago
- 28f03b1 Remove a reference to targetConfiguration from BuildProgressPublisher in preparation for there not being a unique target configuration. by Lukacs Berki · 9 years ago
- dca1840 experimental ui: not only report errors, but also failures immediately by Klaus Aehlig · 9 years ago
- b5692bd Refactor cycle detection logic to handle dynamic configurations. by Greg Estren · 9 years ago
- ac2e6a5 Always register module map actions. by Dmitry Shevchenko · 9 years ago
- 42c4935 Provide means to clearly fail tests that fail because dynamic configs by Greg Estren · 9 years ago
- 073147b Remove --java_launcher_javatest_migration by Liam Miller-Cushon · 9 years ago
- 8bddd69 xcode_locator supports -v mode, which outputs only system-supported xcode versions and their aliases in easily-parsed format by Chris Parsons · 9 years ago
- fac8383 More refactor work on single-/multi- architecture accessor methods of AppleConfiguration. by Chris Parsons · 9 years ago
- bbab724 Wrap inputs to ObjcLink (via clang) invocations in an objlist, and pass the args as a -filelist arg. by Chris Parsons · 9 years ago
- 1df0cf1 Return a JavaCompilationArgs instead of JavaCompilationArtifacts from JavaLibraryHelper. by Carmi Grushko · 9 years ago
- 3319780 Improve example of $TEST_SRCDIR in the documentation. by Googler · 9 years ago
- 828a9e2 Move -MD and -MF(for dotd file generation) into feature by Yun Peng · 9 years ago
- fa878df Move -c and -o options into action_config by Yun Peng · 9 years ago
- 6e3e48e Update 'docker_build' to support 1.10 image format by Sam Guymer · 9 years ago
- 08820c7 Simplify ConfiguredTargetValue to get the actions from its superclass. by Googler · 9 years ago
- bf26762 Stop catching OutOfMemoryErrors when evaluating Skylark BuiltinFunctions. by Florian Weikert · 9 years ago
- 41d9fbb Fix erroneous HTML in install.md by Lee Mracek · 9 years ago
- 12fce21 fixed use_testrunner doc by ittaiz · 9 years ago
- 4c827b5 ExperimentalEventHandler: fix off-by-one error by Klaus Aehlig · 9 years ago
- e3108c5 Replaced arrays by single value for extra{Positionnals,Named} in SkylarkSignature by Damien Martin-Guillerez · 9 years ago
- aeee3b8 Fix delete[] warning on fsevents.cc by Damien Martin-Guillerez · 9 years ago
- 1b6852c Fixes test breakage on darwin by Dmitry Shevchenko · 9 years ago
- 9c72e54 Sets default shell executable for windows to msys64 bash.exe path because by Googler · 9 years ago
- caa000a Add a hook to Package.Builder.Helper that gets called by PackageFunction after the Package is fully loaded. by Nathan Harmata · 9 years ago
- dd845a9 Rollback of commit 6eea9bd27fc88129ccb2d74c1b550e83ebf39f17. by Googler · 9 years ago
- 559057b Small fixes: by Googler · 9 years ago
- be054e4 Don't keep the full java.util.HashMap produced when checking for conflicting by Googler · 9 years ago
- c6b9b56 Change the readContentsAsString to use the XMLOutputFactory instead of the manual writing. by Googler · 9 years ago
- 133638c Allow flags to be applied to an action using an action_config. A flag set on by Cal Peyser · 9 years ago
- 6eea9bd Add export ZERO_AR_DATE=1 to libtool.sh removing possible timestamp issues. by Googler · 9 years ago
- 9d52bc5 Replace override declarations with "virtual" so that we build on Ubuntu 12.04 . by Lukacs Berki · 9 years ago
- 2d34357 Implement missing IDE skylark aspect functionality. by Googler · 9 years ago
- c88fcfd Add module map support to ExperimentalObjcLibrary, which contains experimental support by Cal Peyser · 9 years ago
- 4c839b5 ErrorProne (http://errorprone.info/) suggested fixes for PackageFactory. by Nathan Harmata · 9 years ago
- 7387620 Skyframe changes to support SpawnActionTemplate. by Rumou Duan · 9 years ago
- 2410ef4 Refactor UnixGlob by consolidating the context of a glob subtask into a GlobTaskContext object. Also dedupe identical recursive calls that arise from our naive implementation of the glob algorithm. by Nathan Harmata · 9 years ago
- 7853e04 Remove the dead UnixGlob#Builder#addExcludes and move some existing tests around so that we still have good test coverage for 'excludes' in globs. by Nathan Harmata · 9 years ago
- 146ecf9 Separates the proto compilation action from the other linking sources, to isolate them from the linking target's defines and copts flags. Refactors CompilationAttributes into its own class with the Builder pattern. by Sergio Campama · 9 years ago
- 4f72b2c Add --experimental_multi_threaded_digest which lets DigestUtils use multiple threads when calculating the MD5 hash even for large files. Might improve performance when using an SSD. by Philipp Wollermann · 9 years ago
- 8240b74 Rollback of commit bda8ae9212621da50d6b18f185f99450fb6d6da9. by Lukacs Berki · 9 years ago
- b0119d7 Create the output directory when invoking repository_ctx.download_and_extract by Damien Martin-Guillerez · 9 years ago
- 25a98e1 repository_ctx.execute: execute from the external repository root and allow to override the environment variables. by Damien Martin-Guillerez · 9 years ago
- 3ae5912 Skylark: callback functions can now explicitly specify their required attributes as parameters, without using an attribute_map. by Florian Weikert · 9 years ago
- bda8ae9 Remove redirect chasing from AndroidConfiguration.Loader. by Lukacs Berki · 9 years ago
- 9668b82 Use alias instead of a filegroup for the //tools/cpp:toolchain entry point for the C++ toolchain. by Lukacs Berki · 9 years ago
- a9301fa Inline JavaLibraryHelper.Info. by Carmi Grushko · 9 years ago
- 696a4a7 Add uses_swift flag to the providers exported by swift_library. by Dmitry Shevchenko · 9 years ago
- 91d3433 Convert the Bazel JUnit4 test runner from Guice to Dagger. by Googler · 9 years ago
- 1d70780 Remove emitProviders and simplify JavaLibraryHelper to take JavaCompilationArgsProvider instead of general deps. by Carmi Grushko · 9 years ago
- 3bee551 Enable the AndroidResourceProcessingAction to accept splits. by Michael Staib · 9 years ago
- f5c7e77 Fix a typo in test log. by Dmitry Shevchenko · 9 years ago
- 6d07acb Add @loader_path to -rpath for xctest targets. by Dmitry Shevchenko · 9 years ago
- bba483f Migrate to alias-based redirection for android_sdk. by Lukacs Berki · 9 years ago
- d8b80c3 Make a 'did you mean' suggestion when referencing a non-existent label. by Laurent Le Brun · 9 years ago
- 55d5523 Add test for --test_summary=detailed. by Han-Wen Nienhuys · 9 years ago
- 22f83f8 Delete the legacy global function 'provider'. by Laurent Le Brun · 9 years ago
- 80af2cb Fix the fail test of java examples by Damien Martin-Guillerez · 9 years ago
- ba323b9 Add resource_jar to android_studio_info.proto. by Googler · 9 years ago
- f1be207 Fix typo in documentation for macros. by Googler · 9 years ago
- 23d5e1f Clarify documentation of why glob() does not apply to generated files. by Googler · 9 years ago
- a50b7b7 Don't create CommandCompleteEvent for OOMs ahead of time. Its super-constructor records timestamps and gc stats under the covers, so that data will be inaccurate. by Janak Ramakrishnan · 9 years ago
- f65ed85 by Googler · 9 years ago
- 1315175 Add support for more augmented-assignment operators. by Googler · 9 years ago
- 1bfa401 Add support for an "inclusion filter" to DexMapper tool by Googler · 9 years ago
- d9f3e89 install.md: Add instructions for installing Bazel with APT on ubuntu and Homebrew on Mac OS X. by Yun Peng · 9 years ago
- 07122cf experimental UI: when showing the last test, color-code its state by Klaus Aehlig · 9 years ago