David Garcia Quintas
4d440bbd45
added windows to INSTALL.md
9 years ago
Stanley Cheung
f4f3cb3975
Merge pull request #7582 from stanley-cheung/php-fix-zts-error
...
PHP: missed a macro
9 years ago
Stanley Cheung
c1f25fb199
php: missed a macro;
9 years ago
kpayson64
c70f2f76fa
Merge pull request #7576 from apolcyn/fix_sanity_test_diff
...
compare test config as objects instead of strings
9 years ago
Alex Polcyn
40e8486573
compare test config as objects instead of strings
9 years ago
Nicolas Noble
e51b9d2e39
Merge pull request #7502 from dgquintas/cpp_compression_level
...
C++ Compression Level set properly
9 years ago
Stanley Cheung
9b21586c0e
Merge pull request #7561 from stanley-cheung/php-cleanup-ga
...
PHP: cleanup for GA
9 years ago
Stanley Cheung
8e56502457
php: cleanup for GA
9 years ago
Stanley Cheung
57419dc746
Merge pull request #7552 from thinkerou/wrap_php7_third
...
PHP: use php7_wrapper to reduce duplicated codes(final part)
9 years ago
thinkerou
5dafd82b7e
add macro PHP_GRPC_INIT_HANDLER
9 years ago
thinkerou
514d296a5d
delete commented-code for missing
9 years ago
thinkerou
dc673c5322
add PHP_GRPC_FREE_CLASS_OBJECT macro
9 years ago
thinkerou
11cb5c53cb
fix unused var
9 years ago
thinkerou
ba75c013b1
add some macro to reduce duplicate code
9 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
9 years ago
Nicolas Noble
63d2b28d45
Merge pull request #7546 from tberghammer/proto-lite
...
Add cmake option to compile using protobuf-lite
9 years ago
Vijay Pai
818564cc2b
Merge pull request #7459 from nicolasnoble/udp_test_bitrot
...
Fixing udp test bitrotting.
9 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.
9 years ago
thinkerou
dba5b0c86a
add php_grpc_zend_object macro and rename klass
9 years ago
Stanley Cheung
7979424757
Merge pull request #7539 from stanley-cheung/php-minor-cleanup-ga
...
PHP: minor cleanup for GA
9 years ago
thinkerou
011d1efc8f
add macro to php7_wrapper for reduce duplicate code
9 years ago
Stanley Cheung
bebaf5b61c
update README
9 years ago
Stanley Cheung
c5755ad5a9
php: fix composer.json
9 years ago
Stanley Cheung
31fd053180
Merge pull request #7532 from thinkerou/wrap_php7_second
...
PHP: use php7_wrapper to reduce duplicated codes(second part)
9 years ago
Muxi Yan
cd0d8aed65
Identify system and remove --no-as-need if it is Mac OS
9 years ago
Muxi Yan
4e3df00f00
Removed --no-as-needed options from Makefile of HelloWorld and RouteGuide
9 years ago
thinkerou
fdc2132bb9
fix indent use two spaces
9 years ago
thinkerou
6f9d30bf08
add macro to php7_wrapper for reduce duplicate code
9 years ago
makdharma
39e151b0f8
Merge pull request #7525 from muxi/add-interop-cronet-test
...
Add InteropTestsRemoteWithCronet to the tests
9 years ago
kpayson64
b8ec23586d
Merge pull request #7517 from markdroth/handshake_api
...
Improve error handling in handshake API
9 years ago
kpayson64
9a92b57acd
Merge pull request #7527 from jskeet/nulllogger
...
Change the default logger to the NullLogger.
9 years ago
kpayson64
ba33b53884
Merge pull request #7498 from thinkerou/wrap_php7
...
PHP: use php7_wrapper to reduce duplicated codes(first part)
9 years ago
kpayson64
5d9d2465e1
Merge pull request #7477 from yang-g/monotonic
...
Convert deadline clock type in security handshake timer
9 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 .
9 years ago
Muxi Yan
7bc45f3b1a
Add InteropTestsRemoteWithCronet to the tests
9 years ago
kpayson64
7b104cd1c2
Merge pull request #7511 from nicolasnoble/doc-typo
...
Fixing documentation typo.
9 years ago
kpayson64
15e5c3f406
Merge pull request #7512 from stanley-cheung/php-cleanup-dockerfile
...
PHP: add PHP7 to various Jenkins tests and update dockerfile
9 years ago
kpayson64
8a1247a42c
Merge pull request #7497 from soltanmm/be-nicer
...
Be more intelligent about Cython in grpcio
9 years ago
Nicolas Noble
6914abab5f
Merge pull request #7518 from nicolasnoble/plugins-should-compile
...
We should always try to compile the protoc plugins when building tests.
9 years ago
田欧
f71c675a0c
Merge pull request #4 from stanley-cheung/wrap_php7
...
update copyright
9 years ago
Stanley Cheung
a3becd32ee
update copyright
9 years ago
田欧
e9ef11a813
Merge pull request #3 from stanley-cheung/wrap_php7
...
Add file to build.yaml (master)
9 years ago
Nicolas Noble
01da196879
Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_master
...
V1.0.x merge into master
9 years ago
kpayson64
cc961b6c5a
Merge pull request #7020 from rjshade/assert_not_expect
...
ASSERT vector size before directly accessing first element
9 years ago
kpayson64
b5fa72c89e
Merge pull request #7451 from y-zeng/seperate_generated_files
...
Separate generated pb files from the server reflection build target, use grpc::protobuf instead of google::protobuf
9 years ago
Mark D. Roth
734cbe7942
clang-format
9 years ago
Stanley Cheung
211a2a0f12
fix copyright
9 years ago
Stanley Cheung
33e3dee12d
add file to build.yaml
9 years ago
Nicolas "Pixel" Noble
f7fbdd4875
We should always try to compile the protoc plugins when building tests.
9 years ago
Mark D. Roth
39377e92cd
Fix API of handshake_manager_add().
9 years ago