3106 Commits (29331cbd4c7413684f6ad7cd0989cfb3ba2aa3ac)

Author SHA1 Message Date
Protobuf Team Bot 29331cbd4c Automated rollback of commit 112fa94402. 2 years ago
Protobuf Team Bot 6a0bd183ee Do not crash when parsing Anys that contain a proto which is missing require fields. 2 years ago
Martijn Vels bc4c156eb2 Add EpsCopyInputStream::ReadCord() providing an efficient direct Cord API 2 years ago
Mike Kruskal 324f0b57d7 Migrate std::operator+ to Abseil helpers in Objective-c compiler directory. 2 years ago
Mike Kruskal 5184022a17 Migrate std::operator+ to Abseil helpers in C# compiler directory. 2 years ago
Mike Kruskal 85b785c32b Migrate std::operator+ to Abseil helpers in C++ compiler directory. 2 years ago
Mike Kruskal 4363ef2c92 Migrate std::operator+ to Abseil helpers in C++ runtime directory. 2 years ago
Protobuf Team Bot f3f069ce68 Auto-generate files after cl/502696374 2 years ago
Mike Kruskal 021435611f Remove mathutil stub. 2 years ago
Mike Kruskal 5a8abe1c20 Add static asserts to container classes. 2 years ago
Protobuf Team Bot 8ea499d662 Use absl::countl_zero rather than absl::bit_width, to save one instruction, and 4 bytes of x86 code, per use. 2 years ago
Mike Kruskal b80cc536de Migrate std::operator+ to Abseil helpers in utility code. 2 years ago
Protobuf Team Bot 874e2a7242 Rename buffer_ to patch_buffer_ to clarify its role and reduce confusion with 2 years ago
Protobuf Team Bot 44faee9877 [ObjC] Ensure more uniqueness on generated internal function name. 2 years ago
Protobuf Team Bot dc66690699 Misc lint fixes. 2 years ago
Mike Kruskal 417c136eeb Delete unused zigzag decoder helpers. 2 years ago
Jonathan 895edc4e31 Protocol Buffer Documentation Link Update (#11522) 2 years ago
Protobuf Team Bot 7679378c7f Auto-generate files after cl/502028351 2 years ago
Mike Kruskal 0968ecfb7a Open-source generated string_view field methods. 2 years ago
Mike Kruskal 232ecf4a6f Bump protobuf to latest upb version. 2 years ago
Protobuf Team Bot 112fa94402 Automated rollback of commit 9244d121b4. 2 years ago
Mike Kruskal 80bd660a61 Add static asserts to enforce more assumptions made in repeated field containers. 2 years ago
Protobuf Team Bot 426d344a6a Internal change 2 years ago
Protobuf Team Bot 71a1027dcd Auto-generate files after cl/501301957 2 years ago
Mike Kruskal 97da3fbb9d Fix gcc warnings on main that cause build errors. 2 years ago
Protobuf Team Bot 9244d121b4 Fix crash when attempting to parse a JSON document that contains an extension field for the wrong type of message. 2 years ago
Protobuf Team Bot bc14a0af43 Automated rollback of commit 9dee1ca737. 2 years ago
Protobuf Team Bot 9a56bc6558 Automated rollback of commit 0517b71b25. 2 years ago
Protobuf Team Bot afdf6dafc2 Fix proto deserialization issue when parsing a packed repeated enum field whose 2 years ago
Protobuf Team Bot 9dee1ca737 Use LazyStringArrayList directly in gencode -- LazyStringArrayList tracks mutability internally, so we can use the current "mutable bit" as a "has bit" to potentially skip work on the field during build operations. 2 years ago
Adam Cozzette 0517b71b25 Add retention and target attributes to descriptor.proto 2 years ago
Protobuf Team Bot 5330a36c15 Add a new test input stream `TestZeroCopyInputStream` for more control over the particular buffers passed 2 years ago
Martijn Vels 53eadba5ee Fix `ZeroCopyCodedInputStream::ReadCord()` 2 years ago
Tom Hughes 7cf6479295 Use "#if GTEST_HAS_DEATH_TEST" instead of "#ifdef GTEST_HAS_DEATH_TEST" 2 years ago
Chris Kennelly 969ec469f6 Delete unused code. 2 years ago
Jie Luo ca1cb1ba80 Expect fail when serialize inf and nan for Value.number_value in json format. fixes #11259 2 years ago
Chris Kennelly 2d6ee175e2 Remove runtime code paths for field stripping. 2 years ago
Mike Kruskal 37a4656ad4 Clean up repeated field shared library exports. 2 years ago
Protobuf Team Bot 570e12538c Changes to Map class to support table-driven parser: 2 years ago
Jie Luo de5fae0d84 Automated rollback of commit c105e85e7c. 2 years ago
Jie Luo c105e85e7c Expect fail when serialize inf and nan for Value.number_value in json format. fixes #11259 2 years ago
Protobuf Team Bot 8eb8c2b301 internal change 2 years ago
Chris Kennelly 46058d2c2d Remove codegen references to unused_field_stripping. 2 years ago
Protobuf Team Bot d5fd41d2d4 Implement AbslStringify for MessageLite 2 years ago
Protobuf Team Bot 9810724b24 Automated rollback of commit fb8862f781. 2 years ago
Protobuf Team Bot c9c0a1c843 Miscellaneous compiler warning fixes: 2 years ago
Mike Kruskal 1aef0a4006 Add static asserts to enforce assumptions made in Map. 2 years ago
Mike Kruskal bb96ec94af Migrate std::operator+ to Abseil helpers in compiler code. 2 years ago
Mike Kruskal 4950dce199 Provide an escape hatch for the new JSON name conflict handling at the DescriptorPool level. 2 years ago
Protobuf Team Bot 88ec26fe07 Correct HasBitVars logic to reflect the fact that stripped fields may return 2 years ago