1. 836d94a Roll back ios_runner simulator foreground change, as it has made some tests flaky by Chris Parsons · 8 years ago
  2. 41aa372 Experimental feature to do header thinning of Objective-C compilation actions. by Googler · 8 years ago
  3. 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
  4. e7fd539 In the j2objc wrapper script, add the ability to process more than one source jars. by Rumou Duan · 8 years ago
  5. f95bfa6 Stop running chained dead code removal commands if one of them fails. by Rumou Duan · 8 years ago
  6. 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
  7. 01a9bd1 Enable the generation of Objc protos in whichever host machine it is running. by Sergio Campama · 9 years ago
  8. 60a7e63 Python bits split from 130443322 by Googler · 9 years ago
  9. e47a5a9 Remove all temporary detrius upon exiting objc action scripts. by Peter Schmitt · 9 years ago
  10. bcb3eb6 Description redacted. -- MOS_MIGRATED_REVID=128258430 by Googler · 9 years ago
  11. 4be7fdb RELNOTES: use xcrun simctl instead of iossim to launch the app for "blaze run". by Googler · 9 years ago
  12. f54af6e Reverts the protobuf lib dependency being loaded from tools/objc, and instead load it from //external. by Sergio Campama · 9 years ago
  13. 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
  14. 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
  15. 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
  16. f8f1be3 Rollback of commit c9f2881f2540a7aa7c5f6d76f4bdad5d35d1c3b6. by Googler · 9 years ago
  17. c9f2881 Rollforward of "Workaround for duplicate input basename bug in apple's libtool", with regex fix by Chris Parsons · 9 years ago
  18. 17bc4dc Rollback of commit 910a907e643d3b1320c9ebd6b2b339848089acce. by Chris Parsons · 9 years ago
  19. 910a907 Workaround for duplicate input basename bug in apple's libtool. by Chris Parsons · 9 years ago
  20. 8e226d6 Include debug entitlements by default when building non-release builds. by Peter Schmitt · 9 years ago
  21. ee4be22 Adds mcov tool label to IosTest. by Dmitry Shevchenko · 9 years ago
  22. 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
  23. 5d61cbc Adds a missing default Info.plist in bazel, required by the ios_test rule. by Googler · 9 years ago
  24. 1c6288d Replace objc_dummy.m with objc_dummy.mm. by Googler · 9 years ago
  25. 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
  26. de54bca Add a bazel-srcs target to the top-level package containing all Bazel sources by Damien Martin-Guillerez · 9 years ago
  27. e5031ec Replace dummy.c with dummy.m to allow preprocessing of objc source code to import objc frameworks. by Cal Peyser · 9 years ago
  28. 3c26e05 Move ObjC compilation actions for J2ObjC-translated code from binary level to the edges (J2ObjcAspect and J2ObjcProtoAspect). by Rumou Duan · 9 years ago
  29. 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
  30. a09fb73 Make xctest extension for test bundles that have xctest=true defined. (It used to be .app) by Dave MacLachlan · 9 years ago
  31. 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
  32. 03e89a9 Always declare dependency on xcode gcov. by Peter Schmitt · 9 years ago
  33. 25b38ac Don't load dumpsyms in configurations. by Peter Schmitt · 9 years ago
  34. 2665d68 Use xcode_config build target for actions which need to resolve an xcode version. by Chris Parsons · 9 years ago
  35. 7daf02c Source iOS memleak plugin stub from bazel_tools. by Peter Schmitt · 9 years ago
  36. 7fdbd78 Add xcrunwrapper to deal with DEVELOPER_DIR and SDKROOT. by Dave MacLachlan · 9 years ago
  37. 6153243 Add xcrun support to ios_test.sh so that the simulator path isn't hardcoded. by Dave MacLachlan · 9 years ago
  38. e90d67e Include memleaks plugin support for experimental_ios_test by Chris Parsons · 9 years ago
  39. fd03b83 Use java_import for pre-compiled jars by Liam Miller-Cushon · 9 years ago
  40. 8c353e4 Delete old java based tools for ibtool, actool, momc, etc. by Dave MacLachlan · 9 years ago
  41. dc17eb3 Add prerequisite dependencies to make ios_test work build on bazel. by Chris Parsons · 9 years ago
  42. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  43. 44a7a6c Fix an issue in which dependent files of translated package-info.java files are incorrectly stripped. by Rumou Duan · 10 years ago
  44. 933c13a Remove comment by Miguel Alcon Pinto · 10 years ago
  45. ab16dd6 Allow use of argument param files for J2ObjC scripts. by Rumou Duan · 10 years ago
  46. 828a4be Move j2objc helper scripts into open-source Bazel. by Michael Thvedt · 10 years ago
  47. 0e544ff Fix missing tool target in tools/objc by Damien Martin-Guillerez · 10 years ago
  48. 2862363 Fixes typos in Swift tool BUILD files by Dmitry Shevchenko · 10 years ago
  49. aa7cb9a Add ability to compile objc_binary targets with Swift sources. by Googler · 10 years ago
  50. 71d843f Add a genrule that generates a dummy J2ObjC dead code removal script in tools/objc/BUILD. by Googler · 10 years ago
  51. 1f4ce80 Add ios_test.sh.bazel_template by Daniel Wagner-Hall · 10 years ago
  52. fbf9d35 Update ios_runner template to dynamically receive options by David Santiago · 10 years ago
  53. dfd0a99 Update ios_runner template to dynamically receive options by David Santiago · 10 years ago
  54. 9f42989 Rollback of commit eb82a1d755396ed1b885af4efb809b4428d4d3d7. by Ulf Adams · 10 years ago
  55. eb82a1d Update ios_runner template to dynamically receive options by David Santiago · 10 years ago
  56. 5cbd5a4 Open-source Bazel integration tests by Damien Martin-Guillerez · 10 years ago
  57. e2daa81 Description redacted. -- MOS_MIGRATED_REVID=89161226 by Daniel Wagner-Hall · 10 years ago
  58. b92fbb0 Add compilation of objc helper tools to compile.sh by Daniel Wagner-Hall · 10 years ago
  59. 7ccc063 Introduce objc tools, including dummy. by Peter Schmitt · 10 years ago