vjpai
|
45b0bc4bec
|
Use typedefs to avoid triply-nested function templates
|
10 years ago |
vjpai
|
79b3e49d0e
|
Merge remote-tracking branch 'upstream/master'
|
10 years ago |
Masood Malekghassemi
|
6e0b280389
|
Merge pull request #855 from nathanielmanistaatgoogle/python-test-port
Drop fixed port from python_plugin_test
|
10 years ago |
Vijay Pai
|
1c94bf9806
|
Merge pull request #872 from ctiller/port
Increment 'try' variable
|
10 years ago |
Craig Tiller
|
c6e387bd5c
|
Fix typo
|
10 years ago |
Craig Tiller
|
6ff9599136
|
Save makefile var clobbering
|
10 years ago |
Craig Tiller
|
86fa1c5541
|
Save makefile var clobbering
|
10 years ago |
Craig Tiller
|
20e081a632
|
Probe compiler settings
|
10 years ago |
Craig Tiller
|
3486f32686
|
Fix comment
|
10 years ago |
Tim Emiola
|
69dc65a325
|
Merge pull request #862 from jtattermusch/interop_server
Added C# interop server
|
10 years ago |
Craig Tiller
|
3b0537875f
|
Merge branch 'master' of github.com:grpc/grpc into port
|
10 years ago |
Tim Emiola
|
ebd901389a
|
Merge pull request #861 from murgatroid99/node_package_repo_info
Added useful information and links to Node's package.json
|
10 years ago |
vjpai
|
5b39f9a9fb
|
refresh -> Reset
|
10 years ago |
Craig Tiller
|
75ab7b8fa1
|
Merge github.com:grpc/grpc into port
|
10 years ago |
vjpai
|
6e2e64a8b4
|
Stop abusing operator() overloading
|
10 years ago |
Craig Tiller
|
8451e87ced
|
Extend timeouts for Travis 2x
|
10 years ago |
vjpai
|
9440a14558
|
Move std::bind call out of main loop, change constructor appropriately
|
10 years ago |
Michael Lumish
|
5c0f4d5ecb
|
Merge pull request #873 from jtattermusch/fix_readme
Fix typo in README.md
|
10 years ago |
Craig Tiller
|
f6901be8cd
|
Allow machine and build type tuning of slowdown
|
10 years ago |
Jan Tattermusch
|
867e6b6b3c
|
Update README.md
|
10 years ago |
Craig Tiller
|
e1d0d1c549
|
Make timeout red
|
10 years ago |
Craig Tiller
|
7b5eb7193c
|
Increment 'try' variable
To ensure that we actually probe different ports
|
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 |
Jan Tattermusch
|
503bbac217
|
added C# interop server
|
10 years ago |
murgatroid99
|
c8330f8660
|
Added useful information and links to Node's package.json
|
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 |