murgatroid99
5725b1c17a
Fixed a typo
10 years ago
Nicolas Noble
3eb079dcad
Merge pull request #8 from ctiller/gcov
...
Tools to generate coverage reports
10 years ago
Craig Tiller
ee988bc497
Merge github.com:google/grpc into gcov
10 years ago
Craig Tiller
8afc6c711f
Merge pull request #21 from nicolasnoble/c_and_cxx_mixup
...
Don't mix C and C++ libraries.
10 years ago
Craig Tiller
699ba2135a
Fix Makefile.template
10 years ago
Nicolas Noble
9e47552e53
Don't mix C and C++ libraries.
...
Now buildtests_c won't try to build C++ libraries.
10 years ago
Nicolas Noble
7752779c3b
Merge pull request #7 from ctiller/gitignore
...
Add generated files to .gitignore
10 years ago
Craig Tiller
15719daf29
Merge pull request #19 from nicolasnoble/cleanup
...
Removing libevent from third_party, as it's no longer necessary.
10 years ago
Nicolas Noble
7ce706b722
Removing libevent from third_party, as it's no longer necessary.
10 years ago
murgatroid99
1f3c6c5702
Merge remote-tracking branch 'upstream/master'
10 years ago
murgatroid99
f40955ff0b
Fixed typo
10 years ago
Michael Lumish
49a06a6cb8
Merge pull request #17 from ctiller/format
...
Run clang-format against node.js sources
10 years ago
Craig Tiller
e8e304e27b
Run clang-format against node
10 years ago
murgatroid99
58c31036d4
Modified math client to more closely resemble generated code
10 years ago
Tim Emiola
a8185661f5
Merge pull request #16 from murgatroid99/node_codebase
...
Node codebase
10 years ago
murgatroid99
6160df9192
Merge remote-tracking branch 'upstream/master'
10 years ago
Tim Emiola
abcc27a5a5
Merge pull request #5 from murgatroid99/php_configure_fix
...
Added libdl include to make the PHP library compile
10 years ago
Michael Lumish
7405f4fd5e
Merge pull request #15 from tbetbetbe/grpc_tools_docker_pregenerate_ssh_key
...
Grpc tools docker pregenerate ssh key
10 years ago
Craig Tiller
c5dcb6af74
Merge github.com:google/grpc into mac
10 years ago
Craig Tiller
d7abc8079d
Sort gitignore
10 years ago
Craig Tiller
2e8ea781b4
Merge github.com:google/grpc into gcov
10 years ago
Craig Tiller
957cb57f41
Sort entries
10 years ago
Craig Tiller
eefe77d187
Merge github.com:google/grpc into gitignore
10 years ago
Tim Emiola
41a19c6cb0
Merge branch 'master' into grpc_tools_docker_pregenerate_ssh_key
10 years ago
Craig Tiller
3d829d8bf4
Merge github.com:google/grpc into nogo
10 years ago
yang-g
dec1a71f91
Merge pull request #14 from ctiller/format
...
clang-format codebase
10 years ago
Craig Tiller
21b19a552c
Fix formatting
10 years ago
Craig Tiller
1ee7cb0c0b
Merge github.com:google/grpc into format
10 years ago
Craig Tiller
74768d3103
Merge github.com:ctiller/grpc into format
10 years ago
yang-g
52d4389009
Merge pull request #6 from ctiller/testcpp
...
Fix and run C++ tests
10 years ago
Craig Tiller
c688a67689
Merge branch 'testcpp' of github.com:ctiller/grpc into testcpp
10 years ago
Craig Tiller
be7b092e07
Merge github.com:ctiller/grpc into testcpp
10 years ago
Craig Tiller
bf2659f0b6
Fix qps test.
...
This was failing to compile.
10 years ago
Craig Tiller
856e372c04
Merge github.com:google/grpc into testcpp
10 years ago
Tim Emiola
b954c98dbf
Merge branch 'master' into grpc_tools_docker_pregenerate_ssh_key
10 years ago
Craig Tiller
6469cbfe20
Merge pull request #12 from tbetbetbe/grpc_rb_fix_shebang
...
Fixes the shebang line
10 years ago
vpai
92fe70e983
Added new results to report resource usage and QPS, along with new proto support for this
...
and also to turn the client into a server that can be controlled remotely (client part
not implemented yet)
Change on 2015/01/13 by vpai <vpai@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83863541
10 years ago
Craig Tiller
b5dcec5a2e
clang-format codebase
10 years ago
Craig Tiller
cfc18adef7
Remove go compiler
10 years ago
Craig Tiller
0322134506
Make generate_projects work on Mac
10 years ago
murgatroid99
27df8ae203
Merge remote-tracking branch 'upstream/master'
10 years ago
Craig Tiller
209dc44050
Add some ignores
10 years ago
Tim Emiola
3b1b43dc8c
Allows grpc_** that run gcloud compute ssh to run from docker containers
...
- adds _grpc_ensure_gcloud_ssh that creates the ~/.ssh/gcloud_compute_engine
key file if it does not exist
- update all the grpc_** commands that use ssh to call this
10 years ago
Tim Emiola
3acf05afd8
Fixes the shebang line
...
- fixes the shebang line by moving it above the copyright notice in
executables.
- also fixes the execution bit on all the binaries
10 years ago
Craig Tiller
ad0dcdc212
Compile fix for mac
10 years ago
Craig Tiller
e1586a7a11
Fix alignment
10 years ago
yang-g
d8532af01c
Merge pull request #4 from ctiller/vasprint
...
Fix compile: check return value for error
10 years ago
nnoble
472f60edac
Fixing opensource build.
...
Change on 2015/01/12 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83810001
10 years ago
murgatroid99
749666e8ab
Added LICENSE header to all files
10 years ago
Craig Tiller
934baa3bb1
Add tools/run_tests/run_lcov.sh
...
This is a tool for collecting coverage reports from our tests and
combining them with the open-source tool 'lcov'.
10 years ago