tison
fa5a9e1035
Auto capitalize enums name in Ruby ( #10454 ) ( #10763 )
...
This closes #1965 .
2 years ago
Jerry Berg
1594ac1a2e
Merge pull request #10770 from protocolbuffers/googleberg-cl-480629524
...
Mark default instance as immutable first to avoid race during static initialization of default instances.
2 years ago
Matt Fowles Kulukundis
5d90ef2432
Merge pull request #10743 from brad0/21_openbsd_platform_macros
...
21.x No longer define no_threadlocal on OpenBSD
2 years ago
deannagarcia
0ee5525a75
Upgrade kokoro to Xcode 14 ( #10732 )
...
* Upgrade kokoro to Xcode 14
* Fix osx errors
2 years ago
Brad Smith
a971d06fc2
21.x No longer define no_threadlocal on OpenBSD
2 years ago
deannagarcia
887d7954d0
Merge pull request #10737 from deannagarcia/upgradeKotlin21
...
Upgrade to kotlin 1.6
2 years ago
Deanna Garcia
a39fa12f41
Upgrade to kotlin 1.6
2 years ago
deannagarcia
6229682231
Merge pull request #10721 from tonydnewell/21.x
...
Merge pull request #10200 from tonydnewell/bugfix/protobuf-7474
2 years ago
Matt Fowles Kulukundis
c44d62371f
Merge pull request #10200 from tonydnewell/bugfix/protobuf-7474
...
Fix for grpc.tools #17995 & protobuf #7474 (handle UTF-8 paths in argumentfile)
2 years ago
deannagarcia
1085f8528a
Fix spelling errors ( #10717 )
2 years ago
deannagarcia
4271ab9403
Merge pull request #10715 from protocolbuffers/deannagarcia-patch-10
...
Force uninstall protobuf in python macos builds
2 years ago
deannagarcia
65f86885aa
Force uninstall protobuf in python macos builds
...
We are seeing failures in brew uninstall protobuf due to no package. Change this to a force install to avoid the error.
2 years ago
deannagarcia
a181d020f7
Merge to release branch post release ( #10683 )
...
* Updating version.json and repo version numbers to: 21.7
* Update version.json to: 21.8-dev
Co-authored-by: Protobuf Team Bot <protobuf-team-bot@google.com>
2 years ago
zhangskz
1dc63ea581
Update versions and upb commit ( #10676 )
...
* Updating version.json and repo version numbers to: 21.7
* Updating changelog
Co-authored-by: Protobuf Team Bot <protobuf-team-bot@google.com>
2 years ago
Mike Kruskal
a3888f5331
Clean up TextFormat parser ( #10673 )
...
* Fix TextFormat parser
2 years ago
Mike Kruskal
3b5301c114
Refactoring Java parsing (21.x) ( #10665 )
...
* Porting java cleanup
* Update changelog
* Fix absl usage
* Extension patch
* Remove extra allocations
2 years ago
deannagarcia
bea6726c73
Merge pull request #10579 from protocolbuffers/21.x-202209142140
...
Update version.json to: 21.7-dev
2 years ago
Deanna Garcia
b1924e1de9
Update version.json to: 21.7-dev
2 years ago
deannagarcia
929e13d1a9
Merge pull request #10572 from deannagarcia/21.x
...
Backport python release improvement
2 years ago
zhangskz
de7597e577
Update python/release.sh to handle delay between twine upload and pip install ( #10324 )
2 years ago
deannagarcia
480bd3b970
Merge pull request #10557 from protocolbuffers/21.x-202209132118
...
Update versions for 21.6 release
2 years ago
Deanna Garcia
aa8c73d845
Updating changelog
2 years ago
Protobuf Team Bot
24487dd104
Updating version.json and repo version numbers to: 21.6
2 years ago
deannagarcia
d88266c319
Merge pull request #10545 from deannagarcia/21.x
...
Apply patch
2 years ago
Deanna Garcia
cd0ee8f45d
Apply patch
2 years ago
Mike Kruskal
ea2f20498e
Uninstall system protobuf to prevent version conflicts ( #10522 )
2 years ago
Mike Kruskal
aafacb09c7
Remove broken use_bazel.sh ( #10511 )
2 years ago
Mike Kruskal
40847c7ee5
Fix Kokoro tests to work on Monterey machines ( #10473 )
...
* Disabling broken mac php tests
* Fix ruby permissions after Monterey upgrade
* Install m4 via Homebrew
* Adding ruby/python fixes to presubmits
* Adding homebrew prefix command
* More fixes for objc, python, and benchmark build
* Properly disabling C++ benchmark warning
* Use python 2 for testing
* Splitting venv and python 2
* Setup tox-pyenv
* Silencing more warnings
* Cleanup
* Upgrade python tests to 3.7 on mac
* Switch to python 2 by default (googletest requires it)
* Remove venv for python tests, use python 3.7
* Disable all compiler warnings for benchmark builds
* Enable benchmark LTO to silence warnings
* Fix locale issues in cocoapods
* Remove benchmark build from C++ tests
* Removing deprecated use_bazel command
Removing python 3.6 mac build, since Monterey doesn't support it
2 years ago
deannagarcia
2fb33f46a6
Merge pull request #10382 from protocolbuffers/21.x-202208092202
...
Update version.json to: 21.6-dev
2 years ago
Deanna Garcia
29f03e04d3
Update version.json to: 21.6-dev
2 years ago
deannagarcia
638779f353
Merge pull request #10380 from protocolbuffers/21.x-202208091710
...
Update versions and changelog in preparation for release
2 years ago
Deanna Garcia
ab84034596
Update changelog
2 years ago
Protobuf Team Bot
a44b4ae39c
Updating version.json and repo version numbers to: 21.5
2 years ago
deannagarcia
3294de8ff6
Merge pull request #10376 from deannagarcia/21.x
...
Update UPB version
2 years ago
Deanna Garcia
4819eed1c2
Update UPB version
2 years ago
Joshua Haberman
ea0c6fefcf
Merge pull request #10362 from haberman/cherry-pick-php-oneof-descriptor
...
Cherry-pick: [PHP] Added getContainingOneof and getRealContainingOneof to descriptor.
2 years ago
Joshua Haberman
23097c45f8
Merge pull request #10361 from haberman/cherry-pick-php-nested
...
fix: fix PHP readonly legacy files for nested messages
2 years ago
Joshua Haberman
005f6d1c91
Merge pull request #10356 from haberman/php-containing-oneof
...
[PHP] Added getContainingOneof and getRealContainingOneof to descriptor.
2 years ago
Brent Shaffer
d8f882b675
fix: fix PHP readonly legacy files for nested messages
2 years ago
zhangskz
de48e9d03f
Merge pull request #10317 from protocolbuffers/21.x-202207262015
...
Update version.json to: 21.5-dev
2 years ago
Sandy Zhang
735e1ef561
Update version.json to: 21.5-dev
2 years ago
zhangskz
3cc6b0145c
Merge pull request #10313 from protocolbuffers/21.x-202207252111
...
Merge 21.4 version update and changelog
2 years ago
Sandy Zhang
0ba022556e
Update changelog
2 years ago
Protobuf Team Bot
c9869dc780
Updating version.json and repo version numbers to: 21.4
2 years ago
Yash Tibrewal
c2548258b9
Reduce the required alignment of ArenaString from 8 to 4 ( #10298 )
2 years ago
Adam Cozzette
ddb21b2dff
Update version.json to: 21.4-dev ( #10299 )
2 years ago
Adam Cozzette
4e7c56cf43
Update developer username in package.xml ( #10297 )
...
I hit an error uploading to pecl.php.net, and I suspect it is because we
have changed to a new username but still have the old username in
package.xml.
2 years ago
Adam Cozzette
e7835368be
Update the release date in package.xml ( #10295 )
...
We did not finish the release yesterday, so this change updates the PHP
release date to today.
2 years ago
Adam Cozzette
4d2d935f6c
Merge pull request #10289 from protocolbuffers/21.x-202207202258
...
Updating version.json and repo version numbers to: 21.3
2 years ago
Protobuf Team Bot
b1eb1260fc
Updating version.json and repo version numbers to: 21.3
2 years ago