Skip to content

Commit 794ffc8

Browse files
authored
Merge: SHA-256 for JS, Swift, Go 🫆 #252
2 parents 490dc4e + 4558509 commit 794ffc8

34 files changed

+1633
-1048
lines changed

.github/workflows/prerelease.yml

Lines changed: 108 additions & 95 deletions
Large diffs are not rendered by default.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,14 +687,14 @@ jobs:
687687
run: |
688688
cmake -DCMAKE_BUILD_TYPE=Release -B build_release -DSTRINGZILLA_BUILD_SHARED=1
689689
cmake --build build_release --config Release
690-
tar -cvf "stringzilla_shared_windows_${{ matrix.arch }}_${{ steps.set_version.outputs.version }}.tar" "build_release/stringzilla_shared.dll" "./include/stringzilla/stringzilla.h"
690+
tar -cvf "stringzilla_bare_windows_${{ matrix.arch }}_${{ steps.set_version.outputs.version }}.tar" "build_release/stringzilla_bare.dll" "build_release/stringzilla_bare.lib" "./include/stringzilla/stringzilla.h"
691691
692692
- name: Upload archive
693693
uses: xresloader/upload-to-github-release@v1
694694
env:
695695
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
696696
with:
697-
file: "stringzilla_shared_windows_${{ matrix.arch }}_${{ steps.set_version.outputs.version }}.tar"
697+
file: "stringzilla_bare_windows_${{ matrix.arch }}_${{ steps.set_version.outputs.version }}.tar"
698698
update_latest_release: true
699699

700700
create_macos_library:

.vscode/settings.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"ACGT",
4545
"ACGU",
4646
"aesdec",
47+
"aesni",
4748
"allowoverlap",
4849
"aminoacid",
4950
"aminoacids",
@@ -90,6 +91,7 @@
9091
"endregion",
9192
"endswith",
9293
"Eron",
94+
"Evals",
9395
"extremums",
9496
"Fisher",
9597
"Galil",
@@ -98,6 +100,7 @@
98100
"Giancarlo",
99101
"Giordano",
100102
"Glutamic",
103+
"goldmont",
101104
"Gonnet",
102105
"Gotoh",
103106
"GPGPU",
@@ -205,6 +208,7 @@
205208
"Selenocysteine",
206209
"Sergey",
207210
"SFINAE",
211+
"shani",
208212
"shfl",
209213
"SIMD",
210214
"SIMT",
@@ -219,7 +223,6 @@
219223
"STL",
220224
"strided",
221225
"stringtape",
222-
"StringWa.rs",
223226
"StringWars",
224227
"stringzilla",
225228
"stringzillas",
@@ -244,6 +247,7 @@
244247
"vectorizing",
245248
"Vintsyuk",
246249
"Wagner",
250+
"Westmere",
247251
"whitespaces",
248252
"wout",
249253
"Wunsch",
@@ -260,7 +264,6 @@
260264
"editor.rulers": [120],
261265
"editor.tabSize": 4,
262266
"files.associations": {
263-
"*.gyp": "json",
264267
"__availability": "cpp",
265268
"__bit_reference": "cpp",
266269
"__bits": "cpp",
@@ -282,6 +285,7 @@
282285
"__tree": "cpp",
283286
"__tuple": "cpp",
284287
"__verbose_abort": "cpp",
288+
"*.gyp": "json",
285289
"*.tcc": "cpp",
286290
"algorithm": "cpp",
287291
"any": "cpp",

0 commit comments

Comments
 (0)