-
-
Notifications
You must be signed in to change notification settings - Fork 836
refactor: update blas/ext/ssort2ins
to follow current project conventions
#1874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
9043051
refactor: update to follow current project conventions
vr-varad 92d9013
refactor: update blas/ext/base/ssort2ins to follow current project co…
vr-varad abc3316
refactor: update blas/ext/base/ssort2ins to follow current project co…
vr-varad 4a3d8c9
refactor: update blas/ext/base/ssort2ins to follow current project co…
vr-varad f74eedd
refactor: update blas/ext/base/ssort2ins to follow current project co…
vr-varad 0db2bf0
refactor: update blas/ext/base/ssort2ins to follow current project co…
vr-varad 3b66462
refactor: update blas/ext/base/ssort2ins to follow current project co…
vr-varad da6595c
refactor: update blas/ext/base/ssort2ins to follow current project co…
vr-varad a3b8e2f
refactor: update blas/ext/base/ssort2ins to follow current project co…
vr-varad a2dbfd6
refactor: update blas/ext/base/ssort2ins to follow current project co…
vr-varad 7d6fd89
refactor: update blas/ext/base/ssort2ins to follow current project co…
vr-varad 4421608
refactor: update blas/ext/base/ssort2ins to follow current project co…
vr-varad 85365a8
refactor: update blas/ext/base/ssort2ins to follow current project co…
vr-varad 5f00ef5
refactor: update blas/ext/base/ssort2ins to follow current project co…
vr-varad a9a4836
refactor: update blas/ext/base/ssort2ins to follow current project co…
vr-varad 4f7514a
refactor: update blas/ext/base/ssort2ins to follow current project co…
vr-varad 86ec106
Merge branch 'stdlib-js:develop' into feat/ssort2ins
vr-varad 2f494e0
Merge branch 'stdlib-js:develop' into feat/ssort2ins
vr-varad 504306f
fix: resolved issues
vr-varad 0362d8a
fix: resolved issues
vr-varad fc5c908
fix: resolved issues
vr-varad 945ea98
fix: made changes in manifest.json
vr-varad feac823
fix: made changes in manifest.json
vr-varad bfbbcfb
fix: made changes in manifest.json
vr-varad d60a85f
fix: made changes in manifest.json
vr-varad 3892a6b
fix: made changes
vr-varad 61e9c6f
fix: made changes
vr-varad 73ddada
Merge branch 'stdlib-js:develop' into feat/ssort2ins
vr-varad f3e07d2
fix: fixed some issues in ndarray.native.js
vr-varad 8821185
fix: fixed some issues in ndarray.native.js
vr-varad 95aa3db
fix: fixed some issues in ndarray.native.js
vr-varad 1c99356
fix: fixed some issues in ndarray.native.js
vr-varad f178d03
fix: fixed some issues in ndarray.native.js
vr-varad 741c938
fix: fixed some issues in ndarray.native.js
vr-varad 79a40af
fix: fixed some issues in ndarray.native.js
vr-varad 0b58f32
chore: remove unneeded casts
Planeshifter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,3 +41,4 @@ int main( void ) { | |
printf( "y[ %i ] = %"PRId64"\n", i, (int64_t)y[ i ] ); | ||
} | ||
} | ||
|
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 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 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
121 changes: 80 additions & 41 deletions
121
lib/node_modules/@stdlib/blas/ext/base/ssort2ins/manifest.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,82 @@ | ||
{ | ||
"options": {}, | ||
"fields": [ | ||
{ | ||
"field": "src", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "include", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "libraries", | ||
"resolve": false, | ||
"relative": false | ||
}, | ||
{ | ||
"field": "libpath", | ||
"resolve": true, | ||
"relative": false | ||
} | ||
], | ||
"confs": [ | ||
{ | ||
"src": [ | ||
"./src/ssort2ins.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [ | ||
"-lm" | ||
], | ||
"libpath": [], | ||
"dependencies": [ | ||
"@stdlib/math/base/assert/is-nanf", | ||
"@stdlib/math/base/assert/is-negative-zerof" | ||
] | ||
} | ||
] | ||
"options": { | ||
"task": "build" | ||
}, | ||
"fields": [ | ||
{ | ||
"field": "src", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "include", | ||
"resolve": true, | ||
"relative": true | ||
}, | ||
{ | ||
"field": "libraries", | ||
"resolve": false, | ||
"relative": false | ||
}, | ||
{ | ||
"field": "libpath", | ||
"resolve": true, | ||
"relative": false | ||
} | ||
], | ||
"confs": [ | ||
{ | ||
Planeshifter marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"task": "build", | ||
"src": [ | ||
"./src/ssort2ins.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [ | ||
"-lm" | ||
], | ||
"libpath": [], | ||
"dependencies": [ | ||
"@stdlib/napi/export", | ||
"@stdlib/napi/argv", | ||
"@stdlib/napi/argv-int64", | ||
"@stdlib/napi/argv-double", | ||
"@stdlib/napi/argv-strided-float32array", | ||
"@stdlib/math/base/assert/is-nanf", | ||
"@stdlib/math/base/assert/is-negative-zerof" | ||
] | ||
}, | ||
{ | ||
"task": "benchmark", | ||
"src": [ | ||
"./src/ssort2ins.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [ | ||
"-lm" | ||
], | ||
"libpath": [], | ||
"dependencies": [] | ||
}, | ||
{ | ||
"task": "examples", | ||
"src": [ | ||
"./src/ssort2ins.c" | ||
], | ||
"include": [ | ||
"./include" | ||
], | ||
"libraries": [ | ||
"-lm" | ||
], | ||
"libpath": [], | ||
"dependencies": [ | ||
"@stdlib/math/base/assert/is-nanf", | ||
"@stdlib/math/base/assert/is-negative-zerof" | ||
] | ||
} | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,5 +72,7 @@ | |
"single", | ||
"float32array" | ||
], | ||
"__stdlib__": {} | ||
"__stdlib__": { | ||
"wasm": false | ||
} | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.