-
Notifications
You must be signed in to change notification settings - Fork 459
Comparing changes
Open a pull request
base repository: nodejs/node-addon-api
base: 4.1.0
head repository: nodejs/node-addon-api
compare: v4.2.0
- 11 commits
- 38 files changed
- 6 contributors
Commits on Sep 3, 2021
-
test: fixed the way to enable C exceptions. (#1061)
PR-URL: #1061 Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2f8619 - Browse repository at this point
Copy the full SHA b2f8619View commit details -
doc: fix documentation about how to enable C exception (#1059)
* doc: fixed doc about how to enable C exceptions. PR-URL: #1059 Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9aaf3b1 - Browse repository at this point
Copy the full SHA 9aaf3b1View commit details -
test: fix errors reported by newer compiler
- fix error reported about possible use of un-initialized variable from newer compiler Signed-off-by: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da2e754 - Browse repository at this point
Copy the full SHA da2e754View commit details
Commits on Sep 7, 2021
-
src,test: allow creating Function with move-only functor
Function::New fails to compile when given a move-only functor. For example, when constructing a callback function for Promise#then, a lambda might capture an ObjectReference. Creating a Function for such a lambda results in a compilation error. Tweak Function::New to work with move-only functors. For existing users of Function::New, this commit should not change behavior.
Configuration menu - View commit details
-
Copy full SHA for 3e5897a - Browse repository at this point
Copy the full SHA 3e5897aView commit details
Commits on Sep 9, 2021
-
test: standardize unit test file names
- change all unit test file names to snake case this helps in parsing file names to tokens and infer metadata like export initializers - all other changes other than file names is due to linter errors PR-URL: #1056 Reviewed-By: Michael Dawson <[email protected] Reviewed-By: NickNaso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbac3aa - Browse repository at this point
Copy the full SHA cbac3aaView commit details
Commits on Sep 10, 2021
-
test: run tests with opts to prefix bld root path
PR-URL: #1055 Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62b666c - Browse repository at this point
Copy the full SHA 62b666cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a2f3c - Browse repository at this point
Copy the full SHA 22a2f3cView commit details
Commits on Sep 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 76de4d8 - Browse repository at this point
Copy the full SHA 76de4d8View commit details
Commits on Sep 16, 2021
-
src: fix casts to not be undefined behavior
I guess if these were broken in practice, V8/Node.js itself would also experience difficulties with it, but there’s no real reason not to use the proper alternatives. PR-URL: #1070 Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b57a4a - Browse repository at this point
Copy the full SHA 2b57a4aView commit details
Commits on Sep 17, 2021
-
Merge pull request #1065 from strager/move-only-functor
src,test: allow creating Function with move-only functor
Configuration menu - View commit details
-
Copy full SHA for 2dc1f5b - Browse repository at this point
Copy the full SHA 2dc1f5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79d5651 - Browse repository at this point
Copy the full SHA 79d5651View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.1.0...v4.2.0