1. cffa590 [ObjC] Breaking Change: Remove support for older generated code. by Thomas Van Lenten · 5 months ago
  2. 2b93422 [ObjC] Breaking Change: Remove GPBUnknownFieldSet. by Thomas Van Lenten · 5 months ago
  3. 23d1b55 Fix build in C23 with -Wunused-parameter. by Protobuf Team Bot · 5 months ago
  4. e4cbc79 Fix minor typos (#17682) by Nathan Baulch · 6 months ago
  5. 5710bfc [ObjC] Use more complete imports by Thomas Van Lenten · 6 months ago
  6. cdd3cf7 [ObjC] Make debug runtime tell developers to update their generated code. by Thomas Van Lenten · 7 months ago
  7. e98e8ed [ObjC] Add api to add a field to another collection of unknown fields. by Thomas Van Lenten · 7 months ago
  8. 7155a7e [ObjC] Fix GPBUnknownField/GPBUnknownFields copy. by Thomas Van Lenten · 7 months ago
  9. d794139 [ObjC] Deprecate GPBUnknownFieldSet and related apis. by Thomas Van Lenten · 7 months ago
  10. 1a300ce [ObjC] More tests around unknown to known failure cases. by Thomas Van Lenten · 7 months ago
  11. f26bdff [ObjC] Support errors when merging unknown fields to a message. by Thomas Van Lenten · 8 months ago
  12. fe7b64e [ObjC] Add apis for removing things from `GPBUnknownFields`. by Thomas Van Lenten · 8 months ago
  13. 5ceae5f [ObjC] Update tests to use both unknown fields apis. by Thomas Van Lenten · 8 months ago
  14. 55e997e [ObjC] Deprecate GPBTextFormatForUnknownFieldSet(). by Thomas Van Lenten · 8 months ago
  15. d44c0d5 [ObjC] Parsing helper and tests around unknown fields. by Thomas Van Lenten · 8 months ago
  16. af79496 [ObjC] Add test around enum unknown values. by Thomas Van Lenten · 8 months ago
  17. ac84411 [ObjC] Support MessageSet with `GPBUnknownFields`. by Thomas Van Lenten · 8 months ago
  18. 8b96aa1 [ObjC] Update MessageSet Parsing. by Thomas Van Lenten · 8 months ago
  19. 543b404 [ObjC] Complete the tests for `GPBUnknownFields`/`GPBUnknownField` by Thomas Van Lenten · 8 months ago
  20. d05c3fe [ObjC] Bring over more unknown fields tests. by Thomas Van Lenten · 8 months ago
  21. c229986 [ObjC] Add initializing a `GPBUnknownFields` from a message. by Thomas Van Lenten · 8 months ago
  22. 6e5a867 [ObjC] Start of the internal api for `GPBUnknownFields` by Thomas Van Lenten · 9 months ago
  23. c3d0ffe [ObjC] Add comment on import for future reference. by Thomas Van Lenten · 9 months ago
  24. 6750ed8 [ObjC] Add Swift helpers for `GPBUnknownFields`/`GPBUnknownField`. by Thomas Van Lenten · 9 months ago
  25. 47f633e [ObjC] Introduce the new `GPBUnknownFields` type. by Thomas Van Lenten · 9 months ago
  26. 01b0b8e Added a new public API `bytesUntilLimit` to GPBCodedInputStream. by Protobuf Team Bot · 10 months ago
  27. c99cf4b Add `java` to reserved names to escape extensions to `java_`. This may break existing references to gencode for extensions named `java`. by Sandy Zhang · 10 months ago
  28. 9f52d5e [ObjC] Fix issue using GPBBootstrap.h only. by Thomas Van Lenten · 1 year, 1 month ago
  29. 34a04c1 Remove lazy=true from repeated fields. by Chris Kennelly · 1 year, 1 month ago
  30. 7d508b4 Internal change by Protobuf Team Bot · 1 year, 2 months ago
  31. 1e0338b [ObjC] Ensure `-[GPBMessage writeToOutputStream:]` still throws exception on flush failure by Protobuf Team Bot · 1 year, 4 months ago
  32. a2815fa [ObjC] Ensure -[GPBCodedOutputStream dealloc] cannot throw exceptions by Protobuf Team Bot · 1 year, 4 months ago
  33. 81068e8 Internal change by Sandy Zhang · 1 year, 6 months ago
  34. 200c958 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. by Joshua Haberman · 1 year, 6 months ago
  35. b359e50 Lock down ctype=CORD in proto file. by Jie Luo · 1 year, 7 months ago
  36. 0549e52 Internal Code Change by Mike Kruskal · 2 years ago
  37. e6d01b2 [ObjC] Enforce the max message size when serializing to binary form. by Protobuf Team Bot · 2 years, 1 month ago
  38. e3b0051 [ObjC] mark mergeFromData:extensionRegistry: as deprecated. by Protobuf Team Bot · 2 years, 1 month ago
  39. 2fb35fc Automated rollback of commit 0c013ec412468e21ea68b234935e7490eb28f8ce. by Protobuf Team Bot · 2 years, 1 month ago
  40. 1a90e67 [ObjC] Remove unused internal method. by Protobuf Team Bot · 2 years, 1 month ago
  41. 0c013ec [ObjC] Avoid data copy within parseDelimitedFromCodedInputStream:... by Protobuf Team Bot · 2 years, 1 month ago
  42. 8f89e0d [ObjC] Enforce bytes and string field size limits. by Protobuf Team Bot · 2 years, 1 month ago
  43. 903639c [ObjC] Put out of range closed enum extension values in unknown fields. by Protobuf Team Bot · 2 years, 4 months ago
  44. 46d1145 ObjC Cleanups. by Protobuf Team Bot · 2 years, 5 months ago
  45. 53d8b03 [ObjC] rename the file to drop the "objectivec_" prefix. by Thomas Van Lenten · 2 years, 5 months ago
  46. 2fb33b8 [ObjC] Move from `#pragma unused()` to `_unused` by Thomas Van Lenten · 2 years, 6 months ago
  47. bc4cbf9 Remove the pre Xcode 10.2 support. by Thomas Van Lenten · 2 years, 6 months ago
  48. ecd63bb Format the test sources. by Thomas Van Lenten · 2 years, 6 months ago
  49. 9e069b2 [ObjC] Tweak some things to be better shape for clang-format. by Thomas Van Lenten · 2 years, 6 months ago
  50. 5a823ff [ObjC] Fix the name of the test file. by Thomas Van Lenten · 2 years, 7 months ago
  51. 5cf61b7 [ObjC] Test file cleanups by Thomas Van Lenten · 2 years, 7 months ago
  52. 28bc3ba [ObjC] use root relative paths for test proto imports. by Thomas Van Lenten · 2 years, 7 months ago
  53. cf4eeae [ObjC] Remove options not needed since the protos are specific to ObjC tests. by Thomas Van Lenten · 2 years, 7 months ago
  54. bc9880b [ObjC] Make the proto packages specific to ObjC tests. by Thomas Van Lenten · 2 years, 7 months ago
  55. b46c0ee [ObjC] Remove the "google/protobuf" path from generated test protos. by Thomas Van Lenten · 2 years, 7 months ago
  56. 3e0d399 [ObjC] Give the ObjC tests copies of all their protos. by Thomas Van Lenten · 2 years, 7 months ago
  57. 43b8721 [ObjC] Remove the need for descriptor.proto in tests. by Thomas Van Lenten · 2 years, 7 months ago
  58. d979267 Remove some test files not used. by Thomas Van Lenten · 2 years, 7 months ago
  59. 0a73ec7 Remove the support for the kokoro cocoapods integration tests. by Thomas Van Lenten · 2 years, 11 months ago
  60. 9b3aaf4 Block deprecated warnings when testing on newer OS by Dave MacLachlan · 3 years, 9 months ago
  61. 36e9bfc Add basic KVO test. by Dave MacLachlan · 3 years, 9 months ago
  62. 3069f82 Tweak tests to allow common protos to evolve more. by Thomas Van Lenten · 3 years, 10 months ago
  63. 4c3d50b Fixing objc tests by Deanna Garcia · 3 years, 10 months ago
  64. 23fd8e0 Use correct enum values. by Thomas Van Lenten · 3 years, 10 months ago
  65. 2f6a754 Update the pod tests to match the new min iOS version. by Thomas Van Lenten · 4 years, 4 months ago
  66. 9c27f6a Add cast to avoid warning on Xcode 12. by Thomas Van Lenten · 4 years, 5 months ago
  67. e2cc2de Fix lots of spelling errors (#7751) by Peter Newman · 4 years, 7 months ago
  68. 1e8d040 Remove includes of deleted "no_arena" protos from ObjC. by Joshua Haberman · 4 years, 10 months ago
  69. 7b6016e [ObjC] Add tests for proto3 optional behaviors. by Thomas Van Lenten · 5 years ago
  70. 6f3bda2 [ObjC] Fix some tests checking the wrong Message class. by Thomas Van Lenten · 5 years ago
  71. 56c48ae Revisit how the WKTs are bundled with ObjC. by Thomas Van Lenten · 5 years ago
  72. f4a6b99 Block subclassing by Dave MacLachlan · 5 years ago
  73. ab48ecf Update pddm to work with clang-format by Dave MacLachlan · 5 years ago
  74. 74956e1 Use references to Objective C classes instead of looking classes up by name. by Dave MacLachlan · 5 years ago
  75. a104dff Fix typos (#7050) by Brian Wignall · 5 years ago
  76. 065fa2f Remove use of VLA. by Thomas Van Lenten · 5 years ago
  77. 030a38b Fix typo that snuck in with last commit. by Thomas Van Lenten · 6 years ago
  78. 6ec27f0 Add an explicit test using secure coding for added safety. by Thomas Van Lenten · 6 years ago
  79. b273cba Fix enum writing. by Thomas Van Lenten · 6 years ago
  80. 1c8a7a1 Update some tests for newer clang error messages. by Thomas Van Lenten · 6 years ago
  81. d529720 If enum aliases overlap in ObjC names skip generating the extras. by Thomas Van Lenten · 6 years ago
  82. 1484b58 [ObjC] Properly annotate extensions for ARC. by Thomas Van Lenten · 6 years ago
  83. ef3a725 Make sure Objective C Proto compiler doesn't "duplicate" prefixes unnecessarily. by Dave MacLachlan · 6 years ago
  84. 92a879b Add a unittest for ObjC TextFormat extension support. by Thomas Van Lenten · 6 years ago
  85. be83b29 Fix bugs in our keyword conversion support for objectivec by Dave MacLachlan · 6 years ago
  86. 8c1748f Add tests to confirm strings/bytes are copied. by Thomas Van Lenten · 6 years ago
  87. afe98de Replace repo links. by Feng Xiao · 7 years ago
  88. 048f5c2 objectivec: Quash -Wself-assign and -Wvla (#4897) by Benjamin Barenblat · 7 years ago
  89. 2804902 [ObjC] Add ability to introspect list of enum values (#4678) by leovitch · 7 years ago
  90. b59da6d Remove the iOS Test App. by Thomas Van Lenten · 7 years ago
  91. e998b8f Add compile test sources for to test include order. by Thomas Van Lenten · 7 years ago
  92. 38508e9 Add test for failing write of raw pointer to output stream by Felix Jendrusch · 7 years ago
  93. 953adb1 Add casts to removed undefined behaviors around shifts. by Thomas Van Lenten · 7 years ago
  94. 156161d Properly copy maps with string keys but pod values. by Thomas Van Lenten · 7 years ago
  95. 8537f1e Fix up warnings from Xcode 9.1 (#3887) by dmaclach · 7 years ago
  96. 02129f0 Fixes 32bit tests. by Sergio Campama · 7 years ago
  97. 8ae6844 codereview cleanup by Dave MacLachlan · 7 years ago
  98. 9d7f313 Reduce size of GPBDictionary by getting rid of class creation methods by Dave MacLachlan · 7 years ago
  99. b1f954e Improves coverage of GPBCodedInputStream by Sergio Campama · 7 years ago
  100. a274c67 Build out more complete code coverage in the tests. by Thomas Van Lenten · 7 years ago