18016 Commits (53f78b42784be3d8990013b03e393974840a3f25)
 

Author SHA1 Message Date
Protobuf Team Bot 53f78b4278 Updating version.json and repo version numbers to: 28.0-dev 6 months ago
Protobuf Team Bot 4afaa64c95 Updating version.json and repo version numbers to: 28.0-rc2 6 months ago
zhangskz 83c0b480e5
Merge pull request #17728 from protocolbuffers/cp-pom 7 months ago
Deanna Garcia aaf5f798c0 Remove unused pom.xml files. 7 months ago
Deanna Garcia 6a7e2154a2 Set -ex in test_java.yml 7 months ago
Deanna Garcia 671ef8b852 Refactor java maven GHA test to use our generated jars. 7 months ago
zhangskz 1869419410
Merge pull request #17702 from thomasvl/patch_objc_to_28 7 months ago
Thomas Van Lenten c46340eb36 [ObjC] Support errors when merging unknown fields to a message. 7 months ago
Thomas Van Lenten c5c9c89441 [ObjC] Add apis for removing things from `GPBUnknownFields`. 7 months ago
zhangskz ed6dcd7182
Merge pull request #17618 from protocolbuffers/cp-utf8-ascii-28.x 7 months ago
Adam Cozzette 440dc8306d Remove `/utf-8` flag added in #14197 7 months ago
zhangskz b045935521
Merge pull request #17587 from thomasvl/patch_objc_to_28 7 months ago
Thomas Van Lenten a6b353582c [ObjC] Collect unknown fields as data 7 months ago
Thomas Van Lenten bf2d4e707c [ObjC] Internal helper for getting the unknown field data from a message 7 months ago
Thomas Van Lenten 0832b52355 [ObjC] Update tests to use both unknown fields apis. 7 months ago
Thomas Van Lenten d1b6f8c8eb [ObjC] Deprecate GPBTextFormatForUnknownFieldSet(). 7 months ago
Thomas Van Lenten 9b16ee477b [ObjC] Parsing helper and tests around unknown fields. 7 months ago
Thomas Van Lenten fad7b78e1a [ObjC] Add test around enum unknown values. 7 months ago
Thomas Van Lenten cf7abf6c6b [ObjC] Expose a helper for stream error. 7 months ago
Thomas Van Lenten ddf9b76704 [ObjC] Support MessageSet with `GPBUnknownFields`. 7 months ago
Thomas Van Lenten 5fa8cd9574 [ObjC] Update MessageSet Parsing. 7 months ago
Thomas Van Lenten 3aa491cf8f [ObjC] Validate MessageSet expectations. 7 months ago
Thomas Van Lenten ef4898fc5e [ObjC] Improve parsing validations 7 months ago
zhangskz 7699dd0438
Merge pull request #17512 from anandolee/28.x 7 months ago
Joshua Haberman fa8dbaec86
Merge pull request #17510 from protocolbuffers/cherrypick-ruby-utf8 7 months ago
Jie Luo 902a68a159 -Remove service.py usages in builder 7 months ago
Jie Luo 38140ac544 Raise warnings for deprecated google/protobuf/reflection.py APIs. 7 months ago
Joshua Haberman fe9a53cb51 [Ruby] Warn if assigning a "UTF-8" string with invalid UTF-8. (#17253) 7 months ago
zhangskz ca75771fe7
Merge pull request #17475 from protocolbuffers/cp-downgrade-cmake 7 months ago
Mike Kruskal cd75dd5982 Downgrade CMake to 3.29 to workaround Abseil issue. 7 months ago
Protobuf Team Bot e3e43446f2 Updating version.json and repo version numbers to: 28.0-dev 7 months ago
Protobuf Team Bot e70d04d915 Updating version.json and repo version numbers to: 28.0-rc1 7 months ago
Sandy Zhang ccb23625f8 Remove -fsjlj-exceptions from win32-config 7 months ago
Hong Shin 5f366b3b7d update .proto namespace for hpb_generator/tests 7 months ago
Protobuf Team Bot b8cb34d744 Prepare the code for migrating return types from `const std::string&` to 7 months ago
Tony Liao 34136b3794 Comment-only change: update and clarify code comments for io::Printer. 7 months ago
Protobuf Team Bot f70ba6482e Change reflection based accessors to not modify the instance unless it is 7 months ago
Protobuf Team Bot 03729f631b Internal changes to versions 7 months ago
Protobuf Team Bot 7fa8718467 In RepeatedField, rename members and use member accessors. 7 months ago
Protobuf Team Bot 77047d9cda Auto-generate files after cl/651119789 7 months ago
Protobuf Team Bot 89cd4cfc35 Auto-generate files after cl/651113583 7 months ago
Protobuf Team Bot c97a042116 In the custom vtable mode invert how the static/non-static overloads versions work for ByteSizeLong and _InternalSerialize. That way the public entry point and the function pointer both end up being the same. Currently, the static function is a separate function than the one called externally, forcing two functions to exist. 7 months ago
Protobuf Team Bot 5025dcd9c0 Automated rollback of commit d3d86d2bee. 7 months ago
Protobuf Team Bot f9dd9ce66e UPB text encoder without using reflection for Rust (used for a message's Debug trait) that will print out field number to value entries instead of field name to value entries of a message like how it's expected for the usual text format using reflection. 7 months ago
Protobuf Team Bot 32bcf0bead Prepare the code for migrating protobuf string accessors to 7 months ago
Hong Shin ab78e2fc1d protos -> hpb namespace transition :: minimal slice 7 months ago
Marcel Hlopko 21c545c8c5 Delete dead code 7 months ago
Sandy Zhang 759b25ed3e Update old comment to reflect that Java lite bit encodes enum closedness rather than just map fields with closed proto2 enum values pre-editions. 7 months ago
Mark Hansen 1a18882a5d Avoid iterator allocation in FieldSet.isInitialized 7 months ago
Mark Hansen 08a0994f4b Avoid allocations in FieldSet.Builder.mergeFromField 7 months ago