aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
AgeCommit message (Expand)Author
2018-09-23fix java build by changing mvn to onlineYilun Chong
2018-08-23Fix go tests.Feng Xiao
2018-08-22Replace repo links.Feng Xiao
2018-08-09Fix failing tests.Feng Xiao
2018-08-09Cleanup kokoro scripts.Feng Xiao
2018-07-26Add conformance test for php c back (#4966)Paul Yang
2018-07-15Add cpp tests under release docker image.Feng Xiao
2018-07-02Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829)Paul Yang
2018-05-24PHP namespaces for nested messages and enums (#4536)Brent Shaffer
2018-05-09use brew install instead of easy_install in OSX (#4537)Jie Luo
2018-03-26Include googletest as a submodule (#3993)Carlos O'Ryan
2018-03-19Cat the test-suite.log on errors for presubitsJisi Liu
2018-02-26Merge pull request #4291 from google/3.5.xJisi Liu
2018-01-25Fix more memory leak for php c extension (#4211)Paul Yang
2017-12-14add cppYilun Chong
2017-12-13Fix bugsYilun Chong
2017-12-12Add caliper supported to java benchmarkYilun Chong
2017-12-04Fix bugs to pass testsYilun Chong
2017-11-12Run C# codegen when testing itJon Skeet
2017-11-04Fix php well known type conformance tests (#3828) (#3840)Paul Yang
2017-11-03Fix php well known type conformance tests (#3828)Paul Yang
2017-10-11Merge remote-tracking branch 'origin/3.4.x' into masterJisi Liu
2017-10-05Add well known types to php runtime. (#3697)Paul Yang
2017-09-13Fix go example test.Feng Xiao
2017-09-12Exclude valid constant name from reserved name.Bo Yang
2017-09-08Add prefix to php reserved keywords.Bo Yang
2017-08-24Add mising cmake files in distJisi Liu
2017-08-23Make distcheck aware of test proto files.Jisi Liu
2017-08-22Drop python2.6Jie Luo
2017-08-22Add Python 3.5 3.6Jie Luo
2017-08-18Revert "Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)" (#3524)Jie Luo
2017-08-18Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)cclauss
2017-08-07Merge pull request #3454 from anandolee/masterJie Luo
2017-08-03Add python 2.6 test back for cpp implementation. Json format issue was fixed ...Jie Luo
2017-08-02Expose descriptor API in php c extension (#3422)Paul Yang
2017-07-23Travis: Exclude CMake .pc filesAxel Huebl
2017-07-19Merge pull request #3375 from TeBoring/3.3.xPaul Yang
2017-07-18Merge 3.3.x into masterBo Yang
2017-07-18Support PHP generic services (#3269)Matt A
2017-06-30Add json encode/decode for php. (#3226)Paul Yang
2017-06-05Add new file option php_namespace. (#3162)Paul Yang
2017-05-24Convert C# projects to MSBuild (csproj) formatJon Skeet
2017-05-10Fix c extension for php7.1. (#3077)Paul Yang
2017-05-05Add compatibility test for php. (#3041)Paul Yang
2017-04-20Allow proto files to import descriptor.proto (#2995)Paul Yang
2017-04-19Make PHP c extension work with PHP7 (#2951)Paul Yang
2017-03-27Merge pull request #1662 from haberman/jsconformanceJoshua Haberman
2017-03-17Add file option php_class_prefix (#2849)Paul Yang
2017-03-08Rename encode/decode to serializeToString/mergeFromString (#2795)Paul Yang
2017-03-06Added JavaScript conformance tests. All tests pass!Josh Haberman