Craig Tiller
8794bc182f
Fix typo
10 years ago
Craig Tiller
939b9bd195
Clean between builds
10 years ago
Craig Tiller
d05cdaf140
Merge branch 'travis_python' of github.com:jtattermusch/grpc into travis-c++
...
Conflicts:
.travis.yml
10 years ago
Craig Tiller
fe9fa9b19d
Add python
10 years ago
vjpai
56c5129629
Rename Async methods from generator to avoid naming conflicts to
...
bind and other functions
10 years ago
Jan Tattermusch
f0a801eb5e
running python tests on travis
10 years ago
Craig Tiller
374eadaaee
Add apt-gets for gflags, gtest
10 years ago
Craig Tiller
92ccdecf3b
Enable building C++
10 years ago
Craig Tiller
16a2ca4d75
Merge branch 'travis_node' of github.com:murgatroid99/grpc into travis-c++
...
Conflicts:
.travis.yml
10 years ago
Craig Tiller
c5ba0e56a0
Make it possible to compile with gcc4.6
10 years ago
Craig Tiller
a5b3db52cd
Update yaml
10 years ago
Craig Tiller
341e66013d
Merge github.com:grpc/grpc into travis-c++
...
Conflicts:
.travis.yml
10 years ago
Nicolas Noble
878e4b61ae
Merge pull request #853 from ctiller/travis-c
...
Better parallelization for C
10 years ago
Craig Tiller
d6465fc943
Merge branch 'travis-c++' of github.com:ctiller/grpc into travis-c++
10 years ago
Nathaniel Manista
732cf09a93
Drop fixed port from python_plugin_test
...
There may be some aspect of mortal sin in the way that context
management is now done in this test.
10 years ago
vjpai
95a34efc38
Add async multithreaded tests to build scripts
10 years ago
vjpai
dea740f329
New multithreaded async C++ tests. The server is architected the way
...
that it should be with multiple threads waiting on a single
completion queue.
The client currently uses a separate completion
queue per-thread, as trying to do a single unified queue was leading
to crashes for me. I need to figure that out.
10 years ago
Craig Tiller
6d4b5c23c6
Double -j
10 years ago
Craig Tiller
69cd4c0006
Merge branch 'travis-c' into travis-c++
10 years ago
Nicolas Noble
edfd1023ae
Merge pull request #850 from ctiller/run-tests-timer
...
Add timer to run_tests.py
10 years ago
Craig Tiller
26a3c0777b
Add opt build again
10 years ago
Craig Tiller
904da8cab6
Fix sorting
10 years ago
Craig Tiller
8d813da1fb
Merge branch 'run-tests-timer' into travis-c
10 years ago
Craig Tiller
dcf8cee712
Better parallelize test running on Travis
10 years ago
murgatroid99
bed8f679df
Further modified test running syntax
10 years ago
Craig Tiller
d984936537
Merge branch 'run-tests-timer' into travis-c++
10 years ago
Craig Tiller
b84728d6dd
Better logging for Travis
10 years ago
murgatroid99
589a7b88c8
Further fixed run_tests CLI syntax
10 years ago
Craig Tiller
9d6139a6f6
Add timer to run_tests.py
...
For future profiling work to eliminate/speed-up slow tests.
10 years ago
Nicolas Noble
10682b758c
Merge pull request #842 from nathanielmanistaatgoogle/simple-install-python
...
Simple installation instructions for Python.
10 years ago
Abhishek Kumar
238cdbf2c9
Merge pull request #848 from grpc/jayantkolhe-patch-1
...
Create PATENTS
10 years ago
murgatroid99
995aaf7de4
Fixed run_tests CLI syntax
10 years ago
Jayant Kolhe
0f6aa52f4a
Create PATENTS
10 years ago
Craig Tiller
a0cff6658f
Add apt-gets for gflags, gtest
10 years ago
murgatroid99
d7e3a2b1f5
Changed c++ version flag in binding.gyp
10 years ago
murgatroid99
9ef1610cbb
Added node tests to travis.yml
10 years ago
Craig Tiller
2e9d0f8fbb
Enable building C++
10 years ago
Craig Tiller
cf133f41f8
Make it possible to compile with gcc4.6
10 years ago
Craig Tiller
a1d7f7f70b
Merge pull request #843 from nicolasnoble/travis
...
Trying to do a better job at running C tests on travis.
10 years ago
Masood Malekghassemi
40e8cbd1ee
Fix bugs in Python code generator
...
Fixes module path finding in the Python code generator and the signatures
of generated servicer methods.
10 years ago
Craig Tiller
1844d6bc9c
Merge pull request #845 from Orphis/patch-1
...
Fix typo in README.md
10 years ago
Florent Castelli
c07b8d6d2d
Fix typo in README.md
10 years ago
Nicolas "Pixel" Noble
a7df3f9e2c
Improving travis output.
10 years ago
Nicolas "Pixel" Noble
10d20a3ec8
Trying to do a better job at running C tests on travis.
10 years ago
Craig Tiller
19e4a331fd
Merge pull request #839 from nicolasnoble/travis
...
Adding a basic travis.yml file.
10 years ago
Nicolas "Pixel" Noble
9f1baf7660
Adding a basic travis.yml file.
10 years ago
Nathaniel Manista
89fccb7d7a
Simple installation instructions for Python.
10 years ago
Masood Malekghassemi
bc53734c2e
Merge pull request #830 from nathanielmanistaatgoogle/python-interop-client
...
The Python interop client.
10 years ago
Abhishek Kumar
b9943ed8a0
Merge pull request #840 from jtattermusch/debian_version
...
fix the version of debian package builder script
10 years ago
Jan Tattermusch
28ab96c0bb
fix the version of debian package builder script
10 years ago