murgatroid99
|
a99c94766e
|
Add option to recompile Node library without ALPN support
|
8 years ago |
murgatroid99
|
8c2946a5a0
|
Fix missing wakeups when using the libuv iomgr under Electron
|
8 years ago |
murgatroid99
|
1191b7202d
|
Improve Node and libuv testing and test coverage
Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
|
8 years ago |
murgatroid99
|
6f62c0adca
|
Disable libuv core changes in Node library
|
8 years ago |
murgatroid99
|
e8ec16da0e
|
Fix binding.gyp syntax
|
8 years ago |
murgatroid99
|
b19ac96487
|
Fix electron artifact builds
|
8 years ago |
Michael Lumish
|
88162f82c4
|
Do not use OPENSSL_NO_THREAD normally for Node on Windows
|
8 years ago |
murgatroid99
|
cb4b2b5d7d
|
libuv changes don't work with Electron
|
8 years ago |
murgatroid99
|
dc23046b06
|
Add electron support and build electron artifacts
|
8 years ago |
murgatroid99
|
9030c81f20
|
Add a libuv endpoint to the C core, for use in the Node library
|
9 years ago |
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
9 years ago |
Craig Tiller
|
71ea4a1955
|
Make binary compatibility not the default
|
9 years ago |
murgatroid99
|
673f65be14
|
Add working Node artifact builder for all platforms
|
9 years ago |
Alistair Veitch
|
75d5c0f024
|
post merge
|
9 years ago |
Craig Tiller
|
4bef7cebe6
|
Use old memcpy for wrappers
|
9 years ago |
murgatroid99
|
8e4103e7d0
|
Fixed windows build warning
|
9 years ago |
murgatroid99
|
af6c1785fe
|
Update template, add comment and message about Windows build
|
9 years ago |
murgatroid99
|
5c56c92bec
|
Make Node library depend on BoringSSL and zlib, and only build them under Windows
|
9 years ago |
murgatroid99
|
7586db8593
|
Update copyright in binding.gyp
|
9 years ago |
murgatroid99
|
e190f35e66
|
Completed integration of node-pre-gyp into Node library
|
9 years ago |
murgatroid99
|
3f42ea0869
|
Removed redundant std= cflag
|
9 years ago |
murgatroid99
|
3abed3186f
|
Compile Node extension with c99 and c++11
|
9 years ago |
murgatroid99
|
879bc4f24e
|
Generate all file lists and build target lists in binding.gyp from build.yaml
|
9 years ago |
murgatroid99
|
795d15e0ae
|
Edit the template, not the output file
|
10 years ago |
murgatroid99
|
22c448bed0
|
Removed extraneous C++ settings in Node gyp C targets
|
10 years ago |
murgatroid99
|
afe4698cdb
|
Compile statically against Node's OpenSSL headers
|
10 years ago |
murgatroid99
|
6ffdb9494b
|
Modified Mac build fix for new binding.gyp structure
|
10 years ago |
murgatroid99
|
403caaf4fb
|
Copy Node Mac build fix from old pull request (#1199)
|
10 years ago |
murgatroid99
|
c07c734f45
|
Changed to a more portable Node version check in binding.gyp
|
10 years ago |
murgatroid99
|
a89d9e764c
|
Made build flags consistent in Node gcov build
|
10 years ago |
murgatroid99
|
e754079d0d
|
Fixed spelling error
|
10 years ago |
murgatroid99
|
15def98e34
|
Expanded comment in binding.gyp
|
10 years ago |
murgatroid99
|
fd994f11b8
|
Consolidated gyp files to fix Node installation issue
|
10 years ago |
murgatroid99
|
32a145b73c
|
Moved grpc.gyp.template to binding.gyp.template
|
10 years ago |
murgatroid99
|
350835a956
|
Removed spurious comment from grpc.gyp
|
10 years ago |
murgatroid99
|
db5b1603b2
|
Removed most of the gyp file, and the tests for it
There seems to be a bug in node-gyp (nodejs/node-gyp#752) that prevents
it from working properly with other gyp files.
|
10 years ago |
murgatroid99
|
2af89e49cb
|
Moved gRPC node package root to repo root, made it depend on grpc.gyp
|
10 years ago |
murgatroid99
|
91b964287b
|
Fixed TODO comment
|
10 years ago |
murgatroid99
|
38745ef380
|
Added check for OpenSSL version
|
10 years ago |
murgatroid99
|
ca9db40656
|
Removed C++ build from gyp file, fixed some minor issues
|
10 years ago |
murgatroid99
|
2d6d3300d9
|
Added grpc.gyp template
|
10 years ago |