5218 Commits (bf8a9fc73f268a793fb43c2d6d2cf7595c40c4ec)

Author SHA1 Message Date
Protobuf Team Bot 6676a10658 Remove dead code leftover from previous change. 8 months ago
Protobuf Team Bot 847d31afb2 Add a convenience SomeMsg::parse(bytes) -> Result<SomeMsg, ParseErr> 8 months ago
Protobuf Team Bot 0c8f970fc9 Implement Default::default() for owned messages. 8 months ago
Protobuf Team Bot aa938dd958 Auto-generate files after cl/618485105 9 months ago
Protobuf Team Bot 87b1c592a3 Move the IfnDefGuard from third_party/protobuf/io/cpp_utils to the existing third_party/protobuf/compiler/cpp, which is a more logical location. 9 months ago
Mike Kruskal c56de479a4 Fix another locale issue with ctype.h in PHP generator. 9 months ago
Protobuf Team Bot 86ff76719e Minor cleanup: IWYU, clang-tidy, etc. 9 months ago
Mike Kruskal e56ebcec8d Migrate direct callers of options().packed() to is_packed() helper. 9 months ago
Sandy Zhang 500c953d10 Enable editions support for Java Lite. 9 months ago
Protobuf Team Bot d8791df72e Auto-generate files after cl/618209046 9 months ago
Protobuf Team Bot 8e377ef4b6 When registering extensions, save the TcParse table too. 9 months ago
Protobuf Team Bot 39f6eba7fc Auto-generate files after cl/618204633 9 months ago
Protobuf Team Bot 1087274e7d Add an RAII ifndef helper for C++ codegen. 9 months ago
Protobuf Team Bot 85b20391e0 Store string block sizes as uint16_ts instead of uint32_ts, which allows us to avoid using a bit field for heap_allocated_/allocated_size_. 9 months ago
Protobuf Team Bot 0c6aa9557a Auto-generate files after cl/617949317 9 months ago
Protobuf Team Bot e74afdf73f Clear oneof message fields even on arena on non-OPT builds. 9 months ago
Mike Kruskal 0e167e796f Disallow all feature types except enum and boolean. 9 months ago
Adam Cozzette 7793c72eab Make CMake always build test protos into a static library 9 months ago
Protobuf Team Bot d4b19c191a Internal change 9 months ago
Protobuf Team Bot a6fe0a26d8 Add "NO CHECKED-IN PROTOBUF GENCODE" to Protobuf Python gencode. 9 months ago
Protobuf Team Bot eec6540eef Internal changes 9 months ago
Protobuf Team Bot 0442ed62cb Enable Protobuf Python version check. 9 months ago
Sandy Zhang 32fe5482a1 internal change 9 months ago
Mike Kruskal e0177887f4 Internal changes 9 months ago
Protobuf Team Bot aa1a14e528 Auto-generate files after cl/617376961 9 months ago
Mike Kruskal 83b7ca25b7 Fix windows-only issue in our compiler unittests. 9 months ago
Mike Kruskal 19af1b40c6 Internal changes 9 months ago
Protobuf Team Bot fa0d25a707 Add has_field() accessors for any field that supports presence. 9 months ago
Protobuf Team Bot 8198fe9a5f Change message-nesting namespacing to be some_msg:: instead of SomeMsg_:: 9 months ago
Protobuf Team Bot d428610254 Automated rollback of commit 89670dd296. 9 months ago
Protobuf Team Bot 89670dd296 No public description 9 months ago
Hong Shin 413e7b10a0 Internal Change 9 months ago
Protobuf Team Bot 0299edd5e4 Removed unused OneofMutEnumRsName function 9 months ago
Protobuf Team Bot dde9c5eee8 Auto-generate files after cl/616840653 9 months ago
Protobuf Team Bot db60e52991 Reenable extension support for Weak Descriptor messages. 9 months ago
Protobuf Team Bot 6b36eb633c Auto-generate files after cl/616648878 9 months ago
Protobuf Team Bot 9f65af7e76 Automated rollback of commit 5c183bda86. 9 months ago
Protobuf Team Bot f06ae6c4fa Auto-generate files after cl/616461373 9 months ago
Protobuf Team Bot 5c183bda86 Clear oneof message fields even on arena on non-OPT builds. 9 months ago
Mike Kruskal 15c733eef7 Internal changes 9 months ago
Thomas Köppe 57f3065459 Declare and define explicit template instantiations, since the required specializations are needed at a point where the primary template is not defined. 9 months ago
Mike Kruskal 88e0495a78 Fix remaining locale issues in PHP generator causing flakes. 9 months ago
Mike Kruskal 8a3430bd1a Fix locale issue with ::tolower in PHP generator 9 months ago
Mike Kruskal bca8fb6117 Implement edition 2023 support in all Ruby runtimes. 9 months ago
Protobuf Team Bot c6c7d21f6e IWYU, clang-tidy, etc. 9 months ago
Protobuf Team Bot 67816a54a9 Add "NO CHECKED-IN PROTOBUF GENCODE" to Protobuf Java gencode. 9 months ago
Mike Kruskal 0a6a117ed3 Remove remaining uses of ctype, which has locale issues. 9 months ago
Chris Kennelly 2ee72715e0 Automated Code Change 9 months ago
Protobuf Team Bot f72c45ff75 Change .submsg_mut() to return $Msg$Mut instead of FieldEntry<$Msg$>. 9 months ago
Protobuf Team Bot 958dd59892 Remove the public _mut() accessors from string fields. 9 months ago