2919 Commits (9e12e81bc294c92a14dd2b7ef872d86056971bee)

Author SHA1 Message Date
Protobuf Team Bot d01a9120ab Add an allowlist for implementation reserved fields for the C++ implementation. This also includes `protoc`. 2 years ago
Matt Kulukundis bc441c9892 Switch from using count to contains and use heterogenous lookup where available 2 years ago
Protobuf Team Bot 09cfed19e7 Add a printer test case for newlines surrounding a sub Emit() call. 2 years ago
Martijn Vels 192cd096b1 Add a `WriteCord()` method to `ZeroCopyInputStream` 2 years ago
Martijn Vels 0783c82bb4 Unify string and cord cleanup nodes in TaggedNode 2 years ago
Protobuf Team Bot 3e4019d803 Add an allowlist for implementation reserved fields for the C++ implementation. This also includes `protoc`. 2 years ago
nickreid 47aecb734b Emit a newline after `@file:Suppress("DEPRECATION")` 2 years ago
Protobuf Team Bot e535f95976 [ObjC] Go back from Printer::Emit() to Printer::Print() 2 years ago
Protobuf Team Bot 605c24e649 [ObjC] Add GenerateFile helper to factor out common code. 2 years ago
Protobuf Team Bot c04f842613 Open source google/protobuf/bridge/message_set.proto 2 years ago
Martijn Vels 599c1a46ab Override ReadCord() to be implemented explicitly 2 years ago
Protobuf Team Bot 1b1e399e2e FileOutputStream: Properly pass block_size to CopyingOutputStreamAdaptor 2 years ago
Mike Kruskal 9a85ed241d Internal Changes 2 years ago
deannagarcia 9b37daf1ce
Add "public" modifier to Kotlin generated code 2 years ago
Protobuf Team Bot 370028c75d [ObjC] Check the Printer failure status. 2 years ago
Protobuf Team Bot c928bf3f25 [ObjC] Convert GenerateSource over to Printer::Emit. 2 years ago
Protobuf Team Bot 4df096f1e9 [ObjC] Move GenerateHeader over to Printer::Emit. 2 years ago
Martijn Vels 75d31befc6 Implement ZeroCopyInputStream::ReadCord() in terms of absl::CordBuffer 2 years ago
Protobuf Team Bot 09a08d1f75 LazyField::IsInitialized instead of LazyField::Get for oneof. 2 years ago
Protobuf Team Bot 568672c733 Fix doc typo 2 years ago
Protobuf Team Bot 3b00bfff78 [ObjC] Update ImportWriter to use Printer::Emit. 2 years ago
Deanna Garcia 33d1070fc4 Expose internal setExtension method for Kotlin 2 years ago
Protobuf Team Bot 11bc195441 Updating version.json and repo version numbers to: 21.10 2 years ago
Christian Blichmann 670b4f7232 Include header for Abseil's `flat_hash_set<>` 2 years ago
Protobuf Team Bot 726aace07c [ObjC] Fix a clang tidy warning about const usage and make the FileGenerator const. 2 years ago
Protobuf Team Bot ed63a2c7e4 Updating version.json and repo version numbers to: 21.10-rc0 2 years ago
Protobuf Team Bot afb5a268f1 Remove sometimes-ambiguous use of operator '<<'. 2 years ago
Protobuf Team Bot 0a979584ee Auto-generate files after cl/491417852 2 years ago
Protobuf Team Bot 585b41a2dd Remove _internal_has_XXX APIs and directly check presence (e.g. has_bits, oneof case). 2 years ago
Deanna Garcia 9a1ef54b47 Allow message name "List" without conflict 2 years ago
Kenji Abe 7845696b1a Add more public modifiers 2 years ago
Deanna Garcia 6edfc80428 Cherrypick public modifier 2 years ago
Protobuf Team Bot 7a7bdde799 [ObjC] Final const cleanups for generator. 2 years ago
Protobuf Team Bot e8a9dcb0df [ObjC] Move the has bits computation to the ctor. 2 years ago
Protobuf Team Bot 2221a0111d Add support for lazy fields to TDP. 2 years ago
Protobuf Team Bot cd6180d4c3 [ObjC] Generator const cleanups 2 years ago
Protobuf Team Bot 64d3eeb1b3 [ObjC] Move all Message, Enum, & Extension Generators up to the File. 2 years ago
Protobuf Team Bot 96dd2ea63f Refactor proto2::Map to move all the key-only operations into a key-only base 2 years ago
Protobuf Team Bot a0e7ecf766 Simplify protobuf Java message builder by removing methods that calls the super class only. 2 years ago
Protobuf Team Bot 3e5fe0061f Cleanup arena.h template dispatch. 2 years ago
Protobuf Team Bot 280439822a Internal change 2 years ago
Protobuf Team Bot e0a1da0868 Correctly discard unknown enum name strings in an array when parsing a repeated field. 2 years ago
Protobuf Team Bot 030ed9c8df Split "zero" trait into more targeted traits and make them more precise. 2 years ago
Karol M. Langner 6e75fa152e Add repeated and nested message fields to deprecated test proto 2 years ago
Protobuf Team Bot 72977f951c Add ability for custom a MessagePrinter to default back to the default implementation. 2 years ago
Protobuf Team Bot c862c1cab4 Internal change 2 years ago
Protobuf Team Bot 4a122474ce [ObjC] Update generation to include the new closed enum information. 2 years ago
Protobuf Team Bot d4adb43bb4 proto2::Map improvements 2 years ago
Protobuf Team Bot 0e7d311b79 Use ARM-optimized varint decoding functions with table-driven parser. 2 years ago
Mike Kruskal a13c2fbc9e Internal change 2 years ago