Masood Malekghassemi
586e3835fe
Make Python build standalone on Windows
9 years ago
Tamas Berghammer
a72712e245
Remove gmock protobuf dependency from cmake build
...
A full build of protobuf depends on gmock even though it is not part of
a standrad checkout. This CL explicitly disable the build of the
protobuf tests to get rid of this dependency.
If somebody want to build the protobuf tests then they have to download
gmock to the protobuf directory and specify -Dprotobuf_BUILD_TESTS=ON
to the cmake command line.
Fixes https://github.com/grpc/grpc/issues/7233
9 years ago
Nicolas "Pixel" Noble
b360c8acc7
Regenerating project files, and adding experimental disclaimer.
9 years ago
Craig Tiller
eda85c6765
Expunge all references to zookeeper
9 years ago
Masood Malekghassemi
ac586ba21e
Remove tox
9 years ago
Masood Malekghassemi
1ff429da2a
Organize Python tests to use grpcio-tools directly
...
Moves all tests into a separate package. This does not change existing
supported means of running tests (e.g. through run_tests.py).
9 years ago
murgatroid99
356758a7ee
Split Node health check code into a separate package and make it use static codegen
9 years ago
Stanley Cheung
6f7f00b573
php: update package.xml
9 years ago
Stanley Cheung
2cb69ad203
php: update package.xml
9 years ago
Jan Tattermusch
3f594c117d
using shared option for Version.cs leaks it to nuget file
9 years ago
Jan Tattermusch
103cd6de60
fix files/mappings in Grpc.Core nuget
9 years ago
Jan Tattermusch
2c084ee31e
build experimental nugets with dotnet CLI
9 years ago
Jorge Canizales
cc074d9647
Divide gRPC-Core in Interface & Impl subspecs
...
This works around the Cocoapods' linter header_mapping_dir restrictions.
Incidentally, it also removes the need to set build settings in the user
target.
9 years ago
Jorge Canizales
714d3fc9e6
BoringSSL: move podspec to v4
9 years ago
Jan Tattermusch
eb8bfc61e0
modify templates to sign C# coreclr projects and generate xmlDoc
9 years ago
Jan Tattermusch
ecd2b0e74c
share Version.cs among all project.json projects
9 years ago
Jan Tattermusch
b6960d068f
switch CoreCLR to preview2
9 years ago
Tamas Berghammer
df6a44cd93
Improve the generated cmake build files
...
* Add project name and version number
* Fix zlib dependency of grpc
* Include more target (all, protoc, tool groups)
9 years ago
murgatroid99
f8bbe72a00
Make src/node/tools/package.json consistent with its template
9 years ago
Jan Tattermusch
939e9ca6d8
use template to generate project.json files
9 years ago
Tamas Berghammer
d798a7d80e
Generate a simple cmake build file
...
This cmake file only builds the C and C++ code and all the third party
dependencies with very few configuration options but it supports
building on Linux and OSX as well as cross compiling.
(tested {Linux, OSX} -> Android { arm, aarch64, x86 })
9 years ago
Jan Tattermusch
39ec1cbd7a
add csharp CoreCLR docker image
9 years ago
David Garcia Quintas
e68ed6f8f4
Added third_party/protobuf/src to protoc's include path
9 years ago
David Garcia Quintas
dc44e17950
Added third_party/protobuf/src to protoc's include path
9 years ago
Vijay Pai
8b79fdef7a
Disable ccache for clang-3.4 on Ubuntu 14.04 as this is not currently working.
...
Disabling it allows clang-3.4 to run C/C++ on docker
9 years ago
vjpai
20410921f7
Exclude boringssl tests and libs from C++ build if EMBED_OPENSSL is
...
not true
9 years ago
Sree Kuchibhotla
7ed39a1ef1
PHP stress client in stress test framework
9 years ago
Jan Tattermusch
ec4359ddc1
add support for CoreCLR
9 years ago
Stanley Cheung
f38f2bb431
php: remove explicit version in composer.json
9 years ago
Jan Tattermusch
6d258c59d3
add support for clang3.5, clang3.7 and gcc4.6
9 years ago
Vijay Pai
203b20c9b2
Add g++
9 years ago
Jorge Canizales
667557f22b
gRPC-Core.podspec: Clarify where the template is
9 years ago
Jorge Canizales
3775074c86
Clean up and document gRPC-Core.podspec better
9 years ago
Jorge Canizales
66c8ddd920
gRPC-Core.podspec: init submodules, for nanopb
9 years ago
Jorge Canizales
547f0656fc
Add modulemap for gRPC core
9 years ago
Jorge Canizales
e487a7271d
Separate Core, ProtoRuntime, and RxLibrary subspecs
9 years ago
Yuchen Zeng
0601df3a04
Move reflection src/hdr to src/cpp/ext include/grpc++/ext
9 years ago
Craig Tiller
ff711456dc
Automatically capture transitive dependencies for Visual Studio solution files
9 years ago
Makarand Dharmapurikar
19061093eb
fixed template to remove grpc_cronet.h as a dependency
9 years ago
murgatroid99
73563264b0
Improve wording of protobuf warning in Makefile
9 years ago
murgatroid99
e7cb77b471
Make grpc_zookeeper.pc file generation consistent with other .pc files
9 years ago
Jan Tattermusch
348ca76cf7
hotfix for sanity tests
9 years ago
Stanley Cheung
049831a6e6
php: update package.xml after fixes
9 years ago
Stanley Cheung
efb01ded5e
php: update package.xml after fixes
9 years ago
Masood Malekghassemi
93cc06a484
Add compression support to Cython layers
9 years ago
Jan Tattermusch
20a9739508
upgrade C# protobuf dependencies to 3.0.0-beta3
9 years ago
Jan Tattermusch
c9e1959adf
add copyright to the template as well
9 years ago
murgatroid99
3b3069d062
Add some missing directories to package.json
9 years ago
Craig Tiller
78222f7383
Enable -Wextra-semi on compilers that support it
...
Use some template magic to make warning detection much easier in the future.
9 years ago
murgatroid99
f08d3af207
Updated template file
9 years ago