vjpai
6e2e64a8b4
Stop abusing operator() overloading
10 years ago
vjpai
9440a14558
Move std::bind call out of main loop, change constructor appropriately
10 years ago
vjpai
cd801c8531
<:: -> < ::
10 years ago
vjpai
3c11066217
override->GRPC_OVERRIDE
10 years ago
vjpai
c4d4bd79a3
Merge remote-tracking branch 'upstream/master'
10 years ago
Nicolas Noble
2e165e3401
Merge pull request #871 from eavgerinos/patch-1
...
Fix typos 'proivde' -> 'provide' and 'e,g.' -> 'e.g.'
10 years ago
Aggelos Avgerinos
46566b8c95
Fix typos 'proivde' -> 'provide' and 'e,g.' -> 'e.g.'
10 years ago
vjpai
1b47b12895
Merge remote-tracking branch 'upstream/master'
10 years ago
Craig Tiller
3a718b2cd9
Merge pull request #869 from nicolasnoble/macos-make-install
...
Fixing make install target for MacOS
10 years ago
Nicolas Noble
dadafd6c93
Merge pull request #867 from ctiller/timeout2
...
Force-kill long running processes
10 years ago
Nicolas "Pixel" Noble
d7631a4822
Fixing make install target for MacOS - strip -x is the command to use here.
10 years ago
Craig Tiller
afcbfa1ba3
Merge pull request #865 from nicolasnoble/flaky
...
Adding flaky attribute for tests.
10 years ago
Craig Tiller
9b3cc7461a
Force-kill long running processes
...
To get at least some information on them
10 years ago
Craig Tiller
6a80e5728b
Merge pull request #863 from toddpoynor/pedantic
...
grpc: cpp_generator: fix pedantic warning on extra ';'
10 years ago
Nicolas "Pixel" Noble
9db7c3b174
Adding flaky attribute for tests.
10 years ago
Todd Poynor
2a6fd26c45
grpc: cpp_generator: fix pedantic warning on extra ';'
...
Fix pedantic warnings of form:
myprotobuf.pb.cc:619:2: warning: extra ';' [-Wpedantic]
};
^
10 years ago
Craig Tiller
47d03aae63
Merge pull request #860 from nicolasnoble/travis-c++
...
Travis c++
10 years ago
Nicolas "Pixel" Noble
aa6babab1c
Removing python for now.
10 years ago
Michael Lumish
289942fd06
Merge pull request #859 from nicolasnoble/0_5-extra-commits
...
"Upporting" commits from 0.5 into master.
10 years ago
Nicolas "Pixel" Noble
1dd0183f36
Merge branch 'release-0_5' into 0_5-extra-commits
...
Conflicts:
INSTALL
10 years ago
Vijay Pai
64ac47f389
clang-format all these files
10 years ago
Craig Tiller
5cf4fe199d
Use nicos fix
10 years ago
Craig Tiller
4795a3c71b
Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++
10 years ago
Craig Tiller
73509a5d53
Better port picker
10 years ago
Nicolas "Pixel" Noble
18953e302f
Fixing dependency on protobuf for parallel C++ build.
10 years ago
Craig Tiller
44a1447c22
Install virtualenv
10 years ago
Craig Tiller
3e78487111
Compile protobuf explicitly
10 years ago
Nathaniel Manista
7b7aa625f6
Merge pull request #841 from soltanmm/py-update
...
Python code generator fixes.
10 years ago
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
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