1
0
mirror of https://github.com/bshoshany/thread-pool.git synced 2026-07-21 19:13:00 +04:00

Updated to v5.1.0

This commit is contained in:
Barak Shoshany
2026-01-03 20:03:51 -05:00
parent aa3fbfbe80
commit bd4533f1f7
32 changed files with 2638 additions and 1656 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"C_Cpp.codeAnalysis.clangTidy.args": [
"--extra-arg-before=--target=x86_64-pc-windows-msvc",
],
"C_Cpp.codeAnalysis.exclude": {
"misc/**": true,
"temp/**": true
}
}