18374 Commits (b1e435dc92a2c79ea895900b911ea93557803814)
 

Author SHA1 Message Date
y-yagi b1e435dc92 Remove unused header file from Ruby source code (#17871) 3 months ago
Mike Kruskal 90c3fa2c39 Remove more outdated conformance tests. 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
Thomas Van Lenten c935f725de [ObjC] Mark some of the old apis as deprecated 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
Protobuf Team Bot 6ed0b9f28d Internal change 3 months ago
Hood Chatham b915e9f44e Fix signature of `PyUpb_MessageMeta_Clear` (#17959) 3 months ago
Protobuf Team Bot 2f9e1504a2 Internal version update. 3 months ago
Bo Anderson e490bff517 Fix file descriptor leak in test suite (#18021) 3 months ago
Protobuf Team Bot 6ec8f87b38 Auto-generate files after cl/669513564 3 months ago
Joshua Haberman 8422e9795f Migrated upb to use Copybara-standard stripping. 3 months ago
Joshua Haberman e4449ba248 Harmonize license rules between google3 and OSS 3 months ago
Joshua Haberman 593bcfaf57 Format MODULE.bazel with Buildifier 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 ee9c176e73 Don't include upb accessors C codegen in Rust-upb build 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 e603dd3570 Remove unnecessary "additional_toolchain" param for proto_common.compile 3 months ago
Protobuf Team Bot d697a86b1b Remove upb C accessor thunk name logic. 3 months ago
Hong Shin fa15d09055 Introduce and migrate to hpb::interop::upb::GetArena from protos::internal::GetArena 3 months ago
Protobuf Team Bot 897be0c738 Put allow(dead_code) on oneof case enum try_from 3 months ago
Hong Shin d4a899538a Abrogate protos::internal::CreateMessageProxy with hpb::interop::upb::MakeHandle 3 months ago
Hong Shin 1b44ce0fee Extract hpb::ExtensionRegistry, hpb::internal::{ExtensionMiniTableProvider, ExtensionIdentifer} to extension.h 3 months ago
Protobuf Team Bot 0e95c9d958 Auto-generate files after cl/668584753 3 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. 3 months ago
Protobuf Team Bot 98e7db34ba Internal version update. 3 months ago
Hong Shin facfa3f45e Migrate GetExtension from protos to hpb 3 months ago
Protobuf Team Bot 8bb7e735a0 Move message.cc off of upb c codegen 3 months ago
Hong Shin f13b593e1c Remove protos::HasExtension shim 3 months ago
Hong Shin 9c12fee65e Migrate protos::Serialize to hpb::Serialize 3 months ago
Protobuf Team Bot c52d7ff8f5 Refactor and test fixes to make code more portable. 3 months ago
Protobuf Team Bot 07b325e5d7 Move map accessors off of upb c accessor codegen. 3 months ago
Protobuf Team Bot 36a969296d Move oneof accessors off of upb c accessor codegen. 3 months ago
Protobuf Team Bot 807ecfd0fa Move repeated fields and singular cords off of upb C accessor codegen. 3 months ago
Jie Luo 471ff77270 Remove deprecated service.py usages from test 3 months ago
Protobuf Team Bot 92f979b721 Internal version update. 3 months ago
Protobuf Team Bot 98309afade Move singular strings off of upb c accessor codegen. 3 months ago
Protobuf Team Bot 2cd5890d55 Auto-generate files after cl/668077355 3 months ago
Protobuf Team Bot a626dd332f Introduce `MessageCreator`, which will use more efficient techniques to 3 months ago
Hong Shin b6928aa9a6 Migrate SetExtension from protos to hpb 3 months ago
Protobuf Team Bot 5cebdef929 Fix AssociatedMiniTable to be an unsafe trait with a safe fn, instead of having an unsafe fn. 3 months ago