- 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
- 6e03cbe Switch swift_library to using swiftc instead of swift -frontend. by Dmitry Shevchenko · 9 years ago
- c5804ab Global cleanup change. by Laurent Le Brun · 9 years ago
- 7d265e0 Add all the sources to //:srcs filegroup and add a check to detect by Damien Martin-Guillerez · 9 years ago
- fdb5a8c Fixed Bazel deb package dependency on Ubuntu 16.04 by Yun Peng · 9 years ago
- 7e93587 Remove hacks of building dll from msvc_link.py by Yun Peng · 9 years ago
- 9e9d6ed Make building dll less a hack on Windows by Yun Peng · 9 years ago
- 6b6ff76 Adding features to MSVC CROSSTOOL by Yun Peng · 9 years ago
- eb6e6af Add compilation mode handling to swift_library. by Dmitry Shevchenko · 9 years ago
- 6adba3b Rollback of commit 368cc56fb2baa3e21be4acdd2410a4ce8245de93. by Googler · 9 years ago
- 368cc56 Move platform environment from xcrun_action to apple_action. by Googler · 9 years ago
- 8f460f3 Refactor how coverage support files get to test actions. by Lukacs Berki · 9 years ago
- d8372d2 Improve Clang modules compilation from swift_library rule by Dmitry Shevchenko · 9 years ago
- e1a4a81 Adds the Android manifest merger as an option for android_binary rules. The merger that is used (legacy or android) is controlled by the manifest_merger attribute on android_binary and the default is controlled by the --android_manifest_merger flag. by Andrew Pellegrini · 9 years ago
- 4068a1d Description redacted. -- MOS_MIGRATED_REVID=125589653 by Carmi Grushko · 9 years ago
- bb08e15 Rename data_path to strip_prefix, and directory to package_dir. Fixes #1403 by Yue Gan · 9 years ago
- 4ec251b Roll forward of commit 2ba818ca7d2c77f517f1c0e6540c9af0501b7fb2: Ensure manifest merger places the application element as the last child of the manifest element. This is required for Android N. by Andrew Pellegrini · 9 years ago
- 758d5e2 Fix test runner on Windows without runfiles. by Dmitry Lomov · 9 years ago
- a5afe95 Replace #!/bin/bash -eu with #!/bin/bash and "set -eu". Otherwise, the "-eu" is not picked up when you run the scripts manually using "bash script.sh". by Philipp Wollermann · 9 years ago
- c200914 When running Java-based 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
- a148b4c Disable runfiles on Windows. by Dmitry Lomov · 9 years ago
- 3490ba0 Adds missing arguments. Fixes #1403. by Yue Gan · 9 years ago
- 1442442 Remove breakpad support from bazel by Dmitry Shevchenko · 9 years ago
- 2ba818c Rollback of commit df39a8a06e32aa864d2504df1ea2c7ed162c8c1d. by Googler · 9 years ago
- df39a8a Ensure manifest merger places the application element as the last child of the manifest element. This is required for Android N. by Andrew Pellegrini · 9 years ago
- 455e302 Use valid workspace names in docker_build by Googler · 9 years ago
- 5b815a5 Adds a step before creating the resource apk (ap_) to swap out the application by Alex Humesky · 9 years ago
- 8ca0ff9 docker_build: use a flagfile when creating the layer. by Damien Martin-Guillerez · 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
- 6e3e48e Update 'docker_build' to support 1.10 image format by Sam Guymer · 9 years ago
- 8240b74 Rollback of commit bda8ae9212621da50d6b18f185f99450fb6d6da9. 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
- 696a4a7 Add uses_swift flag to the providers exported by swift_library. by Dmitry Shevchenko · 9 years ago
- bba483f Migrate to alias-based redirection for android_sdk. by Lukacs Berki · 9 years ago
- 2c56d33 Wire up the |user| parameter to |docker_build|. by Googler · 9 years ago
- 8ed9cd4 Cleanup framework path handling in swift_library by Dmitry Shevchenko · 9 years ago
- 9aafb15 Make cpp tests refer to docker runfiles at the right path by Kristina Chodorow · 9 years ago
- dc54452 Make Android rules/tests refer to the correct runfiles paths by Kristina Chodorow · 9 years ago
- a8efe48 cc_configure: removes -no-canonical-prefixes from the list of default flags by Damien Martin-Guillerez · 9 years ago
- befa57c Update swift_library logic for module name generation by Dmitry Shevchenko · 9 years ago
- a3dedfc Add support for importing frameworks to swift_library. by Dmitry Shevchenko · 9 years ago
- 879af5b Add support for module maps to swift_library by Dmitry Shevchenko · 9 years ago
- f945a0c Support for gathering all the protos seen in the transitive closure of dependencies through the ObjcProtoAspect, compiling and linking the generated protos at the final linking target. This is only enabled for objc_proto_libraries using the portable_proto_filters attribute, and guarded with the "--experimental_auto_top_level_union_objc_protos" flag. This prevents duplicate symbol errors as the generated sources are only linked once. by Sergio Campama · 9 years ago
- 1f67a7b libtool wrapper script to isolate the unfortunate hacks we must make to get around apple's buggy libtool tool by Chris Parsons · 9 years ago
- 5d7ac1a Cleanup swift.bzl. by Dmitry Shevchenko · 9 years ago
- 3caacf1 Support top-level packages in pkg_tar by Kristina Chodorow · 9 years ago
- b86809e Add -headerpad_max_install_names to darwin CROSSTOOL linker flags. by David Chen · 9 years ago
- 892f12e Export Objective-C header from swift_library. by Dmitry Shevchenko · 9 years ago
- 4caa04f cc_configure: correctly detect 32/64 bits CPU for Linux by Damien Martin-Guillerez · 9 years ago
- c9d4fae Global cleanup change. by Michael Staib · 9 years ago
- e52ebec MSVC toolchain changes for building TensorFlow by Yun Peng · 9 years ago
- ec2657f cc_configure: use the wrapper only if on Darwin and ship the environment only if in homebrew by Damien Martin-Guillerez · 9 years ago
- de424b6 Remove rust, jsonnet, scala and closure from the Bazel repository by Damien Martin-Guillerez · 9 years ago
- a51a85e Cut dependency on BoringSSL. by Lukacs Berki · 9 years ago
- 3f69751 Add generated docs to Jekyll tree build target. Add script for bringing up by David Chen · 9 years ago
- 9a21e20 Distinguish between the build tools version and the build tools directory in android_sdk_repository so that preview sdks can be correctly handled. For example, the name in the build-tools directory might be "24.0.0-preview", but its version is actually "24 rc3" from build-tools/24.0.0-preview/source.properties. by Alex Humesky · 9 years ago
- 6dab815 Rollback of commit 5e6218ea4e83a7fadfe54c35488781da550ce13e. by Damien Martin-Guillerez · 9 years ago
- 5e6218e Rollback of commit 87a58589d6770a6e9a0f998274bfe69f1feb6014. by Damien Martin-Guillerez · 9 years ago
- e4880eb Add turbine to embedded tools by Liam Miller-Cushon · 9 years ago
- 87846c7 Attempt 3 at deduping libtool inputs with the same basename. Libtool wrapper overrides old previous symlinks it created. by Chris Parsons · 9 years ago
- 87a5858 Rollback of commit b4549fe8dfb29f87fd37b38bf21a5b4bef818b12. by Damien Martin-Guillerez · 9 years ago
- f8f1be3 Rollback of commit c9f2881f2540a7aa7c5f6d76f4bdad5d35d1c3b6. by Googler · 9 years ago
- b4549fe Rollback of commit f1f24fc4b5aa83b7a4b872ec8f1c3a369799c081. by Damien Martin-Guillerez · 9 years ago
- f1f24fc Ship the environment fixed at configure time to the C++ compiler by Damien Martin-Guillerez · 9 years ago
- f787d31 Adds the compiler to the key for selecting the cc_toolchain label in by Alex Humesky · 9 years ago
- 28cc14b Fix paths in Android scripts to always look under bazel_tools by Kristina Chodorow · 9 years ago
- d181a84 Add support for the new ObjcProvider interface. by Dmitry Shevchenko · 9 years ago
- c9f2881 Rollforward of "Workaround for duplicate input basename bug in apple's libtool", with regex fix by Chris Parsons · 9 years ago
- 17bc4dc Rollback of commit 910a907e643d3b1320c9ebd6b2b339848089acce. by Chris Parsons · 9 years ago
- 910a907 Workaround for duplicate input basename bug in apple's libtool. by Chris Parsons · 9 years ago
- efebc4d cc_configure: add -lm to the default linker flags by Damien Martin-Guillerez · 9 years ago
- c6da034 cc_configure: do not assume the message from gcc is in English by Damien Martin-Guillerez · 9 years ago
- 3bbfe16 cc_configure.bzl: support spaces in CC environment by Damien Martin-Guillerez · 9 years ago
- 8e226d6 Include debug entitlements by default when building non-release builds. by Peter Schmitt · 9 years ago
- 7124f56 Replace the inlined SDK path with apple_common call. by Dmitry Shevchenko · 9 years ago
- bac102a Set --android_sdk=@bazel_tools//tools/android:sdk by default and delete Constants.ANDROID_DEFAULT_SDK. by Luis Fernando Pino Duque · 9 years ago
- 6cab55b cc_configure.bzl: Add -Wl,-no-as-needed as default link options by Damien Martin-Guillerez · 9 years ago
- 21e3f7b Ensure env is passed to DockerLayer actions so xzcat works by Simon Horlick · 9 years ago
- 6ba22c0 Add the workspace name to the SDK path by Kristina Chodorow · 9 years ago
- 57be344 Enable msvc toolchain to support params file by Yun Peng · 9 years ago
- 810d60a cc_configure: Add -B to compiler flag too by Damien Martin-Guillerez · 9 years ago
- 2036dbd Add a Skylark rule to build Swift modules. by Dmitry Shevchenko · 9 years ago
- ead2be4 Add apple_genrule to bazel. by Dave MacLachlan · 9 years ago
- 0ad9f5e Refactor JDK 7 build to use the vendored version of it by Damien Martin-Guillerez · 9 years ago
- 01e7914 Prevent msvc toolchain's python wrapper script from generating pyc files by Yun Peng · 9 years ago