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