Stanley Cheung
d15f5c015a
PHP: fix pecl extension reported version
8 years ago
Stanley Cheung
6e589c6a15
PHP: stop requiring google/protobuf PHP implementation
8 years ago
Alex Merry
a65f006d21
Set gRPC_INSTALL to ON by default for MSVC and OFF if a subproject
...
Now that gRPC_INSTALL is forced off if using bundled third-party
libraries, it no longer makes sense to set it OFF by default for MSVC.
However, we do want to set it OFF by default if gRPC is being built as a
subproject of another project.
8 years ago
Alex Merry
c17eb5c37e
CMake: Disable installation when using bundled third party libraries
...
If gRPC is not getting its (link-time) dependencies from the system, it
should not be attempting installation.
8 years ago
Alex Merry
b5984fa8d7
Revert "cmake: fix #8729"
...
This reverts commit c019e057c2
.
8 years ago
Alex Merry
8ced27a364
Fix finding c-ares in package mode with CMake
...
The next release of c-ares will install a CMake package (when built
using CMake), but it will be called "c-ares", not "CARES".
8 years ago
Jan Tattermusch
3294474d15
adjust package build scripts to new paths
8 years ago
Jan Tattermusch
d18db4c7f8
upgrade C# to protobuf 3.3.0
8 years ago
Jan Tattermusch
0988a8956b
fix protoc x86 windows artifact build
8 years ago
Vijay Pai
6974763268
Stop checking for pre-c++11 compilers since these are no longer
...
supported
8 years ago
Vijay Pai
add2e4da2d
Remove gcc-4.4 and 4.6 from portability tests since core now accepts C++11.
8 years ago
Stanley Cheung
e9595bad14
PHP: fixed some memory leaks
8 years ago
Yong Ni
8998cbc47c
Added go 1.7 and 1.8 template and Dockerfile(s) for go/grpc-matrix test setup.
8 years ago
Yong Ni
f0a54a1883
Removed the dockerfiles and test driver for stress test
8 years ago
Matt Kwong
52ff986f94
Add option to upload Jenkins test result to BQ
8 years ago
Ken Payson
029090628d
Upgrade protobuf to 3.3.0
8 years ago
murgatroid99
b1c69e4697
Switch Protobuf.js dependency back to version 5
8 years ago
Stanley Cheung
19792108ae
PHP: release 1.3, disable cares deps
8 years ago
Jan Tattermusch
d9c6760b39
include sources and symbols in C# nugets
8 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
Mahak Mukhi
78ca0d1d57
Fix for recent cmake failure owing to gmock
8 years ago
murgatroid99
f94f64fc12
Remove non-libuv code from Node extension
8 years ago
Mehrdad Afshari
79ec0ff542
Increase portability of CMakeLists.txt
...
- Update CMakeLists.txt (original template and generated code)
to prevent forcefully linking `dl` on all UNIX platforms,
and rely on `${CMAKE_DL_LIBS}` portable variable instead.
- Do not try linking against `librt` on macOS.
- Add a `config_freebsd` directory containing the header file
generated by the `configure` script for the `ares` library.
8 years ago
murgatroid99
652210ac2b
Node: fix the cases where zlib is built
8 years ago
murgatroid99
633933ee0b
Node: Don't depend on cares npm package
8 years ago
murgatroid99
9805833776
Add flag to compile gpr with compatibility for musl
8 years ago
Mahak Mukhi
1bcb976a3a
Tab/space problem with Makefile.template
8 years ago
Mahak Mukhi
af3d2bc997
Readding the line mistakenly deleted.
8 years ago
Mahak Mukhi
a0cabfcad7
trial and error
8 years ago
Mahak Mukhi
fb059a2782
discovered generate_projects.sh script!
8 years ago
Matt Kwong
c602dde442
Keep _grpcio_metadata.py in GitHub repo
8 years ago
Stanley Cheung
5ec52ae01a
PHP: add ares as deps
8 years ago
murgatroid99
f25f50511e
Build for more versions of electron, restrict when a Windows warning is shown
8 years ago
yang-g
66d40c63f7
Fix BUILD dependency, copyright and cmake
8 years ago
murgatroid99
025f110ed2
Node: fix Windows warning in binding.gyp for Win10 console
8 years ago
Matt Kwong
fa9da3c2db
Fix C# Dockerfiles
8 years ago
Jan Tattermusch
ecc457b43f
allow using gRPC as a cmake subproject
8 years ago
Jan Tattermusch
6ed454ef44
make C# docker image in sync with GCE performance workers
8 years ago
Jan Tattermusch
9c9e00958d
Add newest dotnet SDK to C# dockerfile
8 years ago
Jan Tattermusch
8b43521343
fix C# build_packages scripts
8 years ago
Jan Tattermusch
3c344d2f69
adjust run_tests scripts
8 years ago
Jan Tattermusch
7727c7649c
Initial migration to new .csproj files
8 years ago
Ken Payson
975b5103e5
Fix build on Alpine linux + add portability tests
8 years ago
Jan Tattermusch
c4c95ada89
make C# docker image in sync with GCE performance workers
8 years ago
Eric Gribkoff
358f1024ea
backport #10100 and #10377
8 years ago
murgatroid99
a5ea8f2150
Fix serializer error handling, update ProtoBuf.js dependency
8 years ago
Menghan Li
846242dd5e
update go version in Dockerfile to 1.8
8 years ago
Matt Kwong
0ff1957a5b
Fix test coverage reporting
8 years ago
Eric Gribkoff
76a3943ab9
update dockerfile to version 2.6.1 of h2
8 years ago
Nicolas "Pixel" Noble
b0367ca244
Fixing embedded build of cares for certain targets.
8 years ago