18701 Commits (1679a5c22dc001256e5b361ea2b54856328d2e9f)
 

Author SHA1 Message Date
Protobuf Team Bot 1679a5c22d Auto-generate files after cl/682527975 4 months ago
Protobuf Team Bot 796ac76a9a Internal change 4 months ago
Protobuf Team Bot 9f85736127 Auto-generate files after cl/682504379 4 months ago
Tony Liao 067ff1f274 Add test for ListFields in implicit presence messages. 4 months ago
Protobuf Team Bot 6501235223 Auto-generate files after cl/682496566 4 months ago
Tony Liao dbaa526b07 Fix import path for rust proto files. 4 months ago
Protobuf Team Bot 95efa286d1 Auto-generate files after PR #18610 4 months ago
Mike Kruskal c83b2f93a6 Clean up PHP CI (#18610) 4 months ago
Protobuf Team Bot bc6990cfb4 Internal version update. 4 months ago
Mike Kruskal ebbb1a465f Upgrade PHP mac runner to avoid slow PHP installs 4 months ago
Protobuf Team Bot 6965653714 Improve debug counters to understand integer keys. 4 months ago
Adam Cozzette 1481ea06e0 Fix `PROTO2_OPENSOURCE` annotations 4 months ago
Thomas Van Lenten a270d56dcd [ObjC] Remove override that is returning what the base returns. 4 months ago
Deanna Garcia 2d37fa821a Update Protobuf Java/Kotlin GitHub README. 4 months ago
Protobuf Team Bot be84e6b4b8 Auto-generate files after cl/682281207 4 months ago
Joshua Haberman b8237dddb3 Fixed the ASAN build for linker arrays. 4 months ago
Eric Salo 468c5a3f08 cleanup: delete distribs attribute from java_proto_library() 4 months ago
Mark Hansen 3e37dafd74 Add unit test coverage for CodedOutputStream.write(byte[],int,int) 4 months ago
Mark Hansen 25e8fc197d Add unit test coverage for CodedOutputStream.write(ByteBuffer) 4 months ago
Protobuf Team Bot 16c751f550 Auto-generate files after cl/682052240 4 months ago
Protobuf Team Bot d3cbd2154e Merge kotlin dsl field generators and move them into kotlin/ sub folder 4 months ago
Protobuf Team Bot 671e6c5ef6 Update `google::protobuf::MapKey` to be a view of string keys. After this change, `google::protobuf::MapKey` will no longer own string keys. It is simply a view over the keys. Callers of `google::protobuf::MapKey::SetStringValue` are required to ensure the supplied string outlives the instance of `google::protobuf::MapKey`. `google::protobuf::internal::DynamicMapField` now uses `google::protobuf::internal::DynamicMapKey` as its key value, instead of `google::protobuf::MapKey`. 4 months ago
Hong Shin 9f1722b117 rename protoc-gen-upb-protos to protoc-gen-hpb 4 months ago
Tony Liao d4a32bbc87 Add test cases for empty map entries for text format in Python. 4 months ago
Samuel Freilich fa858b82d2 Fix pyi generation for messages with a field named "self" 4 months ago
Mark Hansen a8ba3bb648 Add tests for CodedOutputStream.ByteOutputEncoder 4 months ago
Mark Hansen cdfc168184 Add tests for OutOfSpaceException in CodedOutputStream.OutputStreamEncoder. 4 months ago
Mark Hansen 33d4ac4064 Hoist AbstractBufferedEncoder.position to a field when reading/writing it repeatedly. 4 months ago
Mike Kruskal 03aec42fcb Automated rollback of commit ee391369e6. 4 months ago
Mark Hansen 25e50caa3e Micro-optimise CodedOutputStream.AbstractBufferedEncoder.buffer(byte) 4 months ago
Mark Hansen dd78f0ac12 No-op: move position updating to end of method for consistency 4 months ago
Mike Kruskal ee391369e6 Delete internal EffectiveStringCType helper. 4 months ago
Mark Hansen 24160d5bf8 CodedOutputStream: Avoid updating position to go beyond end of array. 4 months ago
Protobuf Team Bot d88a3d0c95 Updates upb conformance failures file. 4 months ago
Joshua Haberman 976eff8d2b Removed PHP 8.2 tests on macOS. 4 months ago
Deanna Garcia 59e469d5b0 Remove javaopts requiring java8 in non-release builds. 4 months ago
Protobuf Team Bot 578148d50f Auto-generate files after cl/681604581 4 months ago
Protobuf Team Bot 3998aada39 Move `T::_class_data_` static class members out into namespace scope. 4 months ago
Hong Shin 811cc30578 Prefer hpb::Arena to upb::Arena in hpb.h 4 months ago
Hong Shin 73fe084436 Move out hpb::HasExtension and hpb::ClearExtension to extension.h 4 months ago
Protobuf Team Bot 7407733a1e Update `google::protobuf::MapValueRef` and `google::protobuf::MapValueConstRef` to use `absl::string_view` 4 months ago
Derek Benson 6bfff3909c Cross compiled protoc and protoc-gen-upb_minitable as part of the build process for creating the codegen crate. 4 months ago
Protobuf Team Bot 1254c8daa0 Remove IsMovable and inline the assertions in the right place instead. 4 months ago
Hong Shin a089fad8bd Completely expunge protos!! 👋 4 months ago
Protobuf Team Bot 86823bb26d Remove unused member variable from `google::protobuf::util::MessageDifferencer::StreamReporter` 4 months ago
Hong Shin aaec548849 Move MessageLock to message_lock.cc 4 months ago
Benjamin Peterson 67de0878d6 Fix various unsigned to signed comparison warnings. (#17212) 4 months ago
Mark Hansen bc24489f93 Throw more informative OutOfSpaceExceptions when we run out of space serializing a proto. 4 months ago
Protobuf Team Bot 02d6885453 Internal version update. 4 months ago
Hong Shin 1db4fdc236 Introduce set_alias to hpb 4 months ago