This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifndef PAYLOAD_WRAPPER_H | |
| #define PAYLOAD_WRAPPER_H | |
| #include <v8.h> | |
| #include <node.h> | |
| #include "nan.h" | |
| using namespace v8; | |
| using namespace node; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| struct TransferProgressBaton { | |
| const git_transfer_progress * stats; | |
| void * payload; | |
| uv_work_t req; | |
| int result; | |
| Persistent<Object> promise; | |
| bool done; | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| johnhosx :: ~/Development/nodegit ‹untracked*› » npm test | |
| > [email protected] test /Users/johnh/Development/nodegit | |
| > npm run lint && npm run cov | |
| > [email protected] lint /Users/johnh/Development/nodegit | |
| > jshint lib test/tests examples lifecycleScripts | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // This is a generated file, modify: generate/templates/struct_content.cc. | |
| #include <nan.h> | |
| #include <string.h> | |
| #include <chrono> | |
| #include <thread> | |
| #include <execinfo.h> | |
| #include <signal.h> | |
| #include <stdlib.h> | |
| #include <unistd.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "GIT_EXTERN(": { | |
| "js": "GIT_EXTERN(" | |
| }, | |
| "char": { | |
| "js": "String", | |
| "cpp": "String" | |
| }, | |
| "char *": { | |
| "js": "String", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| **** Logging started Tue Aug 19 2014 19:00:56 **** | |
| Channel modes: [+cnt] | |
| Channel created: Thu May 08 2014 18:46:09 | |
| Users: [Total: 5, Normal: 5] | |
| <johnhaley81> Hola | |
| <tbranyen> hey johnhaley81 | |
| <tbranyen> just unloaded a bunch of information on maxkorp | |
| <johnhaley81> Nice :) | |
| Quit: maxkorp [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
NewerOlder