Protobuf Team Bot
dc8c98007a
Add a debug-only check for depth_ match, to catch a problem that is difficult
...
to diagnose otherwise.
PiperOrigin-RevId: 485688363
2 years ago
Protobuf Team Bot
46d1145ec8
ObjC Cleanups.
...
- Add missing license to testing header.
- Standardize license blocks.
- Fix some trailing whitespace.
PiperOrigin-RevId: 485683549
2 years ago
Mike Kruskal
687b66527e
Add visibility exemption for kythe C++ protoc plugin
...
This is similar to the exemption added to the python generator for gRPC. We don't want to expose these internal implementations in general, but we also don't want to block the adopting of our main branch for existing uses within Google.
PiperOrigin-RevId: 485682767
2 years ago
Jie Luo
5fc9c37208
Internal change
...
PiperOrigin-RevId: 485680539
2 years ago
Protobuf Team Bot
54cd5869fa
Test for recursion depth earlier so we can return an appropriate error and keep
...
the correct pairing between PushLimit and PopLimit calls.
Also, fix a lint error.
PiperOrigin-RevId: 485608890
2 years ago
Joshua Haberman
42cc7c62b6
Internal change to syncing (glob the "compiler" dir)
...
PiperOrigin-RevId: 485442033
2 years ago
Chris Kennelly
15406e1d60
Make ArenaOptions suitable for designated initializers.
...
PiperOrigin-RevId: 485433199
2 years ago
Protobuf Team Bot
411cba1314
Call ParseVarint with a pointer to the specific result instead of always passing in a uint64_t * when possible.
...
Specialize ParseVarint for bool, which then takes up much less code.
PiperOrigin-RevId: 485427698
2 years ago
Copybara-Service
6c78c6621b
Merge pull request #10830 from zhangskz:release-php
...
PiperOrigin-RevId: 485357156
2 years ago
Joshua Haberman
0ff26563c9
Enable the Copybara sync for all files.
...
PiperOrigin-RevId: 485351777
2 years ago
Protobuf Team Bot
3c0f05c1fa
Fix lint warnings for protobuf GeneratedMessage.java
...
Specifically this CL changes the [type variable names](https://engdoc.corp.google.com/eng/doc/devguide/java/style/index.md?cl=head#s5.2.8-type-variable-names ) only.
PiperOrigin-RevId: 485323620
2 years ago
Protobuf Team Bot
72b22edea2
Remove custom HasPreservingUnknownEnumSemantics method.
...
C++ descriptor now provides is_closed() on EnumDescriptor, use that instead.
PiperOrigin-RevId: 485307512
2 years ago
Mike Kruskal
1c46a3374b
Internal change
...
PiperOrigin-RevId: 485219994
2 years ago
Mike Kruskal
6e2102c8e3
Internal change
...
PiperOrigin-RevId: 485200609
2 years ago
Mike Kruskal
0890984ce6
Internal change
...
PiperOrigin-RevId: 485191150
2 years ago
Chris Kennelly
9b028ececf
Internal change
...
PiperOrigin-RevId: 485184009
2 years ago
Mike Kruskal
0eb9504485
Internal change
...
PiperOrigin-RevId: 485179950
2 years ago
Joshua Haberman
78c1555131
Trivial whitespace change
...
This is the first change to automatically propagate from the internal repository using Copbyara.
PiperOrigin-RevId: 485139658
2 years ago
Protobuf Team Bot
8aacf87f19
Internal change
...
PiperOrigin-RevId: 485075266
2 years ago
Protobuf Team Bot
0115668cf3
Internal change
...
PiperOrigin-RevId: 485024056
2 years ago
Protobuf Team Bot
700fbde7ab
Internal change
...
PiperOrigin-RevId: 485009969
2 years ago
Protobuf Team Bot
807cd1c839
Internal change
...
PiperOrigin-RevId: 484935651
2 years ago
Protobuf Team Bot
f734e8d1e4
Internal change
...
PiperOrigin-RevId: 484767017
2 years ago
Protobuf Team Bot
2d041c367f
Internal change
...
PiperOrigin-RevId: 484601394
2 years ago
Protobuf Team Bot
063b06df42
Internal change
...
PiperOrigin-RevId: 484509863
2 years ago
Protobuf Team Bot
6b5d25c3aa
Internal change
...
PiperOrigin-RevId: 484346368
2 years ago
Matt Kulukundis
4f3ecbda86
Internal change
...
PiperOrigin-RevId: 484326539
2 years ago
Sandy Zhang
71a069e74c
move targets from php/ext/google/protobuf to php packages since this breaks dist_files
2 years ago
Sandy Zhang
33e9928e69
cleanups, formatting
2 years ago
Sandy Zhang
89035d5f17
revert version.json from testing
2 years ago
Sandy Zhang
1bf0ac8089
fix tgz dir for pecl install
2 years ago
Sandy Zhang
78352b90bf
add -qy to python3 install
2 years ago
Sandy Zhang
bae850fd11
install python3
2 years ago
Sandy Zhang
caf644d395
install wget
2 years ago
Sandy Zhang
70c4bdc744
install bazel using wget
2 years ago
Sandy Zhang
51b812dd28
apt update before apt-get install bazel
2 years ago
Sandy Zhang
9595e3e5fe
Update php-ext github workflow
2 years ago
Sandy Zhang
74b3c198b8
update package.xml to match file structure of pkg_tar
2 years ago
Protobuf Team Bot
afaf93b85d
Internal change
...
PiperOrigin-RevId: 484326389
2 years ago
Sandy Zhang
dd244628c2
install bazel for php-ext github workflow
2 years ago
Sandy Zhang
ccee798c7d
fix kokoro tests (remaining refs to package.xml
2 years ago
Sandy Zhang
ebc3f4f0dd
rename target and read php version from bzl
2 years ago
Sandy Zhang
308d3b1ef1
fix merge conflict
2 years ago
Sandy Zhang
2a2d592242
move to separate bash script, cleanups, filegroup fixes
2 years ago
Adam Cozzette
240986d66d
Merge pull request #10829 from protocolbuffers/main-202210261725
...
Merge 21.x into main
2 years ago
Adam Cozzette
2225f8ebbb
Merge release branch 21.x into main
2 years ago
Mike Kruskal
83fa88793d
Merge pull request #10827 from mkruskal-google/sync-stage
...
Integrate from Piper for C++, Java, and Python
2 years ago
Mike Kruskal
f29dbf01a3
Fixing merge issues from sync
2 years ago
Mike Kruskal
ca7a94661b
Merge tag 'refs/tags/sync-piper' into sync-stage
2 years ago
Mike Kruskal
0ab63a7699
Sync from Piper @484138213
...
PROTOBUF_SYNC_PIPER
2 years ago