18150 Commits (f87523dd41f6f0e64dbc55b64cac2c304afcf619)
 

Author SHA1 Message Date
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
Mark Hansen 08a0994f4b Avoid allocations in FieldSet.Builder.mergeFromField 5 months ago
Mark Hansen 2f3b4603a1 Avoid an iterator allocation in FieldSet.Builder.setField 5 months ago
Mark Hansen cc5eccfb28 Avoid iterator allocations in FieldSet.computeFieldSize 5 months ago
Mark Hansen 8daad6ddd4 Avoid iterator allocations in FieldSet.writeField 5 months ago
Hong Shin 7a2b37f77d Update hpb generator plugin namespace protos -> hpb 5 months ago
Protobuf Team Bot 94f172de82 internal changes to plugin 5 months ago
Protobuf Team Bot b54a6aa9d3 Remove unused static field. 5 months ago
Protobuf Team Bot d3d86d2bee Bump Google.Protobuf dependency on System.Memory to version >=4.5.5 5 months ago
Protobuf Team Bot 9306e8446f Internal changes to versions 5 months ago
Mike Kruskal f46e776b1f Upgrade sanitizer tests back to ubuntu 22 5 months ago
Thomas Van Lenten 543b404920 [ObjC] Complete the tests for `GPBUnknownFields`/`GPBUnknownField` 5 months ago
Thomas Van Lenten d05c3feb39 [ObjC] Bring over more unknown fields tests. 5 months ago
Hong Shin 36dc83f066 superficial file rename protos_* -> hpb_* 5 months ago
Éamonn McManus 7f798cd8b9 Simplify a confusing test method in `MapLiteTest`. 5 months ago
Protobuf Team Bot 55a5f0c4db Remove TODO that we won't do and leave a comment explaining in its place 5 months ago
Thomas Van Lenten e759a39d51 [ObjC] Keep `GPBUnknownField` simpler. 5 months ago
Jakob Buchgraber 08da921314 Remove the defensive copy on singular string setter 5 months ago