- 03 Aug, 2018 7 commits
-
-
Feng Xiao authored
Backport building C# nuget to 3.6.x branch
-
Jan Tattermusch authored
-
Jan Tattermusch authored
This reverts commit c02346c72aafd1826b0397dbbce4ce04bf252f50.
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- 27 Jul, 2018 2 commits
-
-
Adam Cozzette authored
-
Adam Cozzette authored
-
- 23 Jul, 2018 1 commit
-
-
Paul Yang authored
* Check the message to be encoded is the wrong type. (#4885) * Change TypeError to ArgumentError
-
- 20 Jul, 2018 1 commit
-
-
Paul Yang authored
This change only makes assertEquals pass for message in c extension. However, it actually does nothing. This is the same behavior before 3.6.0 release.
-
- 18 Jul, 2018 4 commits
-
-
Feng Xiao authored
Cherry-pick master build fixes and kokoro changes to 3.6.x
-
Paul Yang authored
* Add continuous test for ruby 2.3, 2.4 and 2.5 * Change ruby 2.5 to 2.5.0 * No need to provide argument to rb_funcall when argc is 0 * Fix tests for ruby 2.5 * Use rescue instead of assert_raise to accept subclass of error
-
BSBandme authored
-
Feng Xiao authored
-
- 17 Jul, 2018 4 commits
-
-
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/
-
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.
-
Feng Xiao authored
* Remove js_embed binary.
-
BSBandme authored
-
- 16 Jul, 2018 10 commits
-
-
Feng Xiao authored
-
Feng Xiao authored
-
Feng Xiao authored
-
Feng Xiao authored
1. Added C++ tests under the release docker image. 2. Cleaned up tests.sh and removed traivis stuff.
-
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.
-
Bo Yang authored
-
Bo Yang authored
-
Yilun Chong authored
-
Yilun Chong authored
-
Yilun Chong authored
-
- 12 Jul, 2018 3 commits
- 11 Jul, 2018 2 commits
- 09 Jul, 2018 2 commits
-
-
Feng Xiao authored
Additional support for building and deploying ppcle_64 artifacts
-
Adam Cozzette authored
Fix initialization with Visual Studio
-
- 07 Jul, 2018 1 commit
-
-
nashimus authored
-
- 06 Jul, 2018 1 commit
-
-
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.
-
- 25 Jun, 2018 1 commit
-
-
Paul Yang authored
* Install rake compiler * Add kokoro config to build ruby gem on linux * Rename from linix to linux * Fix prepare_build.sh name * Clean up * Install bundler * Install bundler * Use c99 in order to build gem on mingw-32 on ruby 2.0.0 See https://github.com/rake-compiler/rake-compiler-dock/issues/4 * Move c99 config to extcofig.rb
-
- 22 Jun, 2018 1 commit
-
-
Paul Yang authored
-