- 15 Jul, 2018 1 commit
-
-
Feng Xiao authored
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.
-
- 13 Jul, 2018 6 commits
-
-
Feng Xiao authored
Update protoc build scripts.
-
Feng Xiao authored
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.
-
Feng Xiao authored
Fix php tests
-
Feng Xiao authored
fix linux kokoro build in docker
-
Bo Yang authored
-
Bo Yang authored
-
- 12 Jul, 2018 11 commits
-
-
Yilun Chong authored
-
Yilun Chong authored
-
Yilun Chong authored
fix commonjs js provide GOOGLE_CHECK
-
Duncan McGreggor authored
-
Yilun Chong authored
-
Yilun Chong authored
-
Paul Yang authored
-
Ben Webb authored
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.
-
Jan Tattermusch authored
Add scripts for automated building of C# nuget on Kokoro
-
Jan Tattermusch authored
-
Feng Xiao authored
Make ruby release configs consistent with protoc.
-
- 11 Jul, 2018 2 commits
-
-
Feng Xiao authored
-
Benjamin Barenblat authored
* 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.
-
- 10 Jul, 2018 5 commits
-
-
Feng Xiao authored
OnShutdownDelete shadowing issue
-
Feng Xiao authored
protobuf_generate(): add relative path to output dir
-
Markus Heß authored
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}
-
-
吕海涛 authored
-
- 09 Jul, 2018 7 commits
-
-
Paul Yang authored
* Enable ignoring unknown in json parsing in php * Update generated descriptor files * Update failure list for other languages. * Remove unnecessary php files
-
Warren Falk authored
-
Yilun Chong authored
Fix cpp benchmark dependency on mac
-
Adam Cozzette authored
Merge 3.6.x into master
-
BSBandme authored
-
Adam Cozzette authored
Fix initialization with Visual Studio
-
Adam Cozzette authored
protoc-artifacts: Update centos base from 6.6 to 6.9
-
- 07 Jul, 2018 1 commit
-
-
Eric Anderson authored
This avoids the need to use "yum update && yum upgrade" in the container to be able to contact GitHub, which requires TLS 1.2[1]. I have verified that binaries built with this container still run in the previous container; no errors like "/lib64/libc.so.6: version `GLIBC_2.14' not found", which occur if using too new of a glibc when compiling. CentOS 6.6 has glibc version 2.12 release 1.209.el6. CentOS 6.9 has glibc version 2.12 release 1.149.el6. Both would upgrade to release 1.212.el6 via "yum update && yum upgrade". 1. https://githubengineering.com/crypto-deprecation-notice/
-
- 06 Jul, 2018 6 commits
-
-
Adam Cozzette authored
Updated Docker setup to use GCC 4.8
-
Adam Cozzette authored
It appears that Visual Studio does not work well with std::once_flag because it has a bug causing it to initialize that during dynamic initialization instead of constant initialization. This change works around the problem by using function static initializers instead. @gerben-s originally wrote this change for the Google-internal codebase but I am just cherry-picking it here. This fixes #4773.
-
Adam Cozzette authored
Fix SFINAE in 'RepeatedPtrFieldBase::Add'
-
Adam Cozzette authored
Now that we depend on C++11, we need at least GCC 4.8 instead of 4.7. This change updates the Docker setup to continue using CentOS 6.6 but with GCC 4.8. I also added libm to the whitelist for dynamically linked libraries for the ARM64 protoc binary.
-
BSBandme authored
-
M. Tong authored
Without this the error of un-moveable GenericTypeHandler will pop until 'TypeHandler::New(arena_, std::move(value))' is called.
-
- 03 Jul, 2018 1 commit
-
-
Thomas Colthurst authored
* Update message_module.cc Add missing piece from pull request #4698: actually initialize the new API object. * Update message_module.cc
-