Protobuf Team Bot
6dd1247cf2
Internal change
...
PiperOrigin-RevId: 694217229
4 weeks ago
Protobuf Team Bot
176a0f456d
Auto-generate files after cl/694189553
4 weeks ago
Protobuf Team Bot
c1eb7c4eee
Internal change
...
PiperOrigin-RevId: 694189553
4 weeks ago
Protobuf Team Bot
d5bc67b8b9
Auto-generate files after cl/694180227
4 weeks ago
Mike Kruskal
b591280b12
Internal changes
...
PiperOrigin-RevId: 694180227
4 weeks ago
Protobuf Team Bot
4f1c9674dd
Auto-generate files after cl/694172218
4 weeks ago
Mike Kruskal
c1d55b4ea4
Internal changes
...
PiperOrigin-RevId: 694172218
4 weeks ago
Protobuf Team Bot
29ae2672fb
Auto-generate files after cl/694166667
4 weeks ago
Protobuf Team Bot
7077607449
Internal change
...
PiperOrigin-RevId: 694166667
4 weeks ago
Protobuf Team Bot
ae159270bb
Auto-generate files after cl/694155074
4 weeks ago
Hong Shin
18ad79cdfd
hpb: Have ExtensionNumber take in const ref ExtensionIdentifier
...
PiperOrigin-RevId: 694155074
4 weeks ago
Protobuf Team Bot
d4e848611a
Auto-generate files after cl/694145361
4 weeks ago
Protobuf Team Bot
83f4fd65e8
Internal change
...
PiperOrigin-RevId: 694145361
4 weeks ago
Protobuf Team Bot
57229f93aa
Auto-generate files after cl/694131739
4 weeks ago
Protobuf Team Bot
ef2c2819c0
Internal change
...
PiperOrigin-RevId: 694131739
4 weeks ago
Protobuf Team Bot
2f76ddf239
Auto-generate files after cl/694107230
4 weeks ago
Hong Shin
76382571d9
upb: Add upb_Message_GetExtensionString
...
PiperOrigin-RevId: 694107230
4 weeks ago
Protobuf Team Bot
d777bd9036
Auto-generate files after cl/694103101
4 weeks ago
Hong Shin
7ae9d8c39b
hpb: remove unused edition dep in test_model.proto
...
PiperOrigin-RevId: 694103101
4 weeks ago
Protobuf Team Bot
57287bd2f4
Auto-generate files after cl/694082383
4 weeks ago
Protobuf Team Bot
9b156f12c8
Internal version update.
...
PiperOrigin-RevId: 694082383
4 weeks ago
Protobuf Team Bot
7b6f3685a4
Auto-generate files after cl/694081386
4 weeks ago
Protobuf Team Bot
2a04f8bd43
Fix java proto generation: conflict between with enum field and another field with "_value" suffix.
...
PiperOrigin-RevId: 694081386
4 weeks ago
Protobuf Team Bot
429c9bc5c9
Auto-generate files after cl/694033035
4 weeks ago
Protobuf Team Bot
541432d83e
Add missing line to docstring after Args
...
Without it stardoc breaks.
PiperOrigin-RevId: 694033035
4 weeks ago
Protobuf Team Bot
cdc8df224d
Auto-generate files after cl/694015588
4 weeks ago
Protobuf Team Bot
fd477301f8
Use ABSL_PREDICT_TRUE|FALSE instead of PROTOBUF_PREDICT_TRUE|FALSE.
...
Considering that protobuf depends on absl already, we don't need protobuf's
version of PREDICT_TRUE|FALSE. This CL shrinks port_def.inc.
PiperOrigin-RevId: 694015588
4 weeks ago
Protobuf Team Bot
b66792e054
Auto-generate files after cl/694010705
4 weeks ago
Protobuf Team Bot
7c3eb4155f
Don't copy SpecificField data in MessageDifferencer unnecessarily.
...
PiperOrigin-RevId: 694010705
4 weeks ago
Protobuf Team Bot
707c747650
Auto-generate files after cl/693984458
4 weeks ago
Protobuf Team Bot
2e7ed9b3c4
Internal change
...
PiperOrigin-RevId: 693984458
4 weeks ago
Protobuf Team Bot
893f2fc740
Auto-generate files after cl/693911641
4 weeks ago
Protobuf Team Bot
7a18269072
Internal change
...
PiperOrigin-RevId: 693911641
4 weeks ago
Protobuf Team Bot
ce309e8eb7
Auto-generate files after cl/693898394
4 weeks ago
Mike Kruskal
9cc685edf8
Breaking change: Flip default behavior for handling cmake dependencies.
...
Instead of fetching dependencies by default, we will first look for a local installation and only fetch as a fallback. Two new options are added for forcing either of these behaviors. protobuf_FORCE_FETCH_DEPENDENCIES will always fetch dependencies, and protobuf_PREVENT_FETCH_DEPENDENCIES will never do so.
#test-continuous
PiperOrigin-RevId: 693898394
4 weeks ago
Protobuf Team Bot
a59cfa407f
Auto-generate files after cl/693888974
4 weeks ago
Protobuf Team Bot
074e475472
Internal change
...
PiperOrigin-RevId: 693888974
4 weeks ago
Protobuf Team Bot
8922b554ab
Auto-generate files after cl/693881256
4 weeks ago
Protobuf Team Bot
294d353a66
Use portable posix sigsetjmp to avoid saving signals on linux, in addition to apple platforms.
...
PiperOrigin-RevId: 693881256
4 weeks ago
Protobuf Team Bot
b55b2dd84d
Auto-generate files after cl/693867781
4 weeks ago
Protobuf Team Bot
f15bf0de0c
Internal change
...
PiperOrigin-RevId: 693867781
4 weeks ago
Protobuf Team Bot
6d4fdc49e5
Auto-generate files after cl/693862958
4 weeks ago
Protobuf Team Bot
a7dd1559ee
Use [[maybe_unused]] instead of PROTOBUF_UNUSED.
...
With C++17 being the baseline, we should use [[maybe_unused]]
to shrink port_def.inc.
PiperOrigin-RevId: 693862958
4 weeks ago
Protobuf Team Bot
00b9937d6a
Auto-generate files after cl/693808404
4 weeks ago
Protobuf Team Bot
54b4180302
Internal change
...
PiperOrigin-RevId: 693808404
4 weeks ago
Protobuf Team Bot
b96f2881aa
Auto-generate files after cl/693799584
4 weeks ago
Hong Shin
8eeee0e3ca
hpb: implement SetExtension for scalars i32 and i64
...
PiperOrigin-RevId: 693799584
4 weeks ago
Protobuf Team Bot
ab2a5b2aa1
Auto-generate files after cl/693789370
4 weeks ago
Protobuf Team Bot
b1882d357b
Clarify exception message for repeated builders.
...
Technically these methods fail either if the field is primitive (non-message) or if the field is repeated. However it is confusing to have a repeated message field claim to be of type 'message' and then fail with an error message that claims you need a message type.
PiperOrigin-RevId: 693789370
4 weeks ago
Protobuf Team Bot
5ebe2e17c7
Auto-generate files after cl/693773496
4 weeks ago