15540 Commits (0522054f3ee5e32c9df15af7c11f046e91e77998)
 

Author SHA1 Message Date
Adam Cozzette d99134f6f8 Update .bazelrc to use C++ 17 2 years ago
Eric Salo e729f0bf5a Merge release branch 24.x into main 2 years ago
Mike Kruskal c15655bb80 Disable Ruby FFI tests until flakes are resolved 2 years ago
Protobuf Team Bot b3b1a60f41 Internal change 2 years ago
Protobuf Team Bot 9a7ca55ca5 Support without-presence scalars better. 2 years ago
Mike Kruskal 955eb44ff8
Merge pull request #13476 from protocolbuffers/24.x-202308082113 2 years ago
Protobuf Team Bot 8b20d179a9 Updating version.json to: 24.1-dev 2 years ago
Protobuf Team Bot 093e258a71 Updating version.json and repo version numbers to: 24.0 2 years ago
Jie Luo 161989080b Fix wrong warning message info 2 years ago
Protobuf Team Bot fde357d6bd Internal changes 2 years ago
Protobuf Team Bot 3428c881cd Let eager parsing determine true parsing error on DiscardRemainingTag. 2 years ago
Protobuf Team Bot 0cf1ea48d4 Fix typo in warning about the deprecated use of message.UnknownFields(). 2 years ago
Thomas Van Lenten f6409bd2c4 [ObjC] Mark NSOutputStream helper as not inlinable. 2 years ago
Jie Luo 47a9091dfa Add test when type is missing when build FileDescriptorProto 2 years ago
Adam Cozzette 5aca728f72 Reformat copyright headers 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
Mike Kruskal 58877b55e0 Fixes a bug on 32-bit architectures with map decoding. 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
Eric Salo ff6e1e057a Fix an upb bug 2 years ago
Jie Luo c988759a9b Raise warings for message.UnknownFields() usages and navigate to the new add 2 years ago
Sandy Zhang 3d0119a2dd Use pkg_files for python source tarball. 2 years ago
Jason Lunn 1b0011dfef Support ASAN detection on clang (#1424) 2 years ago
Eric Salo ad2a557d96 Fix an upb bug 2 years ago
Hong Shin 9ebf5614d2 update minidescriptor link; currently broken 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 2e6bfa2b9b Auto-generate CMake file lists 2 years ago
Protobuf Team Bot ecc9e43eec Add a new enum validation format. The format is compact for sequential and 2 years ago
Eric Salo d17233c25b upb: upb/message/accessors_internal.h -> upb/message/internal/accessors.h 2 years ago
Protobuf Team Bot c4549993da Do proper const propagation on the `msg` accessors. 2 years ago
Protobuf Team Bot 8687124a99 Auto-generate CMake file lists 2 years ago
Protobuf Team Bot 3511f8acf9 Annotate C++ oneof clear functions with set semantics. 2 years ago
Eric Salo f3806f0abd upb: delete some unused build deps in the C++ runtime 2 years ago
Liam Miller-Cushon 0681fe6278 Internal change 2 years ago
Protobuf Team Bot 59b143e500 Auto-generate CMake file lists 2 years ago
Sandy Zhang 629764bacf Disambiguate release and local `config_settings` via a release flag. 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