aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixYilun Chong2018-08-011-1/+6
|
* fixYilun Chong2018-08-011-2/+4
|
* fixYilun Chong2018-07-312-1/+1
|
* Fix js reader.js's skipGroupYilun Chong2018-07-313-8/+8
|
* Give a specific category to each test. (#4965)Paul Yang2018-07-2715-80/+111
| | | | | | | | | | | | | | | | | | | | * Give a unique category to each test. This change introduce a TestCategory enum to ConformanceRequest. Existing tests are divided into three categories: binary format test, json format test and json format (ignore unknown when parsing) test. For the previous two categories, there is no change to existing testee programs. For tests with the last category, testee programs should either enable ignoring unknown field during json parsing or skip the test. * Fix python test * Fix java * Fix csharp * Update document * Update csharp generated code
* Add conformance test for php c back (#4966)Paul Yang2018-07-262-7/+30
| | | | | | | | | | | | * 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
* Store the class object itself (#4927)Jonathan Haber2018-07-232-4/+82
| | | | | | | | | | * Store the class object itself * Add test for backwards compatibility * Rename and add test * Add comments
* Merge pull request #4956 from mkosieradzki/patch-1Feng Xiao2018-07-231-0/+3
|\ | | | | Added support for Visual Studio 2017 in gitignore
| * Added support for Visual Studio 2017 in gitignoremkosieradzki2018-07-221-0/+3
| |
* | pyext needs c++11 in linux and mac. (#4930)Arun Olappamanna Vasudevan2018-07-231-6/+1
| |
* | Update Composer config in PHP module (#3829)Timothy Younger2018-07-231-2/+9
| | | | | | | | | | | | * 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
* | Remove/replace travis references (#4953)Feng Xiao2018-07-226-96/+4
|/ | | | * Remove/replace travis references.
* Update options.md (#4952)Ryland Degnan2018-07-211-0/+4
| | | Added Netifi Proteus to Registered Extensions
* php: Added nanosecond support for Timestamp (#3972)Leonard Hecker2018-07-206-38/+83
| | | | | | * php: Added nanosecond support for Timestamp * php: Fixed compatibility test
* Merge pull request #4943 from Stevie-O/fix-unit-tests-on-win32Adam Cozzette2018-07-207-10/+15
|\ | | | | When running unit tests, read reference files in text mode
| * When running unit tests, read reference files in text modeStephen Oberholtzer2018-07-197-10/+15
|/ | | | | This should put an end to all of the reports of unit test failures on Windows machines.
* Delete unused files. (#4942)Feng Xiao2018-07-1910-2089/+0
| | | * Delete unused files.
* Merge pull request #4934 from BSBandme/sync_internal_benchmarkYilun Chong2018-07-183-133/+153
|\ | | | | Sync internal benchmark changes
| * Sync internal benchmark changesYilun Chong2018-07-183-133/+153
| |
* | Fix C# nuget build on Kokoro (#4912)Jan Tattermusch2018-07-183-3/+3
|/ | | | * upgrade dotnet SDK to 2.1.3 on kokoro linux
* Merge pull request #4850 from BSBandme/php_benchmarkYilun Chong2018-07-164-3/+263
|\ | | | | add php benchmark
| * add php benchmarkYilun Chong2018-07-164-3/+263
| |
* | Comment out unused command from release script.Feng Xiao2018-07-151-1/+1
| |
* | Merge pull request #4922 from xfxyjwf/release2Feng Xiao2018-07-151-0/+6
|\ \ | | | | | | Run autogen.sh in release script.
| * | Run autogen.sh in release script.Feng Xiao2018-07-151-0/+6
| | |
* | | Merge pull request #4920 from xfxyjwf/releaseFeng Xiao2018-07-153-2/+39
|\| | | | | | | | Add protoc release script for Linux build.
| * | Add protoc release script for Linux build.Feng Xiao2018-07-153-2/+39
|/ /
* | Merge pull request #4916 from xfxyjwf/dockerFeng Xiao2018-07-155-107/+29
|\ \ | | | | | | Add cpp tests under release docker image.
| * | Add cpp tests under release docker image.Feng Xiao2018-07-155-107/+29
|/ / | | | | | | | | | | 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.
* | Merge pull request #4913 from xfxyjwf/protocFeng Xiao2018-07-133-166/+167
|\ \ | | | | | | Update protoc build scripts.
| * | Update protoc build scripts.Feng Xiao2018-07-133-166/+167
|/ / | | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #4908 from TeBoring/php-bugFeng Xiao2018-07-136-24/+29
|\ \ | | | | | | Fix php tests
| * | Fix 32bit php testsBo Yang2018-07-134-20/+24
| | |
| * | Fix php testsBo Yang2018-07-134-5/+6
| | |
* | | Merge pull request #4905 from BSBandme/fix_kokoro_build_in_dockerFeng Xiao2018-07-134-3/+10
|\ \ \ | |/ / |/| | fix linux kokoro build in docker
| * | fix golang kokoro linux buildYilun Chong2018-07-121-1/+1
| | |
| * | fix python cpp kokoro buildYilun Chong2018-07-122-1/+4
| | |
| * | fix linux kokoro build in dockerYilun Chong2018-07-121-1/+5
| | |
* | | Merge pull request #4903 from BSBandme/fix_js_buildYilun Chong2018-07-121-1/+1
|\ \ \ | | | | | | | | fix commonjs js provide GOOGLE_CHECK
| * | | fix commonjs js provide GOOGLE_CHECKYilun Chong2018-07-121-1/+1
| |/ /
* / / Added a link for another Clojure protobuf project (#4906)Duncan McGreggor2018-07-121-0/+1
|/ /
* | Check the message to be encoded is the wrong type. (#4885)Paul Yang2018-07-122-0/+17
| |
* | Add Python 3.7 compatibility (#4862)Ben Webb2018-07-125-6/+6
| | | | | | | | | | | | 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.
* | Merge pull request #4869 from jtattermusch/csharp_artifact_buildJan Tattermusch2018-07-122-0/+16
|\ \ | | | | | | Add scripts for automated building of C# nuget on Kokoro
| * | add scripts for automated building of C# nuget on KokoroJan Tattermusch2018-07-122-0/+16
|/ /
* | Merge pull request #4899 from xfxyjwf/kokoroFeng Xiao2018-07-1110-19/+19
|\ \ | | | | | | Make ruby release configs consistent with protoc.
| * | Make ruby release configs consistent with protoc.Feng Xiao2018-07-1110-19/+19
|/ /
* | objectivec: Quash -Wself-assign and -Wvla (#4897)Benjamin Barenblat2018-07-112-1/+4
| | | | | | | | | | | | | | | | | | * 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.
* | Merge pull request #4888 from chronoxor/masterFeng Xiao2018-07-101-1/+1
|\ \ | | | | | | OnShutdownDelete shadowing issue
| * | OnShutdownDelete shadowing issueIvan Shynkarenka2018-07-101-1/+1
| | | | | | | | | | | | https://github.com/google/protobuf/issues/4887