Protobuf Team Bot
0df15fcbb0
Auto-generate files after cl/695488356
3 weeks ago
Protobuf Team Bot
0a7691e98f
Don't use matches! on MessageVal tests.
...
This is a warning today, as in a future release of Rust this won't be legal to match on floating point values.
As these are C-style unions, there's no signal about what type they are and the matches! is behaving the same as just checking value directly (wouldn't fail to match if a mismatched type was written anyway).
PiperOrigin-RevId: 695488356
3 weeks ago
Protobuf Team Bot
9e42c11864
Auto-generate files after cl/695480099
3 weeks ago
Protobuf Team Bot
0c0477f789
Internal change
...
PiperOrigin-RevId: 695480099
3 weeks ago
Protobuf Team Bot
364b7ed756
Auto-generate files after cl/695473850
3 weeks ago
Protobuf Team Bot
e43ee0732d
Use noncontiguous unknown fields API in upb text debug_string.c and encode.c
...
PiperOrigin-RevId: 695473850
3 weeks ago
Protobuf Team Bot
e77099f34b
Auto-generate files after cl/695449397
3 weeks ago
Protobuf Team Bot
eec53f9378
Avoid constructing the payload until we need it for reflection.
...
This saves memory and CPU when the map fields are only used as maps.
PiperOrigin-RevId: 695449397
3 weeks ago
Protobuf Team Bot
82a7cf6205
Auto-generate files after cl/695429913
3 weeks ago
Protobuf Team Bot
1549022187
Internal deps update
...
PiperOrigin-RevId: 695433659
3 weeks ago
Protobuf Team Bot
0640cdb674
Don't iterate at all if unknowns are not populated
...
PiperOrigin-RevId: 695429913
3 weeks ago
Protobuf Team Bot
16274f94f3
Auto-generate files after cl/695411719
3 weeks ago
Protobuf Team Bot
9881219526
Internal change
...
PiperOrigin-RevId: 695411719
3 weeks ago
Protobuf Team Bot
ae4da23d57
Auto-generate files after cl/695407312
3 weeks ago
Hong Shin
24de58860f
hpb: test protos proto3 cleanup
...
PiperOrigin-RevId: 695407312
3 weeks ago
Protobuf Team Bot
8200479958
Auto-generate files after cl/695400014
3 weeks ago
Protobuf Team Bot
1271b32897
Switch some SFINAE based dispatch into `if constexpr`.
...
This cleans up C++14 logic.
PiperOrigin-RevId: 695400014
3 weeks ago
Protobuf Team Bot
4b3a548d7f
Auto-generate files after cl/695388292
3 weeks ago
Protobuf Team Bot
58cc538256
Internal change
...
PiperOrigin-RevId: 695388292
3 weeks ago
Protobuf Team Bot
d133cf6e27
Auto-generate files after cl/695375386
3 weeks ago
Protobuf Team Bot
7ccd5dcfc5
Internal change
...
PiperOrigin-RevId: 695375386
3 weeks ago
Protobuf Team Bot
5d58caeebc
Auto-generate files after cl/695352135
3 weeks ago
Protobuf Team Bot
c0479335a5
Internal change
...
PiperOrigin-RevId: 695352135
3 weeks ago
Protobuf Team Bot
63139cb196
Auto-generate files after cl/695327586
3 weeks ago
Protobuf Team Bot
41985a4447
Internal change
...
PiperOrigin-RevId: 695327586
3 weeks ago
Protobuf Team Bot
92044c946a
Auto-generate files after cl/695316378
3 weeks ago
Protobuf Team Bot
36e68770da
Internal change
...
PiperOrigin-RevId: 695316378
3 weeks ago
Protobuf Team Bot
4b3c346207
Auto-generate files after cl/695294535
3 weeks ago
Protobuf Team Bot
c4a4b1fd9f
Internal version update.
...
PiperOrigin-RevId: 695294535
3 weeks ago
Protobuf Team Bot
84a19cabdb
Auto-generate files after cl/694777594
4 weeks ago
Protobuf Team Bot
29f496af49
Internal change.
...
PiperOrigin-RevId: 694777594
4 weeks ago
Protobuf Team Bot
fb2520232e
Auto-generate files after cl/694676299
4 weeks ago
Protobuf Team Bot
c608704c3f
Internal change
...
PiperOrigin-RevId: 694676299
4 weeks ago
Protobuf Team Bot
32b138163d
Auto-generate files after cl/694630107
4 weeks ago
Protobuf Team Bot
ee880c63cf
Internal change
...
PiperOrigin-RevId: 694630107
4 weeks ago
Protobuf Team Bot
d0aefcba0e
Auto-generate files after cl/694583657
4 weeks ago
Protobuf Team Bot
0f1bdeae8d
Internal change
...
PiperOrigin-RevId: 694583657
4 weeks ago
Protobuf Team Bot
cf321d969a
Auto-generate files after cl/694576851
4 weeks ago
Protobuf Team Bot
fe458748d5
Internal change
...
PiperOrigin-RevId: 694576851
4 weeks ago
Protobuf Team Bot
2c897f3729
Auto-generate files after cl/694568630
4 weeks ago
Protobuf Team Bot
d43a70b158
Port FindUnknown to noncontiguous API
...
PiperOrigin-RevId: 694568630
4 weeks ago
Protobuf Team Bot
aa79fa5e47
Auto-generate files after cl/694552734
4 weeks ago
Sandy Zhang
b204518c5f
Remove Protobuf-C++.podspec release.
...
This release has been broken since v4.22.x in 2022 with the addition of an abseil dependency (https://engdoc.corp.google.com/eng/doc/devguide/proto/news/2022-08-03.md#abseil-dep ) and seems to have limited demand.
Users should use Protobuf C++ from our Github release instead: https://github.com/protocolbuffers/protobuf/releases
PiperOrigin-RevId: 694552734
4 weeks ago
Protobuf Team Bot
ff343a03bb
Automated rollback of commit 543169bd55
.
...
PiperOrigin-RevId: 694552602
4 weeks ago
Protobuf Team Bot
1a39f5d07a
Auto-generate files after cl/694537259
4 weeks ago
Protobuf Team Bot
89277bc536
Internal change
...
PiperOrigin-RevId: 694537259
4 weeks ago
Protobuf Team Bot
4c34e652cf
Auto-generate files after cl/694519266
4 weeks ago
Protobuf Team Bot
543169bd55
Internal change.
...
PiperOrigin-RevId: 694519266
4 weeks ago
Protobuf Team Bot
3e0f10e0de
Auto-generate files after cl/694507579
4 weeks ago
Sandy Zhang
1a716d6b69
Update BCR presubmit to use C++17
...
This reflects the new minimum as of v30 per https://engdoc.corp.google.com/eng/doc/devguide/proto/news/2024-10-02.md#drop-cpp-14
PiperOrigin-RevId: 694507579
4 weeks ago