Protobuf Team Bot
755f572a6b
Auto-generate files after cl/534993927
2 years ago
Protobuf Team Bot
52cbee583f
Internal change
...
PiperOrigin-RevId: 534993927
2 years ago
Protobuf Team Bot
2e9c127212
Auto-generate files after cl/534977342
2 years ago
Protobuf Team Bot
36715c8879
Internal change
...
PiperOrigin-RevId: 534977342
2 years ago
Protobuf Team Bot
96ef3c8843
Auto-generate files after cl/534969704
2 years ago
Protobuf Team Bot
503d6914d5
Internal change
...
PiperOrigin-RevId: 534969704
2 years ago
Protobuf Team Bot
1cb4c3ca0a
Auto-generate files after cl/534968948
2 years ago
Mike Kruskal
4b1c4965e4
Persist COMPOSER_HOME so that we don't continue to query remote servers
...
PiperOrigin-RevId: 534968948
2 years ago
Protobuf Team Bot
8a072d218b
Auto-generate files after cl/534958215
2 years ago
Mike Kruskal
da085e8bd0
Fix broken ccache setup in windows builds
...
Policy CMP0141 broke our hack to remove /Zi, and there doesn't seem to be a way to strip debug symbols with this policy enabled. We can disable the policy when it exists to get ccache working again and speed up our tests.
PiperOrigin-RevId: 534958215
2 years ago
Protobuf Team Bot
24fbe29190
Auto-generate files after cl/534945369
2 years ago
Protobuf Team Bot
ddcd0766cd
Internal change
...
PiperOrigin-RevId: 534945369
2 years ago
Protobuf Team Bot
ce24951406
Auto-generate files after cl/534935997
2 years ago
Protobuf Team Bot
b45f7674d0
Internal change
...
PiperOrigin-RevId: 534935997
2 years ago
Protobuf Team Bot
8fe216729a
Auto-generate files after cl/534905015
2 years ago
Protobuf Team Bot
a4737b9641
Internal change
...
PiperOrigin-RevId: 534905015
2 years ago
Protobuf Team Bot
1856979d0e
Auto-generate files after cl/534875127
2 years ago
Mike Kruskal
087cbcd6f5
Internal changes
...
PiperOrigin-RevId: 534875127
2 years ago
Protobuf Team Bot
254a571cb0
Auto-generate files after PR #12870
2 years ago
lukeocamden
3b6b996ba2
Fix printer.h compile error in -std=c++2b ( #12870 )
...
Closes #12869
Closes #12870
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/12870 from lukeocamden:patch-1 28bd987181
PiperOrigin-RevId: 534717297
2 years ago
Protobuf Team Bot
033c764145
Auto-generate files after cl/534712783
2 years ago
Protobuf Team Bot
418ef2c0be
Internal Code Change
...
PiperOrigin-RevId: 534712783
2 years ago
Protobuf Team Bot
d4de9ed1cb
Auto-generate files after cl/534686527
2 years ago
Protobuf Team Bot
1c4de038f4
Internal change
...
PiperOrigin-RevId: 534686527
2 years ago
Protobuf Team Bot
9b807b491c
Auto-generate files after cl/534622899
2 years ago
Jie Luo
f36a5c6674
Internal change
...
PiperOrigin-RevId: 534622899
2 years ago
Protobuf Team Bot
1a3ccf9869
Auto-generate files after cl/534606377
2 years ago
Protobuf Team Bot
3f21ad53a5
Internal change
...
PiperOrigin-RevId: 534606377
2 years ago
Protobuf Team Bot
1cd81cf271
Auto-generate files after cl/534579685
2 years ago
Protobuf Team Bot
790712a828
Internal change
...
PiperOrigin-RevId: 534579685
2 years ago
Protobuf Team Bot
ac23edce09
Auto-generate files after cl/534570019
2 years ago
Protobuf Team Bot
7cdd9f5113
Internal change
...
PiperOrigin-RevId: 534570019
2 years ago
Protobuf Team Bot
3492dc92c5
Auto-generate files after cl/534562415
2 years ago
Protobuf Team Bot
d3793f737f
Internal change
...
PiperOrigin-RevId: 534562415
2 years ago
Protobuf Team Bot
a3d16d8645
Auto-generate files after cl/534555826
2 years ago
Protobuf Team Bot
4884ca9842
Internal change
...
PiperOrigin-RevId: 534555826
2 years ago
Protobuf Team Bot
d9a223ad94
Auto-generate files after cl/534549318
2 years ago
Mike Kruskal
5866e4575c
Add assertions to reflection methods.
...
This will ensure that the message is the appropriate type. Failing to pass this check can lead to UB and crashes.
PiperOrigin-RevId: 534549318
2 years ago
Protobuf Team Bot
2829eb4a76
Auto-generate files after cl/534544112
2 years ago
Protobuf Team Bot
d771142d92
Internal change
...
PiperOrigin-RevId: 534544112
2 years ago
Protobuf Team Bot
a519958718
Auto-generate files after cl/534514738
2 years ago
Protobuf Team Bot
20604b4abb
Internal change
...
PiperOrigin-RevId: 534504811
2 years ago
Protobuf Team Bot
4a37865204
Auto-generate files after cl/534502236
2 years ago
Protobuf Team Bot
8a18315b55
Internal change
...
PiperOrigin-RevId: 534502236
2 years ago
Protobuf Team Bot
7b151d5fc0
Auto-generate files after cl/534474530
2 years ago
Protobuf Team Bot
288b23658e
Internal change
...
PiperOrigin-RevId: 534474530
2 years ago
Protobuf Team Bot
b2c43464d6
Auto-generate files after cl/534454119
2 years ago
Protobuf Team Bot
ee8d52eaa7
Reduce stack usage of MessageDifferencer recursion by almost half:
...
- Stop using FixedArray. Memory allocators have improved since then, so the wins are smaller.
- Prevent allocating SpecificField object in the stack. It is 96 bytes and stays in the stack frame even if used temporarily in the function.
PiperOrigin-RevId: 534454119
2 years ago
Protobuf Team Bot
f215e21f8f
Auto-generate files after cl/534443479
2 years ago
Protobuf Team Bot
6c8a511d9e
Internal change
...
PiperOrigin-RevId: 534443479
2 years ago