Sign in
flutter
/
third_party
/
protobuf
/
HEAD
906ab5b
pbtk: add `defaults` to dependencies_generator
by Hong Shin
· 45 minutes ago
main
588644a
Use `DescriptorDatabase` overridden virtual methods to use `StringViewArg` alias.
by Protobuf Team Bot
· 3 hours ago
1b91927
Protobuf Rust: remove `c_include_paths` from `Dependency` struct
by Adam Cozzette
· 6 hours ago
bb454a7
Automated rollback of commit c256302461b4223ddec008d6ecb05fc0e3b7ce01.
by Adam Cozzette
· 22 hours ago
f299a6d
Internal change
by Protobuf Team Bot
· 23 hours ago
cf0df62
pbtk: rm ignore_root_user_error = True since this is now the default
by Hong Shin
· 23 hours ago
0772e19
[ObjC] fix the pddm source check.
by Thomas Van Lenten
· 27 hours ago
847e7d8
Auto-generate files after cl/780702432
by Protobuf Team Bot
· 2 days ago
e56991f
pbtk: update rules_python to 1.4.1 for access to local python installs for toolchains
by Hong Shin
· 2 days ago
508aba1
Updating setuptools to patch CVE-2025-47273 (#22094)
by Aaron Levy
· 2 days ago
5777d3b
Restore the long-deprecated static functions on TextFormat.
by Protobuf Team Bot
· 2 days ago
9c0068d
Internal Change.
by Tony Liao
· 2 days ago
ca19153
arena_fusion.md typo fix
by Hong Shin
· 2 days ago
c38a881
Auto-generate files after cl/780548033
by Protobuf Team Bot
· 2 days ago
37c3384
only use __popcnt instrinsic on x86/x64
by Protobuf Team Bot
· 2 days ago
aee2170
Auto-generate files after cl/780309418
by Protobuf Team Bot
· 3 days ago
d96b30d
Cover editions in `google.protobuf.Api` and `google.protobuf.Method`
by Protobuf Team Bot
· 3 days ago
527b2ab
Add Kotlin class name helpers to names.h
by Protobuf Team Bot
· 3 days ago
25d7981
Upgrade to Bazel 7.6.1
by Adam Cozzette
· 3 days ago
960e790
Remove cord.h include from any.h
by Protobuf Team Bot
· 8 days ago
54c0ec5
Internal change
by Protobuf Team Bot
· 9 days ago
e3e56c7
Generate .pyi files in py_proto_library (#10366) (#21567)
by David Sanderson
· 9 days ago
ae0129f
Ignore files for doc (#22449)
by y-yagi
· 10 days ago
7655b1f
Fix benign error in calculation of cache prefetch amount in `Arena::CopyConstruct()`
by Protobuf Team Bot
· 10 days ago
525b6f6
Remove reference to nonexistent `wrap_memcpy` (#22441)
by y-yagi
· 10 days ago
e937f75
Newer and better prefetching in `Arena::CopyConstruct()`
by Protobuf Team Bot
· 12 days ago
26843b3
Enable edition 2024 support in protoc and language generators for cpp, hpb, java, kotlin, objectivec, php, python, pyi, rust.
by Sandy Zhang
· 13 days ago
6a3b9aa
Fix `enum_name_uses_string_view` to `RETENTION_RUNTIME`
by Sandy Zhang
· 13 days ago
c8c5974
Templatize `GetClassData()` + Directly return `ClassData` of concrete T's i/o virtual `T::GetClassData()` calls
by Protobuf Team Bot
· 13 days ago
9dd4b66
Internal change
by Sandy Zhang
· 13 days ago
41f91ea
Fixes `nest_in_file_class` to be RETENTION_RUNTIME.
by Sandy Zhang
· 13 days ago
3e935cf
Cast GetCachedTID() to unsigned to prevent left-shifting a negative number.
by Protobuf Team Bot
· 13 days ago
1af7fd4
Extend gencode compatibility support back to 3.20.0
by Mike Kruskal
· 14 days ago
4ba9733
Removed `wrap_memcpy.c` compatibility shim for pre-2.14 glibc
by Joshua Haberman
· 14 days ago
15fa74e
Automated Code Change
by Protobuf Team Bot
· 2 weeks ago
080801b
Automated rollback of commit 2471bd804afe3f2e190dd0f92464d69a9f2e6d4f.
by Aaron Jacobs
· 2 weeks ago
2471bd8
Add Python deprecation warnings for Descriptor Label.
by Protobuf Team Bot
· 2 weeks ago
329872d
Use `ByteSizeLong()` i/o deprecated `ByteSize()` in well_known_types_unittest
by Protobuf Team Bot
· 2 weeks ago
b2b783a
Fix case where `Allocate(0)` returns null if we have not allocated any memory yet.
by Samuel Benzaquen
· 2 weeks ago
44c2af5
Adds source file and line number to Printer::Outdent error message
by Protobuf Team Bot
· 2 weeks ago
5c6b50c
Internal change
by Protobuf Team Bot
· 2 weeks ago
560f24c
Migrate rust protobuf test matchers from `empty` to `is_empty`.
by Ashish Myles
· 2 weeks ago
719f303
Change PROTOBUF_MUSTTAIL to affirmatively use the musttail annotation only on our primary target platforms where we know it does what we want.
by Protobuf Team Bot
· 2 weeks ago
441b164
Auto-generate files after cl/775677914
by Protobuf Team Bot
· 2 weeks ago
69f42da
Store the field offset normally for oneof entries.
by Samuel Benzaquen
· 2 weeks ago
dfa6bba
internal change
by Protobuf Team Bot
· 2 weeks ago
1cfaaed
Internal change
by Protobuf Team Bot
· 2 weeks ago
4708cf5
Add upb_FindUnknownStatus_String function to convert the FindUnknownStatus to a string.
by Ada Zhang
· 2 weeks ago
e56b4a7
Clarify error text to indicate import option is for edition 2024+.
by Sandy Zhang
· 2 weeks ago
c3177fb
Update Java gencode base class documentation to clarify that it is not supported to extend them.
by Protobuf Team Bot
· 2 weeks ago
6a6ba52
Update comment at the top of message.h and message_lite.h to document that it should only be extended by gencode and not user code.
by Protobuf Team Bot
· 2 weeks ago
795ab9d
Introduce denylisted_protos as a preferred replacement for blacklisted_protos attribute.
by Protobuf Team Bot
· 2 weeks ago
e001d57
Update github major version tags to be formatted v<MAJOR>.<MINOR>.<MICRO>-<language> for clarity
by Sandy Zhang
· 2 weeks ago
b23cb5c
Use Truth's `isInstanceOf(Class)` (instead of cl/774552736).
by Kurt Alfred Kluever
· 2 weeks ago
dd96fcd
hpb: Introduce canonical hpb::Arena
by Hong Shin
· 2 weeks ago
3e896c2
CppGenerator: parse generator options in GenerateAll
by Protobuf Team Bot
· 3 weeks ago
0fd6904
Internal change
by Protobuf Team Bot
· 3 weeks ago
c02a5fc
Make randomized tests reproducible + IWYU
by Protobuf Team Bot
· 3 weeks ago
bbe7691
Fix expected parse failures that may fail for the wrong reasons (#21873)
by Dan Hudlow
· 3 weeks ago
dd6f50a
Auto-generate files after cl/773865126
by Protobuf Team Bot
· 3 weeks ago
50f9ac3
Don't align up minitable sizes at runtime
by Protobuf Team Bot
· 3 weeks ago
1596218
Auto-generate files after cl/773854775
by Protobuf Team Bot
· 3 weeks ago
ee68ed1
Upgrade Abseil dependency to 20250512.1
by Adam Cozzette
· 3 weeks ago
c6250c0
Auto-generate files after cl/773846189
by Protobuf Team Bot
· 3 weeks ago
7ec5e19
Removed remaining legacy aliases.
by Joshua Haberman
· 3 weeks ago
49839a2
Auto-generate files after cl/773840460
by Protobuf Team Bot
· 3 weeks ago
3765ff4
Remove forward declarations from compiler/java/context.h
by Adam Cozzette
· 3 weeks ago
c256302
Upgrade Clang on Windows test runs and work around MSVC error
by Adam Cozzette
· 3 weeks ago
6c36ed5
Auto-generate files after cl/773742919
by Protobuf Team Bot
· 3 weeks ago
3095014
Removed unused aliases
by Joshua Haberman
· 3 weeks ago
3b1ba48
Work around issues with C++20 in Clang 15 and older
by Adam Cozzette
· 3 weeks ago
7a30cd9
Automated Code Change
by Protobuf Team Bot
· 3 weeks ago
62c8660
Internal change
by Protobuf Team Bot
· 3 weeks ago
f0e0d38
Auto-generate files after cl/773167917
by Protobuf Team Bot
· 3 weeks ago
bf06df4
Support static assert
by Protobuf Team Bot
· 3 weeks ago
6305751
Internal change
by Protobuf Team Bot
· 3 weeks ago
ee75704
Mark proto2::compiler::cpp::CppGenerator as final.
by Protobuf Team Bot
· 3 weeks ago
1016f1b
Internal change
by Protobuf Team Bot
· 3 weeks ago
c446df9
Fix and refactor experimental flag.
by Samuel Benzaquen
· 3 weeks ago
90d75c5
hpb: temporarily disable SetExtensionFusingFailureShouldCopy while we refactor hpb::Arena
by Hong Shin
· 3 weeks ago
c201e57
Internal Change.
by Tony Liao
· 3 weeks ago
5ff0eb6
[ObjC] Mark the generator final.
by Thomas Van Lenten
· 3 weeks ago
a74cb05
hpb: make ExtensionRegistry take in hpb::Arena instead of upb::Arena
by Hong Shin
· 3 weeks ago
269ae79
Automated Code Change
by Protobuf Team Bot
· 3 weeks ago
f1f222e
Auto-generate files after cl/772201578
by Protobuf Team Bot
· 3 weeks ago
c19b30d
Undef UPB_PRESERVE_NONE
by Protobuf Team Bot
· 3 weeks ago
e0b6723
Internal change
by Protobuf Team Bot
· 3 weeks ago
c351b4f
Internal change
by Protobuf Team Bot
· 3 weeks ago
21c3c53
Treat warnings encountered in chromium builds as errors.
by Tony Liao
· 3 weeks ago
f63e9fb
Internal change
by Protobuf Team Bot
· 3 weeks ago
a545316
Fix and refactor experimental flag.
by Samuel Benzaquen
· 3 weeks ago
b339f13
Remove redundant `break` (#22218)
by Richard Barnes
· 4 weeks ago
b926dd8
Resolve testing python library deprecation warnings (#22200)
by Emmanuel Ferdman
· 4 weeks ago
44d5ddf
Add rules_jvm_external 6.7 to protobuf_deps.bzl (#22225)
by Mike Bland
· 4 weeks ago
96dd101
Internal Change
by Craig Tiller
· 4 weeks ago
ed930a5
Adjust hpb include paths
by Craig Tiller
· 4 weeks ago
e473024
mark IterableByteBufferInputStream final and format
by Protobuf Team Bot
· 4 weeks ago
146ae71
Internal change
by Protobuf Team Bot
· 4 weeks ago
e59c598
Internal change.
by Christian Blichmann
· 4 weeks ago
8bb0fb1
Fix visibility for message_lock
by Craig Tiller
· 4 weeks ago
Next »