4036 Commits (0ef0214161a0fd73a44c9dfc593d4ed89e5838a2)

Author SHA1 Message Date
Protobuf Team Bot 9a7ca55ca5 Support without-presence scalars better. 1 year ago
Protobuf Team Bot 093e258a71 Updating version.json and repo version numbers to: 24.0 1 year ago
Protobuf Team Bot fde357d6bd Internal changes 1 year ago
Protobuf Team Bot 3428c881cd Let eager parsing determine true parsing error on DiscardRemainingTag. 1 year ago
Matt Kulukundis 3271478450 Make NamespaceOpener track source locations 1 year ago
Protobuf Team Bot 7656a6107d Fix MessageDifferencer and MessagePatch to support the case where the two messages store different payload types in an Any field. Before this CL, MessageDifferencer::Compare would report false without producing any diff. 1 year ago
Protobuf Team Bot 4280a0574c Add dummy return statements to silence false positive 1 year ago
Hong Shin a81be2e610 Flesh out Proxied impls for $Msg$View and $Msg$Mut :: v0.6 SingularMessageField 1 year ago
Protobuf Team Bot c6810f1505 Always missing required field if a message has required/closed enum. 1 year ago
Protobuf Team Bot 4bf423b2c1 Hoist the checks on `xform_val` out of the Mp varint parsing loops. That way we 1 year ago
Protobuf Team Bot 3c9e763841 Add sfixed32 & 64 support 1 year ago
Protobuf Team Bot 881f56a876 Auto-generate files after cl/553489682 1 year ago
Protobuf Team Bot ecc9e43eec Add a new enum validation format. The format is compact for sequential and 1 year ago
Protobuf Team Bot 3511f8acf9 Annotate C++ oneof clear functions with set semantics. 1 year ago
Hong Shin 6f778d8d53 Refactor std::marker::PhantomData to $phantom$ 1 year ago
Protobuf Team Bot 7c2ed10beb Overload the void* in RepeatedPtrFieldBase to point directly to the first element if Capacity()==1, or to point to an allocated Rep if Capacity()>1. 1 year ago
Protobuf Team Bot 421ce84e5a Optimize `RepeatedPtrField`'s swap. 1 year ago
Protobuf Team Bot 6345cbed1a Copy-construct (kSpawn) ParseContext rather than construct a new one and copy. 1 year ago
Protobuf Team Bot 1525300472 Replace `NonNull<u8>` for raw messages with a dedicated opaque pointer 1 year ago
Jie Luo b09aa967a6 Fix pyi top level messages/enums in public imports 1 year ago
Protobuf Team Bot 3487ae0c01 Updating version.json and repo version numbers to: 24.0-rc3 1 year ago
Protobuf Team Bot 21edc3b26f Auto-generate files after cl/552609955 1 year ago
Hong Shin 87e6b7f6e9 Sketch of v0.6 SingularMessageField 1 year ago
Protobuf Team Bot 6924c3a669 Update MessageDifferencer to respect ignored fields combined with force compare no presence. 1 year ago
Benjamin Peterson bc9002ec75 bazel: Get rid of exec_tools. (#13401) 1 year ago
Mike Kruskal fff4905588 Drop support for Bazel 5. 1 year ago
Benjamin Peterson 1bee4578b8 bazel: Get rid of exec_tools. (#13401) 1 year ago
Mike Kruskal a80daa2a2c Drop support for Bazel 5. 1 year ago
Protobuf Team Bot 02248cbe38 Unify LazyParseMode and LazyVerifyOption to ensure eager parsing on 1 year ago
Protobuf Team Bot 56693aa588 Add debug out-of-bound checks to descriptor array accessors. 1 year ago
Protobuf Team Bot 813fcad2ee Minor cleanups for TDP: 1 year ago
Chris Kennelly caf55184b2 Remove unnecessary branch. 1 year ago
Protobuf Team Bot d4db41d395 Unpoison memory in destructor 1 year ago
Martijn Vels d4f2d48101 Precompute the most common field properties in FieldGeneratorBase 1 year ago
Protobuf Team Bot 46ddd14efd Treat kParseError logically kDirty. 1 year ago
Protobuf Team Bot 4f6fc33c5b Remove unverified_lazy_message_sets option. 1 year ago
Sandy Zhang a71357d315 Update well known types staleness tests files 1 year ago
Protobuf Team Bot 2ed49c95f9 In OSS mode omit some extern template specializations. We have seen reports of 1 year ago
Jie Luo 4cc258a6a1 Add protobuf python keyword support in path for stub generator. Also added tests for 1 year ago
Protobuf Team Bot 61c6b6aee2 Ensure `FileDescriptor::edition_` is correctly initialized when built from `FileDescriptorProto` 1 year ago
Protobuf Team Bot c3058fc45c Auto-generate files after cl/549673919 1 year ago
Protobuf Team Bot 5b5e5bf544 Support split repeated fields. 1 year ago
Protobuf Team Bot 4bdd53a55c Auto-generate files after cl/549653990 1 year ago
Protobuf Team Bot ab968248b0 In OSS mode omit some extern template specializations. We have seen reports of 1 year ago
Protobuf Team Bot 8396d286a3 Auto-generate files after cl/549543321 1 year ago
Marcel Hlopko 3ced818640 Add support for proto_library with more than one srcs 1 year ago
Martijn Vels 4f67e28fca Add Arena enabled constructors to ArenaStringPtr 1 year ago
Protobuf Team Bot eba2093517 wire_format_unittest for optimize_for = CODE_SIZE 1 year ago
Hong Shin 4b78e0f152 Move AccessorGenerator destructor to class declaration 1 year ago
Protobuf Team Bot c9e2ca28c0 message_unittest for optimize_for = CODE_SIZE 1 year ago