- 10 Aug, 2018 1 commit
-
-
Bo Yang authored
-
- 26 Jul, 2018 1 commit
-
-
Paul Yang authored
* Add conformance test for php c back php c extension has different result for conformance test for different php version and architecture. Try to add conformance back for php 7.1 c extension first. * Disable conformance test for c extension on 32-bit architecture 32-bit and 64-bit have different failing tests * Fix typo
-
- 23 Jul, 2018 5 commits
-
-
Jonathan Haber authored
* Store the class object itself * Add test for backwards compatibility * Rename and add test * Add comments
-
Feng Xiao authored
Added support for Visual Studio 2017 in gitignore
-
Arun Olappamanna Vasudevan authored
-
Timothy Younger authored
* Prevents installation of `phpunit/phpunit:^6` because the test cases in this project require `\PHPUnit_Framework_TestCase` which was removed in v6. Moves generated PHP classes for tests into autoload-dev so that they are not referenced in the dist autoload. Adds Composer scripts to run protoc with and without grpc. * update composer test target to use the same commands as generate_php_test_proto in tests.sh
-
Feng Xiao authored
* Remove/replace travis references.
-
- 22 Jul, 2018 1 commit
-
-
mkosieradzki authored
-
- 21 Jul, 2018 1 commit
-
-
Ryland Degnan authored
Added Netifi Proteus to Registered Extensions
-
- 20 Jul, 2018 4 commits
-
-
Leonard Hecker authored
* php: Added nanosecond support for Timestamp * php: Fixed compatibility test
-
Adam Cozzette authored
When running unit tests, read reference files in text mode
-
Stephen Oberholtzer authored
This should put an end to all of the reports of unit test failures on Windows machines.
-
Feng Xiao authored
* Delete unused files.
-
- 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 9 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
-