Commit Graph

17 Commits

Author SHA1 Message Date
dd23a1ee79 Update VS projects/solutions to VS2019 2019-11-30 13:42:52 +10:00
bab00088d4 CMake/Windows: Add PCH support 2019-05-15 19:28:04 +02:00
97cc9894e4 Update to Visual Studio's default Windows SDK 2018-10-20 00:53:08 +01:00
19ddd29afb bump msvc version check 2018-07-11 14:53:38 -07:00
bf3022ef2b msvc: bump the required _MSC_FULL_VER 2017-06-03 18:20:41 -07:00
072c161445 upgrade to Windows SDK 10.0.15063.0
this is required for /permissive- to work, because some headers in the
Windows SDK use Microsoft extensions that are not allowed in standards mode
2017-05-28 13:37:31 +02:00
d592bdd4d4 Migrate to Visual Studio 2017.
Auto-generated by the IDE, I'll trust it knows what it's doing.
2017-05-25 15:58:59 -07:00
3570c7f03a Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
d2c4ce8696 pch: Update Visual Studio version check 2016-03-30 20:31:59 -04:00
aeee5be5ef pch: Update MSVC version check 2015-10-02 20:51:23 -04:00
aa7208e270 [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
268f52e054 Add missing license headers 2015-05-25 13:11:47 +02:00
f75187db3e Add missing newlines at EOF 2015-03-01 17:17:09 +01:00
b0bde31ac0 Fix include order of files outside of Source/Core 2015-03-01 14:54:22 +01:00
3aa3002010 Fix Intellisense error spam on Visual Studio.
Intellisense doesn't like defines in PCH files, and it doesn't like the deleted
constructor for BitField.  (I think it's being overly strict about the
"must have no non-default constructors" rule for classes in unions.)
2015-01-23 19:15:25 -08:00
cb86db7b68 Minor consistency changes
Mostly small changes, like capitalization and spelling
2015-01-12 15:18:18 -05:00
f1b82a34b2 Windows: Use a shared precompiled header for dolphin code under Source/ 2014-08-14 23:51:13 -07:00