4667 Commits (f6b108af4d4074c136285d5621d078d70fbd1d36)

Author SHA1 Message Date
Adam Cozzette 52aa1506e9
Tweak BUILD setup to make the layering check change less disruptive (#15838) 12 months ago
Adam Cozzette 62e7a56f50
Add missing alias targets for C++ util libraries (#15783) 12 months ago
Protobuf Team Bot fa51aa15bb Updating version.json and repo version numbers to: 26.0-dev 1 year ago
Protobuf Team Bot e8cc5a610d Updating version.json and repo version numbers to: 26.0-rc2 1 year ago
zhangskz 3b92f4fe38
Adhere to PEP 8 (#15127) (#15729) 1 year ago
Protobuf Team Bot 06e7caba58 Breaking change: Remove the deprecated always_print_primitive_fields option from Java, Python and C++ JSON parsers. 1 year ago
Protobuf Team Bot fc41e78d7a Rename the 'includingDefaultValueWithoutPresenceFields' and 'always_print_without_presence_fields' to 'alwaysPrintFieldsWithNoPresence' in the Cpp, Py and Java JSON serializers for consistency. 1 year ago
Protobuf Team Bot 1f3bf1d31e Add new 'always_print_without_presence_fields' option to the C++ JSON serializer. 1 year ago
zhangskz 096e127d02
Breaking Change: Remove deprecated legacy class aliases. (#15709) 1 year ago
zhangskz 4dec1a7d41
Force descriptor initialization of dependencies *before* internalUpdateFileDescriptor(). (#15718) 1 year ago
zhangskz 8b0f6fdcca
remove use of mach_absolute_time (#15554) (#15662) 1 year ago
Protobuf Team Bot 0090f195f0 Check ctype() in DescriptorBuilder for edition 2023 and beyond. 1 year ago
Protobuf Team Bot 624d65da6a Fail building descriptors if `ctype` is used for fields other than string or bytes. 1 year ago
Protobuf Team Bot b25013b11a Updating version.json and repo version numbers to: 26.0-dev 1 year ago
Protobuf Team Bot d00db12f94 Updating version.json and repo version numbers to: 26.0-rc1 1 year ago
Protobuf Team Bot 21eb4e9350 Internal changes. 1 year ago
Mikhail Galanin e6aa58004e Do not store binary data inside php files (#13911) 1 year ago
Protobuf Team Bot 6f86726f26 Rollback version validations in Protobuf Java Lite. 1 year ago
Jakob Buchgraber 4517308a91 Also apply r# prefix to crates whose names are reserved keywords 1 year ago
Protobuf Team Bot ad169d8917 Rename IsOptional to IsExplicitPresence and make the types.proto impl match the preexisting descriptor.h impl in returning true for proto3 messages which are not explicitly marked 'optional'. 1 year ago
Sandy Zhang c73fa81a3e Strip leading spaces from Java codegen doc comments. This is better for consistency, and prevents nonfunctional codegen diffs for editions transforms post-proto formatting. 1 year ago
Sandy Zhang 083e3e38e6 Strip nonfunctional codegen diff from line number in Javadoc comment for deprecated fields, which may shift after adding features post-Editions transform 1 year ago
Protobuf Team Bot 59c02715bd Turn on version checks for Java Lite enum in OSS. 1 year ago
Hong Shin 0d090df3e2 Implement ProxiedWithRawVTable, ProxiedWithRawOptionalVTable, and ProxiedWithPresence for Messages 1 year ago
Protobuf Team Bot 8b92099937 Checks that only lite or full binding could exist in a process. 1 year ago
Protobuf Team Bot 56f557a0f5 Auto-generate files after cl/600487923 1 year ago
Sandy Zhang 65c65c2d04 Breaking Change: Use Editions features in Java full runtimes. 1 year ago
Protobuf Team Bot 040dde7e37 Correct type_resolver_util to set syntax=proto3 instead of syntax=proto2 on proto3 files. 1 year ago
Isuru Fernando 71b0b4e0a9 Fix getting env variables on windows (#15518) 1 year ago
Protobuf Team Bot c0d08bdcad Breaking Change: Stop generating the "newInstance" method. This is not used anymore. 1 year ago
Harald Kjær Nielsen 1eff9d7451 Proper fix utf8 command line arguments (#14253) 1 year ago
Alyssa Haroldsen f0ccf26e63 Correct raw identifier terminology in rust_keywords 1 year ago
Marcel Hlopko c1d174f7d2 Stop codegenning module for .proto package 1 year ago
Marcel Hlopko 39e8ca7faf Add support for repeated strings/bytes 1 year ago
Alyssa Haroldsen 457ed9b44f Use `self` accessors for accessing maps in views 1 year ago
Adam Cozzette 65a353fa10 Update JSON parser to reject overlong UTF-8 encodings 1 year ago
Protobuf Team Bot 57f770f8c9 Make sure the pb_defaults section is never empty instead of using __attribute__((weak)). Not all platforms support having a never defined weak symbol. 1 year ago
Sandy Zhang cbd9a98301 Don't emit redundant enum name gencode when has_reflection is false. 1 year ago
Protobuf Team Bot d98722b53c Auto-generate files after cl/599558000 1 year ago
Protobuf Team Bot b161e2df00 Change the way pinning and weak references are done in the Weak Descriptor 1 year ago
Protobuf Team Bot 2c28d728da Add missing Protobuf Java version checks for enums and missing version info when separate Java files are generated. 1 year ago
Protobuf Team Bot fedd34df47 Allocate an editions FeatureSet extension for https://github.com/bufbuild/protobuf-es 1 year ago
Alyssa Haroldsen 32c17c0919 Simplify format variables in singular_string 1 year ago
Protobuf Team Bot 2fb2274716 Auto-generate files after cl/599323122 1 year ago
Alyssa Haroldsen 4696ac71ca Rename 'a to 'msg in message gencode 1 year ago
Alyssa Haroldsen ab8b762941 Use `self` for all methods on views, return `'msg` 1 year ago
Sandy Zhang 7c2e9c10d8 Add include for absl/str_cat.h 1 year ago
Hong Shin 808487918c Initialize scaffolding for ProxiedWithPresence for Messages 1 year ago
Kevin King 9bd8dfa639 Add Repeated<Message> accessors 1 year ago
Protobuf Team Bot b04a213326 Auto-generate files after cl/599244388 1 year ago