Nicolas "Pixel" Noble
4c3360c3fb
Adding platform and abi tags in our node-pre-gyp.
...
Allows to use more than one runtime. Should fix #8887 and #10558 .
7 years ago
Mehrdad Afshari
bb3d95b643
Use https://grpc.io consistently as the canonical URL
7 years ago
murgatroid99
32de20ca49
Node: re-enable -Werror, clean up binding.gyp
7 years ago
Eric Gribkoff
e5de5e5ffa
Run Android interops on Firebase
8 years ago
Muxi Yan
636eba9889
Polish gRPC-Core.podspec
8 years ago
Muxi Yan
7b774544f1
Use Cocoapods to manage nanopb
8 years ago
Muxi Yan
ad272c9d76
Polish gRPC-Core.podspec
8 years ago
Muxi Yan
d89b9e35ee
Use Cocoapods to manage nanopb
8 years ago
Kamil Skalski
6ba7d53b63
Make CMake find_package work for preinstalled libprotobuf on Raspbian.
8 years ago
murgatroid99
a6ce1ff1d6
Fix how npm is upgraded, add npm update line for electron
8 years ago
murgatroid99
7ad758cd84
Make various scripts use the same version of Node
8 years ago
Jan Tattermusch
f691556db4
dont reuse protobuf cmake install dirs
8 years ago
Jan Tattermusch
f3219f459d
make some headers public
8 years ago
Jan Tattermusch
b70df57c49
build protobuf without zlib
8 years ago
Jan Tattermusch
74c74fb04e
workaround zlib cmake issue
8 years ago
Matt Kwong
ebc12e56f2
Update Mono to Jessie for C# Dockerfiles
8 years ago
Ken Payson
f8d6fb7a94
Update boringssl
8 years ago
Jan Tattermusch
807693bd89
cmake: add zlib and cares dep
8 years ago
Jan Tattermusch
6fe1d80335
explicitly use built protoc for CMake build
8 years ago
Jan Tattermusch
7e91ebb41d
license fixes
8 years ago
Jan Tattermusch
4d5c3102a1
fix remaining license notices
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Yuchen Zeng
f8b6d6f9a3
Check the version of system c-ares
8 years ago
Matt Kwong
a798318a08
Update Mono to Jessie for C# Dockerfiles
8 years ago
Stanley Cheung
bc54144b2e
PHP: windows config.w32 fix
8 years ago
Yong Ni
4a60e7ec3a
Create Dockerfile.include for java to be shared for java and java_oracle8.
8 years ago
Yong Ni
b92813b18b
Created a Java Oracle8 Dockerfile directory and moved all build_interop.sh to under template/. Added java_oracle8 to the client matrix.
8 years ago
murgatroid99
1ef9f4ed4d
Add artifact builds for Node 8
8 years ago
Jan Tattermusch
d89248f51c
improve CONTRIBUTING.md and add rules for PRs
8 years ago
Jan Tattermusch
905f41869b
remove now unnecessary extra args
8 years ago
Yaron Shani
19489ae0ca
update template
8 years ago
Stanley Cheung
a0e3a87001
PHP: Fixed bug in protoc plugin escaping comments
8 years ago
Stanley Cheung
af525b3a26
PHP: windows config.w32 file
8 years ago
Yong Ni
b2e4bfa1ef
Merge matrix feature branch into master.
...
Features included in this merge:
- Added script to build and upload docker image for matrix test.
- Added script to create test cases and created go__master testcases based on it.
- Created dictionary for runtimes and gRPC releases for supported languages.
- Added go 1.7 and 1.8 Dockerfile/templates.
See tools/interop_matrix/README.md for details.
8 years ago
Stanley Cheung
94d75888c9
PHP: fix pecl extension after cc files are added
8 years ago
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