Bo Yang
b23429ea32
Fix 32bit php tests
6 years ago
Bo Yang
8758cc1606
Fix php tests
6 years ago
Yilun Chong
bd1224e7b6
fix golang kokoro linux build
6 years ago
Yilun Chong
359889bafd
fix python cpp kokoro build
6 years ago
Yilun Chong
c1e6c4df73
fix linux kokoro build in docker
6 years ago
Feng Xiao
c7442b27cf
Comment out unused command from release script.
6 years ago
Feng Xiao
ba40b4b8f2
Merge pull request #4922 from xfxyjwf/release2
...
Run autogen.sh in release script.
6 years ago
Feng Xiao
1fc53afaa7
Run autogen.sh in release script.
6 years ago
Feng Xiao
03e05bb056
Merge pull request #4920 from xfxyjwf/release
...
Add protoc release script for Linux build.
6 years ago
Feng Xiao
bbbe422fab
Add protoc release script for Linux build.
6 years ago
Feng Xiao
07d69d04a6
Merge pull request #4916 from xfxyjwf/docker
...
Add cpp tests under release docker image.
6 years ago
Feng Xiao
9de4e64cf2
Add cpp tests under release docker image.
...
1. Added C++ tests under the release docker image.
2. Fixed a compile issue with the docker image.
3. Cleaned up tests.sh and removed traivis stuff.
6 years ago
Feng Xiao
78944e1403
Merge pull request #4913 from xfxyjwf/protoc
...
Update protoc build scripts.
6 years ago
Feng Xiao
6fa17eb35e
Update protoc build scripts.
...
1. Changed maven script to only do artifact uploading and removed build
script invocation from it. We didn't use maven to invoke the build
script before (we built protoc manually and editted pom.xml to only do
uploading for previous releases), and will not use it in the future (we
will use kokoro to build artifacts).
2. Cleaned up build-protoc.sh and README.md: removed the part about
using maven to build and listed supported platforms explicitly.
6 years ago
Feng Xiao
4a0ad7b06f
Merge pull request #4908 from TeBoring/php-bug
...
Fix php tests
6 years ago
Feng Xiao
1ccb8d4b39
Merge pull request #4905 from BSBandme/fix_kokoro_build_in_docker
...
fix linux kokoro build in docker
6 years ago
Bo Yang
d779301670
Fix 32bit php tests
6 years ago
Bo Yang
51c188c2cc
Fix php tests
6 years ago
Yilun Chong
517190a7d9
fix golang kokoro linux build
6 years ago
Yilun Chong
14bc658175
fix python cpp kokoro build
6 years ago
Yilun Chong
f21d4d6830
Merge pull request #4903 from BSBandme/fix_js_build
...
fix commonjs js provide GOOGLE_CHECK
6 years ago
Duncan McGreggor
84752ff316
Added a link for another Clojure protobuf project ( #4906 )
6 years ago
Yilun Chong
a2618376f2
fix linux kokoro build in docker
6 years ago
Yilun Chong
f42ddff0dd
fix commonjs js provide GOOGLE_CHECK
6 years ago
Paul Yang
22503a0172
fix for API change in PHP 7.3 ( #4898 )
6 years ago
Paul Yang
40f9ef2f56
Check the message to be encoded is the wrong type. ( #4885 )
6 years ago
Ben Webb
0a59054c30
Add Python 3.7 compatibility ( #4862 )
...
Compilation of Python wrappers fails with Python 3.7 because
the Python folks changed their C API such that
PyUnicode_AsUTF8AndSize() now returns a const char* rather
than a char*. Add a patch to work around. Relates #4086 .
6 years ago
Jan Tattermusch
029dbfd714
Merge pull request #4869 from jtattermusch/csharp_artifact_build
...
Add scripts for automated building of C# nuget on Kokoro
6 years ago
Jan Tattermusch
f3d3bfc01e
add scripts for automated building of C# nuget on Kokoro
6 years ago
Feng Xiao
e529d16283
Make ruby release configs consistent with protoc.
6 years ago
Feng Xiao
39aabeab54
Merge pull request #4899 from xfxyjwf/kokoro
...
Make ruby release configs consistent with protoc.
6 years ago
Feng Xiao
82019f90ff
Merge pull request #4900 from xfxyjwf/3.6.x
...
Add kokoro bazel configs to 3.6.x branch.
6 years ago
Feng Xiao
0e38f9ee1b
Fix bazel build of examples.
6 years ago
Feng Xiao
b5975c109a
Add kokoro bazel configs for 3.6.x branch.
6 years ago
Feng Xiao
5fa1f6b2e9
Make ruby release configs consistent with protoc.
6 years ago
Benjamin Barenblat
048f5c26a7
objectivec: Quash -Wself-assign and -Wvla ( #4897 )
...
* objectivec: Quash -Wself-assign
* objectivec: Set -Wno-vla when building
Objective-C protobuf uses VLAs for performance reasons. Ensure Clang
doesn’t complain about them.
6 years ago
Feng Xiao
237938ac6a
Merge pull request #4888 from chronoxor/master
...
OnShutdownDelete shadowing issue
6 years ago
Feng Xiao
5b03316153
Merge pull request #4889 from hesmar/hesmar/cmakeFixProtobufConfig
...
protobuf_generate(): add relative path to output dir
6 years ago
Markus Heß
93f6b67eb2
protobuf_generate(): add relative path to output dir
...
Without this fix, protobuf_generate() sets the variable _generated_srcs to
${protobuf_generate_PROTOC_OUT_DIR}/${_rel_dir}/${_basename}${_ext}
but generates the files in
${protobuf_generate_PROTOC_OUT_DIR}/${_basename}${_ext}
6 years ago
Ivan Shynkarenka
a3f0973979
OnShutdownDelete shadowing issue
...
https://github.com/google/protobuf/issues/4887
6 years ago
吕海涛
3beb19945b
add JSON_UNESCAPED_UNICODE option ( #4191 )
6 years ago
Paul Yang
26eeec93e4
Enable ignoring unknown in json parsing in php ( #4839 )
...
* Enable ignoring unknown in json parsing in php
* Update generated descriptor files
* Update failure list for other languages.
* Remove unnecessary php files
6 years ago
Warren Falk
96833b8f4b
implement IComparable and comparison operators on Timestamp ( #4318 )
6 years ago
Yilun Chong
5524c53e60
Merge pull request #4876 from BSBandme/fix_cpp_benchmark
...
Fix cpp benchmark dependency on mac
6 years ago
Feng Xiao
4a4a60bf93
Merge pull request #4880 from nashimus/3.6.x
...
Additional support for building and deploying ppcle_64 artifacts
6 years ago
Adam Cozzette
4129b6aaad
Merge pull request #4882 from google/3.6.x
...
Merge 3.6.x into master
6 years ago
BSBandme
82b490f6fd
Fix cpp_distcheck
6 years ago
Adam Cozzette
e1845779ed
Merge pull request #4878 from acozzette/fix-msvc-initialization
...
Fix initialization with Visual Studio
6 years ago
Adam Cozzette
61476b8e74
Merge pull request #4879 from ejona86/protoc-artifacts-tls12
...
protoc-artifacts: Update centos base from 6.6 to 6.9
6 years ago
nashimus
1f7837a2ab
Additional support for building and deploying ppcle_64 artifacts
7 years ago