- d4adb43 proto2::Map improvements by Protobuf Team Bot · 2 years, 5 months ago
- 0e7d311 Use ARM-optimized varint decoding functions with table-driven parser. by Protobuf Team Bot · 2 years, 5 months ago
- a13c2fb Internal change by Mike Kruskal · 2 years, 5 months ago
- 225b936 Fix missing `google::protobuf::RepeatedPtrField<std::string>` issue in GCC by Adam Cozzette · 2 years, 5 months ago
- 2880fef Begin emitting semantic metadata for some C++ proto features. by Protobuf Team Bot · 2 years, 5 months ago
- ce7a02c Stop generating an override for getUnknownFields() the GeneratedMessage version by Protobuf Team Bot · 2 years, 5 months ago
- f8393ee Internal change by Mike Kruskal · 2 years, 5 months ago
- e19c260 Internal changes by Mike Kruskal · 2 years, 5 months ago
- 9b81aaa Internal change by Protobuf Team Bot · 2 years, 5 months ago
- c6af863 Internal change by Mike Kruskal · 2 years, 5 months ago
- 53e4fa3 Internal change by Mike Kruskal · 2 years, 5 months ago
- 73855fd Internal change by Mike Kruskal · 2 years, 5 months ago
- a1978c6 Internal change by Mike Kruskal · 2 years, 5 months ago
- 1e02e9b Internal change by Mike Kruskal · 2 years, 5 months ago
- db54820 Internal change by Mike Kruskal · 2 years, 5 months ago
- 3202b9d Internal change by Mike Kruskal · 2 years, 5 months ago
- 60a84c3 Internal change by Mike Kruskal · 2 years, 5 months ago
- 9dfe7e9 Add template comment and package to previously empty generated kotlin proto files. by Deanna Garcia · 2 years, 5 months ago
- 60b7149 Add exemplar variants of the Java Any.is() and Any.unpack() methods. by Protobuf Team Bot · 2 years, 5 months ago
- 57094f8 Add type annotation for enum by Protobuf Team Bot · 2 years, 5 months ago
- 94931f5 Internal change by Mike Kruskal · 2 years, 5 months ago
- 57a8846 Make CMake test_util and lite_test_util mutually exclusive by Adam Cozzette · 2 years, 5 months ago
- 155c8c1 Internal change. by Protobuf Team Bot · 2 years, 5 months ago
- 7043b88 Make the CMake targets for test_util and lite_test_util independent by Adam Cozzette · 2 years, 5 months ago
- 636ea43 Merge pull request #10910 from acozzette:fix-cmake by Copybara-Service · 2 years, 5 months ago
- e459357 Auto-generate CMake file lists by Protobuf Team Bot · 2 years, 5 months ago
- 911339b Internal changes by Mike Kruskal · 2 years, 5 months ago
- 4ee1f52 Update CMake file generation to avoid including Bazel-specific WKT paths by Adam Cozzette · 2 years, 5 months ago
- 3418679 Auto-generate CMake file lists by Protobuf Team Bot · 2 years, 5 months ago
- f27a387 Internal changes by Mike Kruskal · 2 years, 5 months ago
- a795151 Auto-generate CMake file lists by Protobuf Team Bot · 2 years, 5 months ago
- 771e80a Reorder cmake file list to test auto-generation by Mike Kruskal · 2 years, 5 months ago
- 6c86ab6 Auto-generate CMake file lists after PR #10816 by Protobuf Team Bot · 2 years, 5 months ago
- b146519 Update cc_dist_library() to include transitive sources by Adam Cozzette · 2 years, 5 months ago
- 1019b94 Move namespace helpers into the public part of names.h by Matt Kulukundis · 2 years, 5 months ago
- f4c07f2 Merge pull request #10901 from acozzette:well-known-types-staleness by Joshua Haberman · 2 years, 5 months ago
- f63f758 Add a staleness test for the well-known types by Adam Cozzette · 2 years, 5 months ago
- 2326aef Use bit-field int values in buildPartial to skip work on unset groups of fields. by Protobuf Team Bot · 2 years, 5 months ago
- 9542560 Internal change by Protobuf Team Bot · 2 years, 5 months ago
- 97c0f37 Internal changes by Mike Kruskal · 2 years, 5 months ago
- d934383 Internal changes by Mike Kruskal · 2 years, 5 months ago
- 6609d22 Reorder cmake file list to test auto-generation by Mike Kruskal · 2 years, 5 months ago
- 88d8f60 Migrate remaining compiler code to from std::set to Abseil tables. by Mike Kruskal · 2 years, 5 months ago
- 983fc2d Migrate remaining compiler code to from std::map to Swiss tables. by Mike Kruskal · 2 years, 5 months ago
- 9ce6664 Internal change by Mike Kruskal · 2 years, 5 months ago
- dc8c980 Add a debug-only check for depth_ match, to catch a problem that is difficult by Protobuf Team Bot · 2 years, 5 months ago
- 687b665 Add visibility exemption for kythe C++ protoc plugin by Mike Kruskal · 2 years, 5 months ago
- 54cd586 Test for recursion depth earlier so we can return an appropriate error and keep by Protobuf Team Bot · 2 years, 5 months ago
- 15406e1 Make ArenaOptions suitable for designated initializers. by Chris Kennelly · 2 years, 5 months ago
- 411cba1 Call ParseVarint with a pointer to the specific result instead of always passing in a uint64_t * when possible. by Protobuf Team Bot · 2 years, 5 months ago
- 72b22ed Remove custom HasPreservingUnknownEnumSemantics method. by Protobuf Team Bot · 2 years, 5 months ago
- 1c46a33 Internal change by Mike Kruskal · 2 years, 5 months ago
- 6e2102c Internal change by Mike Kruskal · 2 years, 5 months ago
- 0890984 Internal change by Mike Kruskal · 2 years, 5 months ago
- 9b028ec Internal change by Chris Kennelly · 2 years, 5 months ago
- 0eb9504 Internal change by Mike Kruskal · 2 years, 5 months ago
- 78c1555 Trivial whitespace change by Joshua Haberman · 2 years, 5 months ago
- 8aacf87 Internal change by Protobuf Team Bot · 2 years, 5 months ago
- 0115668 Internal change by Protobuf Team Bot · 2 years, 5 months ago
- 700fbde Internal change by Protobuf Team Bot · 2 years, 5 months ago
- f734e8d Internal change by Protobuf Team Bot · 2 years, 5 months ago
- 2d041c3 Internal change by Protobuf Team Bot · 2 years, 5 months ago
- 063b06d Internal change by Protobuf Team Bot · 2 years, 5 months ago
- 6b5d25c Internal change by Protobuf Team Bot · 2 years, 5 months ago
- 4f3ecbd Internal change by Matt Kulukundis · 2 years, 5 months ago
- afaf93b Internal change by Protobuf Team Bot · 2 years, 5 months ago
- 240986d Merge pull request #10829 from protocolbuffers/main-202210261725 by Adam Cozzette · 2 years, 5 months ago
- 2225f8e Merge release branch 21.x into main by Adam Cozzette · 2 years, 5 months ago
- f29dbf0 Fixing merge issues from sync by Mike Kruskal · 2 years, 5 months ago
- ca7a946 Merge tag 'refs/tags/sync-piper' into sync-stage by Mike Kruskal · 2 years, 5 months ago
- 0ab63a7 Sync from Piper @484138213 by Mike Kruskal · 2 years, 5 months ago
- 0135eb0 Updating version.json and repo version numbers to: 21.9 by Protobuf Team Bot · 2 years, 5 months ago
- 0ddbbf9 Fix sync issues by Mike Kruskal · 2 years, 5 months ago
- 91c1e7c Sync from Piper @483688977 by Mike Kruskal · 2 years, 5 months ago
- 449b6e8 Fixing merge issues by Mike Kruskal · 2 years, 5 months ago
- 1a23847 Merge tag 'refs/tags/sync-piper' into sync-stage by Mike Kruskal · 2 years, 5 months ago
- 8659430 Sync from Piper @482325250 by Mike Kruskal · 2 years, 5 months ago
- 407aa2d Sync from Piper @482325250 by Mike Kruskal · 2 years, 5 months ago
- c302d90 Merge 21.8 into main (#10788) by Mike Kruskal · 2 years, 5 months ago
- 591fe40 21.x 202210180838 (#10785) by Mike Kruskal · 2 years, 5 months ago
- 7d1362c Do not force C++14 (#10773) by Kent Ross · 2 years, 6 months ago
- 7564d81 Fixing merge issues by Mike Kruskal · 2 years, 6 months ago
- deafb89 Regenerate wkt protos by Mike Kruskal · 2 years, 6 months ago
- 5019451 Merge tag 'refs/tags/sync-piper' into sync-stage by Mike Kruskal · 2 years, 6 months ago
- 23f1481 Sync from Piper @480194141 by Mike Kruskal · 2 years, 6 months ago
- 40169b6 more tests to prevent regression in descriptor handling capital X escapes by Josh Humphries · 2 years, 6 months ago
- ff976a3 support capital X for hex escapes in string literals by Josh Humphries · 2 years, 6 months ago
- a971d06 21.x No longer define no_threadlocal on OpenBSD by Brad Smith · 2 years, 6 months ago
- a19ae2a Fix 32-bit test issue by Mike Kruskal · 2 years, 6 months ago
- c009b7b Merge branch 'main' into sync-stage by Mike Kruskal · 2 years, 6 months ago
- b2e1d7d Fix some superficial issues with GCC 4.9, MSVC, and CMake by Mike Kruskal · 2 years, 6 months ago
- e936433 [ObjC] Run clang-format on the ObjC Generator impl files. by Thomas Van Lenten · 2 years, 6 months ago
- 590c74d [ObjC] Fix method_dump to generate spaces not taps. by Thomas Van Lenten · 2 years, 6 months ago
- fbac066 [ObjC] Run clang-format on the ObjC Generator headers. by Thomas Van Lenten · 2 years, 6 months ago
- 2b42bea Add clang-format directives. by Thomas Van Lenten · 2 years, 6 months ago
- 5a95ef8 Fixing merge issues by Mike Kruskal · 2 years, 6 months ago
- 87084d3 Merge tag 'refs/tags/sync-piper' into sync-stage by Mike Kruskal · 2 years, 6 months ago
- 7cdf66e Sync from Piper @479479714 by Mike Kruskal · 2 years, 6 months ago
- 5028da4 [ObjC] Bring back some helpers that other plugin authors might need. by Thomas Van Lenten · 2 years, 6 months ago
- 32bea52 Sync from Piper @mkruskal/protobuf-absl by Mike Kruskal · 2 years, 6 months ago