18278 Commits (72707c38f3580d5ce76eda1d736ddad468219b57)
 

Author SHA1 Message Date
Protobuf Team Bot 72707c38f3 Auto-generate files after cl/665982322 3 months ago
Protobuf Team Bot 742820a31a Move files to v2 subdirectory and hide them from OSS. 3 months ago
Protobuf Team Bot ba0c16c765 Auto-generate files after cl/665944029 3 months ago
Protobuf Team Bot 78c6349d75 Automated rollback of commit cd002c06b6. 3 months ago
Hong Shin bc6f561151 Remove unused protos::internal::{DeepCopy, DeepClone, GetOrPromoteExtension, GetUpbExtension, HasExtensionOrUnknown, MoveExtension} 3 months ago
Adam Cozzette 7f395af40e Replace some per-message C++ thunks with a common implementation 3 months ago
Hong Shin d2c7f60714 Remove protos::CreateMessage, protos::ClearExtension both unused 3 months ago
Mike Kruskal 5cbf13bc9a Internal changes 3 months ago
Protobuf Team Bot e65ff236ab Internal version update. 3 months ago
Hong Shin 9a24fc999d Abrogate protos::MessageAllocationError with hpb::MessageAllocationError 3 months ago
Protobuf Team Bot 737803eec4 Implement a mechanism to control the output format of Message.toString within a Runnable instance. 3 months ago
Hong Shin 8bb789e462 Introduce hpb::interop::upb and hpb::internal::backend::upb 3 months ago
Protobuf Team Bot b817373e6b Internal change 3 months ago
Hong Shin 0c8c922681 hbp: Rename and rehouse extension_lock -> internal/message_lock 3 months ago
Protobuf Team Bot 6a95fad912 Auto-generate files after cl/665411723 3 months ago
Protobuf Team Bot cd002c06b6 Introduce `MessageCreator`, which will use more efficient techniques to instantiate objects if permitted by the compiler. 3 months ago
Protobuf Team Bot c8d0f96256 Use rust_binary `aliases` feature to handle either protobuf_upb or protobuf_cpp being used as the `protobuf` crate in the Rust conformance test. 3 months ago
Adam Cozzette f48205ffed Internal change 3 months ago
Hong Shin 7a4319428b hpb cleanup: abrogate protos::{ClearMessage,CloneMessage,CreateMessage,DeepCopy} with hpb::{...} 3 months ago
Brent Shaffer 6d84da5e2d fix: do not throw deprecated warning on field getters for default values (#17788) 3 months ago
Protobuf Team Bot b0db5bd029 Change CppInterop traits to operate on *const or *mut c_void instead of protobuf::__runtime::RawMessage 3 months ago
Protobuf Team Bot 57ba42815e Internal version update. 3 months ago
Jie Luo dd95e5b1fa Nextgen Proto Pythonic API: Add any.py 3 months ago
Joshua Haberman ebd9838248 Make function declarations proper prototypes by adding `void`. 3 months ago
Protobuf Team Bot a7ddd35206 Auto-generate files after cl/664953196 3 months ago
Joshua Haberman eab1fa2765 Fixed layering check violations once and for all in upb bootstrapping. 3 months ago
Protobuf Team Bot 979931cc02 Refactor Rust thunk name generation in prep for extensions 3 months ago
Tony Liao 86a246312b Refactor methods in proto3's AnyMetadata implementation. 3 months ago
Hong Shin f5f94f334b Introduce hpb/internal/internal.h 3 months ago
Protobuf Team Bot 025909cb53 Auto-generate files after cl/663974332 3 months ago
Protobuf Team Bot a6977fef4c Add v2 FieldEntry #1. 3 months ago
Protobuf Team Bot 4e362b66bf Internal version update. 3 months ago
Protobuf Team Bot 939338d225 Internal change 3 months ago
Yamil Morales 26ab4fc14d Update failure lists replacing the message type section of test names with a wildcard for improved readability and compactness. 3 months ago
Yamil Morales 78a89c2d29 Create a test fixture for `update_failure_list.py` and carry out three tests. 3 months ago
Protobuf Team Bot 3b4605e046 internal change 3 months ago
Protobuf Team Bot f69eb55dc0 Auto-generate files after cl/663760495 3 months ago
Joshua Haberman 48f2faa70e Started moving Kotlin DSL generator to its own directory. 3 months ago
Protobuf Team Bot 546c8e0a25 Internal version update. 3 months ago
Hong Shin cb845a5962 hpb: introduce ptr.h and break out template helpers into internal/template_help.h 3 months ago
Mike Kruskal e49ce62d1e Clean up documentation of deprecated features. 3 months ago
Thomas Van Lenten e98e8edb15 [ObjC] Add api to add a field to another collection of unknown fields. 3 months ago
Protobuf Team Bot cfaac886c6 Minor cleanup: IWYU, remove redundant header from any.cc 3 months ago
Mike Kruskal 5cd9a463f9 Limit feature deprecation warnings to reduce noise. 3 months ago
Hong Shin 6c2be3bfc7 Make hpb:traits private visibility again 3 months ago
Hong Shin 6879b81364 Remove trailing mangle for generated_protos_support 3 months ago
Protobuf Team Bot 115b1925c6 Switch AssociatedMiniTable to a fn from an associated const. 3 months ago
Thomas Van Lenten 7155a7e95d [ObjC] Fix GPBUnknownField/GPBUnknownFields copy. 3 months ago
David Smith c5f623184d Add Compiler Condition to use inline assembly optimizations with ARM64 for Compatibility with MSVC (#17671) 3 months ago
Protobuf Team Bot 5a224554eb Add test that tries to parse a JSON string that exceeds the recursion limit. 3 months ago