- 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
- 0507fd5 Remove remaining xcodegen references. by schmitt · 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
- 41aa372 Experimental feature to do header thinning of Objective-C compilation actions. by Googler · 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
- 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
- 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
- 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
- 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
- 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
- 5cbd5a4 Open-source Bazel integration tests by Damien Martin-Guillerez · 10 years ago
- b92fbb0 Add compilation of objc helper tools to compile.sh by Daniel Wagner-Hall · 10 years ago
- 7ccc063 Introduce objc tools, including dummy. by Peter Schmitt · 10 years ago