1. acc0fc2 Remove ruby21 and ruby22 tests (#5277) by Paul Yang · 6 years ago
  2. 333b3ce Add ruby 2.3, 2.4 and 2.5 test for linux. (#5256) by Paul Yang · 6 years ago
  3. 39df66e Add ruby2.3,2.4.2.5 test on Mac and disable ruby2.1,2.2 test on Linux (#5250) by Paul Yang · 6 years ago
  4. 56b40a8 Link to libatomic when necessary (eg. on armv6l) by Ben Wolsieffer · 6 years ago
  5. 6a51c03 PHP: Add support for primitive types in setters (#5126) by michaelbausor · 6 years ago
  6. 2b7ee38 fix java build by changing mvn to online by Yilun Chong · 7 years ago
  7. a0a17e2 Fix go tests. by Feng Xiao · 7 years ago
  8. afe98de Replace repo links. by Feng Xiao · 7 years ago
  9. acd5b05 Fix failing tests. by Feng Xiao · 7 years ago
  10. f0b8a57 Cleanup kokoro scripts. by Feng Xiao · 7 years ago
  11. bdcbcab Add conformance test for php c back (#4966) by Paul Yang · 7 years ago
  12. 9de4e64 Add cpp tests under release docker image. by Feng Xiao · 7 years ago
  13. 78ba021 Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829) by Paul Yang · 7 years ago
  14. 6737954 PHP namespaces for nested messages and enums (#4536) by Brent Shaffer · 7 years ago
  15. 5f9232b use brew install instead of easy_install in OSX (#4537) by Jie Luo · 7 years ago
  16. 3c5442a Include googletest as a submodule (#3993) by Carlos O'Ryan · 7 years ago
  17. 4880027 Cat the test-suite.log on errors for presubits by Jisi Liu · 7 years ago
  18. bb40c0c Merge pull request #4291 from google/3.5.x by Jisi Liu · 7 years ago
  19. 51293f3 Fix more memory leak for php c extension (#4211) by Paul Yang · 7 years ago
  20. 4b02091 add cpp by Yilun Chong · 7 years ago
  21. 34843ed Fix bugs by Yilun Chong · 7 years ago
  22. 5e732e3 Add caliper supported to java benchmark by Yilun Chong · 7 years ago
  23. 1fd6c17 Fix bugs to pass tests by Yilun Chong · 7 years ago
  24. 9a9a66e Run C# codegen when testing it by Jon Skeet · 7 years ago
  25. 2df4726 Fix php well known type conformance tests (#3828) (#3840) by Paul Yang · 7 years ago
  26. bcda919 Fix php well known type conformance tests (#3828) by Paul Yang · 7 years ago
  27. de15e73 Merge remote-tracking branch 'origin/3.4.x' into master by Jisi Liu · 7 years ago
  28. 77f64bb Add well known types to php runtime. (#3697) by Paul Yang · 7 years ago
  29. 8136ccb Fix go example test. by Feng Xiao · 8 years ago
  30. f46a01d Exclude valid constant name from reserved name. by Bo Yang · 8 years ago
  31. e5d000c Add prefix to php reserved keywords. by Bo Yang · 8 years ago
  32. d8c6193 Add mising cmake files in dist by Jisi Liu · 8 years ago
  33. 55fdbe5 Make distcheck aware of test proto files. by Jisi Liu · 8 years ago
  34. 610e433 Drop python2.6 by Jie Luo · 8 years ago
  35. 028d6f1 Add Python 3.5 3.6 by Jie Luo · 8 years ago
  36. c2aa26e Revert "Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)" (#3524) by Jie Luo · 8 years ago
  37. 703f414 Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512) by cclauss · 8 years ago
  38. fae3816 Merge pull request #3454 from anandolee/master by Jie Luo · 8 years ago
  39. d58df3b Add python 2.6 test back for cpp implementation. Json format issue was fixed in #869 by Jie Luo · 8 years ago
  40. c15a326 Expose descriptor API in php c extension (#3422) by Paul Yang · 8 years ago
  41. 74dcf44 Travis: Exclude CMake .pc files by Axel Huebl · 8 years ago
  42. 50aa4fe Merge pull request #3375 from TeBoring/3.3.x by Paul Yang · 8 years ago
  43. 6ec0b7e Merge 3.3.x into master by Bo Yang · 8 years ago
  44. 9e745f7 Support PHP generic services (#3269) by Matt A · 8 years ago
  45. ecca6ea Add json encode/decode for php. (#3226) by Paul Yang · 8 years ago
  46. 6f32580 Add new file option php_namespace. (#3162) by Paul Yang · 8 years ago
  47. f26e8c2 Convert C# projects to MSBuild (csproj) format by Jon Skeet · 8 years ago
  48. 2231931 Fix c extension for php7.1. (#3077) by Paul Yang · 8 years ago
  49. 25abd7b Add compatibility test for php. (#3041) by Paul Yang · 8 years ago
  50. 4523c9c Allow proto files to import descriptor.proto (#2995) by Paul Yang · 8 years ago
  51. 190b527 Make PHP c extension work with PHP7 (#2951) by Paul Yang · 8 years ago
  52. c565e25 Merge pull request #1662 from haberman/jsconformance by Joshua Haberman · 8 years ago
  53. 6b27c1f Add file option php_class_prefix (#2849) by Paul Yang · 8 years ago
  54. dd8d5f5 Rename encode/decode to serializeToString/mergeFromString (#2795) by Paul Yang · 8 years ago
  55. f873d32 Added JavaScript conformance tests. All tests pass! by Josh Haberman · 8 years ago
  56. 3f6f73b Merge pull request #2701 from anandolee/master by Jie Luo · 8 years ago
  57. 74eb9a0 Add clear method to PHP message (#2700) by Paul Yang · 8 years ago
  58. 7288689 Add csharp compatibility tests against v3.0.0 and run on Travis. by Jie Luo · 8 years ago
  59. cba04b1 Implement json encoding decoding for php. (#2682) by Paul Yang · 8 years ago
  60. c002743 Add fixed version to phpunit used in travis (#2673) by Paul Yang · 8 years ago
  61. 3975664 Add conformance test for php (#2655) by Paul Yang · 8 years ago
  62. ea51149 Add python compatibility tests against v2.5.0 amd run on Travis. by Jie Luo · 8 years ago
  63. 1ac8944 Reenable cocoapods objc test and remove unnecessary workaround for rvm by Sergio Campama · 8 years ago
  64. e43f73e Merge pull request #2473 from thomasvl/update_xcodes by Thomas Van Lenten · 8 years ago
  65. bc9d077 Skip benchmark test if cmake isn't installed. by Thomas Van Lenten · 8 years ago
  66. 2754586 Xcode 8.1 support by Thomas Van Lenten · 8 years ago
  67. d8f54c4 Disable jruby test. (#2469) by Paul Yang · 8 years ago
  68. e3e38b8 Update commit id in Dockerfile to trigger update. (#2467) by Paul Yang · 8 years ago
  69. 46ae90d Make php generated code conform to PSR-4. (#2435) by Paul Yang · 8 years ago
  70. 599613e Update EXTRA_DIST lists. by Feng Xiao · 8 years ago
  71. df83907 Fix php c extension on 32-bit machines. (#2348) by Paul Yang · 8 years ago
  72. 1f2dbc8 Implement RepeatedFieldIter for c extension. (#2333) by Paul Yang · 8 years ago
  73. 51c5ff8 Fix pure php implementation for 32-bit machine. (#2282) by Paul Yang · 8 years ago
  74. daba665 Fix python_cpp test on Mac. Link staticly when building extension, so that the extension doesn't require installing protobuf library. (#2232) by Paul Yang · 8 years ago
  75. 63448e6 Fix compile error for php on Mac. by Bo Yang · 8 years ago
  76. 4f3d20a Fix segmentation fault when ZTS is defined. by Bo Yang · 8 years ago
  77. c96dd66 Add test for php zts build. by Bo Yang · 8 years ago
  78. 34cdaf4 Add travis test on Mac for php. by Bo Yang · 8 years ago
  79. c8bd36e Test php5.5_c test on jenkins by Bo Yang · 8 years ago
  80. fd332d1 Add php test script for automated tests. by Bo Yang · 8 years ago
  81. e0a6e52 Add php files for make dist. by Bo Yang · 8 years ago
  82. 1c4cf0e Fix python cpp. by Bo Yang · 8 years ago
  83. fe1aaad Fix bugs for internal integration. by Bo Yang · 8 years ago
  84. a289d43 Added C++ benchmark. (#1525) by Joshua Haberman · 9 years ago
  85. baa4023 Run Java compatibility tests on Travis. by Feng Xiao · 9 years ago
  86. 20fbb35 Add more tests to jenkins. by Feng Xiao · 9 years ago
  87. ad49ed7 Update travis tests for Java. by Feng Xiao · 9 years ago
  88. a4f68b1 Add missing files in EXTRA_DIST and add a test. by Feng Xiao · 9 years ago
  89. deaea21 Use the dotnet-release package feed for Travis. by Jon Skeet · 9 years ago
  90. f6d1d1a Uses head version of rvm to avoid shell_update_session not found error (#1791) by Sergio Campamá · 9 years ago
  91. 10a8fb4 Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform (#1727) by Jon Skeet · 9 years ago
  92. f0c1492 Add the CocoaPods integration tests to Travis. by Sergio Campamá · 9 years ago
  93. 368a2f4 Automated testing tweaks for ObjC by Thomas Van Lenten · 9 years ago
  94. 49a8918 Read files directly from filesystem since xxd isn't always available. by Josh Haberman · 9 years ago
  95. cb36bde Make the C++ tests build the benchmarking code. by Josh Haberman · 9 years ago
  96. a15b916 Merge branch 'master' into docker by Josh Haberman · 9 years ago
  97. 67c727c Rearranged and commented files for running under Jenkins. by Josh Haberman · 9 years ago