18723 Commits (11e0b59049177ab1a338027f4bd4941192fc2cf3)
 

Author SHA1 Message Date
Protobuf Team Bot 11e0b59049 Auto-generate files after cl/683288206 2 months ago
Protobuf Team Bot 459b871f57 Internal change 2 months ago
Protobuf Team Bot 21991dc866 Auto-generate files after cl/683280521 2 months ago
Protobuf Team Bot 6628b8a3dc Restore runtime compatibility with 3.22.x gencode by re-adding the mutableCopy(list) methods. 2 months ago
Protobuf Team Bot 9a1aa8c706 Auto-generate files after cl/683269532 2 months ago
Hong Shin d9c814b779 hpb: Introduce add_alias for repeated 2 months ago
Protobuf Team Bot 46c0b58067 Auto-generate files after cl/683225855 2 months ago
Protobuf Team Bot 991330736b Internal change 2 months ago
Protobuf Team Bot 9e1c9faab8 Auto-generate files after PR #17639 2 months ago
y-yagi 7351ef9f86 Fix the doc for `DescriptorPool.lookup` (#17639) 2 months ago
Protobuf Team Bot 64e14b42c4 Auto-generate files after cl/683198681 2 months ago
Protobuf Team Bot d5e1c3daa4 Internal change 2 months ago
Protobuf Team Bot f5982e18ac Auto-generate files after cl/683183750 2 months ago
Protobuf Team Bot 23d1b55761 Fix build in C23 with -Wunused-parameter. 2 months ago
Protobuf Team Bot 9ec9626405 Auto-generate files after cl/683171650 2 months ago
Richard Levasseur f1f58ce000 Internal change 2 months ago
Protobuf Team Bot a95786ce0e Auto-generate files after cl/683152452 2 months ago
Protobuf Team Bot 8cc5f6bd16 Fix compilation in Clang C23 mode. 2 months ago
Protobuf Team Bot 0afe330291 Auto-generate files after cl/682954547 2 months ago
Protobuf Team Bot 1e566d8c51 Internal change 2 months ago
Protobuf Team Bot 52f85d9ba1 Auto-generate files after cl/682948830 2 months ago
Mike Kruskal 6f8fdbdd59 Automated rollback of commit 03aec42fcb. 2 months ago
Protobuf Team Bot 1679a5c22d Auto-generate files after cl/682527975 2 months ago
Protobuf Team Bot 796ac76a9a Internal change 2 months ago
Protobuf Team Bot 9f85736127 Auto-generate files after cl/682504379 2 months ago
Tony Liao 067ff1f274 Add test for ListFields in implicit presence messages. 2 months ago
Protobuf Team Bot 6501235223 Auto-generate files after cl/682496566 2 months ago
Tony Liao dbaa526b07 Fix import path for rust proto files. 2 months ago
Protobuf Team Bot 95efa286d1 Auto-generate files after PR #18610 2 months ago
Mike Kruskal c83b2f93a6 Clean up PHP CI (#18610) 2 months ago
Protobuf Team Bot bc6990cfb4 Internal version update. 2 months ago
Mike Kruskal ebbb1a465f Upgrade PHP mac runner to avoid slow PHP installs 2 months ago
Protobuf Team Bot 6965653714 Improve debug counters to understand integer keys. 2 months ago
Adam Cozzette 1481ea06e0 Fix `PROTO2_OPENSOURCE` annotations 2 months ago
Thomas Van Lenten a270d56dcd [ObjC] Remove override that is returning what the base returns. 2 months ago
Deanna Garcia 2d37fa821a Update Protobuf Java/Kotlin GitHub README. 2 months ago
Protobuf Team Bot be84e6b4b8 Auto-generate files after cl/682281207 2 months ago
Joshua Haberman b8237dddb3 Fixed the ASAN build for linker arrays. 2 months ago
Eric Salo 468c5a3f08 cleanup: delete distribs attribute from java_proto_library() 2 months ago
Mark Hansen 3e37dafd74 Add unit test coverage for CodedOutputStream.write(byte[],int,int) 2 months ago
Mark Hansen 25e8fc197d Add unit test coverage for CodedOutputStream.write(ByteBuffer) 2 months ago
Protobuf Team Bot 16c751f550 Auto-generate files after cl/682052240 2 months ago
Protobuf Team Bot d3cbd2154e Merge kotlin dsl field generators and move them into kotlin/ sub folder 2 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`. 2 months ago
Hong Shin 9f1722b117 rename protoc-gen-upb-protos to protoc-gen-hpb 2 months ago
Tony Liao d4a32bbc87 Add test cases for empty map entries for text format in Python. 2 months ago
Samuel Freilich fa858b82d2 Fix pyi generation for messages with a field named "self" 2 months ago
Mark Hansen a8ba3bb648 Add tests for CodedOutputStream.ByteOutputEncoder 2 months ago
Mark Hansen cdfc168184 Add tests for OutOfSpaceException in CodedOutputStream.OutputStreamEncoder. 2 months ago
Mark Hansen 33d4ac4064 Hoist AbstractBufferedEncoder.position to a field when reading/writing it repeatedly. 2 months ago