-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
everything: Massive (overdue) cleanup
- Update 3rd party libraries to the newest version (Closes #6) - Removed Mangadex code since I will need to redo all of it anyways - Move Windows NOMINMAX define out of MSVC compiler to an if(Windows) conditional (Closes #7) - Move MSVC /permissive- flag outside of the if(ENABLE_WARNINGS) conditional (Closes #7) - Merge Clang and AppleClang flags (again) - Clean-up top level CMakeLists.txt by moving the changes to appropriate .cmake files - Drop generator from CMakePresets.json now that its not required by default. - Update .gitignore - Restructure how I handle handle source files. The time to do this sort of thing is now, figuring out what works best for me and the project is when its infancy and I am the sole contributor. We do include the beginning skeleton of the new window.[cpp/h] files since it was easier then more mucking about in the cmake files. ;)
- Loading branch information
1 parent
2d7def5
commit 6493881
Showing
28 changed files
with
303 additions
and
688 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 |
---|---|---|
|
@@ -2,3 +2,4 @@ CMakeCache.txt | |
CMakeFiles/ | ||
build/* | ||
CMakeUserPresets.json | ||
*session.vim |
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
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
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
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
Oops, something went wrong.