- 5163ec2 Rollback of commit c9dbd4c1a4a4b4345c0b3924f86e01612ae12807. by Marcel Hlopko · 8 years ago
- e7fd539 In the j2objc wrapper script, add the ability to process more than one source jars. by Rumou Duan · 8 years ago
- c9dbd4c Enable header compilation by default by Liam Miller-Cushon · 8 years ago
- 7c590e5 Remove method presence check after a bazel release by Dmitry Shevchenko · 8 years ago
- cf6e173 Separate bazel/blaze-specific changes in IntelliJ aspect. by Googler · 8 years ago
- 1a61733 Create indirections to intellij_info.bzl. by Googler · 8 years ago
- 2433b60 Remove filegroups in tools/android/BUILD.tools in favor of aliases. by Adam Michael · 8 years ago
- 8cb0848 Rollback of commit 27895101ce3d8e88b80e53f98fccf1d72310b54d. by Googler · 8 years ago
- 2789510 Create indirections to intellij_info.bzl. by Googler · 8 years ago
- 0a7a421 Remove conditionals in skylark apple rules for presence of objc.dynamic_framework_dir by Chris Parsons · 8 years ago
- d7e1571 Force debug info output into Swift modules by Dmitry Shevchenko · 8 years ago
- 8741940 Split tools/android/BUILD into BUILD and BUILD.tools. by Adam Michael · 8 years ago
- 6e071515 xcode locator prefers xcodes installed under /Applications/ by Chris Parsons · 8 years ago
- c76c93e Support gold linker in cc_configure.bzl by Marcel Hlopko · 8 years ago
- b5fb12f Guard -pass-exit-codes to support clang by Marcel Hlopko · 8 years ago
- 1b6535c Introduce --apple_crosstool_top, which sets the crosstool for sources in objc_*/apple_*/ios_* targets and their dependencies. by Cal Peyser · 8 years ago
- 92a1eb7 Add stub ios toolchain to bazel BUILD.static by Cal Peyser · 8 years ago
- b1abe46 Rollback of commit e81ff0e156647ae680346ac833313319e7ea69d6. by Alex Humesky · 8 years ago
- 75c95ac Rename toolchain_flags to legacy_link_flags build variable by Marcel Hlopko · 8 years ago
- a2f2c40 Rollback of commit 87fd5baeaa3f983bbec0c0dbc7b16eb52cf2267f. by Tobias Werth · 8 years ago
- f768232 Rollback of commit b7c00d8762d74fb54d0a6b0eb355abc6dc7a97c3. by Damien Martin-Guillerez · 8 years ago
- 5b63024 Move hardcoded toolchain linker flags to CROSSTOOL by Marcel Hlopko · 8 years ago
- 5374d4f Move hardcoded -L linker flags to CROSSTOOL by Marcel Hlopko · 8 years ago
- 87fd5ba Introduce --apple_crosstool_top, which sets the crosstool for sources in objc_*/apple_*/ios_* targets and their dependencies. by Cal Peyser · 8 years ago
- e81ff0e Remove broken and unused Android tools aliases. by Adam Michael · 8 years ago
- b7c00d8 Export dot-format graphs as-is and download dot as an external repo by Kristina Chodorow · 8 years ago
- 98398a2 Rollback AppleCrosstoolChange by Cal Peyser · 8 years ago
- 303e5bf Introduce --apple_crosstool_top, which sets the crosstool for sources in objc_*/apple_*/ios_* targets and their dependencies. by Cal Peyser · 8 years ago
- 1672c76 Increases stack memory to 4m when executing j2objc to match what Blaze uses by Googler · 8 years ago
- e9c123a Propagate along the "test" attribute of web_test. by Googler · 8 years ago
- d86a127 Global cleanup change. by Kristina Chodorow · 8 years ago
- fa3ed04 Enable threaded Whole Module Optimization by Dmitry Shevchenko · 8 years ago
- aaee64e Power support by Nishidha Panpaliya · 8 years ago
- 39e5a46 Fix cycle in dependency graph during bootstrap by Damien Martin-Guillerez · 8 years ago
- 4a75349 Avoids NullPointerException when running `bazel coverage //:xxx`, since PathFragment.getParentDirectory() may return null. Fixes #2212. by Yue Gan · 8 years ago
- a7a9dbc Rollback of commit b9f914fa56a00530d38b597dc853aad50d1decfb. by Kristina Chodorow · 8 years ago
- f026e14 Add a default ios_x86_64 toolchain stub to the automatically generated bazel crosstool. by Cal Peyser · 8 years ago
- b9f914f Make Bazel build dot by Kristina Chodorow · 8 years ago
- 5875be7 Only enable _FORTIFY_SOURCE for opt builds. by Marcel Hlopko · 8 years ago
- cf1c437 Expose apple_generate_dsym value to Skylark and use in swift_library by Dmitry Shevchenko · 8 years ago
- 2354dc0 pass -fno-canonical-headers only once by Marcel Hlopko · 8 years ago
- 001380d Add an option to enable Whole Module Optimization by Dmitry Shevchenko · 8 years ago
- 0b9ebfe Rollback of commit 27cd7f6bb4a02f56f9ad73e57e71e69a1c00d5ea. by Adam Michael · 8 years ago
- c3f6a6a Extract swiftc input calculation from swift_library by Googler · 8 years ago
- df03696 Extract swiftc argument generation from swift_library implementation by Googler · 8 years ago
- 6b1d318 Switch to using multi-level repository names by default. by Googler · 8 years ago
- 3e0aa67 Break out xcrun env from xcrun_action by Dmitry Shevchenko · 8 years ago
- 0ca9d7e Simplify propagation of linker params by replacing global_whole_archive with by Marcel Hlopko · 8 years ago
- 25120df Initial code for Persistent Java Test Runner. by Kush Chakraborty · 8 years ago
- 443faf1 Global cleanup change. by Kristina Chodorow · 8 years ago
- 2c2d190 Pass isExternal field to blaze ide info proto by Googler · 8 years ago
- 09c7221 Improved support for /MD and /MT in MSVC [#2120] by Javier Dehesa · 8 years ago
- b9aadcb Windows: Fix cuda option parsing when /Od is passed by Yun Peng · 8 years ago
- 33d9e2a move linker flags from compiler_flags to linker_flags; fix option syntax by Marcel Hlopko · 8 years ago
- c4f55ad Rollback of commit 14e35546302a48d1074bc2456ef4d63c27c9d3a1. by Adam Michael · 8 years ago
- d6885e2 Rollforward of "Split ObjcProvider.framework_dir into static and dynamic framework directories." by Chris Parsons · 8 years ago
- 978c4a9 Bazel uses apksigner from SDK build-tools instead of embedded jar. by Adam Michael · 8 years ago
- 304da48 Rollback of commit 84e7bbc03d22a98e1036c9a3abf1d451e602348b. by Damien Martin-Guillerez · 8 years ago
- 84e7bbc Pass isExternal field to blaze ide info proto by Googler · 8 years ago
- af1e3c2 Add LcovMerger. (series 2/4 of open-sourcing coverage command for java test) by Yue Gan · 8 years ago
- c9e363c Rollback of commit 9de9f374cf63e8e6938c9ce80820c9f46f641241. by Damien Martin-Guillerez · 8 years ago
- 9de9f37 Pass isExternal field to blaze ide info proto by Googler · 8 years ago
- a110ac4 Make the settings attribute of Skylark maven_jar and maven_aar a label. by Adam Michael · 8 years ago
- 14e3554 Rollback of commit f699b502ef6a57dc68570486191ad1c318e8fd1b. by Adam Michael · 8 years ago
- 07d012e Enable fallback URLs in Skylark http rules. by David Chen · 8 years ago
- b89f30e Add support for rules_test on rules in a different repository or in the by John Cater · 8 years ago
- f699b50 Delete old targets from android_sdk_repository_template.bzl by Adam Michael · 8 years ago
- 4f3d778 Rename android_studio_ide_info proto and members. by Googler · 8 years ago
- 165a813 Remove legacy intellij_info test support. by Googler · 8 years ago
- 3e4bbbd Rename intellij_info.bzl outputs and output groups. by Googler · 8 years ago
- 325b155 cc_configure.bzl: Using registry information to find VS by Yun Peng · 8 years ago
- 52b03d1 Make //tols/cpp/test start from the distribution artifact by Klaus Aehlig · 8 years ago
- 5dd5744 Change handling of LD_LIBRARY_PATH in link actions: instead of passing the directories using a linker option, pass it in the environment instead. by Lukacs T. Berki · 8 years ago
- e208428 cc_configure.bzl: On Windows, make sure C:\windows\system32 is in PATH by Yun Peng · 8 years ago
- 8829aba Coverage support. by Ulf Adams · 8 years ago
- a79581e Add gpu compile support to MSVC wrapper script by Yun Peng · 8 years ago
- 7585552 Rollback of commit cc3d79cca775cad9e9193d38bedf4df51a5c8a50. by Dmitry Lomov · 8 years ago
- 3b57ccf Move intellij_info.bzl to a tool packaged with bazel. by Googler · 8 years ago
- 451599a Skylark implementations of http_archive, new_http_archive, and http_file rules. by David Chen · 8 years ago
- 2f552c3 Mark pkg_tar dependencies as Python 3 compatible by Damien Martin-Guillerez · 8 years ago
- cc3d79c Support gold linker by Marcel Hlopko · 8 years ago
- 1fe8e81 resource_extractor.py should preserve the timestamps of entries of the input JAR by Adam Michael · 8 years ago
- 732907f Open source resource_extractor.py for singlejar apk building. by Adam Michael · 8 years ago
- f95bfa6 Stop running chained dead code removal commands if one of them fails. by Rumou Duan · 8 years ago
- 26de97b Creates maven_aar rule to generate aar_import for AARs from Maven. by Adam Michael · 8 years ago
- 216410b Make aar_embedded_jar_extractor.py not try to recreate the output directory. by Adam Michael · 8 years ago
- b36aefb Rollback of commit b043fafb957ae8038088e427ff27a5c9f951c979. by Carmi Grushko · 8 years ago
- 51e4817 msvc_tool.py: Don't replace \ with \\ in NormPath by Yun Peng · 8 years ago
- b043faf Rollback of commit a396b070ae36032a973672e11145533621c39edc. by Klaus Aehlig · 8 years ago
- 349e478 Allow swiftc to correctly recognize main.swift as script target. by Dmitry Shevchenko · 8 years ago
- ddead0f Fixes for generating xcode-locator-bin on Tulsi. by Chris Parsons · 8 years ago
- a396b07 Use proto_lang_toolchain() in java_proto_library. by Carmi Grushko · 8 years ago
- d7cdc55 Moving files to final output location, instead of copying. by Rumou Duan · 8 years ago
- a87b60d Use proto_lang_toolchain in java_lite_proto_library. by Carmi Grushko · 8 years ago
- 4885eef Change our URL to bazel.build by Damien Martin-Guillerez · 8 years ago
- 8680769 Make android_integration_test run again! by Adam Michael · 8 years ago
- db733dd Generate coverage mappings for Swift. by Googler · 8 years ago
- d9c3a47 Use TEST_TMPDIR for zip_manifest_extractor_test.sh. by Adam Michael · 8 years ago
- 1a3603a Fix zip_manifest_creator dep in bazel_tools repo with an alias. by Adam Michael · 8 years ago
- 97cc5be Merge all jars in AAR in aar_import, not just classes.jar by Adam Michael · 8 years ago