-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add mimalloc internally to fix libatomic being linked dynamically
- Loading branch information
Showing
126 changed files
with
50,699 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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,2 +1,3 @@ | ||
*.h linguist-language=C | ||
ww/lwip/** linguist-vendored | ||
ww/lwip/** linguist-vendored | ||
ww/managers/mimalloc/** linguist-vendored |
This file contains 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 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# default behavior is to always use unix style line endings | ||
* text eol=lf | ||
*.png binary | ||
*.pdn binary | ||
*.jpg binary | ||
*.sln binary | ||
*.suo binary | ||
*.vcproj binary | ||
*.patch binary | ||
*.dll binary | ||
*.lib binary | ||
*.exe binary |
This file contains 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
ide/vs20??/*.db | ||
ide/vs20??/*.opendb | ||
ide/vs20??/*.user | ||
ide/vs20??/*.vcxproj.filters | ||
ide/vs20??/.vs | ||
ide/vs20??/VTune* | ||
out/ | ||
docs/ | ||
*.zip | ||
*.tar | ||
*.gz |
Oops, something went wrong.