Skip to content

Commit

Permalink
Fixed a couple memory leaks using up ~15 MB each iteration and initia…
Browse files Browse the repository at this point in the history
…lized some values to silence MSVC
  • Loading branch information
jarrodnorwell committed Mar 11, 2024
1 parent 5b8b11e commit a0ce82c
Show file tree
Hide file tree
Showing 50 changed files with 120 additions and 4,441 deletions.
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/android.md

This file was deleted.

31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/windows.md

This file was deleted.

4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.DS_Store
[Bb]uild

[Bb]uild
.DS_Store
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ if (NOT CLANG_FORMAT)
message(STATUS "Clang format not found! Downloading...")
set(CLANG_FORMAT "${PROJECT_BINARY_DIR}/externals/clang-format${CLANG_FORMAT_POSTFIX}.exe")
file(DOWNLOAD
https://github.com/sudachi-emu/windows-binaries/raw/master/clang-format${CLANG_FORMAT_POSTFIX}.exe
https://github.com/sudachi-emu/windows-binaries/raw/main/clang-format${CLANG_FORMAT_POSTFIX}.exe
"${CLANG_FORMAT}" SHOW_PROGRESS
STATUS DOWNLOAD_SUCCESS)
if (NOT DOWNLOAD_SUCCESS EQUAL 0)
Expand Down
6 changes: 0 additions & 6 deletions CONTRIBUTING.md

This file was deleted.

0 comments on commit a0ce82c

Please sign in to comment.