Sign in
flutter
/
third_party
/
protobuf
/
HEAD
6422b9d
Add a macro to make `RepeatedPtrField(Arena*)` constructor private in a future release
by Clayton Knittel
· 8 hours ago
main
bce55fb
Automated Code Change
by Protobuf Team Bot
· 11 hours ago
9112627
Fix Arena representation logic in `Arena::CreateArenaCompatible` methods.
by Clayton Knittel
· 32 hours ago
4120d26
Don't pass `nullptr` arena to constructors in `CreateArenaCompatible` when constructing types that use arena offsets.
by Clayton Knittel
· 33 hours ago
83770f1
Inline `MergeFromWithClassData()`
by Protobuf Team Bot
· 33 hours ago
4c49bdb
Optimize `proto2::util::MessageDifferencer::RetrieveFields`.
by Shahriar Rouf
· 2 days ago
c7491a9
Internal change
by Protobuf Team Bot
· 2 days ago
db7317b
Internal change
by Protobuf Team Bot
· 2 days ago
460ee2b
Internal change
by Protobuf Team Bot
· 3 days ago
a9ba140
Refactor `FieldArenaRep` to have a default implementation and add a `Get` method to recover the wrapped type, and unify object construction code under `CreateArenaCompatible`.
by Clayton Knittel
· 3 days ago
d17828a
Add tests for very large Add(iter,iter) inputs.
by Eric Salo
· 3 days ago
a0fffe4
Internal change
by Protobuf Team Bot
· 3 days ago
b882eb7
Migrate windows upb tests to bzlmod.
by Mike Kruskal
· 3 days ago
913b0ca
Auto-generate files after cl/811849113
by Protobuf Team Bot
· 3 days ago
1c1919c
Remove redundant `Arena` pointer in `MapField`.
by Samuel Benzaquen
· 3 days ago
2bf44a3
Publish gencode for the well-known types instead of invoking protoc at build time
by Adam Cozzette
· 3 days ago
b4262af
Add bzlmod support for python release
by Mike Kruskal
· 3 days ago
df20a91
Add debugging counters to `GetClassData()`
by Protobuf Team Bot
· 4 days ago
2e6ba31
Remove tests locking down our support of no python installation.
by Mike Kruskal
· 4 days ago
529b73d
Internal change
by Adam Cozzette
· 4 days ago
b805fa2
Auto-generate files after cl/811377343
by Protobuf Team Bot
· 4 days ago
cdc4dae
Internal change.
by Joshua Haberman
· 4 days ago
e08a58c
Run all python/upb tests in wheel tests
by Mike Kruskal
· 4 days ago
850a56e
Upgrade to Rust 1.90 for our Cargo tests and release process
by Adam Cozzette
· 4 days ago
6d9ebe8
Split `Arena::Construct` into two methods, one which assumes we are using arenas.
by Clayton Knittel
· 4 days ago
cd4af0a
Rename `RepeatedPtrFieldArenaRep` to `FieldArenaRep`.
by Clayton Knittel
· 4 days ago
6fee29b
fix(php): phpstan errors on repeated field (#23372)
by Brent Shaffer
· 5 days ago
be93dbc
Delete an unused internal field.
by Protobuf Team Bot
· 5 days ago
64b8b12
hpb: update extension_test to use hpb::Parse -> hpb::StatusOr<T>
by Hong Shin
· 5 days ago
e863768
Use `DescriptorDatabase` overridden virtual methods to use `StringViewArg` alias.
by Protobuf Team Bot
· 5 days ago
fa9ceb3
Add bzlmod support for system_python.
by Mike Kruskal
· 5 days ago
65896c1
Change ArrayIndexOutOfBounds message to exclude information about char and index.
by Protobuf Team Bot
· 5 days ago
d49ebf4
Add CHECK for signed integer overflow on repeated field length
by Eric Salo
· 5 days ago
6982552
Split some proto1 naming functions into a proto1-specific names library.
by Joshua Haberman
· 5 days ago
1a48ace
Refactor `MapFieldBase::ReflectionPayload` to be a class.
by Clayton Knittel
· 5 days ago
810272f
Avoid boxing/unboxing `varint`, `fixed32`, and `fixed64` fields in `UnknownFieldSet.Field`
by Protobuf Team Bot
· 5 days ago
07e072a
Auto-generate files after cl/810533181
by Protobuf Team Bot
· 6 days ago
2516dcf
hpb: add arena check for set_alias + maps
by Hong Shin
· 6 days ago
cef88bb
Pass arena down to `RepeatedPtrField` accessors in generated code.
by Clayton Knittel
· 6 days ago
a096c27
hpb: Improve ergonomics by updating MakeCHandle to take in CMessageType*
by Hong Shin
· 6 days ago
acd463c
Internal change.
by Devin Jeanpierre
· 6 days ago
2ec06a5
Don't swap arena pointers in `UntypedMapBase::InternalSwap`.
by Clayton Knittel
· 7 days ago
7492027
Refactored generated setter code to move more of the logic to the runtime and out of the generated code.
by Joshua Haberman
· 7 days ago
d830459
Fix test to not return null from functions that are not supposed to.
by Samuel Benzaquen
· 7 days ago
b1e5ce3
Internal change
by Protobuf Team Bot
· 7 days ago
cd2a820
Use `InternalVisibility` overloaded constructors when constructing `RepeatedPtrField` in `Arena::Create`.
by Clayton Knittel
· 8 days ago
78f05d7
Automated Code Change
by Protobuf Team Bot
· 8 days ago
216d409
Add a newline to the edition error message.
by Peter Foley
· 10 days ago
5aa66d1
Remove redundant arena check in `ExtensionSet` destructor.
by Clayton Knittel
· 10 days ago
9e05ca5
Replace `NumberGetter` with `ToIntFunction`
by Protobuf Team Bot
· 10 days ago
ac73eb9
Advertise returned providers with `provides = [...]` for `rust_{upb,cc}_proto_library` rules.
by Protobuf Team Bot
· 10 days ago
f931183
Internal change
by Protobuf Team Bot
· 10 days ago
cdfb5d9
Internal change.
by Joshua Haberman
· 11 days ago
eb4613c
Avoid more array wrapping as list
by Protobuf Team Bot
· 11 days ago
68a2efb
hpb: introduce hpb::StatusOr<T> parse that takes in hpb::ParseOptions
by Hong Shin
· 11 days ago
6f9705c
protobuf/examples/go: update Go Protobuf dependency version
by Protobuf Team Bot
· 11 days ago
6de35c6
Add Java (mutable) language feature handling to 2024 transform.
by Mike Kruskal
· 11 days ago
3fbe716
Internal changes
by Mike Kruskal
· 11 days ago
caa3c1a
Auto-generate files after cl/808581123
by Protobuf Team Bot
· 11 days ago
bf553f4
Update Timestamp proto comment on the nanos field.
by Protobuf Team Bot
· 11 days ago
50489dc
Automated Code Change
by Protobuf Team Bot
· 11 days ago
f4a2f8c
ci/oss: remove stale c++17 flags from ci
by Hong Shin
· 11 days ago
6af1190
Removed the final member variable from `ClassNameResolver`.
by Joshua Haberman
· 11 days ago
f526514
Migrated Java codegen to use `IsOss()` global instead of plumbing this setting through all the APIs.
by Joshua Haberman
· 11 days ago
56b2b89
Publish s390x wheels for Python/upb.
by Joshua Haberman
· 12 days ago
4d4d7aa
Add DCHECK to verify arenas are the same in `ExtensionSet::InternalSwap`.
by Clayton Knittel
· 12 days ago
b64e490
Add IsEmpty() function to reflection.
by Protobuf Team Bot
· 12 days ago
73a75ff
hpb/oss: replace trigraph test with escaped string test
by Hong Shin
· 12 days ago
a739f21
Internal Change.
by Tony Liao
· 13 days ago
c4ab223
Create a opaque newtype for `RawMiniTable` and `RawMiniTableEnum`
by Adam Cozzette
· 13 days ago
7091c9c
hpb/oss: add ci for hpb!
by Hong Shin
· 13 days ago
6b76f34
Automated Code Change
by Protobuf Team Bot
· 13 days ago
01cfbe8
Pass down `Arena*` to `RepeatedPtrFieldBase::ReleaseLast`.
by Clayton Knittel
· 13 days ago
7bb78cd
Pass down `Arena*` to `UnsafeArenaAddAllocated`.
by Clayton Knittel
· 14 days ago
78499a5
Pass down `Arena*` to `RepeatedPtrFieldBase::AddAllocated`.
by Clayton Knittel
· 14 days ago
78ee1a6
Pass down `Arena*` to `RepeatedPtrFieldBase::AddInternal`.
by Clayton Knittel
· 14 days ago
477d221
Pass arenas down to `RepeatedPtrFieldBase` methods to avoid calling `GetArena()`.
by Clayton Knittel
· 14 days ago
d57d270
Fix a crash that happens during shutdown due to looking up modules in the cache
by Oleh Prypin
· 14 days ago
badaf41
Readd new*List() methods on GeneratedMessageV3.
by Protobuf Team Bot
· 14 days ago
d21c958
Internal change
by Protobuf Team Bot
· 2 weeks ago
d0a39dc
Auto-generate files after cl/806683268
by Protobuf Team Bot
· 2 weeks ago
0a2b39b
Fixed a fuzz bug by properly rejecting MiniTables with improper map fields at schema creation time.
by Joshua Haberman
· 2 weeks ago
1311719
Automated Code Change
by Protobuf Team Bot
· 2 weeks ago
2def2aa
Automated Code Change
by Protobuf Team Bot
· 2 weeks ago
baec31c
Add an `IsRepeatedPtrField` method to helpers.h for `FieldDescriptor`s.
by Clayton Knittel
· 2 weeks ago
d75b351
Use `DescriptorDatabase` overridden virtual methods to use `StringViewArg` alias.
by Protobuf Team Bot
· 2 weeks ago
c518f25
Add Values.of(Map<String, Value> values).
by Protobuf Team Bot
· 2 weeks ago
d53c7aa
Remove unused internal function from the public section of `Map`.
by Samuel Benzaquen
· 3 weeks ago
b7d3c2d
Call `GetArena()` instead of accessing `arena_` directly in `RepeatedPtrFieldBase`.
by Clayton Knittel
· 3 weeks ago
524e985
Outline `RepeatedPtrFieldBase::SwapFallback`.
by Clayton Knittel
· 3 weeks ago
92e71fc
Add special handling of `RepeatedPtrField`s in `Arena`.
by Clayton Knittel
· 3 weeks ago
bc9bd05
Loosen version check to allow for checked-in gencode
by Adam Cozzette
· 3 weeks ago
680dcc5
Clean up a few things in upb.rs
by Adam Cozzette
· 3 weeks ago
1025223
Internal change.
by Joshua Haberman
· 3 weeks ago
20e494b
Move as much as possible of mini table generation into the runtime
by Adam Cozzette
· 3 weeks ago
332019c
Allocate `RepeatedPtrField`s with arenas on arenas in arena_unittest.
by Clayton Knittel
· 3 weeks ago
235cd3b
Make required `Arena` argument to `Arena::InternalHelper::Construct` explicit.
by Clayton Knittel
· 3 weeks ago
8d51e34
Fix handling of optional dependencies in java generator.
by Mike Kruskal
· 3 weeks ago
c3f7e8d
Change Rust prelude to bring in traits as `_`
by Protobuf Team Bot
· 3 weeks ago
b64e6c4
Separate field offset calculation logic in `DynamicMessage` into `FieldOffset` helper.
by Clayton Knittel
· 3 weeks ago
Next »