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