aboutsummaryrefslogtreecommitdiffhomepage
path: root/binding.gyp
Commit message (Collapse)AuthorAge
* Merge pull request #5013 from a-veitch/tag_set_to_contextGravatar Bogdan Drutu2016-02-04
|\ | | | | Change all instances of census_tag_set to census_context
* \ Merged from masterGravatar murgatroid992016-02-03
|\ \
* | | Add working Node artifact builder for all platformsGravatar murgatroid992016-02-03
| | |
| | * mergeGravatar Alistair Veitch2016-02-03
| | |\ | | |/ | |/|
| * | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-02-03
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: BUILD Makefile binding.gyp build.yaml gRPC.podspec grpc.gemspec package.json src/python/grpcio/grpc_core_dependencies.py templates/Makefile.template tools/doxygen/Doxyfile.core.internal tools/run_tests/sources_and_headers.json vsprojects/vcxproj/gpr/gpr.vcxproj vsprojects/vcxproj/gpr/gpr.vcxproj.filters
| | | * post mergeGravatar Alistair Veitch2016-02-02
| | | |
| | * | Use old memcpy for wrappersGravatar Craig Tiller2016-02-02
| | | |
| | * | Merge pull request #4979 from nicolasnoble/win32_subprocessGravatar Craig Tiller2016-02-01
| | |\ \ | | | | | | | | | | Adding windows support for gpr subprocesses.
| | * \ \ Merge pull request #4978 from nicolasnoble/alarmingGravatar Craig Tiller2016-01-31
| | |\ \ \ | | | | | | | | | | | | Fixing, using and testing alarm code.
| * | | | | Merge branch 'census-placeholders' into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-01-31
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: package.json tools/doxygen/Doxyfile.core.internal
| | * | | | Actually moving this to the proper place.Gravatar Nicolas "Pixel" Noble2016-01-31
| |/ / / / |/| | | |
| * | | | Merge branch 'win32_subprocess' into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-01-31
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: BUILD Makefile binding.gyp build.yaml gRPC.podspec grpc.gemspec src/python/grpcio/grpc_core_dependencies.py tools/run_tests/sources_and_headers.json vsprojects/vcxproj/gpr/gpr.vcxproj vsprojects/vcxproj/gpr/gpr.vcxproj.filters
| | * | | Adding windows support for gpr subprocesses.Gravatar Nicolas "Pixel" Noble2016-01-31
| |/ / / |/| | |
| * | | Merge branch 'alarming' into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-01-31
| |\| | | | | | | | | | | | | | | | | | Conflicts: tools/run_tests/sources_and_headers.json
| | * | Fixing, using and testing alarm code.Gravatar Nicolas "Pixel" Noble2016-01-31
| |/ / |/| |
| * | Removing gpr as a separated library.Gravatar Nicolas "Pixel" Noble2016-01-30
|/ /
* | Fixed windows build warningGravatar murgatroid992016-01-28
| |
* | Update template, add comment and message about Windows buildGravatar murgatroid992016-01-28
| |
* | Make Node library build on WindowsGravatar Michael Lumish2016-01-27
| |
* | Merge branch 'master' into node_binary_precompileGravatar murgatroid992016-01-26
|\ \
| * | Make Node library depend on BoringSSL and zlib, and only build them under ↵Gravatar murgatroid992016-01-25
| |/ | | | | | | Windows
* | Update copyright in binding.gypGravatar murgatroid992016-01-20
| |
* | Completed integration of node-pre-gyp into Node libraryGravatar murgatroid992016-01-20
| |
| * Merge branch 'master' into tag_setGravatar Alistair Veitch2016-01-15
| |\ | |/ |/|
| * Merge branch 'master' into tag_setGravatar Alistair Veitch2016-01-12
| |\
| * | initial commitGravatar Alistair Veitch2016-01-12
| | |
* | | Merged from master and resolved merge conflictsGravatar murgatroid992016-01-08
|\ \ \ | | |/ | |/|
| * | Removed redundant std= cflagGravatar murgatroid992016-01-07
| | |
| * | Compile Node extension with c99 and c++11Gravatar murgatroid992016-01-07
| |/
* / Expose core metadata validation functions in public headersGravatar murgatroid992016-01-06
|/
* Merge branch 'connected-subchannel' into ↵Gravatar Craig Tiller2015-12-10
|\ | | | | | | ping-ping-ping-ping-ping-ping-ping-ping-ping
| * Kill noop_filter.cGravatar Craig Tiller2015-12-09
| |
| * Nuke unused filesGravatar Craig Tiller2015-12-09
| |
* | Start of ping sketchGravatar Craig Tiller2015-12-07
|/
* Merge github.com:grpc/grpc into no-transport-metadataGravatar Craig Tiller2015-11-25
|\
| * merge with headGravatar yang-g2015-11-24
| |\
| | * AVL: creation, destroy, addGravatar Craig Tiller2015-11-23
| | |
* | | Merge github.com:grpc/grpc into static-metadataGravatar Craig Tiller2015-11-19
|\ \ \ | | |/ | |/|
* | | Static metadata declarationsGravatar Craig Tiller2015-11-18
| | |
| | * merge with headGravatar yang-g2015-11-18
| | |\ | | |/ | |/|
| * | Merge pull request #3993 from ctiller/new_opGravatar David G. Quintas2015-11-18
| |\ \ | |/ / |/| | Core transport & call cleanup
| | * first part, secure channel onlyGravatar yang-g2015-11-05
| | |
| * | Generate all file lists and build target lists in binding.gyp from build.yamlGravatar murgatroid992015-11-05
| |/
* / stream_op cleanup: build system changesGravatar Craig Tiller2015-11-02
|/
* Compile against Node's version of zlibGravatar murgatroid992015-10-26
|
* Removed extraneous C++ settings in Node gyp C targetsGravatar murgatroid992015-10-23
|
* Compile statically against Node's OpenSSL headersGravatar murgatroid992015-10-23
|
* Modified Mac build fix for new binding.gyp structureGravatar murgatroid992015-10-22
|
* Copy Node Mac build fix from old pull request (#1199)Gravatar murgatroid992015-10-22
|
* Merge pull request #3643 from dgquintas/microchannelsGravatar Craig Tiller2015-10-22
|\ | | | | μChannels implementation.