18017 Commits (ac84411e4e0a7a4b6ccc19d71b31fee719be6a89)
 

Author SHA1 Message Date
Thomas Van Lenten ac84411e4e [ObjC] Support MessageSet with `GPBUnknownFields`. 4 months ago
Mike Kruskal 151ee45381 Internal changes 4 months ago
Mike Kruskal 3bfa9b9784 Fix build breakage in new bzlmod test 4 months ago
Protobuf Team Bot 507ba36e29 Support building //java with bzlmod 4 months ago
Protobuf Team Bot 81bd7999e4 Adding documentation to `CopyFrom` and `MergeFrom` of `RepeatedField` and `RepeatedPtrField`. 4 months ago
Protobuf Team Bot d911161766 Update the comment of TextFormat::Printer::RegisterMessagePrinter that the method takes ownerhip of the `printer` pointer. 4 months ago
Protobuf Team Bot bcd9905c58 Automated rollback of commit 3849bc6983. 4 months ago
Derek Benson 9c994245f2 implement repeated_new and repeated_free for enums and messages. Drop the default impl since it is now required 4 months ago
Derek Benson cee9da9469 add IntoProxied Repeated blanket impl for Iterators 4 months ago
Protobuf Team Bot cfff6e9811 Auto-generate files after cl/652541857 4 months ago
Thomas Van Lenten 8b96aa1e4c [ObjC] Update MessageSet Parsing. 4 months ago
Joshua Haberman 0309d86d31 Fixed `NAN`/`INFINITY` definitions to work on Windows 11 SDK. 4 months ago
Hong Shin 00a5a200e5 rename EnableIfProtosClass -> EnableIfHpbClass 4 months ago
Protobuf Team Bot e13b8e999b Prepare the code for migrating return types from `const std::string&` to 4 months ago
zhangskz 8e60d9f166 Updating version.json and repo version numbers to: 29.0-dev (#17432) 4 months ago
Sandy Zhang 956ce0f3fd Add visibility for rust public aliases for '@protobuf//:protobuf_rust' 4 months ago
Protobuf Team Bot 3849bc6983 Change logic for inline strings to use the `constexpr` constructor of 4 months ago
Hong Shin 133136cd9a Migrate internal.h to hpb + update fwd hdr 4 months ago
Hong Shin 16a8034d04 Migrate Arena to hpb namespace with forwarding 4 months ago
Protobuf Team Bot 9717a07957 Internal changes to versions 4 months ago
Mike Kruskal 06e65a29de Add pkgconfig file for libupb 5 months ago
Protobuf Team Bot 57828b0c60 More refactoring in preparation for RepeatedField SOO. 5 months ago
Protobuf Team Bot 1aefa5715d Upgrade input parameters in UnknownFieldSet from `const std::string&` to 5 months ago
Protobuf Team Bot 1b6869ed2c Move Rep out of RepeatedField and rename to HeapRep. 5 months ago
Mike Kruskal da7b416fc3 Downgrade CMake to 3.29 to workaround Abseil issue. 5 months ago
Sandy Zhang e889b0be54 Deprecated unused/obsolete mutable APIs, to be removed in next breaking change. 5 months ago
Thomas Van Lenten 339261f58c [ObjC] Validate MessageSet expectations. 5 months ago
Thomas Van Lenten 8e3eca48d0 [ObjC] Improve parsing validations 5 months ago
Protobuf Team Bot b14d9ee01f Automated Code Change 5 months ago
Protobuf Team Bot b3c9f4e0a9 Implement proto_lang_toolchain rule 5 months ago
Protobuf Team Bot d10007cf37 Test proto_common.compile 5 months ago
Protobuf Team Bot b19fbe62bc Move proto_common implementation from Bazel binary 5 months ago
Sandy Zhang 4b9a76cbd1 Add 28.x for staleness tests 5 months ago
Sandy Zhang ccb23625f8 Remove -fsjlj-exceptions from win32-config 5 months ago
Hong Shin 5f366b3b7d update .proto namespace for hpb_generator/tests 5 months ago
Protobuf Team Bot b8cb34d744 Prepare the code for migrating return types from `const std::string&` to 5 months ago
Tony Liao 34136b3794 Comment-only change: update and clarify code comments for io::Printer. 5 months ago
Protobuf Team Bot f70ba6482e Change reflection based accessors to not modify the instance unless it is 5 months ago
Protobuf Team Bot 03729f631b Internal changes to versions 5 months ago
Protobuf Team Bot 7fa8718467 In RepeatedField, rename members and use member accessors. 5 months ago
Protobuf Team Bot 77047d9cda Auto-generate files after cl/651119789 5 months ago
Protobuf Team Bot 89cd4cfc35 Auto-generate files after cl/651113583 5 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. 5 months ago
Protobuf Team Bot 5025dcd9c0 Automated rollback of commit d3d86d2bee. 5 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. 5 months ago
Protobuf Team Bot 32bcf0bead Prepare the code for migrating protobuf string accessors to 5 months ago
Hong Shin ab78e2fc1d protos -> hpb namespace transition :: minimal slice 5 months ago
Marcel Hlopko 21c545c8c5 Delete dead code 5 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. 5 months ago
Mark Hansen 1a18882a5d Avoid iterator allocation in FieldSet.isInitialized 5 months ago