Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
7b8796a887250ec93246d08ed185d007da32f832
7b8796a
Auto-generate files after cl/702395824
by Protobuf Team Bot
· 6 weeks ago
347ac4a
Don't add LayoutItems for non-oneof fields. This simplifies the code, and since the vast majority of messages don't have oneof, should also speed things up.
by Protobuf Team Bot
· 6 weeks ago
b35fe13
Update proto_common_compile_tests.bzl to reflect using the baseline exec configuration. No hash is expected after exec.
by Protobuf Team Bot
· 6 weeks ago
a014c7d
Auto-generate files after cl/702381123
by Protobuf Team Bot
· 6 weeks ago
eb8a34d
Fix issue where a tmp buffer could have been too small when handling a serialized FeatureSet.
by Protobuf Team Bot
· 6 weeks ago
9db4d1c
Add the `experimental_use_cc_common_link` flag for Rust
by Adam Cozzette
· 6 weeks ago
4d998f2
Add linker flags enabling undefined dynamic_lookup for macOS for Python api_implementation.so and message.so
by Sandy Zhang
· 6 weeks ago
a1b0088
Adds UnsafeCollectionOperations for unsafe access to RepeatedField<T> (#16772)
by PascalSenn
· 6 weeks ago
b2acbd3
Use `std::is_base_of_v` instead of `std::derived_from`
by Adam Cozzette
· 6 weeks ago
873a695
Upgrade to rules_rust v0.54.1
by Adam Cozzette
· 6 weeks ago
4b04718
Automated Code Change
by Protobuf Team Bot
· 6 weeks ago
e160383
Fix failure list trie behavior (#19207)
by Yamil Morales
· 6 weeks ago
c879ccc
Fix typo in computeInt32SizeNoTag doc
by Mark Hansen
· 6 weeks ago
e01ab3c
Auto-generate files after cl/702086770
by Protobuf Team Bot
· 6 weeks ago
a7db4a7
Remove unnecessary offsets field from LayoutItem, and instead assign it directly to the minitable fields
by Protobuf Team Bot
· 6 weeks ago
05ac45a
Auto-generate files after cl/702081436
by Protobuf Team Bot
· 6 weeks ago
c6a452a
Don't sort fields when assigning offsets.
by Protobuf Team Bot
· 6 weeks ago
f59676d
Auto-generate files after cl/702072912
by Protobuf Team Bot
· 6 weeks ago
a79fbc9
Fixed comparison of empty repeated/map extensions.
by Protobuf Team Bot
· 6 weeks ago
3bbaa24
Internal change
by Protobuf Team Bot
· 6 weeks ago
7c3b8b7
Clean up of the the way `import public` is handled in Rust generation.
by Protobuf Team Bot
· 6 weeks ago
df00265
Remove protobuf-compiler, protobuf-cpp, and protobuf-btr auto assign since they are too broad of a group. Prefer onduty to review or assign a reviewer. We keep auto assign for languages with small codebases and small support teams.
by Deanna Garcia
· 6 weeks ago
07faf36
Update reflection_visit_field_info.h to avoid using deprecated reflection APIs
by Adam Cozzette
· 6 weeks ago
354af44
Remove obsolete MapAllocator class.
by Protobuf Team Bot
· 6 weeks ago
f1aa92a
Handle optional fields correctly in Message_get method (#18982)
by Piotr Hałas
· 6 weeks ago
5d0865c
Auto-generate files after cl/701102058
by Protobuf Team Bot
· 6 weeks ago
79fbab0
Fix inadvertent sorting order of message memory layout
by Protobuf Team Bot
· 6 weeks ago
cbecd9d
Remove descriptor_test_wrapper for python's descriptor_test.
by Tony Liao
· 6 weeks ago
d59a9e1
Add protobuf_extra_deps.bzl for loading dependencies necessary for external repositories in protobuf_deps.bzl.
by Sandy Zhang
· 6 weeks ago
37cc68f
Auto-generate files after cl/700798766
by Protobuf Team Bot
· 6 weeks ago
6eae23c
Refactor name_resovler_test so that tests get descriptors from the custom DescriptorPool instead of from the C++ generated descriptors.
by Protobuf Team Bot
· 6 weeks ago
8ccca39
[python] Remove explicit visibility("default") on PyInit__message (#16125)
by Geoffry Song
· 6 weeks ago
9668016
Override protobuf Message.__dir__ method
by Matej Aleksandrov
· 6 weeks ago
602b62a
Auto-generate files after cl/700764584
by Protobuf Team Bot
· 6 weeks ago
783b307
Print better error message when registering an extension with a duplicate number.
by Tony Liao
· 6 weeks ago
5752b2d
[python] Remove semicolon after `PyObject_HEAD` (#16123)
by Geoffry Song
· 6 weeks ago
f699827
Auto-generate files after cl/700728937
by Protobuf Team Bot
· 6 weeks ago
ce9071a
Cut the size of upb_LayoutItem from 12 bytes to 6.
by Protobuf Team Bot
· 6 weeks ago
d08b59c
Add conformance tests covering mismatched group tags
by Mike Kruskal
· 6 weeks ago
ba213b3
Auto-generate files after PR #17845
by Protobuf Team Bot
· 6 weeks ago
653f511
Build with -Wundef (#17845)
by Taylor Cramer
· 6 weeks ago
7588e51
Use visitation to implement allocation/initialization/deallocation of nodes in generic code.
by Protobuf Team Bot
· 6 weeks ago
f66e49c
Use newly introduced `Clone` method in `LazyField` in order to avoid looking up prototype (`GetPrototypeForLazyMessage`) during copy.
by Vitaly Goldshteyn
· 6 weeks ago
525e16a
Updated Build Configuration for PHP Extension to fix issue building on Windows (#17903)
by Graham Wharton
· 6 weeks ago
30ed452
Breaking Change: Remove deprecated Arena::GetArena.
by Sandy Zhang
· 6 weeks ago
5bb4555
Slightly simplify `SizeOfUnion`. Performance should be improved as well.
by Vitaly Goldshteyn
· 7 weeks ago
4cfeb66
Avoid unnecessary use of run_shell (#19409)
by freeform-andre
· 7 weeks ago
3773feb
Fix deprecated use of `namespace_packages` in `python/dist/setup.py` (#18235)
by Zoey Greer
· 7 weeks ago
9dc5aaa
PROTOC_EXPORT in java/names.h to expose symbols (#19363)
by Michael Cho
· 7 weeks ago
da1c7c0
Move SpaceUsed calculation to UntypedMapBase to reduce code size.
by Protobuf Team Bot
· 7 weeks ago
4130f38
Remove unused references to internal::DownCast (#19372)
by Dennis
· 7 weeks ago
70730f5
Performance optimization extension for `RepeatedField<T>` (#19115)
by Pedram Rezaei
· 7 weeks ago
343a3f9
dotnet: Microoptimizations (#18934)
by Henrik
· 7 weeks ago
e35ed79
Fix `plugin_output` for `_generate_rust_gencode` (#18255)
by Zoey Greer
· 7 weeks ago
f3f2fba
updated docs/third_party.md (#19374)
by Antonin Kriz
· 7 weeks ago
1544885
Remove message_factory_test_wrapper for python's message_factory_test.
by Tony Liao
· 7 weeks ago
2ad21af
Auto-generate files after cl/700042372
by Protobuf Team Bot
· 7 weeks ago
d0151aa
Fix const INFINITY issue on MSVC.
by Mike Kruskal
· 7 weeks ago
da8bcc8
Internal
by Protobuf Team Bot
· 7 weeks ago
1c98b5b
[7392] fix conformance test in PHP JSON parser (#19376)
by Anton Grbin
· 7 weeks ago
a02ec0f
Remove message_test_wrapper for python's message_test.
by Tony Liao
· 7 weeks ago
b9e69e8
Add "absl::StatusOr<PythonConstMessagePointer> GetConstMessagePointer(PyObject* msg)" in proto_api which works with cpp extension, upb and pure python.
by Jie Luo
· 7 weeks ago
aded9b7
Auto-generate files after cl/699254841
by Protobuf Team Bot
· 7 weeks ago
d76359a
Use parentheses for macro argument
by Protobuf Team Bot
· 7 weeks ago
0bdcf98
Emit extensions in debug string in wire order
by Protobuf Team Bot
· 7 weeks ago
736672c
Auto-generate files after cl/699248319
by Protobuf Team Bot
· 7 weeks ago
ac5ce6e
Rename _upb_Message_Realloc to _EnsureAvailable
by Protobuf Team Bot
· 7 weeks ago
15e7d71
Building python binding with bazel on s390x (#19232)
by gongsu832
· 7 weeks ago
aa9868e
Reimplement ClearTable using the stored TypeInfo.
by Protobuf Team Bot
· 7 weeks ago
a2b87df
Auto-generate files after PR #17433
by Protobuf Team Bot
· 7 weeks ago
954dd58
Guard against overalignment in RepeatedPtrField.
by Chris Kennelly
· 7 weeks ago
deec498
Improve support for Clang inside of UPB (#17433)
by Vadmeme
· 7 weeks ago
8476dba
Remove unused protos in `python/google/protobuf/internal/more_messages.proto` (#18245)
by Zoey Greer
· 7 weeks ago
8e15860
Update README.md for protobuf to address [this issue](https://github.com/protocolbuffers/protobuf/issues/17258).
by Protobuf Team Bot
· 7 weeks ago
f497c18
Add missing enum case in TypeKind calculation.
by Protobuf Team Bot
· 7 weeks ago
d425214
Auto-generate files after cl/698856552
by Protobuf Team Bot
· 7 weeks ago
3d065d1
Fixed depth limit check by comparing effective depth limits.
by Joshua Haberman
· 7 weeks ago
ced605d
utf8_range: add version marker to library (#19009)
by Jan Engelhardt
· 7 weeks ago
2dde8f1
Enable opt and asan Rust GHA tests, and split out the Cargo test to make those failures present more cleanly in GHA (the Cargo test was already using a different docker image than the other tests).
by Protobuf Team Bot
· 7 weeks ago
c2394d9
Internal changes
by Mike Kruskal
· 7 weeks ago
0325132
Use the latest googletest version number in our generated Cargo.toml for release.
by Protobuf Team Bot
· 7 weeks ago
96dfcce
Force re-computing the serialized size after the lazy fields with corrupted data are replaced with empty bytes
by Protobuf Team Bot
· 7 weeks ago
d6b90bf
Add TypeInfo type UntypedMapBase for generic operation support.
by Protobuf Team Bot
· 7 weeks ago
61662a5
Avoid recursive call to `Insert` in the flat case.
by Vitaly Goldshteyn
· 7 weeks ago
6af3218
Reimplement ExtensionSet::MergeFrom for the copy case for better performance.
by Vitaly Goldshteyn
· 7 weeks ago
fc6ae67
fix(example): go version is too low (#19293)
by Kaikai
· 7 weeks ago
245acbf
Make fuzz test check round-trip correctness of upb encoder/decoder.
by Joshua Haberman
· 7 weeks ago
36111c2
Auto-generate files after cl/698497070
by Protobuf Team Bot
· 7 weeks ago
6ce48c2
Automated rollback of commit 6b9d5c425e46eecd6b04b95bd5d3eb9056138e70.
by Hong Shin
· 7 weeks ago
db71344
Move iteration APIs to headers, so they're inlined in loop calls
by Protobuf Team Bot
· 7 weeks ago
20b6e24
Internal change
by Deanna Garcia
· 7 weeks ago
6b9d5c4
hpb: when parsing T*'s, delegate to the canonical Ptr<T>
by Hong Shin
· 7 weeks ago
c8c9cf3
Auto-generate files after cl/698437576
by Protobuf Team Bot
· 7 weeks ago
35dbd5c
Use an explicit union with commented explanation rather than casting
by Protobuf Team Bot
· 7 weeks ago
95c2cb8
Auto-generate files after cl/698430014
by Protobuf Team Bot
· 7 weeks ago
03d24e3
Auto insert the version number into the Cargo.toml files.
by Protobuf Team Bot
· 7 weeks ago
3781f45
Fix a python bug that UPB and Python C++ extension assume MessageSet extensions are ordered first
by Jie Luo
· 7 weeks ago
f5a2937
Drop Python 3.8 support
by Protobuf Team Bot
· 7 weeks ago
3ba0709
fix(example): c++14 limitation (#19292)
by Kaikai
· 7 weeks ago
d3e9897
Fix a python bug for text_format pretty print when Struct in Any
by Jie Luo
· 7 weeks ago
Next »