deannagarcia
9b3231002d
Merge pull request #11412 from protocolbuffers/deannagarcia-patch-15
...
Pin ruby bundler
2 years ago
Deanna Garcia
4d107081f2
Pin bundler in travis test
2 years ago
deannagarcia
fd2b04619b
Pin ruby bundler
...
The newest bundler has EOL'd ruby 2.5, so we must pin to an older version.
2 years ago
Jie Luo
a677d9033f
Add use_bazel.sh 5.1.1 to ruby/python build ( #11389 )
...
pin Bazel version to an older stable one (5.1.1)
2 years ago
Matt Fowles Kulukundis
c1e53fb250
Merge pull request #11337 from protocolbuffers/21.x-202212161220
...
Update version.json to: 21.13-dev
2 years ago
Matt Kulukundis
4d991033c3
Update version.json to: 21.13-dev
2 years ago
Mike Kruskal
9de5cdda66
Point python setup to zlib after mac update ( #11315 )
...
* Manually install zlib after mac update
* Point pyenv at homebrew's zlib
2 years ago
Theodore Rose
cf3ec8f8c8
Merge pull request #11286 from esorot/21.x
...
fix kokoro git config
2 years ago
Matt Fowles Kulukundis
be363f3f0f
Merge pull request #11281 from protocolbuffers/21.x-202212131512
...
Updating version.json and repo version numbers to: 21.12
2 years ago
Matt Kulukundis
d9c9fc7454
Updating changelog
2 years ago
Protobuf Team Bot
f4afdc712e
cherry-pick: kokoro git config
2 years ago
Protobuf Team Bot
f0dc78d7e6
Updating version.json and repo version numbers to: 21.12
2 years ago
Joshua Haberman
7b0ca6995d
Updated release branch to latest upb. ( #11258 )
...
* Updated release branch to latest upb.
* Updated amalgamated files.
2 years ago
ericsalo
7c123c40e2
Merge pull request #11201 from protocolbuffers/21.x-202212080033
...
21.x 202212080033
2 years ago
Eric Salo
44eafb2f65
Update version.json to: 21.12-dev
2 years ago
Eric Salo
aea4a275e2
Updating changelog
2 years ago
ericsalo
ffe65a5040
Merge pull request #11197 from protocolbuffers/21.x-202212071935
...
Updating version.json and repo version numbers to: 21.11
2 years ago
Protobuf Team Bot
a474c5b9ff
Updating version.json and repo version numbers to: 21.11
2 years ago
ericsalo
c0bc0cf076
Merge pull request #11196 from ericsalo/21.x
...
sync with current 21.x upb
2 years ago
Eric Salo
9d17e97927
sync with current 21.x upb
2 years ago
deannagarcia
d024e3bca1
Merge pull request #11118 from protocolbuffers/deannagarcia-patch-12
...
Add "public" modifier to Kotlin generated code
2 years ago
deannagarcia
9b37daf1ce
Add "public" modifier to Kotlin generated code
...
My previous attempt to do this https://github.com/protocolbuffers/protobuf/pull/11068#issuecomment-1333645637 missed this instance.
2 years ago
Jorg Brown
782c7722e1
Merge pull request #11105 from protocolbuffers/21.x-202211301621
...
Update version.json to: 21.11-dev
2 years ago
Jorg Brown
06776db4e8
Update version.json to: 21.11-dev
2 years ago
Jorg Brown
9832e7815a
Merge pull request #11088 from protocolbuffers/21.x-202211291338
...
21.x 202211291338
2 years ago
Jorg Brown
74dae8fe6c
Updating changelog
2 years ago
Protobuf Team Bot
11bc195441
Updating version.json and repo version numbers to: 21.10
2 years ago
Jorg Brown
f6ff28bfcb
Merge pull request #11075 from protocolbuffers/21.x-202211281808
...
21.x 202211281808
2 years ago
Theodore Rose
d03c11cce9
Merge pull request #11083 from protocolbuffers/deannagarcia-patch-10
...
Disable CocoaPods watchOS validation
2 years ago
deannagarcia
9933339c48
Disable CocoaPods watchOS validation
...
https://github.com/CocoaPods/CocoaPods/issues/11558 is causing this GHA to fail. It has been resolved in main, but this will continue to fail until a release is out and we migrate to it.
2 years ago
theodorerose
7cd953703a
kokoro trigger change
2 years ago
theodorerose
073b81a94d
kokoro trigger change
2 years ago
Jorg Brown
0d7f85ca05
Updating changelog
2 years ago
Protobuf Team Bot
ed63a2c7e4
Updating version.json and repo version numbers to: 21.10-rc0
2 years ago
deannagarcia
7268e2fe6a
Merge pull request #11068 from deannagarcia/21.x
...
Add public modifiers to kotlin code
2 years ago
Kenji Abe
7845696b1a
Add more public modifiers
2 years ago
Deanna Garcia
6edfc80428
Cherrypick public modifier
2 years ago
ericsalo
eb06d1fdcb
update protobuf_deps to point to the current upb 21.x ( #11028 )
2 years ago
Jerry Berg
3c3e66ade1
Merge pull request #10984 from protocolbuffers/googleberg-patch-nested-builder-fix
...
Fix stale cached submessages by marking nested builder as clean after clear is called
2 years ago
Jerry Berg
736e9b8f7c
Fix misplacement of TimingBelt in the nested_builders_test.proto
...
hierarchy.
2 years ago
Jerry Berg
8d38060c89
Add test to verify nested builder fix.
...
Verify fix for https://github.com/protocolbuffers/protobuf/issues/10624
2 years ago
Jerry Berg
f616e70a9a
Add timing belt to nested_builders_test protos
...
This will be used in verfication of https://github.com/protocolbuffers/protobuf/issues/10624
2 years ago
Jerry Berg
8e6afeff49
Mark nested builder as clean after clear is called
...
Omitting this step was leading to stale cached versions of nested messages.
See https://github.com/protocolbuffers/protobuf/issues/10624
2 years ago
Jerry Berg
4f393bd515
Merge pull request #10960 from protocolbuffers/gberg-ads-performance
...
Use bit-field int values in buildPartial to skip work on unset groups of fields.
2 years ago
Protobuf Team Bot
b0f7bff40c
Use bit-field int values in buildPartial to skip work on unset groups of fields.
...
Changes to make this improvement:
1) All non-repeated builder fields (including maps) now have a presence bit regardless of syntax.
2) The buildPartial method is split into one method per 32-field block (aligned with bit-mask ints)
3) If a presence bit-mask int is set to 0, no fields are present, so we can skip the logic for all of those fields in the buildPartial step.
For messages with a lot of fields (> 100) that are sparsely populated this can result in a significant improvement. Not only does it potentially skip a lot of field copying logic, but also breaks the buildPartial method into chunks that should be more easily digested by the JIT compiler as discussed in this issue: https://github.com/protocolbuffers/protobuf/issues/10247 .
PiperOrigin-RevId: 485952448
2 years ago
zhangskz
accd49b95a
Add bazel php:release target for PECL tgz using generated package.xml ( #10845 )
...
* Add bazel php:release target for PECL tgz using generated package.xml
* move targets from php/ext/google/protobuf to php packages since this breaks dist_files and add utf8 license file
* Remove package.xml form Makefile.am
* add files to Makefile.am
2 years ago
Adam Cozzette
ba01779860
Merge pull request #10825 from protocolbuffers/21.x-202210261725
...
Update version.json to: 21.10-dev
2 years ago
Adam Cozzette
e4a4de9890
Update version.json to: 21.10-dev
2 years ago
Adam Cozzette
d96db0e9d8
Merge pull request #10823 from protocolbuffers/21.x-202210261725
...
Update changelog and versions for 21.9 release
2 years ago
Adam Cozzette
90b73ac3f0
Updating changelog
2 years ago