Adam Cozzette
aeb624d3b4
Avoid installing anything from Homebrew in test runs ( #9043 )
...
Installing and upgrading Homebrew packages is taking quite a lot of time
(around 20-30 minutes) for each run. This commit removes all Homebrew
usage from the test runs. Homebrew may have been necessary at some point
in the past, but now it appears that everything works without it. The
preinstalled build tools seem to be sufficient for building protoc, and
Ruby is something we already get from rvm.
4 years ago
Adam Cozzette
bfc4c3472d
Merge pull request #9021 from acozzette/cherry-pick-fixes
...
Cherry-pick fixes for 3.18.1
4 years ago
Adam Cozzette
5378c9a710
Use the stable version of rvm
...
I am hoping this will fix the error we are getting as described here:
https://github.com/rvm/rvm/issues/5014
4 years ago
Adam Cozzette
55b0e11f52
Fix Ruby tests on Mac
...
It appears that this extra conditional in travis-test.sh is no longer
necessary, and in fact we need to avoid using a custom version of
OpenSSL since that is causing its own error.
4 years ago
Adam Cozzette
0333cb77de
Update ruby/travis-test.sh to print commands
4 years ago
Adam Cozzette
0e7a35f24b
Update dist_install test to work around Python issue
...
googletest uses a Python script in its build which is not compatible
with Python 3. Unfortunately we can't easily upgrade googletest right
now, so this commit works around the problem by putting a python symlink
pointing to Python 2 in the $PATH.
4 years ago
Joshua Haberman
bf8d7f0b72
Merge pull request #9023 from haberman/dyn-msg-perf-fix
...
Performance fix for DynamicMessage: force GetRaw() to be inlined.
4 years ago
Joshua Haberman
5e8396fd27
Performance fix for DynamicMessage: force GetRaw() to be inlined.
4 years ago
Adam Cozzette
151e632bac
Fix dist install test by ensuring that we use Python 3 ( #9011 )
...
* Fix dist install test by ensuring that we use Python 3
Now that we have dropped Python 2 support, we need to make sure this
install test uses Python 3.
* Update Docker image to install Python 3 version of setuptools
* Run pip3 instead of pip
4 years ago
AN Long
2fffff8320
Add python-requires in setup.py ( #8989 )
...
* Add python-requires in setup.py
* Update setup.py
4 years ago
zhangskz
740c4b082d
Update ruby_generator.cc to allow proto2 imports in proto3 ( #9003 )
...
* Update ruby_generator.cc to allow proto2 imports in proto3, with updated unit tests
* Update Makefile.am with new ruby_generated_code_proto2_import.proto
* Fix ruby_generator unit test to use temporary test directory for imported protos
* Add test for imported proto2 to ruby/tests
* Fix proto_path, restore to ../src/protoc, and fix/cleanup unit test.
* Rename Proto2TestMessage to TestImportedMessage for consistency, for ruby compiler tests
4 years ago
Paul Yang
89b14b1d16
Update change log ( #8974 )
4 years ago
Paul Yang
12fb2b7450
Update protobuf version ( #8973 )
...
* Update protobuf version
* Update php notes
4 years ago
Joshua Haberman
ac02d6cbaa
Merge pull request #8970 from haberman/ruby-repeated-plus-arena
...
Fixed a memory bug with RepeatedField#+.
4 years ago
Joshua Haberman
39dc8ad11f
Merge pull request #8969 from haberman/php-destructor2
...
Fixed PHP SEGV when constructing messages from a destructor.
4 years ago
Joshua Haberman
26e0ee8eec
Fixed multirequest.sh script for when nohup.out does not exist.
4 years ago
Joshua Haberman
66a3e1a670
Added missing file to EXTRA_DIST.
4 years ago
Joshua Haberman
79ac88bbbb
Fixed a memory bug with RepeatedField#+.
...
We need to fuse the arrays so that the second array's data
stays live.
4 years ago
Joshua Haberman
759a539736
Fixed PHP SEGV when constructing messages from a destructor.
...
This also fixes the keep_descriptor_pool_after_request option, which
was not working properly.
4 years ago
Joshua Haberman
605ab956e0
Merge pull request #8964 from haberman/php-8.1
...
Added support for PHP 8.1 (currently in RC1) to the C extension
4 years ago
Joshua Haberman
44df0abc02
Added support for PHP 8.1 (currently in RC1).
4 years ago
Joshua Haberman
19bac6af2d
Merge pull request #8961 from haberman/axe-py2
...
Removed Python 2.x support for Python.
4 years ago
Joshua Haberman
e5775e4fb6
Updated tests.sh to remove testing of old Python.
4 years ago
Joshua Haberman
359594f4bb
Removed Python 2.x support for Python.
4 years ago
Paul Yang
32461877b7
Adding missing "," ( #8943 )
4 years ago
Paul Yang
a9d86f9811
Merge pull request #8941 from TeBoring/3.18.x-fix3
...
Addresses duplicates identified in #8925 (#8939 )
4 years ago
Derek Perez
0bab8e808e
Addresses duplicates identified in #8925 ( #8939 )
...
* Addresses duplicates identified in #8925
java_export aliases the rule name to the full maven_project_jar which consolidates all deps into a merged jar. This is not what we want for Bazel users.
* Update :util to match
4 years ago
Joshua Haberman
1de15cef31
Merge pull request #8936 from haberman/ruby-json-name
...
Added missing "options" parameter.
4 years ago
Joshua Haberman
6d8b05bfd4
Added missing "options" parameter.
4 years ago
Paul Yang
1f838107d8
Update change log ( #8922 )
4 years ago
Paul Yang
528b694e7c
Merge pull request #8920 from TeBoring/3.18.x-202108271437
...
Update protobuf version
4 years ago
Paul Yang
81771b9274
Add LICENSE to released python packages ( #8913 )
4 years ago
Bo Yang
d8f55782b0
Update protobuf version
4 years ago
Paul Yang
de469720e9
Remove unnecessary code in release script ( #8915 )
4 years ago
Paul Yang
dd2c3378ab
Use a working docker image for build python release packages ( #8916 )
...
* Use a working docker image for build python release packages
* Update devtoolset-2-libatomic-devel to devtoolset-9-libatomic-devel
4 years ago
Bo Yang
9fb5a0fc12
Stick to a working version of docker file
4 years ago
Bo Yang
7486abd498
Stop building wheel for python 3.5
4 years ago
Bo Yang
b84070eeaf
Stopping build wheel for python 2.7
4 years ago
Paul Yang
3b0f10b936
No need to test python2.7 ( #8891 )
4 years ago
Paul Yang
c51a8a2c10
Exclude reflection_tester from release ( #8892 )
4 years ago
Paul Yang
1a1710b19d
Update change log ( #8888 )
...
* Update change log
4 years ago
Paul Yang
7cbc08615f
Update protobuf version ( #8887 )
4 years ago
Paul Yang
4f49062a95
Merge pull request #8885 from TeBoring/sync-stage
...
Integrate from Piper for C++, Java, and Python
4 years ago
Bo Yang
24a5504b79
Remove internal only change
4 years ago
Bo Yang
b9d6693545
Update BUILD and cmake files
4 years ago
Bo Yang
c3a7af43d3
Remove reference to src/google/protobuf/field_access_listener.cc
4 years ago
Bo Yang
04fc93f4b5
Merge tag 'refs/tags/sync-piper' into sync-stage
4 years ago
Bo Yang
509aee4b8b
Sync from Piper @391414001
...
PROTOBUF_SYNC_PIPER
4 years ago
deannagarcia
9675b28074
Merge pull request #8879 from protocolbuffers/fixSymlink
...
Fix recursive symlink error
4 years ago
Deanna Garcia
b3d25f7d2f
Add _build to .bazelignore
4 years ago