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
Menghan Li
e0f8940877
update go version in Dockerfile to 1.8
8 years ago
murgatroid99
d166e38e93
Fix soname version mismatch in Makefile
8 years ago
murgatroid99
fef391360c
Node: explicitly define Release and Debug builds, use build flags from build.yaml
8 years ago
Yuchen Zeng
7496218b9e
Add CARES_BUILD_INCLUDE_DIR
8 years ago
Yuchen Zeng
c75bbf287d
Fix cmake build on linux
8 years ago
Yuchen Zeng
d6b4985de0
Fix uv, cmake, bazel build
8 years ago
murgatroid99
b5b5f020a3
Upgrade Node dependency on Protobuf.js to version 6
8 years ago
Eric Gribkoff
01deb9d748
add hyper to Dockerfile.template
8 years ago
Muxi Yan
c007888dcc
Changes to podspecs
8 years ago
Muxi Yan
e38b01293b
Changes to podspecs
8 years ago
Muxi Yan
60cbf8fc39
Relieve ios deployment version to 7.0
8 years ago
Muxi Yan
37d3fba391
Relieve ios deployment version to 7.0
8 years ago
murgatroid99
aaef11aa29
Drop support for io.js, fix minor issue with node extension
8 years ago
DJ Mountney
37268d0526
Fix for using gem build/install
...
When pre-compiled assets are missing for the current platform, and you run gem install, the compiled native extensions are placed in the first require paths folder. This differs from rake-compiler task, where they are always placed in lib.
Setting the lib path as the first require path will ensure the compiled library is placed in the correct folder.
8 years ago
murgatroid99
ffe1a99bb1
Switch Node back to using libuv iomgr by default
8 years ago