Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Renaming GCOV to GPR_GCOV. | Nicolas "Pixel" Noble | 2015-12-07 | |
| | | ||||
* | | Removing code coverage for unreachable code. | Nicolas "Pixel" Noble | 2015-12-07 | |
| | | ||||
| * | Point gRPC.podspec to pushed BoringSSL version | Jorge Canizales | 2015-12-01 | |
|/ | | | | (1.0) | |||
* | The podspec is a template. The podspec is a template. | Jorge Canizales | 2015-12-01 | |
| | | | The podspec is a template. | |||
* | Generate all file lists and build target lists in binding.gyp from build.yaml | murgatroid99 | 2015-11-05 | |
| | ||||
* | Fixing proto dependencies for targets that aren't libraries. | Nicolas "Pixel" Noble | 2015-11-03 | |
| | ||||
* | Prevent XCode 7 from showing spurious warnings | Jorge Canizales | 2015-10-28 | |
| | | | This will hopefully make xctool work on Travis too (cross fingers!) | |||
* | Edit the template, not the output file | murgatroid99 | 2015-10-26 | |
| | ||||
* | Removed extraneous C++ settings in Node gyp C targets | murgatroid99 | 2015-10-23 | |
| | ||||
* | Compile statically against Node's OpenSSL headers | murgatroid99 | 2015-10-23 | |
| | ||||
* | Modified Mac build fix for new binding.gyp structure | murgatroid99 | 2015-10-22 | |
| | ||||
* | Copy Node Mac build fix from old pull request (#1199) | murgatroid99 | 2015-10-22 | |
| | ||||
* | Changed to a more portable Node version check in binding.gyp | murgatroid99 | 2015-10-19 | |
| | ||||
* | The Podspec is a template. The Podspec is a template. The Podspec is a template. | Jorge Canizales | 2015-10-15 | |
| | ||||
* | Undo moving include/ one dir up, to ease testing workflow. | Jorge Canizales | 2015-10-15 | |
| | ||||
* | Undo Cocoapods’ bug workaround | Jorge Canizales | 2015-10-15 | |
| | ||||
* | Made build flags consistent in Node gcov build | murgatroid99 | 2015-10-13 | |
| | ||||
* | Fixed spelling error | murgatroid99 | 2015-10-09 | |
| | ||||
* | Expanded comment in binding.gyp | murgatroid99 | 2015-10-09 | |
| | ||||
* | Consolidated gyp files to fix Node installation issue | murgatroid99 | 2015-10-09 | |
| | ||||
* | Moved grpc.gyp.template to binding.gyp.template | murgatroid99 | 2015-10-09 | |
| | ||||
* | Resolved merge conflicts with master | murgatroid99 | 2015-10-05 | |
|\ | ||||
* | | Removed spurious comment from grpc.gyp | murgatroid99 | 2015-10-05 | |
| | | ||||
| * | Making template agree with clang-format. | Nicolas "Pixel" Noble | 2015-10-03 | |
| | | ||||
| * | Merge pull request #3602 from grpc/release-0_11 | Tim Emiola | 2015-10-02 | |
| |\ | | | | | | | Upmerge from beta to master. | |||
* | | | Removed most of the gyp file, and the tests for it | murgatroid99 | 2015-10-01 | |
| | | | | | | | | | | | | | | | There seems to be a bug in node-gyp (nodejs/node-gyp#752) that prevents it from working properly with other gyp files. | |||
* | | | Moved gRPC node package root to repo root, made it depend on grpc.gyp | murgatroid99 | 2015-10-01 | |
|/ / | ||||
| * | The podspec is generated! | Jorge Canizales | 2015-09-29 | |
| | | ||||
* | | Merge pull request #3544 from ctiller/backtrace-on-crash | Nicolas Noble | 2015-09-28 | |
|\ \ | | | | | | | Enable backtraces on C tests | |||
| * | | Enable backtraces on C tests | Craig Tiller | 2015-09-28 | |
| | | | ||||
* | | | Merge pull request #2920 from nicolasnoble/winnt-check | Craig Tiller | 2015-09-25 | |
|\ \ \ | |/ / |/| | | Better handling of _WIN32_WINNT. | |||
* | | | More PDB trickery | Craig Tiller | 2015-09-25 | |
| | | | ||||
* | | | Merge github.com:grpc/grpc into shindig | Craig Tiller | 2015-09-24 | |
|\ \ \ | ||||
* \ \ \ | Merge github.com:grpc/grpc into shindig | Craig Tiller | 2015-09-24 | |
|\ \ \ \ | ||||
| | * \ \ | Merge github.com:grpc/grpc into come-out-of-the-shadow | Craig Tiller | 2015-09-24 | |
| | |\ \ \ | | |/ / / | |/| | | | ||||
| * | | | | Merge pull request #3372 from grpc/release-0_11 | David G. Quintas | 2015-09-23 | |
| |\ \ \ \ | | | |_|/ | | |/| | | Release 0.11 to master upmerge. | |||
* | | | | | Merge github.com:grpc/grpc into shindig | Craig Tiller | 2015-09-23 | |
|\| | | | | ||||
* | | | | | Enable warnings as errors on Windows | Craig Tiller | 2015-09-23 | |
| | | | | | ||||
| | * | | | Fixing Makefile issue which would re-evaluate the base path for included ↵ | Nicolas "Pixel" Noble | 2015-09-23 | |
| | | | | | | | | | | | | | | | | | | | | dependency files. | |||
| | * | | | Fixing usage of the BUILDDIR variable. | Nicolas "Pixel" Noble | 2015-09-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now both using absolute and relative directory for that variable should work. BUILDDIR=/tmp/build-grpc make BUILDDIR=../build-grpc make | |||
| * | | | | Fixed TODO comment | murgatroid99 | 2015-09-21 | |
| | | | | | ||||
| * | | | | Added check for OpenSSL version | murgatroid99 | 2015-09-21 | |
| | | | | | ||||
| * | | | | Removed C++ build from gyp file, fixed some minor issues | murgatroid99 | 2015-09-21 | |
| | | | | | ||||
| * | | | | Added grpc.gyp template | murgatroid99 | 2015-09-21 | |
|/ / / / | ||||
* | | | | Merge pull request #3340 from grpc/release-0_11 | Eric Anderson | 2015-09-14 | |
|\| | | | | | | | | | | | Release 0.11 branch to master. | |||
| | * | | Enable -Wshadow | Craig Tiller | 2015-09-11 | |
| |/ / |/| | | ||||
* | | | Merge github.com:grpc/grpc into immolating-conversion | Craig Tiller | 2015-09-11 | |
|\ \ \ | ||||
| | * | | Update template to latest changes | Craig Tiller | 2015-09-11 | |
| |/ / | ||||
* | | | Enable -Wconversion | Craig Tiller | 2015-09-10 | |
| | | | ||||
* | | | First round of fixing up implicit 64->32 bit conversions | Craig Tiller | 2015-09-10 | |
| | | |