Sign in
flutter
/
third_party
/
protobuf
/
HEAD
deeb203
Implement `reserve` for `RepeatedFieldProxy`.
by Clayton Knittel
· 74 minutes ago
main
9e7227d
Implement `move_assign` for `RepeatedFieldProxy`.
by Clayton Knittel
· 7 hours ago
9e8975b
Implement `assign` for `RepeatedFieldProxy`.
by Clayton Knittel
· 12 hours ago
8bbb967
Implement `erase` for `RepeatedFieldProxy`.
by Clayton Knittel
· 13 hours ago
18da8e1
Auto-generate files after cl/883715112
by Protobuf Team Bot
· 2 days ago
1123219
MessageGlobalsBase::default_instance() -> ToDefaultInstance().
by Protobuf Team Bot
· 2 days ago
8664ea6
Auto-generate files after cl/883399940
by Protobuf Team Bot
· 2 days ago
259481c
Add a dummy pointer to MessageGlobalsBase #ifdef PROTOBUF_MESSAGE_GLOBALS.
by Protobuf Team Bot
· 2 days ago
d2ab1d7
Use `_WIN32` check for Windows builds (#25677)
by Pavel P
· 2 days ago
d787869
Make any &T impl AsView if T impl AsView
by Protobuf Team Bot
· 3 days ago
9b38d6d
Add decoding error details for UPB proto parsing failures.
by Protobuf Team Bot
· 3 days ago
8787002
Use MessageGlobalsBase to create DynamicMessage prototype.
by Protobuf Team Bot
· 3 days ago
6b09d1c
Refactor repeated string proxy tests into typed test.
by Clayton Knittel
· 3 days ago
6ced612
Change _opt() accessors to return an std::Option instead of protobuf::Optional
by Samuel Benzaquen
· 3 days ago
62c75ea
Implement `clear` for `RepeatedFieldProxy`.
by Clayton Knittel
· 3 days ago
0104486
Improve test coverage of repeated primitive proxies.
by Clayton Knittel
· 3 days ago
eaec88f
Pass a const reference to the user-provided lambda in `RepeatedField`'s `proto2::erase_if`.
by Clayton Knittel
· 3 days ago
40d48c3
Implement `pop_back` for `RepeatedFieldProxy`.
by Clayton Knittel
· 3 days ago
ea7cb35
Pass a const reference to the user-provided lambda in `RepeatedField`'s `proto2::sort` and `proto2::stable_sort`.
by Clayton Knittel
· 3 days ago
ab14c0f
Fixed a bug in `msg.MergeFrom(msg2)` in Python.
by Joshua Haberman
· 3 days ago
08244d7
Specialize `string_view` iterators to prevent leaking `std::string` through the iterator.
by Clayton Knittel
· 4 days ago
e7465f1
py generate_docs: simplify copyright header
by Hong Shin
· 4 days ago
a3c1c36
Auto-generate files after cl/882694189
by Protobuf Team Bot
· 4 days ago
32cdcec
Use uint32_t instead of size_t for dense index
by Protobuf Team Bot
· 4 days ago
665c1a3
Deny all warnings in our cargo test setup.
by Protobuf Team Bot
· 4 days ago
323f58a
Auto-generate files after cl/882671564
by Protobuf Team Bot
· 4 days ago
7d5a477
Make Reflection work with message globals rather than default instances.
by Protobuf Team Bot
· 4 days ago
fbbc2b6
Do the arena==nullptr check at a higher level instead of at each Delete call.
by Samuel Benzaquen
· 4 days ago
b2479f00
Auto-generate files after cl/882421220
by Protobuf Team Bot
· 4 days ago
ef3a482
MapField's constexpr-ctor takes Derived::internal_default_instance() [1] that
by Protobuf Team Bot
· 4 days ago
325d8dc
Moved `protocopt` flag out of the `cc` dir, since it is not a c++-specific flag.
by Joshua Haberman
· 4 days ago
b2b6565
Auto-generate files after cl/882240287
by Protobuf Team Bot
· 4 days ago
6a3bcda
overflow checks in unknown field realloc
by Protobuf Team Bot
· 4 days ago
f8daf2f
Add some common methods to ProtoStr to make it more ergonomic to use without dropping down to &[u8]
by Protobuf Team Bot
· 5 days ago
059dc7e
Fix NULL byte handling issue in Python Protobuf find symbols in pool
by Jie Luo
· 5 days ago
7fd0570
Remove "//conformance:all_files" dep from bootstrap_unittest
by Jie Luo
· 5 days ago
f317d3e
Improve RepeatedField operations to delay the call to `GetArena()` until we
by Samuel Benzaquen
· 5 days ago
7252fb6
Make ImplicitWeakMessage compatible for "message globals".
by Protobuf Team Bot
· 6 days ago
bd25436
Fix arch tests by adding `file` to the Docker images
by Rachel Goldfinger
· 6 days ago
4efe3af
Automated rollback of commit ab531655c3d44602205d23f755683e9a826a407c.
by Protobuf Team Bot
· 6 days ago
ab53165
Use `String#encodedLength` on JDK versions that support it
by Liam Miller-Cushon
· 6 days ago
627c335
Implement iterator methods for `RepeatedFieldProxy`.
by Clayton Knittel
· 6 days ago
82bcc5e
Allow `emplace_back` with no arguments for repeated `string_view` field proxies.
by Clayton Knittel
· 6 days ago
eda85a5
Implement `emplace_back` for `RepeatedFieldProxy`.
by Clayton Knittel
· 6 days ago
45a95dc
Update TextFormat location documentation and refactor tests.
by Mikita Belahlazau
· 6 days ago
f682422
Implement `push_back` for `RepeatedFieldProxy`.
by Clayton Knittel
· 6 days ago
fd81946
Add flag_if_supported("-flto=thin") to our upb cargo compilation
by Protobuf Team Bot
· 7 days ago
efd4719
Add conformance performance test suite for csharp (#26194)
by Jie Luo
· 7 days ago
f37611e
Include "repeated_field_proxy.h" in generated headers.
by Clayton Knittel
· 9 days ago
ea1f87a
Add private `CalculateCppRepeatedType` method to `FieldDescriptor`.
by Clayton Knittel
· 9 days ago
523108b
Add repeated_type option to C++ features.
by Clayton Knittel
· 9 days ago
ec67f81
Google-internal change.
by Protobuf Team Bot
· 9 days ago
74b6f3f
ffi_11: Define basic arithmetic operations and comparison with underlying type
by Taylor Cramer
· 10 days ago
56d27b7
Auto-generate files after cl/879595940
by Protobuf Team Bot
· 10 days ago
ebf7ab7
Clarify comment on Struct that it its intended use is when parsing arbitrary JSON payloads.
by Protobuf Team Bot
· 10 days ago
cfca87a
Implement `size` and `empty` methods for `RepeatedFieldProxy`.
by Clayton Knittel
· 10 days ago
a2cf5bd
Fix `ToStringLike` build failures.
by Clayton Knittel
· 10 days ago
2ac9dde
Unpoison memory before placement new on std::string in ArenaStringPtr
by Protobuf Team Bot
· 10 days ago
114152d
Implement `set` for `RepeatedFieldProxy`.
by Clayton Knittel
· 10 days ago
b28881c
Move some assertions from port_def.inc to port.h to reduce their cost.
by Samuel Benzaquen
· 10 days ago
f5808aa
Auto-generate files after cl/879247022
by Protobuf Team Bot
· 10 days ago
f69f8d7
Implement `operator[]` for `RepeatedFieldProxy`.
by Clayton Knittel
· 10 days ago
54f924a
Add Java 21 Java tests.
by Rachel Goldfinger
· 10 days ago
96c1243
Auto-generate files after cl/879177007
by Protobuf Team Bot
· 11 days ago
d552733
Introduce `RepeatedFieldProxy`.
by Clayton Knittel
· 11 days ago
5597e30
Migrate Starlark tests to new format with one test per directory.
by Rachel Goldfinger
· 11 days ago
beaf41f
Support string key types with implicit conversion to `const char*` for heterogenous map lookup.
by Clayton Knittel
· 11 days ago
f88d2e5
Make is_supported_integral_type support both long and long long
by Protobuf Team Bot
· 11 days ago
b3cd288
Have from_utf8_unchecked on both ProtoString and &ProtoStr not be considered 'unsafe' since we guarantee it won't reach UB if it is used.
by Protobuf Team Bot
· 11 days ago
cb3b3c9
Small optimizations in MessageSchema.java.
by Protobuf Team Bot
· 11 days ago
bab1383
Auto-generate files after PR #26201
by Protobuf Team Bot
· 11 days ago
f08d703
Add support for bazel 9.x (#26201)
by Keith Smiley
· 11 days ago
71a03be
Fixed release_prep.sh script `mkdir` command to follow `INTEGRITY_FILE` location.
by Joshua Haberman
· 12 days ago
c223b2e
Auto-generate files after cl/878471014
by Protobuf Team Bot
· 12 days ago
1c2af13
Add missing `upb_XXXDef_FindXXXByNameWithSize` functions and index methods by name
by Protobuf Team Bot
· 12 days ago
1a7f883
Remove rerun-if-changed on generated artifacts.
by Protobuf Team Bot
· 12 days ago
646b6b8
Remove NODISCARD from void functions
by Protobuf Team Bot
· 12 days ago
6efbc12
Remove unused `EncodePlacementArenaOffsets` function.
by Clayton Knittel
· 13 days ago
127b34f
Automated Code Change
by Protobuf Team Bot
· 13 days ago
f042858
Add performance test suites for upb
by Jie Luo
· 13 days ago
de8f3be
Optimize hashCode similar to how we optimized equals.
by Protobuf Team Bot
· 13 days ago
a39fa4b
internal changes
by Protobuf Team Bot
· 14 days ago
5bfc1a2
Make Java lite equals much more efficient for oneofs.
by Protobuf Team Bot
· 14 days ago
228aa16
rust: clear the collect coverage attribute
by Krasimir Georgiev
· 14 days ago
3d9471b
Make GeneratedMessageLite.defaultInstanceMap final
by Mark Hansen
· 2 weeks ago
8f145a0
Make GeneratedMessageLite.buildMessageInfo final
by Mark Hansen
· 2 weeks ago
9ddc4da
Make GeneratedMessageLite.getMemoizedSerializedSize final
by Mark Hansen
· 2 weeks ago
d1183f9
Make GeneratedMessageLite.clearMemoizedSerializedSize final
by Mark Hansen
· 2 weeks ago
a5e658d
Make GeneratedMessageLite.makeImmutable final
by Mark Hansen
· 2 weeks ago
71bcf67
Make GeneratedMessageLite.mergeLengthDelimitedField final
by Mark Hansen
· 2 weeks ago
e4655ff
Make GeneratedMessageLite.mergeVarintField final
by Mark Hansen
· 2 weeks ago
d777666
Make GeneratedMessageLite.parseUnknownField final
by Mark Hansen
· 2 weeks ago
fa128ee
Make GeneratedMessageLite.computeHashCode final
by Mark Hansen
· 2 weeks ago
ee55b88
Make GeneratedMessageLite.newMutableInstance final
by Mark Hansen
· 2 weeks ago
9cb483d
Tag GeneratedMessageLite.hashCodeIsNotMemoized as final
by Mark Hansen
· 2 weeks ago
e264e79
Tag GeneratedMessageLite.clearMemorizedHashCode as final
by Mark Hansen
· 2 weeks ago
3bded24
Tag GeneratedMessageLite.setMemoizedHashCode as final
by Mark Hansen
· 2 weeks ago
9e6c577
Tag GeneratedMessageLite.getMemoizedHashCode as final
by Mark Hansen
· 2 weeks ago
3c6858c
Automated Code Change
by Protobuf Team Bot
· 2 weeks ago
d4a5dfc
Add an annotate_code option to the Rust protoc backend.
by Luke Zarko
· 2 weeks ago
Next »