17981 Commits (34136b37944c4baba486005067c81093552a8418)
 

Author SHA1 Message Date
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
Mark Hansen 2f3b4603a1 Avoid an iterator allocation in FieldSet.Builder.setField 7 months ago
Mark Hansen cc5eccfb28 Avoid iterator allocations in FieldSet.computeFieldSize 7 months ago
Mark Hansen 8daad6ddd4 Avoid iterator allocations in FieldSet.writeField 7 months ago
Hong Shin 7a2b37f77d Update hpb generator plugin namespace protos -> hpb 7 months ago
Protobuf Team Bot 94f172de82 internal changes to plugin 7 months ago
Protobuf Team Bot b54a6aa9d3 Remove unused static field. 7 months ago
Protobuf Team Bot d3d86d2bee Bump Google.Protobuf dependency on System.Memory to version >=4.5.5 7 months ago
Protobuf Team Bot 9306e8446f Internal changes to versions 7 months ago
Mike Kruskal f46e776b1f Upgrade sanitizer tests back to ubuntu 22 7 months ago
Thomas Van Lenten 543b404920 [ObjC] Complete the tests for `GPBUnknownFields`/`GPBUnknownField` 7 months ago
Thomas Van Lenten d05c3feb39 [ObjC] Bring over more unknown fields tests. 7 months ago
Hong Shin 36dc83f066 superficial file rename protos_* -> hpb_* 7 months ago
Éamonn McManus 7f798cd8b9 Simplify a confusing test method in `MapLiteTest`. 7 months ago
Protobuf Team Bot 55a5f0c4db Remove TODO that we won't do and leave a comment explaining in its place 7 months ago
Thomas Van Lenten e759a39d51 [ObjC] Keep `GPBUnknownField` simpler. 7 months ago
Jakob Buchgraber 08da921314 Remove the defensive copy on singular string setter 7 months ago
Jakob Buchgraber 0d6e9794d1 Migrate Repeated::{push, set} and Map::insert to use the IntoProxied trait. 7 months ago
Protobuf Team Bot e2c4d0f27e Automated Code Change 7 months ago
Eduardo Menges Mattje 770090e901 Removed specific MSVC settings when installing (#17285) 7 months ago
Sandy Zhang fba8024963 Mark obsolete UnknownFieldParseException as deprecated 7 months ago
Mike Kruskal e530d40bfc Improve failure message for unexpected descriptor.proto contents. 7 months ago
Thomas Van Lenten c2299860fd [ObjC] Add initializing a `GPBUnknownFields` from a message. 7 months ago
Hong Shin fba399ad35 Remove protos/requires.h 7 months ago
Mike Kruskal e1638dc823 Use explicit names of our large runners 7 months ago
Mark Hansen ee96b56e46 Fix rawtypes warning suppression in FieldSet 8 months ago
Mark Hansen 761d49a270 Add overload for LazyStringArrayList.add(String): boolean 8 months ago
Mark Hansen 229c958a5c Hoist SmallSortedMap.getNumArrayEntries() outside loops over array entries 8 months ago
Protobuf Team Bot cbb3abfc4b Internal changes to versions 8 months ago
Protobuf Team Bot e9319054ca Auto-generate files after cl/649160060 8 months ago
Protobuf Team Bot 79c55cb30f Omit the `_raw_default_instance_` declaration when using DLL linkage. 8 months ago
Thomas Van Lenten 6e5a867f3d [ObjC] Start of the internal api for `GPBUnknownFields` 8 months ago
Hong Shin 096b139192 move upb/hpb_generator -> protobuf/compiler/hpb 8 months ago
Thomas Van Lenten c3d0ffe4cf [ObjC] Add comment on import for future reference. 8 months ago
Protobuf Team Bot f810cc5b66 Enable MessageLite::DebugString to use Message::DebugString where possible. 8 months ago
Thomas Van Lenten 6750ed8cd8 [ObjC] Add Swift helpers for `GPBUnknownFields`/`GPBUnknownField`. 8 months ago