murgatroid99
|
0bb6fcfb5a
|
Generate the Node package.json from build.yaml
|
9 years ago |
murgatroid99
|
28013eb554
|
Generate gemspec with a template
|
9 years ago |
Jan Tattermusch
|
3fbc4547b8
|
make vcxproject files compatible with VS2015
|
9 years ago |
Jan Tattermusch
|
29c547c2a5
|
drop _USE_32BIT_TIME_T define
|
9 years ago |
Nicolas "Pixel" Noble
|
fb0002cc36
|
Renaming GCOV to GPR_GCOV.
|
9 years ago |
Nicolas "Pixel" Noble
|
c61d0e178f
|
Removing code coverage for unreachable code.
|
9 years ago |
Jorge Canizales
|
0d718cd0f4
|
Point gRPC.podspec to pushed BoringSSL version
(1.0)
|
9 years ago |
Jorge Canizales
|
42fe14a876
|
The podspec is a template. The podspec is a template.
The podspec is a template.
|
9 years ago |
Adele Zhou
|
e74b2b05be
|
Fix broken sanity tests.
|
9 years ago |
Adele Zhou
|
3bc7ba4d95
|
Use mako template for HTML report.
|
9 years ago |
murgatroid99
|
879bc4f24e
|
Generate all file lists and build target lists in binding.gyp from build.yaml
|
9 years ago |
Nicolas "Pixel" Noble
|
472bb6849c
|
Fixing proto dependencies for targets that aren't libraries.
|
9 years ago |
Jorge Canizales
|
d76f1467d2
|
Prevent XCode 7 from showing spurious warnings
This will hopefully make xctool work on Travis too (cross fingers!)
|
9 years ago |
Jorge Canizales
|
10622a8d9b
|
Prevent XCode 7 from showing spurious warnings
This will hopefully make xctool work on Travis too (cross fingers!)
|
9 years ago |
murgatroid99
|
795d15e0ae
|
Edit the template, not the output file
|
9 years ago |
murgatroid99
|
22c448bed0
|
Removed extraneous C++ settings in Node gyp C targets
|
9 years ago |
murgatroid99
|
afe4698cdb
|
Compile statically against Node's OpenSSL headers
|
9 years ago |
murgatroid99
|
6ffdb9494b
|
Modified Mac build fix for new binding.gyp structure
|
9 years ago |
murgatroid99
|
403caaf4fb
|
Copy Node Mac build fix from old pull request (#1199)
|
9 years ago |
murgatroid99
|
c07c734f45
|
Changed to a more portable Node version check in binding.gyp
|
9 years ago |
Jorge Canizales
|
56482bc9c7
|
The Podspec is a template. The Podspec is a template. The Podspec is a template.
|
9 years ago |
Jorge Canizales
|
0c8a3d804e
|
Undo moving include/ one dir up, to ease testing workflow.
|
9 years ago |
Jorge Canizales
|
aff5664a86
|
Undo Cocoapods’ bug workaround
|
9 years ago |
Jorge Canizales
|
2bac1f98f9
|
The Podspec is a template. The Podspec is a template. The Podspec is a template.
|
9 years ago |
Jorge Canizales
|
dc460d28c0
|
Undo moving include/ one dir up, to ease testing workflow.
|
9 years ago |
Jorge Canizales
|
9b81d9945e
|
Undo Cocoapods’ bug workaround
|
9 years ago |
murgatroid99
|
a89d9e764c
|
Made build flags consistent in Node gcov build
|
9 years ago |
murgatroid99
|
e754079d0d
|
Fixed spelling error
|
9 years ago |
murgatroid99
|
15def98e34
|
Expanded comment in binding.gyp
|
9 years ago |
murgatroid99
|
fd994f11b8
|
Consolidated gyp files to fix Node installation issue
|
9 years ago |
murgatroid99
|
32a145b73c
|
Moved grpc.gyp.template to binding.gyp.template
|
9 years ago |
murgatroid99
|
350835a956
|
Removed spurious comment from grpc.gyp
|
9 years ago |
Nicolas "Pixel" Noble
|
cff6469dfc
|
Making template agree with clang-format.
|
9 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.
|
9 years ago |
murgatroid99
|
2af89e49cb
|
Moved gRPC node package root to repo root, made it depend on grpc.gyp
|
9 years ago |
Jorge Canizales
|
423f412ab8
|
The podspec is generated!
|
9 years ago |
Craig Tiller
|
2bc37297c8
|
Enable backtraces on C tests
|
9 years ago |
Craig Tiller
|
3ef8c0862e
|
More PDB trickery
|
9 years ago |
Craig Tiller
|
f4fc5d2bfd
|
Enable warnings as errors on Windows
|
9 years ago |
Nicolas "Pixel" Noble
|
6dad9b0821
|
Fixing Makefile issue which would re-evaluate the base path for included dependency files.
|
9 years ago |
Nicolas "Pixel" Noble
|
42b4c28d20
|
Fixing usage of the BUILDDIR variable.
Now both using absolute and relative directory for that variable should work.
BUILDDIR=/tmp/build-grpc make
BUILDDIR=../build-grpc make
|
9 years ago |
murgatroid99
|
91b964287b
|
Fixed TODO comment
|
9 years ago |
murgatroid99
|
38745ef380
|
Added check for OpenSSL version
|
9 years ago |
murgatroid99
|
ca9db40656
|
Removed C++ build from gyp file, fixed some minor issues
|
9 years ago |
murgatroid99
|
2d6d3300d9
|
Added grpc.gyp template
|
9 years ago |
Craig Tiller
|
b9d3596cb1
|
Enable -Wshadow
|
9 years ago |
Craig Tiller
|
a32cd49ed8
|
Update template to latest changes
|
9 years ago |
Craig Tiller
|
6a6b36c503
|
Enable -Wconversion
|
9 years ago |
Craig Tiller
|
f96dfc3cf8
|
First round of fixing up implicit 64->32 bit conversions
|
9 years ago |
Craig Tiller
|
841c880c2b
|
Core compiles with -Wsign-conversion
|
9 years ago |