18723 Commits (11e0b59049177ab1a338027f4bd4941192fc2cf3)
 

Author SHA1 Message Date
Protobuf Team Bot b377202cfb extend test matrix to python 3.12 3 months ago
Protobuf Team Bot 8bedb8bbde Auto-generate files after cl/673401292 3 months ago
Protobuf Team Bot 9fa1f4f9bb Fix ContainerBase::DeepCopy to not modify the source object. 3 months ago
Adam Cozzette 5a68dddcf9 Remove outdated comments from descriptor.proto 3 months ago
Protobuf Team Bot ef17dab07f Prepare `UnknownFieldSet` for replace `std::string` with `absl::string_view`: 3 months ago
Hong Shin 7ace14c513 Abrogate protos::Arena with hpb::Arena 3 months ago
Protobuf Team Bot 13cf397e1a upgrade test images to bazel 6.4 3 months ago
Protobuf Team Bot 56360ffb15 Internal version update. 3 months ago
Hong Shin 69dbe6fd6f hpb: Migrate MoveMessage out of internal to interop 3 months ago
Protobuf Team Bot 4a039d89dd Add static reflection support for VIEW string_type fields. 3 months ago
Protobuf Team Bot 5771b06672 Auto-generate files after cl/673010897 3 months ago
Protobuf Team Bot ad9bf317a5 Change `SharedDtor` to be a static function to be able to use it directly in 3 months ago
Protobuf Team Bot 05b1fc6cb5 Misc cleanup: IWYU, clang-tidy, etc. 3 months ago
Adam Cozzette 569f34d8a1 Fix `message_differencer_unittest` to handle a nesting depth of 100 3 months ago
Derek Benson 0f4bfc4eac Migrate upb/rust to gtest 3 months ago
Hong Shin 0b98d419fa Efface blank protos::internal namespace 3 months ago
liqipeng 25e9631313 Fix cpp syntax error when the service method name is `request`. (#18174) 3 months ago
Protobuf Team Bot bd3629c6b9 Fix comment reference to cpp `std::string_view` 3 months ago
Joshua Haberman 65b7a2c65e Move keywords.h/keywords.cc to hpb generator. 3 months ago
Protobuf Team Bot 9c835afdce Make WireFormat::ByteSize aware of LazyField. (roll forward after TGP). 3 months ago
Protobuf Team Bot 960b5baeca Auto-generate files after cl/672710484 3 months ago
Mike Kruskal 0b6e768f07 Introduce lifetimes for individual feature values. 3 months ago
Protobuf Team Bot 49c0b4aa03 Internal version update. 3 months ago
Protobuf Team Bot 1892185aee Untangle `GenericTypeHandler` cross-references + more IWYU in repeated_ptr_field.* 3 months ago
Adam Cozzette 04e801f969 Remove `--copt="-Werror"` from `.bazelrc` 3 months ago
Protobuf Team Bot 343c21cd7a Standardize type nomenclature in repeated_ptr_field.* 3 months ago
Hong Shin 877b02506c Introduce hpb::interop::upb::GetMessage; née protos::internal::GetInternalMsg 3 months ago
Derek Benson a0f79ebc57 Add linkage assertions to all extern upb functions. This makes it a compiler error if you try to run the tests and are missing an extern fn. Will be used to ensure that the Cargo build's amalgamated upb has everything that's needed. 3 months ago
Protobuf Team Bot 301740dd06 Automated rollback of commit dfd7784fa1. 3 months ago
Protobuf Team Bot 9efb6064a9 Auto-generate files after cl/672592274 3 months ago
Protobuf Team Bot 4d75c8224a Fix a potential Ruby-upb use of uninitialized memory. 3 months ago
Hong Shin 44e9777103 Adios, protos::ptr! 3 months ago
Hong Shin 9c1fc6ca0b Internal Change 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
Joshua Haberman 5ee5891f7d Refactored the C name mangling to not depend on C++ or upb reflection. 3 months ago
Joshua Haberman da825e80b1 Migrated upb code generators to the new code_generator_lite.h library. 3 months ago
Joshua Haberman 65c9e69f97 Delete upbdev and friends, which were only used by the Dart plugin. 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
Derek Benson 50c3191741 add a dependency to the upb amalgamation on text:debug and text:internal 3 months ago
Tony Liao c964e143d9 Rename private reflection helpers HasBit to HasFieldSingular. 3 months ago
Protobuf Team Bot 849f05f886 Auto-generate files after cl/671934556 3 months ago
Eric Salo 1321c26fc6 upb: fix uninitialized upb_MessageValue buffer bugs 3 months ago
Cong Liu b179075955 Internal change. 3 months ago