FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/node_api.h - isker/node · GitHub
isker
/
node
Public
forked from
nodejs/node
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
node
src
node_api.h
on
master
User selector
Datepicker
Commit history
Commits on Mar 10, 2021
node-api: define version 8
Show description for d154755
gabrielschulhof
authored and
mhdawson
committed
d154755
View commit details
Copy full SHA for d154755
View code at this point
Browse repository at this point
Commits on Feb 10, 2021
node-api: allow retrieval of add-on file name
Show description for ad3ebed
Gabriel Schulhof
and
mhdawson
committed
ad3ebed
View commit details
Copy full SHA for ad3ebed
View code at this point
Browse repository at this point
Commits on Sep 26, 2020
src: allow N-API addon in `AddLinkedBinding()`
Show description for ff38165
addaleax
authored and
nodejs-github-bot
committed
ff38165
View commit details
Copy full SHA for ff38165
View code at this point
Browse repository at this point
Commits on Aug 27, 2020
n-api: re-implement async env cleanup hooks
Show description for 0848f56
Gabriel Schulhof
and
addaleax
committed
0848f56
View commit details
Copy full SHA for 0848f56
View code at this point
Browse repository at this point
Commits on Aug 6, 2020
n-api,src: provide asynchronous cleanup hooks
Show description for 22cbbcf
addaleax
committed
22cbbcf
View commit details
Copy full SHA for 22cbbcf
View code at this point
Browse repository at this point
Commits on Jun 28, 2020
n-api: add version to wasm registration
Show description for b327d33
devsnek
committed
b327d33
View commit details
Copy full SHA for b327d33
View code at this point
Browse repository at this point
Commits on May 30, 2020
napi: add __wasm32__ guards
Show description for b4ede54
devsnek
committed
b4ede54
View commit details
Copy full SHA for b4ede54
View code at this point
Browse repository at this point
Commits on Jan 25, 2020
src: define noreturn attribute for windows
Show description for 3188afe
lxbndr
authored and
Trott
committed
3188afe
View commit details
Copy full SHA for 3188afe
View code at this point
Browse repository at this point
Commits on Jan 22, 2019
n-api: mark thread-safe function as stable
Show description for 11387e1
Gabriel Schulhof
committed
11387e1
View commit details
Copy full SHA for 11387e1
View code at this point
Browse repository at this point
Commits on Nov 17, 2018
src: factor out Node.js-agnostic N-APIs
Show description for 596bd5f
Gabriel Schulhof
committed
596bd5f
View commit details
Copy full SHA for 596bd5f
View code at this point
Browse repository at this point
Commits on Oct 9, 2018
benchmark,doc,lib,src,test,tools: fix typos
Show description for 13340d4
bndnsmth
authored and
vsemozhetbyt
committed
13340d4
View commit details
Copy full SHA for 13340d4
View code at this point
Browse repository at this point
Commits on Sep 13, 2018
n-api: add generic finalizer callback
Show description for cf0e881
Gabriel Schulhof
committed
cf0e881
View commit details
Copy full SHA for cf0e881
View code at this point
Browse repository at this point
Commits on Jul 12, 2018
napi: add bigint support
Show description for 1849a2b
devsnek
committed
1849a2b
View commit details
Copy full SHA for 1849a2b
View code at this point
Browse repository at this point
Commits on Jul 5, 2018
n-api: restrict exports by version
Show description for 8476053
kfarnung
committed
8476053
View commit details
Copy full SHA for 8476053
View code at this point
Browse repository at this point
Commits on Jun 29, 2018
n-api: add API for asynchronous functions
Show description for 81f06ba
Gabriel Schulhof
committed
81f06ba
View commit details
Copy full SHA for 81f06ba
View code at this point
Browse repository at this point
Commits on May 10, 2018
src: add environment cleanup hooks
Show description for 5c6cf30
addaleax
committed
5c6cf30
View commit details
Copy full SHA for 5c6cf30
View code at this point
Browse repository at this point
Commits on Apr 23, 2018
n-api: initialize a module via a special symbol
Show description for 0f8caf2
Gabriel Schulhof
committed
0f8caf2
View commit details
Copy full SHA for 0f8caf2
View code at this point
Browse repository at this point
Commits on Mar 20, 2018
n-api: add napi_fatal_exception
Show description for c1695d8
mafintosh
authored and
mhdawson
committed
c1695d8
View commit details
Copy full SHA for c1695d8
View code at this point
Browse repository at this point
Commits on Mar 14, 2018
n-api: take n-api out of experimental
Show description for cd7d7b1
mhdawson
committed
cd7d7b1
View commit details
Copy full SHA for cd7d7b1
View code at this point
Browse repository at this point
Commits on Feb 5, 2018
n-api: add methods to open/close callback scope
Show description for a555397
mhdawson
committed
a555397
View commit details
Copy full SHA for a555397
View code at this point
Browse repository at this point
Commits on Jan 1, 2018
src: remove duplicate words in comments
Show description for 93acfe5
tniessen
committed
93acfe5
View commit details
Copy full SHA for 93acfe5
View code at this point
Browse repository at this point
Commits on Dec 1, 2017
tools: add cpplint rule for NULL usage
Show description for 12c8b4d
danbev
committed
12c8b4d
View commit details
Copy full SHA for 12c8b4d
View code at this point
Browse repository at this point
Commits on Nov 21, 2017
n-api: add helper for addons to get the event loop
Show description for 9cf3525
addaleax
committed
9cf3525
View commit details
Copy full SHA for 9cf3525
View code at this point
Browse repository at this point
Commits on Sep 24, 2017
n-api: fix warning about size_t compare with int
Show description for a406a32
Sampson Gao
authored and
mhdawson
committed
a406a32
View commit details
Copy full SHA for a406a32
View code at this point
Browse repository at this point
Commits on Sep 18, 2017
n-api: add optional string length parameters
Show description for 1976654
Sampson Gao
authored and
mhdawson
committed
1976654
View commit details
Copy full SHA for 1976654
View code at this point
Browse repository at this point
Commits on Sep 14, 2017
n-api: napi_is_construct_call->napi_get_new_target
Show description for 973c12f
Sampson Gao
authored and
mhdawson
committed
973c12f
View commit details
Copy full SHA for 973c12f
View code at this point
Browse repository at this point
n-api: Context for custom async operations
Show description for 0c258bd
jasongin
authored and
mhdawson
committed
0c258bd
View commit details
Copy full SHA for 0c258bd
View code at this point
Browse repository at this point
n-api: refactor napi_addon_register_func
Show description for 92e5f5c
boingoing
authored and
mhdawson
committed
92e5f5c
View commit details
Copy full SHA for 92e5f5c
View code at this point
Browse repository at this point
n-api: change async resource name to napi_value
Show description for 1a0727d
jasongin
authored and
addaleax
committed
1a0727d
View commit details
Copy full SHA for 1a0727d
View code at this point
Browse repository at this point
n-api: use AsyncResource for Work tracking
Show description for 8c8c90b
addaleax
committed
8c8c90b
View commit details
Copy full SHA for 8c8c90b
View code at this point
Browse repository at this point
Commits on Sep 9, 2017
n-api: implement napi_run_script
Show description for 61e9ba1
Gabriel Schulhof
committed
61e9ba1
View commit details
Copy full SHA for 61e9ba1
View code at this point
Browse repository at this point
Commits on Aug 30, 2017
n-api: adds function to adjust external memory
Show description for c77e6d3
Chris Young
authored and
Benjamin Gruenbaum
committed
c77e6d3
View commit details
Copy full SHA for c77e6d3
View code at this point
Browse repository at this point
Commits on Aug 25, 2017
n-api: implement promise
Show description for 7efb8f7
Gabriel Schulhof
committed
7efb8f7
View commit details
Copy full SHA for 7efb8f7
View code at this point
Browse repository at this point
Commits on Aug 22, 2017
n-api: add ability to remove a wrapping
Show description for 70664bf
Gabriel Schulhof
committed
70664bf
View commit details
Copy full SHA for 70664bf
View code at this point
Browse repository at this point
Commits on Aug 12, 2017
n-api: add napi_get_node_version
Show description for 835c383
addaleax
committed
835c383
View commit details
Copy full SHA for 835c383
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL