Konstantin Podsvirov
dd3314854c
CMake: Fix configuration file format bug
8 years ago
Konstantin Podsvirov
13016cc40b
CMake: project for HelloWorld cpp example
8 years ago
Konstantin Podsvirov
d2b883022c
CMake: Installation and Export Configuration
8 years ago
Konstantin Podsvirov
5baf725a9d
CMake: Choice third party provider
...
Now we can use submodules or external packages
8 years ago
kpayson64
a4d9e4bbfa
Merge pull request #7534 from murgatroid99/ruby_tools_script_naming
...
Remove .rb suffix from grpc-tools scripts, to be consistent with other gems
8 years ago
thinkerou
eb9c545746
add some macro to reduce duplicate code
8 years ago
thinkerou
ba75c013b1
add some macro to reduce duplicate code
8 years ago
Nicolas Noble
846768c12f
Merge pull request #7535 from muxi/fix-no-as-needed
...
Removed --no-as-needed options from Makefile of HelloWorld and RouteGuide
8 years ago
Nicolas Noble
63d2b28d45
Merge pull request #7546 from tberghammer/proto-lite
...
Add cmake option to compile using protobuf-lite
8 years ago
murgatroid99
0b316b041f
Ruby Tools: automatically include plugin argument in protoc command
8 years ago
kpayson64
b51eeb58bd
Merge pull request #7537 from kpayson64/regen_ruby_protos
...
Updated ruby protos to use new _pb filename
8 years ago
Vijay Pai
efef0d29c5
Merge pull request #7380 from nicolasnoble/no-c++11-threads
...
Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std::thread.
8 years ago
Vijay Pai
818564cc2b
Merge pull request #7459 from nicolasnoble/udp_test_bitrot
...
Fixing udp test bitrotting.
8 years ago
Tamas Berghammer
2391156890
Add cmake option to compile using protobuf-lite
...
After this change specifying -DGRPC_USE_PROTO_LITE=On at the cmake
command line will cause gRPC to use the protobuf-lite runtime what
can result in a major size improvement.
8 years ago
thinkerou
4f8df873b0
add php_grpc_zend_object macro and rename klass
8 years ago
thinkerou
dba5b0c86a
add php_grpc_zend_object macro and rename klass
8 years ago
Stanley Cheung
93e84a51cc
Merge pull request #7541 from stanley-cheung/php-cleanup-dockerfile-v1_0
...
PHP: add PHP7 to various Jenkins tests and update dockerfile
8 years ago
David Garcia Quintas
fa30de9b39
removed some bits from invalid LR design
8 years ago
Stanley Cheung
7d8c543d64
regenerate from template
8 years ago
Stanley Cheung
78f0fd4715
fix copyright
8 years ago
Stanley Cheung
fa1e4fa7f1
php: add php7 to jenkins basic and interop tests
8 years ago
Stanley Cheung
99955ab0af
php: remove protobuf-php clone hack
8 years ago
Stanley Cheung
7b672f8473
remove outdated php dockerfile dependency
8 years ago
Stanley Cheung
6511a874f9
Merge pull request #7540 from stanley-cheung/php-minor-cleanup-ga-v1_0
...
PHP: minor cleanup for GA v1.0 branch
8 years ago
Stanley Cheung
7979424757
Merge pull request #7539 from stanley-cheung/php-minor-cleanup-ga
...
PHP: minor cleanup for GA
8 years ago
thinkerou
d2583007f5
add macro to php7_wrapper for reduce duplicate code
8 years ago
thinkerou
011d1efc8f
add macro to php7_wrapper for reduce duplicate code
8 years ago
Ken Payson
5a2c91806f
Updated ruby protos to use new _pb filename
8 years ago
Stanley Cheung
bebaf5b61c
update README
8 years ago
Stanley Cheung
b2d590463f
update README
8 years ago
Stanley Cheung
fdf27a49bb
remove reference to homebrew
8 years ago
Stanley Cheung
c5755ad5a9
php: fix composer.json
8 years ago
Stanley Cheung
b95870d85b
php: fix composer.json
8 years ago
Stanley Cheung
ee70fa7022
Merge pull request #7533 from thinkerou/wrap_php7_on_v1_branch_second
...
PHP: use php7_wrapper to reduce duplicated codes on v1.0.x branch(second part)
8 years ago
Stanley Cheung
31fd053180
Merge pull request #7532 from thinkerou/wrap_php7_second
...
PHP: use php7_wrapper to reduce duplicated codes(second part)
8 years ago
Muxi Yan
cd0d8aed65
Identify system and remove --no-as-need if it is Mac OS
8 years ago
Muxi Yan
4e3df00f00
Removed --no-as-needed options from Makefile of HelloWorld and RouteGuide
8 years ago
murgatroid99
b5282c7628
Remove .rb suffix from grpc-tools scripts, to be consistent with other gems
8 years ago
thinkerou
8fa9d31cd7
fix indent use two spaces
8 years ago
thinkerou
fdc2132bb9
fix indent use two spaces
8 years ago
thinkerou
6d62ada983
add macro to php7_wrapper for reduce duplicate code
8 years ago
thinkerou
6f9d30bf08
add macro to php7_wrapper for reduce duplicate code
8 years ago
makdharma
39e151b0f8
Merge pull request #7525 from muxi/add-interop-cronet-test
...
Add InteropTestsRemoteWithCronet to the tests
8 years ago
kpayson64
b8ec23586d
Merge pull request #7517 from markdroth/handshake_api
...
Improve error handling in handshake API
8 years ago
kpayson64
9a92b57acd
Merge pull request #7527 from jskeet/nulllogger
...
Change the default logger to the NullLogger.
8 years ago
kpayson64
66ebd08818
Merge pull request #7499 from thinkerou/wrap_php7_on_v1_branch
...
PHP: use php7_wrapper to reduce dup-codes on v1.0.x branch
8 years ago
kpayson64
ba33b53884
Merge pull request #7498 from thinkerou/wrap_php7
...
PHP: use php7_wrapper to reduce duplicated codes(first part)
8 years ago
kpayson64
5d9d2465e1
Merge pull request #7477 from yang-g/monotonic
...
Convert deadline clock type in security handshake timer
8 years ago
Jon Skeet
6be28f1dd9
Change the default logger to the NullLogger.
...
It's unconventional for code to log to the console in .NET.
Even now the logging is reduced, it's still present - especially
in shutdown. This would fix #7361 .
8 years ago
Muxi Yan
7bc45f3b1a
Add InteropTestsRemoteWithCronet to the tests
8 years ago