Ryan Meredith
|
7d39ed9bcc
|
Android: res cleanup
|
2020-08-31 06:49:10 -04:00 |
Jordan Woyak
|
e0b64e0ef8
|
Merge pull request #9049 from Ebola16/GCAC
GCAdapter_Android: Minor cleanup
|
2020-08-30 19:48:07 -05:00 |
Jordan Woyak
|
0a63340c20
|
Merge pull request #9037 from shuffle2/code-cleanup
Code cleanup
|
2020-08-30 19:43:23 -05:00 |
LC
|
75b4f70e5e
|
Merge pull request #9053 from kit-ty-kate/freebsd-arm64
Add support for FreeBSD/arm64
|
2020-08-28 18:42:01 -04:00 |
Shawn Hoffman
|
24e8ed8e27
|
msbuild: add experimental:deterministic for safety
|
2020-08-28 01:39:38 -07:00 |
Shawn Hoffman
|
5d334d4756
|
msbuild: explicitly disable incremental linking
Previously the default was used, which would
enable incremental linking for debug builds.
|
2020-08-27 23:59:22 -07:00 |
Shawn Hoffman
|
969ea6e4f5
|
msvc: enable /Zc:preprocessor and make build compile cleanly
|
2020-08-27 21:58:48 -07:00 |
Shawn Hoffman
|
4db06bf85b
|
ogl: init ProgramShaderCache::s_ubo_align to 1.
silences a warning that it may cause div-by-zero.
|
2020-08-27 15:15:52 -07:00 |
Shawn Hoffman
|
8068ff92bf
|
msbuild: use x64-hosted toolchain
|
2020-08-27 15:15:52 -07:00 |
Shawn Hoffman
|
9888adad54
|
msbuild: always enable /Gy and /Gw
|
2020-08-27 15:15:52 -07:00 |
Shawn Hoffman
|
9717a418b9
|
msbuild: properly enable /Brepro
|
2020-08-27 15:15:52 -07:00 |
Shawn Hoffman
|
d35514399e
|
msbuild: fix a typo
|
2020-08-27 15:15:52 -07:00 |
Shawn Hoffman
|
7279f31b24
|
msbuild: re-enable C4996 and C4351
C4996 enables warnings about deprecated items
C4351 was phased out (thus a no-op) years ago
|
2020-08-27 15:15:52 -07:00 |
Shawn Hoffman
|
ae061276d6
|
msbuild: enable /Zc:externConstexpr,lambda note about preprocessor
|
2020-08-27 15:15:34 -07:00 |
Kate
|
5981a1929d
|
Add support for FreeBSD/arm64
|
2020-08-27 21:54:04 +01:00 |
Ryan Meredith
|
acd717ffae
|
GCAdapter_Android: Minor cleanup
|
2020-08-26 16:40:22 -04:00 |
Shawn Hoffman
|
fcc8dfd189
|
Common/Assert: no longer needs special impl for msvc
|
2020-08-23 13:57:05 -07:00 |
Shawn Hoffman
|
89b6a4cbee
|
DolphinQt: resolve Qt5.15 deprecations
|
2020-08-23 13:57:05 -07:00 |
Shawn Hoffman
|
c629af6319
|
replace is_pod with is_standard_layout && is_trivially_copyable
|
2020-08-23 13:57:05 -07:00 |
Shawn Hoffman
|
2c2fd21d41
|
msbuild: silence warnings about deprecated codecvt items
|
2020-08-23 13:57:05 -07:00 |
Shawn Hoffman
|
12ea56a6b2
|
remove extraneous WIN32_LEAN_AND_MEAN definition
|
2020-08-23 13:57:05 -07:00 |
Shawn Hoffman
|
181e0dba21
|
apply `if constexpr` in a couple places
|
2020-08-23 13:57:05 -07:00 |
Shawn Hoffman
|
ccbc4c2d99
|
fix possible dangling shared_ptr ptr in ios
|
2020-08-23 13:57:05 -07:00 |
Shawn Hoffman
|
3ee4c53d65
|
wiimotereal: add some error handling. replace malloc with make_unique
|
2020-08-23 13:57:05 -07:00 |
Shawn Hoffman
|
938fd4e438
|
use constexpr for some compile-time expressions
|
2020-08-23 13:57:05 -07:00 |
Shawn Hoffman
|
79f5ea0474
|
initialize some variables which need to be
|
2020-08-23 13:57:05 -07:00 |
Shawn Hoffman
|
c22748dc38
|
windows: fix some incorrect string lengths
|
2020-08-23 13:55:15 -07:00 |
Shawn Hoffman
|
b021573a70
|
GekkoDisassembler: fix rld*
|
2020-08-23 13:55:14 -07:00 |
Shawn Hoffman
|
49590c9a42
|
FileUtil: handle some error conditions
|
2020-08-23 13:55:14 -07:00 |
Shawn Hoffman
|
3bc8a26083
|
don't use std::move on const variables
|
2020-08-23 13:55:14 -07:00 |
Shawn Hoffman
|
1b1fc39f02
|
handle to GetFileVersionInfoW must be zero
|
2020-08-23 13:55:14 -07:00 |
Jordan Woyak
|
c36ae84b96
|
Merge pull request #9044 from shuffle2/thread-names
Thread names
|
2020-08-23 06:01:05 -05:00 |
Shawn Hoffman
|
6ef9d70701
|
name some threads
|
2020-08-22 17:22:07 -07:00 |
Shawn Hoffman
|
a769dff1d0
|
windows: additionally set thread name via SetThreadDescription
|
2020-08-22 17:22:07 -07:00 |
LC
|
4a34b74e68
|
Merge pull request #9035 from shuffle2/vs-pretty
misc vcxproj cleanup
|
2020-08-22 20:13:25 -04:00 |
LC
|
f3431f3ff8
|
Merge pull request #9043 from Ebola16/GS
Android: Prevent getSetting ClassCastExceptions in ItemViews
|
2020-08-22 19:44:13 -04:00 |
LC
|
a9c8f5424b
|
Merge pull request #9041 from shuffle2/no-pch
windows: fix build if pch were to be disabled
|
2020-08-22 19:42:44 -04:00 |
Shawn Hoffman
|
cff4806d8d
|
windows: fix build if pch were to be disabled
|
2020-08-22 16:18:24 -07:00 |
Shawn Hoffman
|
1104fcf807
|
msbuild: allow _WIN32_WINNT to be naturally defined by headers
|
2020-08-22 16:17:51 -07:00 |
Shawn Hoffman
|
c88d832e05
|
msbuild: prettify include paths
|
2020-08-22 16:17:51 -07:00 |
Shawn Hoffman
|
af55938538
|
msbuild: use the moc dispatcher from Qt's vstools
The new method supports build parallelism and cleaner
integration into msbuild dependency flows.
|
2020-08-22 16:17:51 -07:00 |
Shawn Hoffman
|
03a263db20
|
msbuild: fixup linking of discord-rpc
|
2020-08-22 16:17:50 -07:00 |
Shawn Hoffman
|
2f47f486af
|
msbuild: re-enable standalone vcxproj processing
|
2020-08-22 16:17:50 -07:00 |
Shawn Hoffman
|
1f8cda6281
|
DolphinQt: sort the files in vcxproj
|
2020-08-22 16:17:50 -07:00 |
Shawn Hoffman
|
390f509bbf
|
windows: disable C4200 directly in libusb.h
|
2020-08-22 16:17:50 -07:00 |
Shawn Hoffman
|
7705f7c1a3
|
msbuild: refactor stuff out of project files (for externals)
|
2020-08-22 16:17:50 -07:00 |
Shawn Hoffman
|
94bf48b67c
|
msbuild: refactor stuff out of project files (for dolphin)
|
2020-08-22 16:17:50 -07:00 |
Shawn Hoffman
|
3a0d8c0208
|
msbuild: enable D3DCommon to use pch
|
2020-08-22 16:17:50 -07:00 |
Shawn Hoffman
|
36ace8eb52
|
prettify some constructs in vcxproj files
|
2020-08-22 16:17:50 -07:00 |
LC
|
800b2480ec
|
Merge pull request #9046 from AdmiralCurtiss/win-qt515
Update Windows build to use Qt 5.15.0.
|
2020-08-22 14:36:53 -04:00 |