18547 Commits (aa5818d2aa067524e44e0448c8221da3c709f8b2)
 

Author SHA1 Message Date
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
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) 3 months ago
Protobuf Team Bot e9b04b1f8f Stop using upb C accessor codegen for submsg accessors. 3 months ago
Thomas Van Lenten cdd3cf7ed4 [ObjC] Make debug runtime tell developers to update their generated code. 3 months ago
Protobuf Team Bot 9d7379677a Auto-generate files after cl/667998428 3 months ago
Protobuf Team Bot eafacfad50 Introduce upb_Message_SetBaseFieldMessage() 3 months ago
Protobuf Team Bot ede55fec7d Fix `final_is_soo` being accidentally declared as int not bool. 3 months ago
Mike Kruskal 45f65d123f Update deployment target to osx 10.13 to handle GH runner update 3 months ago
Protobuf Team Bot 892840fc59 Add copyright header on new files added in previous CL. 3 months ago
Protobuf Team Bot 25b793c2da Auto-generate files after cl/667953223 3 months ago
Protobuf Team Bot 336c9c324c Refactor the with-presence accessor geneartion (hasser, get_opt and clearer) into helper functions. 3 months ago
Protobuf Team Bot 182699f8fd Internal change 3 months ago
Hong Shin 6e2fe5b8c9 Update all refs from protos::internal::CreateMessage to hpb::interop::upb::MakeCHandle 3 months ago
Protobuf Team Bot 673a892bd9 Internal change 3 months ago
Evan Brown 0ed61f0b15 Use linear search instead of binary search in flat mode of ExtensionSet. 3 months ago
Hong Shin d4fc727be4 Abrogate protos::Parse with hpb::Parse 3 months ago
Protobuf Team Bot 9d3391f183 Use MapView/MapMut instad of View<Map>/Mut<Map> 3 months ago
Protobuf Team Bot 30a8ef5008 Prepare `MessageLite::GetTypeName` to be upgraded to return 3 months ago
Mike Kruskal 0d9baf367f Remove outdated conformance/fuzz tests. 3 months ago
Protobuf Team Bot beb4bdbed3 Internal changes 3 months ago
Protobuf Team Bot e26ef8683e Cleanup pass on where we use Private and doc(hidden) 3 months ago
Protobuf Team Bot 86dab71245 Internal version update. 3 months ago
Protobuf Team Bot 51d3b38751 Auto-generate files after cl/666928989 3 months ago
Joshua Haberman ddb863c38e Moved the C code generator to its own directory. 3 months ago
Deanna Garcia f6a6b060e2 Edit GHA to never skip full jobs on presubmit -- only steps. 3 months ago
Mike Kruskal 5695a882bd Move -Werror to our test/dev bazelrc files. 3 months ago
Protobuf Team Bot 79781edd8d Auto-generate files after cl/666879420 3 months ago
Protobuf Team Bot 9f4f302f9c Change upb singular scalar accessors to not use upb C accessor codegen. 3 months ago