12263 Commits (47a9091dfaaf8244e040ddf7a38065ef0644ed98)
 

Author SHA1 Message Date
Jie Luo 47a9091dfa Add test when type is missing when build FileDescriptorProto 2 years ago
Matt Kulukundis 3271478450 Make NamespaceOpener track source locations 2 years 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. 2 years ago
Sandy Zhang e3b0943412 Update protobuf's upb dependency to current main HEAD. 2 years ago
Protobuf Team Bot 4280a0574c Add dummy return statements to silence false positive 2 years ago
Jonathan Albrecht 5e03386555 Conformance test runner big endian fixes (#13443) 2 years ago
Jonathan Albrecht d13d67bf5d PHP: Fix read and write of float and double on big endian platforms (#13444) 2 years ago
Euclid 6104c4394c Fixed Document `cmake --build` to `cmake --build .` (#13449) 2 years ago
Hong Shin a81be2e610 Flesh out Proxied impls for $Msg$View and $Msg$Mut :: v0.6 SingularMessageField 2 years ago
Protobuf Team Bot c6810f1505 Always missing required field if a message has required/closed enum. 2 years ago
Protobuf Team Bot 4bf423b2c1 Hoist the checks on `xform_val` out of the Mp varint parsing loops. That way we 2 years ago
Jie Luo c988759a9b Raise warings for message.UnknownFields() usages and navigate to the new add 2 years ago
Thomas Van Lenten f607b66d9f Fix typos. 2 years ago
Protobuf Team Bot 3c9e763841 Add sfixed32 & 64 support 2 years ago
Thomas Van Lenten 94a9261a28 [ObjC] Handle interruptions when writing to NSOutputStreams. 2 years ago
Protobuf Team Bot 881f56a876 Auto-generate files after cl/553489682 2 years ago
Protobuf Team Bot ecc9e43eec Add a new enum validation format. The format is compact for sequential and 2 years ago
Protobuf Team Bot 3511f8acf9 Annotate C++ oneof clear functions with set semantics. 2 years ago
Liam Miller-Cushon 0681fe6278 Internal change 2 years ago
Sandy Zhang 22e845e279 Add a release flag to disambiguate between release and local config_settings. 2 years ago
Kurt Alfred Kluever 279d627b1e Improve javadocs of `Timestamps.now()`. 2 years ago
Hong Shin 6f778d8d53 Refactor std::marker::PhantomData to $phantom$ 2 years 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. 2 years ago
Protobuf Team Bot 421ce84e5a Optimize `RepeatedPtrField`'s swap. 2 years ago
桂后昌 85a81cc70d feat: add new extension (#13361) 2 years ago
Protobuf Team Bot 6345cbed1a Copy-construct (kSpawn) ParseContext rather than construct a new one and copy. 2 years ago
Protobuf Team Bot 1525300472 Replace `NonNull<u8>` for raw messages with a dedicated opaque pointer 2 years ago
Jie Luo b09aa967a6 Fix pyi top level messages/enums in public imports 2 years ago
Protobuf Team Bot 961779e164 Add ByteString.isNotEmpty Kotlin extension function. 2 years ago
Protobuf Team Bot 21edc3b26f Auto-generate files after cl/552609955 2 years ago
Hong Shin 87e6b7f6e9 Sketch of v0.6 SingularMessageField 2 years ago
Jason Lunn 1ce24c5d0c Pin frozen messages to their arena to prevent garbage collection. (#13420) 2 years ago
Adam Cozzette 43e1657cdf Lower default Java text format recursion limit down to 100 2 years ago
Adam Cozzette bca3bed137 Introduce recursion limit in Java text format parsing 2 years ago
Adam Cozzette 7fb9287c45 Simplify Java text format parser 2 years ago
Protobuf Team Bot 6924c3a669 Update MessageDifferencer to respect ignored fields combined with force compare no presence. 2 years ago
Benjamin Peterson 1bee4578b8 bazel: Get rid of exec_tools. (#13401) 2 years ago
Mike Kruskal a80daa2a2c Drop support for Bazel 5. 2 years ago
Protobuf Team Bot 02248cbe38 Unify LazyParseMode and LazyVerifyOption to ensure eager parsing on 2 years ago
Protobuf Team Bot 56693aa588 Add debug out-of-bound checks to descriptor array accessors. 2 years ago
Protobuf Team Bot 813fcad2ee Minor cleanups for TDP: 2 years ago
Protobuf Team Bot 4b0e76370b Add UTF-8 handling to ProtoStr 2 years ago
Chris Kennelly caf55184b2 Remove unnecessary branch. 2 years ago
Protobuf Team Bot d4db41d395 Unpoison memory in destructor 2 years ago
Jason Lunn c52d80cf04 Ruby FFI implementation (#13343) 2 years ago
Martijn Vels d4f2d48101 Precompute the most common field properties in FieldGeneratorBase 2 years ago
Protobuf Team Bot 46ddd14efd Treat kParseError logically kDirty. 2 years ago
Protobuf Team Bot 004f54af8f Consider the protobuf.Any invalid if typeUrl.split("/") returns an empty array. 2 years ago
Protobuf Team Bot 4f6fc33c5b Remove unverified_lazy_message_sets option. 2 years ago
Protobuf Team Bot dd4ffc65cc Internal Code Change 2 years ago