chedeti
4d8283f93b
Add thrift module
8 years ago
Nicolas Noble
2507fef737
Merge pull request #7553 from podsvirov/topic-cmake-template
...
CMake Project Improvements
8 years ago
Nicolas Noble
5bb44e93e1
Merge pull request #7584 from nicolasnoble/manual-upmerge
...
Manual upmerge from v1.0.x
8 years ago
Stanley Cheung
f4f3cb3975
Merge pull request #7582 from stanley-cheung/php-fix-zts-error
...
PHP: missed a macro
8 years ago
Nicolas "Pixel" Noble
8302b123de
Merge branch 'v1.0.x' into manual-upmerge
...
Conflicts:
src/ruby/pb/test/client.rb
src/ruby/pb/test/server.rb
tools/dockerfile/test/php7_jessie_x64/Dockerfile
8 years ago
Stanley Cheung
c1f25fb199
php: missed a macro;
8 years ago
kpayson64
c70f2f76fa
Merge pull request #7576 from apolcyn/fix_sanity_test_diff
...
compare test config as objects instead of strings
8 years ago
kpayson64
531c909073
Merge pull request #7568 from apolcyn/update_tests_for_new_nuget_ga
...
update to use new nuget client in tests
8 years ago
Nicolas Noble
623e4fc0cc
Merge pull request #7569 from dgquintas/backport_cpp_compression_level
...
backport #7502 from dgquintas/cpp_compression_level
8 years ago
Alex Polcyn
40e8486573
compare test config as objects instead of strings
8 years ago
Nicolas Noble
5a36325896
Merge pull request #7502 from dgquintas/cpp_compression_level
...
C++ Compression Level set properly
8 years ago
Nicolas Noble
e51b9d2e39
Merge pull request #7502 from dgquintas/cpp_compression_level
...
C++ Compression Level set properly
8 years ago
Alexander Polcyn
161767771b
update to use new nuget client in tests
8 years ago
Nicolas Noble
a062a7f2c5
Merge pull request #7551 from murgatroid99/ruby_tools_plugin_arg
...
Ruby Tools: automatically include plugin argument in protoc command
8 years ago
murgatroid99
d8bc223252
Merge remote-tracking branch 'upstream/v1.0.x' into ruby_tools_plugin_arg
8 years ago
Stanley Cheung
9b21586c0e
Merge pull request #7561 from stanley-cheung/php-cleanup-ga
...
PHP: cleanup for GA
8 years ago
Stanley Cheung
92ebb5dc26
Merge pull request #7560 from stanley-cheung/php-cleanup-ga-v1_0
...
PHP: cleanup for GA
8 years ago
Stanley Cheung
526a9f9086
php: cleanup for GA
8 years ago
Stanley Cheung
8e56502457
php: cleanup for GA
8 years ago
Stanley Cheung
2eabf76af1
Merge pull request #7543 from thinkerou/wrap_php7_on_v1_branch_third
...
PHP: use php7_wrapper to reduce duplicated codes on v1.0.x branch(final part)
8 years ago
Stanley Cheung
57419dc746
Merge pull request #7552 from thinkerou/wrap_php7_third
...
PHP: use php7_wrapper to reduce duplicated codes(final part)
8 years ago
thinkerou
6972af492d
add macro PHP_GRPC_INIT_HANDLER
8 years ago
thinkerou
5dafd82b7e
add macro PHP_GRPC_INIT_HANDLER
8 years ago
thinkerou
3e03e1651e
delete commented-code for missing
8 years ago
thinkerou
514d296a5d
delete commented-code for missing
8 years ago
thinkerou
a24a0dd784
add PHP_GRPC_FREE_CLASS_OBJECT macro
8 years ago
thinkerou
dc673c5322
add PHP_GRPC_FREE_CLASS_OBJECT macro
8 years ago
thinkerou
dacb2e3a5c
fix unused var
8 years ago
thinkerou
11cb5c53cb
fix unused var
8 years ago
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
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