5440 Commits (9a60e5d001442f0af8563f40ac7f449c4f579bf4)

Author SHA1 Message Date
Protobuf Team Bot 301740dd06 Automated rollback of commit dfd7784fa1. 3 months ago
Protobuf Team Bot b061d4865f Auto-generate files after cl/672552340 3 months ago
Protobuf Team Bot 4ede7d1faf In the custom vtable mode use a non-static member pointer for Clear instead of the trampoline function. 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. 3 months ago
Protobuf Team Bot 3431016e91 Remove a few unused substitutions from string_view_field generator 3 months ago
Protobuf Team Bot c8e016c546 Auto-generate files after cl/672397247 3 months ago
Joshua Haberman fd6d8727c8 Created proper `names.h` headers for all upb generators. 3 months ago
Protobuf Team Bot 6d832d3aa2 Change the parse function to use appropriate calling convention. 3 months ago
Protobuf Team Bot d7e9ffb47b Auto-generate files after cl/672280579 3 months ago
Protobuf Team Bot 3052de88f8 Auto-generate files after cl/672079929 3 months ago
Joshua Haberman ed1a62cc58 Split a few lightweight functions into code_generator_lite.h 3 months ago
Tony Liao c964e143d9 Rename private reflection helpers HasBit to HasFieldSingular. 3 months ago
Cong Liu b179075955 Internal change. 3 months ago
Protobuf Team Bot dfd7784fa1 Assign the results of getClass() calls to unused variables 3 months ago
Protobuf Team Bot e3f37a2eb0 Auto-generate files after cl/671837281 3 months ago
Protobuf Team Bot ad3222c124 Replace PROTOBUF_FORCE_COPY_IN_MOVE macro with constexpr function for easier 3 months ago
Protobuf Team Bot 5257fc6086 Automated rollback of commit a1b33f4136. 3 months ago
serge-sans-paille f803670de7 Remove or replace useless references to <iostream> (#18069) 3 months ago
Protobuf Team Bot a1b33f4136 Make WireFormat::ByteSize aware of LazyField. 3 months ago
Protobuf Team Bot eacaa2bacc IWYU & other minor NFC changes in repeated_*_field.* 3 months ago
Protobuf Team Bot d99336559e Insert software prefetches into merge functions. This improves performance when hardware prefetchers are disabled on AMD machines. 3 months ago
Protobuf Team Bot 8aa0add7d3 Insert software prefetches into proto parsing functions. This improves performance when hardware prefetchers are disabled on AMD platforms. 3 months ago
Evan Brown 9b019ee271 Add prefetching of subsequent extensions in ExtensionSet::ForEach. 3 months ago
Adam Cozzette c3df35950b Rust: create blanket implementation of `ProxiedInMapValue` for upb-backed messages 3 months ago
Protobuf Team Bot f4c04a8851 Auto-generate files after cl/671111042 3 months ago
Protobuf Team Bot c890e87bc9 Replace PROTOBUF_FORCE_COPY_IN_SWAP macro with constexpr function for easier 3 months ago
Protobuf Team Bot 5d341470da Initial pass of a proto_eq gtest macro. 3 months ago
Protobuf Team Bot a4b8d25b97 Auto-generate files after cl/671022293 3 months ago
Joshua Haberman 7826ad1525 Removed some obsolete macro logic. 3 months ago
Protobuf Team Bot d6630c27f2 Auto-generate files after cl/670990379 3 months ago
Protobuf Team Bot f44ad0b1ae Auto-generate files after cl/670722407 3 months ago
Tony Liao 920d5c33d4 Remove the AnyMetadata class and use free functions instead. 3 months ago
Evan Brown 1abef5b9e1 Refactor Extension union to have a separate named union for pointer values. 3 months ago
Protobuf Team Bot b434d512d9 Auto-generate files after cl/670583253 3 months ago
Protobuf Team Bot 23aada230b Add `[[deprecated]]` attribute when generating enums and classes. 3 months ago
Adam Cozzette b7a7e71d6e Make UntypedMapIterator a trivial type 3 months ago
Thomas Van Lenten 5233b80fb7 [ObjC] Better support class renaming for extensions. 3 months ago
Bo Anderson e490bff517 Fix file descriptor leak in test suite (#18021) 3 months ago
Sven Mikael Persson 7c8ce77f5f Fixed some shadowing between local variables (#17971) 3 months ago
Adam Cozzette a724fea0d7 Fix compiler error with `StrongReferenceToType()` 3 months ago
Protobuf Team Bot bf9010102a Auto-generate files after cl/669361776 3 months ago
Protobuf Team Bot bd4162ad51 `MapEntry` no longer needs `Derived` template parameter. 3 months ago
Protobuf Team Bot ffdebdb3f0 Auto-generate files after cl/669198477 3 months ago
Mike Kruskal 363c0e16df Automated rollback of commit 589cf718b4. 3 months ago
Protobuf Team Bot 890dd25c7f Auto-generate files after cl/669096134 3 months ago
Protobuf Team Bot ac9b4087df Replace PROTOBUF_FORCE_COPY_IN_RELEASE macro with constexpr function for easier maintenance. 3 months ago
tony b9d1800df0 Windows - Fix handling of utf8 command line arguments (#17854) 3 months ago
Adam Cozzette eec827df1b Fix any_test.cc on 32-bit Windows 3 months ago
Protobuf Team Bot d697a86b1b Remove upb C accessor thunk name logic. 3 months ago
Protobuf Team Bot 897be0c738 Put allow(dead_code) on oneof case enum try_from 3 months ago
Protobuf Team Bot 0e95c9d958 Auto-generate files after cl/668584753 3 months ago