5612 Commits (610702ed18d4323e44b9741102ed90377243470e)

Author SHA1 Message Date
Protobuf Team Bot d6630c27f2 Auto-generate files after cl/670990379 6 months ago
Protobuf Team Bot f44ad0b1ae Auto-generate files after cl/670722407 6 months ago
Tony Liao 920d5c33d4 Remove the AnyMetadata class and use free functions instead. 6 months ago
Evan Brown 1abef5b9e1 Refactor Extension union to have a separate named union for pointer values. 6 months ago
Protobuf Team Bot b434d512d9 Auto-generate files after cl/670583253 6 months ago
Protobuf Team Bot 23aada230b Add `[[deprecated]]` attribute when generating enums and classes. 6 months ago
Adam Cozzette b7a7e71d6e Make UntypedMapIterator a trivial type 6 months ago
Thomas Van Lenten 5233b80fb7 [ObjC] Better support class renaming for extensions. 6 months ago
Bo Anderson e490bff517 Fix file descriptor leak in test suite (#18021) 6 months ago
Sven Mikael Persson 7c8ce77f5f Fixed some shadowing between local variables (#17971) 6 months ago
Adam Cozzette a724fea0d7 Fix compiler error with `StrongReferenceToType()` 6 months ago
Protobuf Team Bot bf9010102a Auto-generate files after cl/669361776 6 months ago
Protobuf Team Bot bd4162ad51 `MapEntry` no longer needs `Derived` template parameter. 6 months ago
Protobuf Team Bot ffdebdb3f0 Auto-generate files after cl/669198477 6 months ago
Mike Kruskal 363c0e16df Automated rollback of commit 589cf718b4. 6 months ago
Protobuf Team Bot 890dd25c7f Auto-generate files after cl/669096134 6 months ago
Protobuf Team Bot ac9b4087df Replace PROTOBUF_FORCE_COPY_IN_RELEASE macro with constexpr function for easier maintenance. 6 months ago
tony b9d1800df0 Windows - Fix handling of utf8 command line arguments (#17854) 6 months ago
Adam Cozzette eec827df1b Fix any_test.cc on 32-bit Windows 6 months ago
Protobuf Team Bot d697a86b1b Remove upb C accessor thunk name logic. 6 months ago
Protobuf Team Bot 897be0c738 Put allow(dead_code) on oneof case enum try_from 6 months ago
Protobuf Team Bot 0e95c9d958 Auto-generate files after cl/668584753 6 months ago
Protobuf Team Bot 589cf718b4 In the custom vtable mode invert how the static/non-static overloads for Clear work. 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. 6 months ago
Protobuf Team Bot 8bb7e735a0 Move message.cc off of upb c codegen 6 months ago
Protobuf Team Bot c52d7ff8f5 Refactor and test fixes to make code more portable. 6 months ago
Protobuf Team Bot 07b325e5d7 Move map accessors off of upb c accessor codegen. 6 months ago
Protobuf Team Bot 36a969296d Move oneof accessors off of upb c accessor codegen. 6 months ago
Protobuf Team Bot 807ecfd0fa Move repeated fields and singular cords off of upb C accessor codegen. 6 months ago
Protobuf Team Bot 98309afade Move singular strings off of upb c accessor codegen. 6 months ago
Protobuf Team Bot 2cd5890d55 Auto-generate files after cl/668077355 6 months ago
Protobuf Team Bot a626dd332f Introduce `MessageCreator`, which will use more efficient techniques to 6 months ago
Protobuf Team Bot 5cebdef929 Fix AssociatedMiniTable to be an unsafe trait with a safe fn, instead of having an unsafe fn. 6 months ago
Protobuf Team Bot 0056835a0d Use proto2::internal::Unreachable() to avoid control flow warnings in msvc when we have no return after an ABSL_LOG(FATAL) 6 months ago
Protobuf Team Bot e9b04b1f8f Stop using upb C accessor codegen for submsg accessors. 6 months ago
Protobuf Team Bot ede55fec7d Fix `final_is_soo` being accidentally declared as int not bool. 6 months ago
Protobuf Team Bot 892840fc59 Add copyright header on new files added in previous CL. 6 months ago
Protobuf Team Bot 25b793c2da Auto-generate files after cl/667953223 6 months ago
Protobuf Team Bot 336c9c324c Refactor the with-presence accessor geneartion (hasser, get_opt and clearer) into helper functions. 6 months ago
Evan Brown 0ed61f0b15 Use linear search instead of binary search in flat mode of ExtensionSet. 6 months ago
Protobuf Team Bot 9d3391f183 Use MapView/MapMut instad of View<Map>/Mut<Map> 6 months ago
Protobuf Team Bot 30a8ef5008 Prepare `MessageLite::GetTypeName` to be upgraded to return 6 months ago
Mike Kruskal 0d9baf367f Remove outdated conformance/fuzz tests. 6 months ago
Protobuf Team Bot beb4bdbed3 Internal changes 6 months ago
Protobuf Team Bot e26ef8683e Cleanup pass on where we use Private and doc(hidden) 6 months ago
Protobuf Team Bot 51d3b38751 Auto-generate files after cl/666928989 6 months ago
Mike Kruskal 5695a882bd Move -Werror to our test/dev bazelrc files. 6 months ago
Protobuf Team Bot 79781edd8d Auto-generate files after cl/666879420 6 months ago
Protobuf Team Bot 9f4f302f9c Change upb singular scalar accessors to not use upb C accessor codegen. 6 months ago
Protobuf Team Bot 170cbc3eb0 Auto-generate files after cl/666521717 6 months ago
Protobuf Team Bot db3e837e02 Add an `_unchecked_lifetime` version of the Cpp interop wrap fns. 6 months ago