10916 Commits (d2c6d5efd4d977da8fa07838e66e2ebde19e3288)
 

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 6379624149 Auto-generate files after cl/502639126 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 bc270dd2c3 Auto-generate files after cl/502633022 2 years ago
Tiago Quelhas 80c3f95e37 Add missing mnemonic on a couple of proto compilation actions. 2 years ago
Protobuf Team Bot 98eda63822 Auto-generate files after cl/502611183 2 years ago
Protobuf Team Bot 44faee9877 [ObjC] Ensure more uniqueness on generated internal function name. 2 years ago
Protobuf Team Bot d95b44eab3 Auto-generate files after cl/502580830 2 years ago
Protobuf Team Bot dc66690699 Misc lint fixes. 2 years ago
Protobuf Team Bot e842f3fe3c Auto-generate files after cl/502505767 2 years ago
Mike Kruskal 417c136eeb Delete unused zigzag decoder helpers. 2 years ago
Protobuf Team Bot 5d7e234745 Auto-generate files after cl/502333394 2 years ago
Protobuf Team Bot 4e69c50d62 Regenerate C# files as part of staleness checks 2 years ago
Rob Shakir 7e0834c2f5 Add additional field number allocations for ygot. (#11518) 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
Jie Luo c80e7efac7 Soft deprecate python MessageFactory 2 years ago
Mike Kruskal f95aafde6c Migrate docker images to the new Artifact Registry location. 2 years ago
Protobuf Team Bot 9d432bd38b Drop the assert. 2 years ago
Protobuf Team Bot 426d344a6a Internal change 2 years ago
Mike Kruskal c92294ac6d Allow selection of system default C++ version. 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
Mike Kruskal d36a64116f Add missing test utility to CMake rules. 2 years ago
Protobuf Team Bot bc14a0af43 Automated rollback of commit 9dee1ca737. 2 years ago
Protobuf Team Bot 84e03b917e Exempt PHP and C# from the new google.protobuf.Value conformance test case. 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
Brent Shaffer 8e636d53e9 fix: php 8.2 dynamic property warning in MapFieldIter (#11485) 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
Protobuf Team Bot 1255d7e8cc Changes required for internal Google syncing of C# runtime. 2 years ago
Martijn Vels 53eadba5ee Fix `ZeroCopyCodedInputStream::ReadCord()` 2 years ago