1. 72fddb7 Fixed the Codespell check by Adam Cozzette · 4 years, 4 months ago
  2. 2123ed5 Switch to atomic for setting autocreated objects. by Thomas Van Lenten · 4 years, 5 months ago
  3. e2cc2de Fix lots of spelling errors (#7751) by Peter Newman · 4 years, 8 months ago
  4. 118589c Remove unnecessary call to [self descriptor] in resolveClassMethod: by Dave MacLachlan · 5 years ago
  5. e1e5b8a [ObjC] Update some library internals to not pass syntax versions. by Thomas Van Lenten · 5 years ago
  6. ab48ecf Update pddm to work with clang-format by Dave MacLachlan · 5 years ago
  7. a104dff Fix typos (#7050) by Brian Wignall · 5 years ago
  8. ffa6bfc ObjC: small improvement to extension serialization. by Thomas Van Lenten · 6 years ago
  9. 8dadfda Improve comment about warning being incomplete. by Thomas Van Lenten · 6 years ago
  10. 7fa7fba In debug builds output a warning about NSCoding and extensions. by Thomas Van Lenten · 6 years ago
  11. 09c001e Copy the value when setting message/data fields. by Thomas Van Lenten · 7 years ago
  12. 5614135 Remove stray 'return'. by Thomas Van Lenten · 7 years ago
  13. cf016a4 Work around strange error with atomic and swift under Xcode 8.3.3. by Thomas Van Lenten · 7 years ago
  14. 81aeed0 Work around the static analyzer false report. by Thomas Van Lenten · 7 years ago
  15. a721bf6 Migrate away from deprecated OSAtomic APIs. (#4184) by Jonathan Dierksen · 7 years ago
  16. 4588e6e Force a copy when saving the NSData that came from another. by Thomas Van Lenten · 7 years ago
  17. 156161d Properly copy maps with string keys but pod values. by Thomas Van Lenten · 7 years ago
  18. 4ba3092 code review cleanup by Dave MacLachlan · 7 years ago
  19. 949596e Simplify getter/setter method implementations by Dave MacLachlan · 7 years ago
  20. 1f57e54 When comparing message, require them to have the same descriptor. by Thomas Van Lenten · 7 years ago
  21. db45687 If we fail to get a descriptor just super the method resolving. by Thomas Van Lenten · 8 years ago
  22. 1d0988b ObjC: Preserve unknown fields in proto3 syntax files. by Thomas Van Lenten · 8 years ago
  23. f5a01d1 Tighten up class usage/checks. by Thomas Van Lenten · 8 years ago
  24. 130c166 Remove the use of dispatch_once that is heap backed. by Thomas Van Lenten · 8 years ago
  25. 2d1c5e2 Handing threading race resolving methods. by Thomas Van Lenten · 8 years ago
  26. 988ffe0 Minor fix for autocreated object repeated fields and maps. by Thomas Van Lenten · 8 years ago
  27. b99577c Exposes the currently registered extensions for a message and removes the internal sortedExtensionsInUse by Sergio Campamá · 9 years ago
  28. c18aa77 Validate the tag numbers when parsing. (#1725) by Thomas Van Lenten · 9 years ago
  29. fc4c617 Fix GPBGetMessage{Repeated,Map}Field() by Thomas Van Lenten · 9 years ago
  30. e34c091 Improving the granularity parsing errors (#1623) by Sergio Campamá · 9 years ago
  31. e845187 Merge pull request #1620 from sergiocampama/cleanup1 by Thomas Van Lenten · 9 years ago
  32. a714c40 Removing unused GPBExceptionMessageKey by Sergio Campama · 9 years ago
  33. 38b9e74 Add -Woverriding-method-mismatch. by Thomas Van Lenten · 9 years ago
  34. c8a440d Add more warnings to for the ObjC runtime build by Thomas Van Lenten · 9 years ago
  35. 3064628 Fix up -hash/-isEqual: for bool storage. by Thomas Van Lenten · 9 years ago
  36. 3f91744 The message was autoreleased, the -releases are an over release. by Thomas Van Lenten · 9 years ago
  37. bd41a39 Only create the readonlySemaphore on demand. by Thomas Van Lenten · 9 years ago
  38. 79a23c4 Shrink ObjC overhead (generated size and some runtime sizes) by Thomas Van Lenten · 9 years ago
  39. 36650a0 HeaderDoc support in the library and generated sources by Thomas Van Lenten · 9 years ago
  40. 4d66337 Release the semaphore in dealloc, fixing leak. by Thomas Van Lenten · 9 years ago
  41. d6590d6 Drop all use of OSSpinLock by Thomas Van Lenten · 9 years ago
  42. 52b8d3f Use compiler provided static assert and avoid tripping unused-local-typedef warnings. by Thomas Van Lenten · 9 years ago
  43. c27833b Enable CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION for the projects. by Thomas Van Lenten · 9 years ago
  44. d846b0b Beta quality drop of Objective C Support. by Thomas Van Lenten · 10 years ago
  45. 1dcc329 Objective C Second Alpha Drop by Thomas Van Lenten · 10 years ago
  46. 30650d8 Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs. by Thomas Van Lenten · 10 years ago