- 18 Jul, 2018 3 commits
-
-
Yilun Chong authored
Sync internal benchmark changes
-
Yilun Chong authored
-
Jan Tattermusch authored
* upgrade dotnet SDK to 2.1.3 on kokoro linux
-
- 16 Jul, 2018 8 commits
-
-
Yilun Chong authored
add php benchmark
-
Yilun Chong authored
-
Feng Xiao authored
-
Feng Xiao authored
Run autogen.sh in release script.
-
Feng Xiao authored
-
Feng Xiao authored
Add protoc release script for Linux build.
-
Feng Xiao authored
-
Feng Xiao authored
Add cpp tests under release docker image.
-
- 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 4 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
-