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