- 48dd159 Fix darwin libtool with params files by Keith Smiley · 3 years, 7 months ago
- 6a36bb1 Remove some stubs no longer needed. by thomasvl · 3 years, 10 months ago
- ed9d72f Remove unnecessary rules_cc load statements in favor of builtins. by jingwen · 4 years, 1 month ago
- 073ae81 Add ZERO_AR_DATE to apple_env by Keith Smiley · 4 years, 1 month ago
- 05883a8 Updated and fixed j2objc_dead_code_pruner*, removed obsolete tests, updated to python3. by Googler · 4 years, 5 months ago
- abc2211 Force /usr/bin/python2.7 on macOS by Keith Smiley · 4 years, 6 months ago
- 8b29b6a Fix issue where libtool_check_unique isn't found for sandbox builds by Michael Eisel · 4 years, 6 months ago
- 690d579 Add coverage stubs back by Keith Smiley · 4 years, 6 months ago
- f8b51ff Remove dead objc setup code by Keith Smiley · 4 years, 6 months ago
- d8723b4 Run libtool without symlinking if possible by Michael Eisel · 4 years, 7 months ago
- d483d6f Support deterministic mode when using a version of libtool that supports it. by Thi Doan · 4 years, 7 months ago
- b1fcc8b Prevent libtool.sh from writing into undeclared locations. by jmmv · 5 years ago
- 07eb53d Gracefully handle case where dependency_mapping_files is empty by Googler · 5 years ago
- 7ae5adb Remove duplicate code in j2objc_dead_code_pruner by Rgis Dcamps · 5 years ago
- 33cec54 Remove unused device_debug_entitlements.plist by Keith Smiley · 5 years ago
- 9606887 Adds load statement for @rules_cc by oquenchil · 6 years ago
- 32246b2 Delete unused tools related to Apple tooling that has been migrated to https://github.com/bazelbuild/rules_apple by kaipi · 6 years ago
- fc60b3c j2objc_dead_code_pruner.py: Improve the message of the exception raised when subprocess.check_output() fails in PruneArchiveFile(). by Googler · 6 years ago
- f876830 Prevent make_hashed_objlist from writing into undeclared locations. by jmmv · 6 years ago
- 4a74c52 Correct misspelled English words in the Bazel's tools/... directory by jingwen · 6 years ago
- d69b1c7 Remove fallback for SDKROOT as all users of this script are setting the environment properly. by kaipi · 7 years ago
- f11c6bc python tools: ensure files are closed by laszlocsomor · 7 years ago
- 06b4928 Use the current processes' environment, as xcrunwrapper requires some of these values when being invoked. by kaipi · 7 years ago
- a320e44 Don't rerun the command if it failed. by thomasvl · 7 years ago
- 2732b17 Use pipes.quote() rather than manual quoting, and do so consistently wherever shell=True is set. by diamondm · 7 years ago
- 62af2b4 Make j2objc_dead_code_pruner handle additional optional component (-[0-9]+) at end of basename. by Googler · 7 years ago
- dc060da Remove unused files. Most of the functionality contained in these files has already been migrated to github.com/bazelbuild/rules_apple. by kaipi · 7 years ago
- 6c64b64 Remove unused files. by kaipi · 7 years ago
- 24ad364 Delete unused test runner script. by kaipi · 7 years ago
- 769d0a9 Ensure j2objc_dead_code_pruner works with and without hash at the end of filenames. by Googler · 7 years ago
- 09894d1 Python 3 fixes for tools/build_defs, jdk, objc by Googler · 7 years ago
- 408ea37 Update tools/ modules for compatibility with python 3. by Akira Baruah · 7 years ago
- 49bb723 when making objlist files, encode string to utf-8 before trying to hash it. by cparsons · 8 years ago
- ea48173 Add space to make error message readable. by Googler · 8 years ago
- 0507fd5 Remove remaining xcodegen references. by schmitt · 8 years ago
- cc21998 Rollforward #2 of: Basic open-source crosstool to support targeting apple platform types. by cparsons · 8 years ago
- 5fc036e Automated g4 rollback of commit 5038016e6573962d2554fcf9c10faa0cca8714e2. by dmarting · 8 years ago
- 5038016 Rollforward of: Basic open-source crosstool to support targeting apple platform types. by cparsons · 8 years ago
- b6cc4c1 Automated g4 rollback of commit 501b62716af12ba42c019bd9f231468b3c144757. by aehlig · 8 years ago
- 501b627 Basic open-source crosstool to support targetting apple platform types. by cparsons · 8 years ago
- 7babdf2 Move xcrunwrapper and libtool to third_party/bazel/tools/objc from their xcode src directories by cparsons · 8 years ago
- 97ac76a Rollback of commit 701ff40ad9d1b6c1e3beb52064e2ae2fe27b7e29. by Dmitry Shevchenko · 8 years ago
- 701ff40 Introduce swift-stdlib-tool replacement by Dmitry Shevchenko · 8 years ago
- 836d94a Roll back ios_runner simulator foreground change, as it has made some tests flaky by Chris Parsons · 8 years ago
- 41aa372 Experimental feature to do header thinning of Objective-C compilation actions. by Googler · 8 years ago
- 94f0a25 Makes the ios runner script open the simulator in the foreground as opposed to behind the terminal when using blaze run ios_app_target. by Sergio Campama · 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
- f95bfa6 Stop running chained dead code removal commands if one of them fails. by Rumou Duan · 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 · 9 years ago
- 01a9bd1 Enable the generation of Objc protos in whichever host machine it is running. by Sergio Campama · 9 years ago
- 60a7e63 Python bits split from 130443322 by Googler · 9 years ago
- e47a5a9 Remove all temporary detrius upon exiting objc action scripts. by Peter Schmitt · 9 years ago
- bcb3eb6 Description redacted. -- MOS_MIGRATED_REVID=128258430 by Googler · 9 years ago
- 4be7fdb RELNOTES: use xcrun simctl instead of iossim to launch the app for "blaze run". by Googler · 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
- 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
- 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
- f8f1be3 Rollback of commit c9f2881f2540a7aa7c5f6d76f4bdad5d35d1c3b6. by Googler · 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
- 8e226d6 Include debug entitlements by default when building non-release builds. by Peter Schmitt · 9 years ago
- ee4be22 Adds mcov tool label to IosTest. by Dmitry Shevchenko · 9 years ago
- bde5844 Move dump_syms from //tools/objc to //tools/osx. This will allow it to be referenced from the crosstool without crossing package boundaries. by Cal Peyser · 9 years ago
- 5d61cbc Adds a missing default Info.plist in bazel, required by the ios_test rule. by Googler · 9 years ago
- 1c6288d Replace objc_dummy.m with objc_dummy.mm. by Googler · 9 years ago
- 4677264 Change //tools/objc:j2objc_dead_code_pruner and //tools/j2objc:j2objc_wrapper from py_library to filegroup. They contain executable python scripts, not python libraries. by Rumou Duan · 9 years ago
- de54bca Add a bazel-srcs target to the top-level package containing all Bazel sources by Damien Martin-Guillerez · 9 years ago
- e5031ec Replace dummy.c with dummy.m to allow preprocessing of objc source code to import objc frameworks. by Cal Peyser · 9 years ago
- 3c26e05 Move ObjC compilation actions for J2ObjC-translated code from binary level to the edges (J2ObjcAspect and J2ObjcProtoAspect). by Rumou Duan · 9 years ago
- 9f7a909 Now that rules find their tools via runfiles, remove unneeded dependencies in rules/tests and move them into the build files. by Dave MacLachlan · 9 years ago
- a09fb73 Make xctest extension for test bundles that have xctest=true defined. (It used to be .app) by Dave MacLachlan · 9 years ago
- 123e1c3 Change j2objc_wrapper.py to also write out a mapping file between generated static library to associated original objc source files. by Rumou Duan · 9 years ago
- 03e89a9 Always declare dependency on xcode gcov. by Peter Schmitt · 9 years ago
- 25b38ac Don't load dumpsyms in configurations. by Peter Schmitt · 9 years ago
- 2665d68 Use xcode_config build target for actions which need to resolve an xcode version. by Chris Parsons · 9 years ago
- 7daf02c Source iOS memleak plugin stub from bazel_tools. by Peter Schmitt · 9 years ago
- 7fdbd78 Add xcrunwrapper to deal with DEVELOPER_DIR and SDKROOT. by Dave MacLachlan · 9 years ago
- 6153243 Add xcrun support to ios_test.sh so that the simulator path isn't hardcoded. by Dave MacLachlan · 9 years ago
- e90d67e Include memleaks plugin support for experimental_ios_test by Chris Parsons · 9 years ago
- fd03b83 Use java_import for pre-compiled jars by Liam Miller-Cushon · 9 years ago
- 8c353e4 Delete old java based tools for ibtool, actool, momc, etc. by Dave MacLachlan · 9 years ago
- dc17eb3 Add prerequisite dependencies to make ios_test work build on bazel. by Chris Parsons · 9 years ago
- f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 9 years ago
- 44a7a6c Fix an issue in which dependent files of translated package-info.java files are incorrectly stripped. by Rumou Duan · 10 years ago
- 933c13a Remove comment by Miguel Alcon Pinto · 10 years ago
- ab16dd6 Allow use of argument param files for J2ObjC scripts. by Rumou Duan · 10 years ago
- 828a4be Move j2objc helper scripts into open-source Bazel. by Michael Thvedt · 10 years ago
- 0e544ff Fix missing tool target in tools/objc by Damien Martin-Guillerez · 10 years ago
- 2862363 Fixes typos in Swift tool BUILD files by Dmitry Shevchenko · 10 years ago
- aa7cb9a Add ability to compile objc_binary targets with Swift sources. by Googler · 10 years ago
- 71d843f Add a genrule that generates a dummy J2ObjC dead code removal script in tools/objc/BUILD. by Googler · 10 years ago
- 1f4ce80 Add ios_test.sh.bazel_template by Daniel Wagner-Hall · 10 years ago
- fbf9d35 Update ios_runner template to dynamically receive options by David Santiago · 10 years ago
- dfd0a99 Update ios_runner template to dynamically receive options by David Santiago · 10 years ago
- 9f42989 Rollback of commit eb82a1d755396ed1b885af4efb809b4428d4d3d7. by Ulf Adams · 10 years ago
- eb82a1d Update ios_runner template to dynamically receive options by David Santiago · 10 years ago
- 5cbd5a4 Open-source Bazel integration tests by Damien Martin-Guillerez · 10 years ago
- e2daa81 Description redacted. -- MOS_MIGRATED_REVID=89161226 by Daniel Wagner-Hall · 10 years ago