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
Craig Tiller
3121fd4d75
Sign conversion fixes
9 years ago
Craig Tiller
605076a7aa
Handle test dependencies better
9 years ago
Craig Tiller
6fd238443e
Use msbuild for tests
9 years ago
Craig Tiller
3b245fe388
C tests dont need protobuf
9 years ago
Craig Tiller
1ebb7c885e
Hand-written changes
9 years ago
Craig Tiller
d01b6f49a2
Its not enough to just serialize the clean step...
9 years ago
Craig Tiller
df77673c6c
Dont try to parallelize OpenSSL build
9 years ago
Craig Tiller
16f6dac8e8
Make googletest a submodule
9 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.
9 years ago
Nicolas "Pixel" Noble
4ef9b86cc2
Fixing zookeeper's installation.
9 years ago
Nicolas "Pixel" Noble
1df8ee9871
Recreating grpc_test_util_unsecure's template.
9 years ago
Ming Zhao
f2f24e2f93
Let grpc target depend on //external:zlib so that "-lz" or a real zlib
...
target like
https://github.com/google/kythe/blob/master/third_party/zlib/BUILD can
be pulled in.
9 years ago
Jan Tattermusch
d9a8fb207e
add protobuf.props to plugin projects
9 years ago
Craig Tiller
c85357e051
Reduce mac CI load
9 years ago
Craig Tiller
68f4e0f6ab
Initial Doxygen import for core, c++
9 years ago
Craig Tiller
60287b6363
Revert "Fixing environments where pkg-config isn't installed."
...
This reverts commit 2ed6878412
.
9 years ago
Craig Tiller
ce898834f9
Revert "Fixing environments where pkg-config isn't installed."
...
This reverts commit 2ed6878412
.
9 years ago
Nicolas "Pixel" Noble
2ed6878412
Fixing environments where pkg-config isn't installed.
...
Depending on the presence of pkg-config, we're not necessarily doing the right thing in the Makefile. Zlib is a pkg-config dependency, but libm, libpthread, librt aren't.
9 years ago
Hongwei Wang
5c9bbfbf19
Add zookeeper test in Makefile
9 years ago
Craig Tiller
17effabe42
Add proxy tests to end2end suite
...
Currently the oauth2 variant of these tests is disabled. Will work with
@jboeuf to figure out how to turn them on.
9 years ago
Hongwei Wang
8e04d4107e
Add zookeeper end-to-end test
9 years ago
Nicolas Noble
563b8a2779
Regenerating project files and massaging VS project files.
9 years ago
Nicolas Noble
7c5ef31613
Regenerating project files and massaging VS project files.
9 years ago
Nicolas "Pixel" Noble
a7c162c17c
The code evolved enough so that we now have tests that directly depend on OpenSSL.
...
Reflecting that in the Makefile so that we don't race against the system when building.
9 years ago
Nicolas "Pixel" Noble
482d761bd7
Making sure that 32 bits is being built and run on Jenkins.
9 years ago
Michael Larson
c58e501373
changes to grpc.mak.template to support c++ test building
9 years ago