19015 Commits (4d72a223e4ae2da2462603df45c9aa533a5d7002)
 

Author SHA1 Message Date
Protobuf Team Bot 85bbceea81 Internal Change 5 months ago
Hong Shin 367ef9c2ff Update index vs layout_index upb docs 5 months ago
Protobuf Team Bot 1aff4adfc6 Internal change 5 months ago
Hong Shin 15487415e4 hpb: update gen_enums.cc and start gen_messages from .EmitLegacy to .Emit 5 months ago
Protobuf Team Bot 0ad1d45e2e Auto-generate files after cl/690751567 5 months ago
Joshua Haberman 67ab5bd666 Make arena fuse and inc/dec-ref const, so that they can be invoked concurrently. 5 months ago
Protobuf Team Bot 7060d3d723 Add Python 3.13 test coverage 5 months ago
Ted Xie 89533c743f Add missing java load 5 months ago
Richard Cole 43570f2453 Only print pre-release version if it makes sense to do so (#18958) 5 months ago
Sandy Zhang e8e3253f63 Breaking Change: Remove deprecated RepeatedPtrField::ClearedCount(). 5 months ago
Protobuf Team Bot 24ef3d685a Move the `throw` statement to the template in the header. 5 months ago
Sandy Zhang 9e10b7c0ef Fix PHP package.xml generation to generate correct github link to release notes using protoc_version formatted with -rcN instead of -rc-N. 5 months ago
Protobuf Team Bot 654048b49e Internal change 5 months ago
Mike Kruskal ac29f2d105 Pin to python 3.12 in upb/macos tests. 5 months ago
Protobuf Team Bot dcd10a0f68 Auto-generate files after cl/689943588 5 months ago
Mike Kruskal e98a263d22 Add some java plugin integration tests. 5 months ago
Chris Kennelly 9f6c3d5f39 Enforce SetNonZero invariant with an assertion. 5 months ago
Chris Kennelly 03ed5d970b Directly test calling ByteSizeLong() on default instances. 5 months ago
Protobuf Team Bot 14564cc648 A couple fixes to the Rust Proto bzl to make proto libraries that use strip_import_prefix or import_prefix work with Rust Proto. 5 months ago
Protobuf Team Bot b5fca3e1b5 Add a consistency check to the parser to verify that has bits are valid on 5 months ago
Protobuf Team Bot 5aff431888 Internal change 5 months ago
Tony Liao 54d068e11c Breaking Change: Add ASAN poisoning after clearing oneof messages on arena. 5 months ago
Protobuf Team Bot 923ee767b9 protobuf.bzl: skip '.' when handling includes in `_proto_gen_impl()` 5 months ago
Sandy Zhang d83a5365d1 Breaking Change: Remove deprecated Arena::CreateMessage. 5 months ago
Hong Shin 7ef7eebbfc hpb_proto_library: properly handle alias libraries (srcs empty, reexport deps) 5 months ago
Hong Shin 3c918201f9 Remove extension_scope bifurcation in gen_extension_cc and adopt .Emit over .EmitLegacy 5 months ago
Protobuf Team Bot 33bbbebf20 Change DynamicCastMessage to throw a `std::bad_cast` exception when exceptions 5 months ago
Hong Shin 350e24efa9 hpb: composition over inheritance - ExtensionIdentifier 5 months ago
nickreid 7f6e90ba46 Replace all regexes in TextFormat.Tokenizer with direct char scanning. 5 months ago
Jie Luo 47613cf7ad Fix a python bug when assign an empty Struct at creation. 5 months ago
Protobuf Team Bot d2194efa9e Add loads for the uses of cc_proto_aspect 5 months ago
Protobuf Team Bot 41be4091d5 Fallback to native cc_proto_aspect 5 months ago
Protobuf Team Bot 9f08ec543b Add description an license to Cargo.toml files which will be used for publishing to crates.io 5 months ago
Jie Luo 5706140e09 Add "PythonMessageMutator GetClearedMutableMessage(PyObject *);" in proto_api which works with cpp extension, upb and pure python. 5 months ago
Protobuf Team Bot 50689dcf41 Expose cc_proto_aspect from cc_proto_library 5 months ago
Hong Shin 8376542603 Update broken link in upb aspect.bzl::alias library 5 months ago
Sandy Zhang 9f1b38e8a1 Update minimum supported macOS 11 5 months ago
Jie Luo 292f964679 Breaking Change: Remove deprecated reflection methods 5 months ago
Protobuf Team Bot 12c87c914e Mark example code blocks that we don't expect to be able to actually run in isolation with `ignore`. 5 months ago
Protobuf Team Bot c6753b9d06 Make import! of protobuf_gtest_matchers work properly. 5 months ago
Protobuf Team Bot c0f3d4c887 Internal change 5 months ago
Protobuf Team Bot a836ee1277 Auto-generate files after cl/688585300 5 months ago
Hong Shin c5236bc28e Migrate upb extension getters for scalars 5 months ago
Protobuf Team Bot f549fc3ccc Simplify proto2::(anonymous namespace)::FlatAllocatorImpl::GetFieldNameCase and reuse absl's ascii lower/uppercasing. 5 months ago
Joshua Haberman 2ac862f36c Fixed a missing check in wire format verification. 5 months ago
Protobuf Team Bot f92335b36d Comment change: clarifies that the field/value order is based on textual order in the file, not the order of the enums. 5 months ago
Mark Hansen 84a4472a0f Make GeneratedMessageLite.isInitialized(T message, boolean shouldMemoize) private 5 months ago
Hong Shin 6935e10f38 Make ExtensionIdentifier's constructor private 5 months ago
Jie Luo 5ba74b11e8 Breaking Change: Remove deprecated Python RPC Service Interfaces 5 months ago
Protobuf Team Bot 8c1fa83fb8 Make usingShortRepeatedPrimitives for textproto printer public 5 months ago