18482 Commits (ae51a89bf37c72f23d1a5067026567c741f7e2ca)
 

Author SHA1 Message Date
Mark Hansen ae51a89bf3 Add tests for ArrayDecoders decoding packed negative-sized primitive lists. 3 months ago
Mark Hansen 3f1de2c6e8 CodedOutputStream: Avoid updating position to go beyond end of array. 3 months ago
Protobuf Team Bot f861f12841 Internal version update. 3 months ago
Mike Kruskal 46eaf53920 Automated rollback of commit c4668f341f. 3 months ago
Protobuf Team Bot da26393006 Automated rollback of commit 9c835afdce. 3 months ago
Protobuf Team Bot ff4015cbe8 Auto-generate files after cl/673452657 3 months ago
Protobuf Team Bot d2b93189a6 Use `Message` instead of the derived type in `MapEntry`. 3 months ago
Protobuf Team Bot 0259cc3980 Add JsonStreamToMessage method 3 months ago
Mike Kruskal c4668f341f Internal changes 3 months ago
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