1. 23d1b55 Fix build in C23 with -Wunused-parameter. by Protobuf Team Bot · 6 months ago
  2. c1db456 Auto-generate files after cl/678446311 by Protobuf Team Bot · 6 months ago
  3. ed93fab Internal version update. by Protobuf Team Bot · 6 months ago
  4. 06e9924 Auto-generate files after cl/678439266 by Protobuf Team Bot · 6 months ago
  5. e4cbc79 Fix minor typos (#17682) by Nathan Baulch · 6 months ago
  6. 5710bfc [ObjC] Use more complete imports by Thomas Van Lenten · 7 months ago
  7. 231b968 [ObjC] Don't rely so heavily on fwd decls in the headers. by Thomas Van Lenten · 7 months ago
  8. c935f72 [ObjC] Mark some of the old apis as deprecated by Thomas Van Lenten · 7 months ago
  9. cdd3cf7 [ObjC] Make debug runtime tell developers to update their generated code. by Thomas Van Lenten · 7 months ago
  10. 45f65d1 Update deployment target to osx 10.13 to handle GH runner update by Mike Kruskal · 7 months ago
  11. e98e8ed [ObjC] Add api to add a field to another collection of unknown fields. by Thomas Van Lenten · 8 months ago
  12. 7155a7e [ObjC] Fix GPBUnknownField/GPBUnknownFields copy. by Thomas Van Lenten · 8 months ago
  13. d228777 [ObjC] Raise an exception for a nil message. by Thomas Van Lenten · 8 months ago
  14. d794139 [ObjC] Deprecate GPBUnknownFieldSet and related apis. by Thomas Van Lenten · 8 months ago
  15. 1a300ce [ObjC] More tests around unknown to known failure cases. by Thomas Van Lenten · 8 months ago
  16. f26bdff [ObjC] Support errors when merging unknown fields to a message. by Thomas Van Lenten · 8 months ago
  17. 63b8e4e Automated rollback of commit 1e6abadc2b1612b6f00fe861dae39601252765d8. by Thomas Van Lenten · 8 months ago
  18. fe7b64e [ObjC] Add apis for removing things from `GPBUnknownFields`. by Thomas Van Lenten · 8 months ago
  19. 1e6abad Automated rollback of commit 1f717248b761e4f37c7d9cb9773c83b9948d9ae9. by Thomas Van Lenten · 8 months ago
  20. 1f71724 [ObjC] Collect unknown fields as data by Thomas Van Lenten · 8 months ago
  21. 224573d [ObjC] Internal helper for getting the unknown field data from a message by Thomas Van Lenten · 8 months ago
  22. 5ceae5f [ObjC] Update tests to use both unknown fields apis. by Thomas Van Lenten · 8 months ago
  23. 55e997e [ObjC] Deprecate GPBTextFormatForUnknownFieldSet(). by Thomas Van Lenten · 8 months ago
  24. d44c0d5 [ObjC] Parsing helper and tests around unknown fields. by Thomas Van Lenten · 8 months ago
  25. af79496 [ObjC] Add test around enum unknown values. by Thomas Van Lenten · 8 months ago
  26. 6ebdc7a [ObjC] Expose a helper for stream error. by Thomas Van Lenten · 8 months ago
  27. ac84411 [ObjC] Support MessageSet with `GPBUnknownFields`. by Thomas Van Lenten · 9 months ago
  28. 8b96aa1 [ObjC] Update MessageSet Parsing. by Thomas Van Lenten · 9 months ago
  29. 339261f [ObjC] Validate MessageSet expectations. by Thomas Van Lenten · 9 months ago
  30. 8e3eca4 [ObjC] Improve parsing validations by Thomas Van Lenten · 9 months ago
  31. 543b404 [ObjC] Complete the tests for `GPBUnknownFields`/`GPBUnknownField` by Thomas Van Lenten · 9 months ago
  32. d05c3fe [ObjC] Bring over more unknown fields tests. by Thomas Van Lenten · 9 months ago
  33. e759a39 [ObjC] Keep `GPBUnknownField` simpler. by Thomas Van Lenten · 9 months ago
  34. c229986 [ObjC] Add initializing a `GPBUnknownFields` from a message. by Thomas Van Lenten · 9 months ago
  35. 6e5a867 [ObjC] Start of the internal api for `GPBUnknownFields` by Thomas Van Lenten · 9 months ago
  36. c3d0ffe [ObjC] Add comment on import for future reference. by Thomas Van Lenten · 9 months ago
  37. 6750ed8 [ObjC] Add Swift helpers for `GPBUnknownFields`/`GPBUnknownField`. by Thomas Van Lenten · 9 months ago
  38. db27d5f Directly do the work that was in the deprecated method. by Thomas Van Lenten · 9 months ago
  39. 47f633e [ObjC] Introduce the new `GPBUnknownFields` type. by Thomas Van Lenten · 9 months ago
  40. de29e3c [ObjC] Add `-[GPBMessage clearUnknownFields]`. by Thomas Van Lenten · 9 months ago
  41. 01b0b8e Added a new public API `bytesUntilLimit` to GPBCodedInputStream. by Protobuf Team Bot · 10 months ago
  42. 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 · 11 months ago
  43. 37b2e3c Internal changes. by Protobuf Team Bot · 12 months ago
  44. b375d01 Optimize startup be reducing selector lookup. by Dave MacLachlan · 12 months ago
  45. 83ec410 Internal change by Protobuf Team Bot · 1 year ago
  46. 9f52d5e [ObjC] Fix issue using GPBBootstrap.h only. by Thomas Van Lenten · 1 year, 1 month ago
  47. f9731fd [ObjC] Fix potential `-Wstrict-prototypes` warning. by Thomas Van Lenten · 1 year, 1 month ago
  48. 3ab1276 Update Bazel references to rules_pkg to the supported file locations. (#15780) by aiuto · 1 year, 2 months ago
  49. 34a04c1 Remove lazy=true from repeated fields. by Chris Kennelly · 1 year, 2 months ago
  50. 29b4ed7 [ObjC] Use a local to avoid warnings in 32bit builds. by Thomas Van Lenten · 1 year, 2 months ago
  51. 7d508b4 Internal change by Protobuf Team Bot · 1 year, 2 months ago
  52. 6c7c5a5 [ObjC] Enable editions conformance tests. by Thomas Van Lenten · 1 year, 4 months ago
  53. b146d14 [ObjC] Improve handing of the WKT ObjC Category additions. by Thomas Van Lenten · 1 year, 4 months ago
  54. 29fca8a [ObjC] Add a `unpack` helper for GPBAny with extension support. by Thomas Van Lenten · 1 year, 4 months ago
  55. 1e0338b [ObjC] Ensure `-[GPBMessage writeToOutputStream:]` still throws exception on flush failure by Protobuf Team Bot · 1 year, 5 months ago
  56. a2815fa [ObjC] Ensure -[GPBCodedOutputStream dealloc] cannot throw exceptions by Protobuf Team Bot · 1 year, 5 months ago
  57. d702651 [ObjC] Ensure collecting delimitedData always return zero length on failure. by Thomas Van Lenten · 1 year, 5 months ago
  58. 501ecec Reorganize upb file structure by Adam Cozzette · 1 year, 6 months ago
  59. 6b30163 [ObjC] Clean up enum fields when not using fwd decls. by Thomas Van Lenten · 1 year, 6 months ago
  60. 81068e8 Internal change by Sandy Zhang · 1 year, 6 months ago
  61. 7286ffc Merge the protobuf and upb Bazel repos by Adam Cozzette · 1 year, 7 months ago
  62. db20f5f Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. by Joshua Haberman · 1 year, 7 months ago
  63. 44bd65b Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. by Joshua Haberman · 1 year, 7 months ago
  64. 200c958 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. by Joshua Haberman · 1 year, 7 months ago
  65. 740d314 [ObjC] Simplify root registry generation. by Thomas Van Lenten · 1 year, 8 months ago
  66. ff259f7 [ObjC] Scrub "syntax" references and editions prep by Thomas Van Lenten · 1 year, 8 months ago
  67. b359e50 Lock down ctype=CORD in proto file. by Jie Luo · 1 year, 8 months ago
  68. f6409bd [ObjC] Mark NSOutputStream helper as not inlinable. by Thomas Van Lenten · 1 year, 8 months ago
  69. f607b66 Fix typos. by Thomas Van Lenten · 1 year, 8 months ago
  70. 94a9261 [ObjC] Handle interruptions when writing to NSOutputStreams. by Thomas Van Lenten · 1 year, 8 months ago
  71. 1bee457 bazel: Get rid of exec_tools. (#13401) by Benjamin Peterson · 1 year, 8 months ago
  72. 2b0e9f7 Invoke the pddm validations via bazel by Thomas Van Lenten · 1 year, 9 months ago
  73. 6c4ab10 Move MessageGenerator::GenerateSource over to Printer::Emit by Thomas Van Lenten · 1 year, 9 months ago
  74. 3688ddb Internal changes by Mike Kruskal · 1 year, 9 months ago
  75. ff0dd3a Fix objectivec test failure in Bazel 6+. by Mike Kruskal · 1 year, 9 months ago
  76. 2f1938f Update the minimum macos to match cl/537907016 by Thomas Van Lenten · 1 year, 10 months ago
  77. 242771a Internal change by Protobuf Team Bot · 1 year, 10 months ago
  78. e50ee82 Change indent the indent to try and stabilize the export/import. by Thomas Van Lenten · 1 year, 10 months ago
  79. d73406a Auto-generate files after cl/537029283 by Protobuf Team Bot · 1 year, 10 months ago
  80. 47f76b7 Minor refactor to MapSorter to avoid putting the value_type/mapped_type in the std::sort instantiation. by Protobuf Team Bot · 1 year, 10 months ago
  81. 02e071f Auto-generate files after cl/536936386 by Protobuf Team Bot · 1 year, 10 months ago
  82. aa9919d Internal change by Protobuf Team Bot · 1 year, 10 months ago
  83. 8322f28 Auto-generate files after cl/536934704 by Protobuf Team Bot · 1 year, 10 months ago
  84. 917e00e Internal change by Protobuf Team Bot · 1 year, 10 months ago
  85. df3b8fe Auto-generate files after cl/536929770 by Protobuf Team Bot · 1 year, 10 months ago
  86. 52dfa4b Update file reference for compiler/cpp/file.cc by Jie Luo · 1 year, 10 months ago
  87. 39f7631 Auto-generate files after cl/536859974 by Protobuf Team Bot · 1 year, 10 months ago
  88. d890126 Check invalid type_id after casting it to uint32_t. by Protobuf Team Bot · 1 year, 10 months ago
  89. 96c5923 Auto-generate files after cl/536851491 by Protobuf Team Bot · 1 year, 10 months ago
  90. 7971ec7 Clarify is_packed comments. by Mike Kruskal · 1 year, 10 months ago
  91. d5df25d Auto-generate files after cl/536843635 by Protobuf Team Bot · 1 year, 10 months ago
  92. 12e0f1d Regenerate amalgamation files by Mike Kruskal · 1 year, 10 months ago
  93. 6d282c9 Auto-generate files after cl/536772539 by Protobuf Team Bot · 1 year, 10 months ago
  94. fd3b5e8 Internal change by Protobuf Team Bot · 1 year, 10 months ago
  95. 55919fb Auto-generate files after cl/536759444 by Protobuf Team Bot · 1 year, 10 months ago
  96. 28d47b0 Internal change by Protobuf Team Bot · 1 year, 10 months ago
  97. 71cfdad Auto-generate files after cl/536748225 by Protobuf Team Bot · 1 year, 10 months ago
  98. a170ac4 Internal change by Protobuf Team Bot · 1 year, 10 months ago
  99. 4affcfe Auto-generate files after cl/536738975 by Protobuf Team Bot · 1 year, 10 months ago
  100. 9f9d55d Internal change by Protobuf Team Bot · 1 year, 10 months ago