- 55ac951 Propagate swift_library defines attribute to parents. by Dmitry Shevchenko · 8 years ago
- ba41c2d Add bin_dir and genfiles_dir to ctx by Kristina Chodorow · 8 years ago
- 3e5ac9d Move bazel apple tests into a separate package. by Dmitry Shevchenko · 8 years ago
- 67d736b Handles missing classes.jar in aar_import gracefully, by creating an empty jar file instead of crashing Bazel. by Adam Michael · 8 years ago
- d18e78b Fix messed-up indentation in make_deb.py by Benjamin Staffin · 8 years ago
- 7cde82e Remove HOST_CFG and DATA_CFG references that cause warnings by Kristina Chodorow · 8 years ago
- ffdc05d Add action_config and feature for linking on Windows by Yun Peng · 8 years ago
- 27085f4 Remove JavaCpuSupplier; use the actual --cpu value instead. by Ulf Adams · 8 years ago
- 559aad7 Validate swift_library names by Dmitry Shevchenko · 8 years ago
- 39bb51a Roll forward of commit deeeb31f8ba0f196fbc9ca2a177d59d57ea50b32. by Dmitry Shevchenko · 8 years ago
- 27cd7f6 Rollback of commit af8ebca2b88a0ee1129b72b4ce825f6489c31e67. by Damien Martin-Guillerez · 8 years ago
- 567aaf4 Allow adaptresourcefilecontents for proguard configuration, and -s in the directive value. by Googler · 8 years ago
- 7479f67 Check "xcodebuild -version" first before building the xcode locator. by Chris Parsons · 8 years ago
- 25b952b Rollback of commit deeeb31f8ba0f196fbc9ca2a177d59d57ea50b32. by Dmitry Shevchenko · 8 years ago
- deeeb31 Add a way to select non-default Xcode toolchain by Dmitry Shevchenko · 8 years ago
- 0bddbc7 Add genfiles to include paths to allow full-path imports of generated protos by Googler · 8 years ago
- 1b4b207 Remove dependency on $unzip for aar_import. Replaces the functionality with //third_party/ijar/zipper. by Adam Michael · 8 years ago
- 954c8ab Use ijar:zipper instead of zipinfo for zip_manifest_creator.sh. by Adam Michael · 8 years ago
- fd158cb Silence the warning about Javac not supporting workers during bootstrap by renaming the action mnemonic in the Java Skylark rules to JavacBootstrap. by Philipp Wollermann · 8 years ago
- 1eac7e8 Use minimum OS flags for watchOS and tvOS actions. by Chris Parsons · 8 years ago
- af8ebca Open source dex merging tools for incremental dexing. by Adam Michael · 8 years ago
- c30432c Fix cc_configure on Windows by Yun Peng · 8 years ago
- eb87208 Make cc_configure on Windows more robust by Yun Peng · 8 years ago
- 93fdac0 patch bootclasspath to allow javac to compile lambdas and method references in android_* targets (behind existing flag). by Googler · 8 years ago
- eedb41e In J2ObjC proto aspect, add a proto file blacklist to filter out unnecessary protos from linking into the final binary. by Rumou Duan · 8 years ago
- af552c7 Some changes in MSVC toolchain by Yun Peng · 8 years ago
- d10984e Add bitcode handling to swift_library by Dmitry Shevchenko · 8 years ago
- 48859c1 Move hash computation from bash script to a python script because calling md5 repeatedly from bash is too slow. by Googler · 8 years ago
- 503dc31 Change the filegroup for the android sdk to an alias to unbreak android in bazel after commit 1092e9d68773adb7444cc85a47af650aeeaf65fc by Alex Humesky · 8 years ago
- 3f0d3b6 Implementation of maven_jar rule in Skylark. by Jingwen Chen · 8 years ago
- 5027288 Cleanup swift_library after Blaze release. by Dmitry Shevchenko · 8 years ago
- abcca0c Add test for //tools/zip/zip_manifest_creator by Adam Michael · 8 years ago
- 5b8b3de Add copts attribute to swift_library. by Dmitry Shevchenko · 8 years ago
- cc867d4 In local_xcode_config rule, when xcode-locator-bin fails (generally due to xcode not being installed), create a stub xcode_version target instead of a malformed one. by Chris Parsons · 8 years ago
- 08849b2 Description redacted. -- MOS_MIGRATED_REVID=133693782 by Laurent Le Brun · 8 years ago
- 01a9bd1 Enable the generation of Objc protos in whichever host machine it is running. by Sergio Campama · 8 years ago
- 77bd24b Replace HOST_CFG with "host" as the former has been marked as deprecated. by Sergio Campama · 8 years ago
- a51ade3 Java 8 support for Android builds, initially with incremental dexing only. by Googler · 8 years ago
- 1ca3299 Clarify the intermediate outputs handling in swift_library by Dmitry Shevchenko · 8 years ago
- e7cc19a Make aar_import not fail on aars that do not contain resources. by Adam Michael · 8 years ago
- 5d03c5c Checking BAZEL_SH first when looking for bash on Windows by Yun Peng · 8 years ago
- f8a6752 Adds aar_import rule to Bazel along with tools needed to implement it. Currently only uses AndroidManifest.xml, classes.jar and res/ from AARs. This is sufficient for many of the AARs of Google Play Services and Android Support Repository. by Adam Michael · 8 years ago
- 6e05115 Move Skylark git_repository rules to git.bzl. by David Chen · 8 years ago
- ac99ba2 Handle minimum OS version in swift_library. by Dmitry Shevchenko · 8 years ago
- 6022b7b Rollback of commit 4381a1d6e8f711957f430aac0c301acec6dfa0eb. by Damien Martin-Guillerez · 8 years ago
- 4381a1d Global cleanup change. by Vladimir Moskva · 8 years ago
- 3a5663f Fix error message to actually use python string formatting by Kristina Chodorow · 8 years ago
- c02dc27 Global cleanup change. by Vladimir Moskva · 8 years ago
- 9ae6de5 Modify BUILD.static to use cc_toolchain_suite by Yun Peng · 8 years ago
- ce74693 Scope swift_library object outputs to a unique directory. by Dmitry Shevchenko · 8 years ago
- d34445f Remove debugging print. by Dmitry Shevchenko · 8 years ago
- 9f1f282 Global cleanup change. by Vladimir Moskva · 8 years ago
- 8cb48f7 Re-add support for watchOS in swift_library. by Dmitry Shevchenko · 8 years ago
- 02211a6 Remove dependency on gnu sed by Paul Cody Johnston · 8 years ago
- 87463e7 Fix docker_build() run when using Docker < 1.8 by Sam Guymer · 8 years ago
- 180d1b5 Update all tests so that they use a cc_toolchain_suite instead of a filegroup to declare C++ toolchains. by Lukacs Berki · 8 years ago
- 6b4b269 Adds a jar filter to the IntelliJ IDE aspect. by Googler · 8 years ago
- f7a022e Add BUILD target for bazel apksigner and BUILD.tools so that it can be used in by Adam Michael · 8 years ago
- 5748e2d Disable references to single_arch_{cpu,platform}. by Julio Merino · 8 years ago
- 60a7e63 Python bits split from 130443322 by Googler · 8 years ago
- 381850e xcode_configure repository rule for determining locally installed versions of xcode to select between, relaxing the requirement that users specify --xcode_version and --ios_sdk_version even if they have only one version installed. by Chris Parsons · 8 years ago
- e6fc254 pkg_deb: Make distribution and urgency adjustable by Benjamin Staffin · 9 years ago
- 13c60d0 Add support for watchOS in swift_library by Dmitry Shevchenko · 9 years ago
- a32a70c Add a resource validator action for android_library by Googler · 9 years ago
- 5963ae7 Add a lightweight resource merge action. by Googler · 9 years ago
- 3330528 Add conffiles support to pkg_deb by Michal Rydlo · 9 years ago
- 7576acc Merge xmlns decls in old manifest merger to help transition by Googler · 9 years ago
- 0b701b2 Add external reference for android customtabs by Simon Horlick · 9 years ago
- 76a2bbc Remove support for thin archives. by Lukacs Berki · 9 years ago
- f3d431d Use -fno-canonical-system-headers when supported by Brian Silverman · 9 years ago
- dbbe789 Delete unused empty file. by Adam Michael · 9 years ago
- ff33193 Replaces sh_binary redirects with aliases in Bazel. by Adam Michael · 9 years ago
- a85fabc Include the location of the current swiftmodule for LLDB. by Dmitry Shevchenko · 9 years ago
- e47a5a9 Remove all temporary detrius upon exiting objc action scripts. by Peter Schmitt · 9 years ago
- c6bdd39 fixed strip_prefix related with issue#1604 by Zhexuan Yang · 9 years ago
- 5a4b445 StandaloneTestStrategy: Pass relative JAVA_RUNFILES and PYTHON_RUNFILES to tests by Yue Gan · 9 years ago
- df14501 Add a way to set build configuration values (defines) on swift_library targets. by Dmitry Shevchenko · 9 years ago
- 490f250 workers: Use workers by default for Javac. by Philipp Wollermann · 9 years ago
- 7c38828 executable attribute on apple_genrule, which allows users to run apple_genrule targets on the command line. by Chris Parsons · 9 years ago
- fcd6847 Add a resource parsing action. by Googler · 9 years ago
- a1a13ae J2ObjC wrapper support for java annotation support with unpredictable inputs/outputs. by Rumou Duan · 9 years ago
- 8910087 Typo fixes in markdown and javadoc as suggested by intellij typo inspection. by Googler · 9 years ago
- 247bbfa Add Skylark definitions of {new_,}git_repository. by Nelson Elhage · 9 years ago
- bcb3eb6 Description redacted. -- MOS_MIGRATED_REVID=128258430 by Googler · 9 years ago
- 5eb86fe Export xcode_locator's source file under tools/osx/ to make it available for reference by future repository rules. Removes the xcode-locator binary file under tools/objc. Originally, the precompiled binary was going to be referenced, but it's easier to build from source in the repository rule. by Chris Parsons · 9 years ago
- c5534d6 Rollback of commit 6b1856c0da95ccea97b13890b2617bd0635f4291. by Tobias Werth · 9 years ago
- 6b1856c Make [] happy again by adding a test with the same name as the one whose deletion it did not notice, //third_party/bazel/tools/build_defs/test:swift_lib_test . by Tobias Werth · 9 years ago
- a411746 cc_configure.bzl: Output error message when executing a command fails by Yun Peng · 9 years ago
- ee7d9da Fix tests under build_defs/apple/test. by Dmitry Shevchenko · 9 years ago
- 001aade Adding default value for environment variables and python binary by Yun Peng · 9 years ago
- 74cb8c7 When running Javac and related tools, use -XX:+TieredCompilation -XX:TieredStopAtLevel=1 instead of -client, as the latter is ignored on 64-bit JVMs since at least JDK 6. by Philipp Wollermann · 9 years ago
- 42d8290 Fix Windows tests. by Dmitry Lomov · 9 years ago
- 44fa4c7 Fixed repository.which() on Windows by Yun Peng · 9 years ago
- a035992 StandaloneTestStrategy: Use relative paths for environmental variables related to tests. by Philipp Wollermann · 9 years ago
- 63d4726 Remove a TODO for a closed bug. by Dmitry Shevchenko · 9 years ago
- 56b16e7 Autoconfigure MSVC CROSSTOOL by Yun Peng · 9 years ago
- 9551686 Enable @testable import in swift_library by Dmitry Shevchenko · 9 years ago
- 758a73e Make swift_library explicitly specify the module maps it is using. by Dmitry Shevchenko · 9 years ago
- 4be7fdb RELNOTES: use xcrun simctl instead of iossim to launch the app for "blaze run". by Googler · 9 years ago
- 3348513 More pieces of RClassGeneratorAction by Googler · 9 years ago