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
83405c13b6
dont include grpc++ in buildtests_c
9 years ago
Jan Tattermusch
83a23815b0
remove unused vsprojects
9 years ago
Jan Tattermusch
6b20f6f46d
make intermediate dir path shorter
9 years ago
Jan Tattermusch
025ffeff5e
ignore warning LNK4217
9 years ago
Craig Tiller
1b4e33029e
Consolidate C++ proto files under src/proto
...
- make the directory structure match the package structure
- sanitize the package structure (test --> testing)
- add auto-detection of proto file dependencies
9 years ago
Jan Tattermusch
e3dea2cd99
make Release depend on Release from nuget deps
9 years ago
Jan Tattermusch
35ca0747b5
silence warnings
9 years ago
Jan Tattermusch
78e07113e9
Get rid of tabs from .include file
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
10 years ago
Craig Tiller
3ef8c0862e
More PDB trickery
10 years ago
Craig Tiller
f4fc5d2bfd
Enable warnings as errors on Windows
10 years ago
Nicolas "Pixel" Noble
6dad9b0821
Fixing Makefile issue which would re-evaluate the base path for included dependency files.
10 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