Nicolas Noble
|
f7806b766b
|
Merge pull request #5410 from ctiller/run_gtest
Expand gtest suites into individual run_tests tests
|
9 years ago |
Jan Tattermusch
|
74c391299b
|
Merge pull request #5086 from chrisdunelm/coreclr_platforms
Support coreclr platform detection
|
9 years ago |
Jan Tattermusch
|
7620649134
|
Merge pull request #5359 from nicolasnoble/upmerge
Upmerge from 0.13
|
9 years ago |
Jan Tattermusch
|
74b5b7e10e
|
Merge pull request #5407 from stanley-cheung/fix-php-mac-pecl-package
Fix PHP pecl package build on Mac
|
9 years ago |
Craig Tiller
|
50ab832b16
|
Merge github.com:grpc/grpc into run_gtest
|
9 years ago |
Jorge Canizales
|
296f9a7762
|
Merge pull request #5316 from makdharma/patch-1
Updated travis to use Xcode 7.2 and SDK 9.2
|
9 years ago |
Craig Tiller
|
7f4f231ae3
|
Merge pull request #5411 from nicolasnoble/round-and-round-we-go
clang-format all the things.
|
9 years ago |
Nicolas "Pixel" Noble
|
12e600977c
|
clang-format all the things.
|
9 years ago |
Craig Tiller
|
72c6956c50
|
Merge pull request #5404 from nicolasnoble/format-and-copyright
Fixing format and copyright.
|
9 years ago |
Craig Tiller
|
184e423fa4
|
Fix bug
|
9 years ago |
Nicolas "Pixel" Noble
|
7204010c05
|
Fixing format and copyright.
|
9 years ago |
Craig Tiller
|
0488d14c55
|
Add comment
|
9 years ago |
Craig Tiller
|
ca62ff014b
|
Expand gtest suites into individual run_tests tests
|
9 years ago |
Stanley Cheung
|
6b57328ead
|
remove current date from package.xml;
|
9 years ago |
Stanley Cheung
|
80db5be7b5
|
fix bug with pecl install on mac
|
9 years ago |
Jorge Canizales
|
c333cc9305
|
Merge pull request #5315 from makdharma/master
Added tests for code coverage
|
9 years ago |
Vijay Pai
|
2063a1c26a
|
Merge pull request #5384 from ctiller/44
Fixes for gcc4.4
|
9 years ago |
Nicolas Noble
|
7466d3397b
|
Merge pull request #5395 from ctiller/faster-generation
Optimize generate_projects
|
9 years ago |
Jan Tattermusch
|
b0ec2baa15
|
Merge pull request #5087 from chrisdunelm/coreclr_DefaultSslRootsOverride2
Coreclr compatible DefaultSslRootsOverride.cs
|
9 years ago |
Craig Tiller
|
560c9017c4
|
Faster code generation
|
9 years ago |
Yang Gao
|
0f62f5d9a7
|
Merge pull request #5401 from daniel-j-born/test_creds
Injectable test credentials provider interface.
|
9 years ago |
Craig Tiller
|
d734167648
|
Fix bug
|
9 years ago |
Craig Tiller
|
ec8bcb8c7c
|
Actually update dockerfile
|
9 years ago |
Dan Born
|
53a94ef4e7
|
Use standard include paths.
|
9 years ago |
Craig Tiller
|
8b7876075d
|
huh
|
9 years ago |
Craig Tiller
|
0544d7fd66
|
Merge github.com:grpc/grpc into 44
|
9 years ago |
Craig Tiller
|
d14d103387
|
Use env-var for post git step
|
9 years ago |
Dan Born
|
7275f36411
|
Initialize mutex to nullptr.
|
9 years ago |
Dan Born
|
f30941cd95
|
Injectable test credentials provider interface.
|
9 years ago |
Makarand Dharmapurikar
|
1c2890d6fb
|
Order change of includes.
|
9 years ago |
Craig Tiller
|
c68dc7031b
|
Merge pull request #5397 from vjpai/usage_timer
Timer->UsageTimer consistently
|
9 years ago |
Makarand Dharmapurikar
|
54a3cc64b8
|
Reverted a change, removed empty test.
|
9 years ago |
Kailash Sethuraman
|
24d309d281
|
Merge pull request #5387 from vjpai/mac
Remove outdated ref to openssl from Mac INSTALL instructions
|
9 years ago |
Makarand Dharmapurikar
|
63f2b5b2d0
|
Fixed nits.
|
9 years ago |
Jan Tattermusch
|
83b8f218ea
|
Merge pull request #5398 from murgatroid99/reports.xml_extraction_fix
Fix name of report.xml in zip execution
|
9 years ago |
murgatroid99
|
85b9cd9ebd
|
Fix name of report.xml in zip execution
|
9 years ago |
vjpai
|
e2d39e08f9
|
Timer->UsageTimer consistently
|
9 years ago |
Craig Tiller
|
633f7c2761
|
Merge pull request #5396 from dgquintas/redo-nanopb
redo the nanopb upgrade
|
9 years ago |
David Garcia Quintas
|
2173edfe19
|
redo the nanopb upgrade
|
9 years ago |
Vijay Pai
|
cbff80e0fe
|
Merge pull request #5390 from ctiller/tls_init
Properly initialize TLS var
|
9 years ago |
Craig Tiller
|
06c2b70680
|
Merge branch '44' of github.com:ctiller/grpc into 44
|
9 years ago |
Craig Tiller
|
fc4dcf0042
|
Merge github.com:grpc/grpc into 44
|
9 years ago |
Nicolas Noble
|
86b258c462
|
Merge pull request #5388 from vjpai/bourne_again
Use traditional Bourne shell syntax for piping stdout and stderr
|
9 years ago |
Nicolas Noble
|
d3a7b60917
|
Merge pull request #5365 from ctiller/naming-crisis
Add a sanity test to ensure that name aliasing rules are obeyed
|
9 years ago |
Craig Tiller
|
7c0715af6c
|
Properly initialize TLS var
|
9 years ago |
vjpai
|
6483c32f7c
|
BSD platforms (such as Mac) are likely to have /bin/sh refer to traditional
Bourne shell syntax, not Bash syntax. Change "|&" to "2>&1 |" since that's the
traditional way to redirect stdout and stderr to a pipe
|
9 years ago |
Vijay Pai
|
56042ce22d
|
Remove outdated ref to openssl from Mac instructions
|
9 years ago |
Stanley Cheung
|
91edc13bf8
|
Merge pull request #5249 from stanley-cheung/php-build-template
PHP: simplify installation
|
9 years ago |
Stanley Cheung
|
bf74d69ed6
|
fix php artifact name and update config.m4 template
|
9 years ago |
Stanley Cheung
|
5adb71fb9a
|
php: simplify installation
|
9 years ago |