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
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
Craig Tiller
b9d3596cb1
Enable -Wshadow
10 years ago
Craig Tiller
a32cd49ed8
Update template to latest changes
10 years ago
Craig Tiller
6a6b36c503
Enable -Wconversion
10 years ago
Craig Tiller
f96dfc3cf8
First round of fixing up implicit 64->32 bit conversions
10 years ago
Craig Tiller
841c880c2b
Core compiles with -Wsign-conversion
10 years ago
Craig Tiller
3121fd4d75
Sign conversion fixes
10 years ago
Craig Tiller
605076a7aa
Handle test dependencies better
10 years ago
Craig Tiller
6fd238443e
Use msbuild for tests
10 years ago
Craig Tiller
3b245fe388
C tests dont need protobuf
10 years ago
Craig Tiller
1ebb7c885e
Hand-written changes
10 years ago
Craig Tiller
d01b6f49a2
Its not enough to just serialize the clean step...
10 years ago
Craig Tiller
df77673c6c
Dont try to parallelize OpenSSL build
10 years ago
Craig Tiller
16f6dac8e8
Make googletest a submodule
10 years ago
Craig Tiller
711bbe6364
Exclude qps_test from tsan runs
...
The TSAN deadlock detector has some problems that prevents this test
from running successfully.
Issue #2994 has been filed to re-enable these in the future.
10 years ago
Nicolas "Pixel" Noble
4ef9b86cc2
Fixing zookeeper's installation.
10 years ago
Nicolas "Pixel" Noble
1df8ee9871
Recreating grpc_test_util_unsecure's template.
10 years ago