index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
CMakeLists.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
CI: fix caching
liushuyu
2022-07-04
1
-1
/
+7
*
CMakeLists: Make variable shadowing a compile-time error
Morph
2022-06-13
1
-0
/
+5
*
CMakeLists: Enforce C4505 and C5245
Morph
2022-04-07
1
-0
/
+2
*
build: remove -fconcepts
Andrea Pappacoda
2022-04-05
1
-6
/
+0
*
cmake: make tests optional
Alexandre Bouvier
2022-01-12
1
-1
/
+4
*
CMakeLists: Specify /Zm200 when compiling in MSVC
Morph
2021-12-06
1
-0
/
+2
*
CMakeLists: Document the /GT compile option
Morph
2021-10-28
1
-0
/
+1
*
Build System: Build with JCC Erratum Mitigation
Fernando Sahmkow
2021-09-15
1
-0
/
+5
*
shader: Initial recompiler work
ReinUsesLisp
2021-07-22
1
-0
/
+1
*
CMakeLists: Treat -Wsign-compare as an error on GCC/Clang
Morph
2021-07-06
1
-0
/
+1
*
Merge pull request #6537 from Morph1984/warnings
bunnei
2021-07-05
1
-3
/
+12
|
\
|
*
CMakeLists: Disable all warnings for external headers
Morph
2021-06-28
1
-0
/
+5
|
*
CMakeLists: Enforce C4018, C4267, C4305, C4389
Morph
2021-06-28
1
-3
/
+7
*
|
CMakeLists: Enforce C4189
Morph
2021-07-03
1
-0
/
+1
|
/
*
CMakeLists: Enforce C4715 on MSVC
Morph
2021-05-17
1
-0
/
+1
*
CMakeLists: Add /utf-8 compile option for MSVC
Morph
2021-03-05
1
-0
/
+2
*
cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globally
ReinUsesLisp
2021-01-24
1
-0
/
+2
*
Merge pull request #5352 from ReinUsesLisp/remove-tester
LC
2021-01-15
1
-1
/
+0
|
\
|
*
cmake: Remove yuzu_tester
ReinUsesLisp
2021-01-15
1
-1
/
+0
*
|
cmake: Enforce -Wunused-function code-base wide
ReinUsesLisp
2021-01-15
1
-0
/
+1
|
/
*
cmake: Enforce -Werror=switch and -Werror=unused-variable
Morph
2021-01-13
1
-0
/
+2
*
cmake: Enforce C4101
Morph
2021-01-10
1
-0
/
+1
*
cmake: Enforce C4062, C4265, C4388, and C5038
ReinUsesLisp
2021-01-09
1
-0
/
+4
*
cmake: Enforce -Wuninitialized
ReinUsesLisp
2020-12-30
1
-0
/
+1
*
CMakeLists: disable -Winvalid-offsetof
comex
2020-11-27
1
-0
/
+1
*
CMakeLists: Resolve MSVC build failures
Lioncash
2020-10-30
1
-1
/
+0
*
General: Catch more expressions with no effect on MSVC
Lioncash
2020-10-30
1
-0
/
+4
*
General: Make ignoring a discarded return value an error
Lioncash
2020-10-30
1
-1
/
+5
*
CMakeLists: Resolve #4478
Lioncash
2020-08-03
1
-1
/
+6
*
ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...
David
2020-08-03
1
-0
/
+1
*
Build System: Fix GCC & MINGW Build.
Fernando Sahmkow
2020-06-27
1
-0
/
+4
*
CMakeLists: Make missing declarations a compile-time error
Lioncash
2020-04-16
1
-0
/
+1
*
CMakeLists: Enable -Wmissing-declarations on Linux builds
Lioncash
2020-04-16
1
-0
/
+1
*
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-15
1
-0
/
+3
*
CMakeLists: Make -Wreorder a compile-time error
Lioncash
2020-04-15
1
-0
/
+1
*
CMake: Create thin archives on Linux
Léo Lam
2020-01-19
1
-0
/
+9
*
yuzu_tester: Add project subdirectory
Zach Hilman
2019-06-10
1
-0
/
+1
*
Merge pull request #2460 from lioncash/volatile
Mat M
2019-05-14
1
-0
/
+2
|
\
|
*
CMakeLists: Specify /volatile:iso for MSVC
Lioncash
2019-05-09
1
-0
/
+2
*
|
Merge pull request #2450 from lioncash/warn-level
Mat M
2019-05-14
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
CMakeLists: Explicitly specify -Wall for the non-MSVC case
Lioncash
2019-05-04
1
-1
/
+4
*
|
src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flags
Lioncash
2019-05-07
1
-8
/
+10
*
|
src/CMakeLists: Vertically order compilation flags
Lioncash
2019-05-07
1
-9
/
+19
|
/
*
CMakeLists: Ensure we specify Unicode as the codepage on Windows
Lioncash
2019-04-16
1
-0
/
+3
*
CMakeLists: Move off of modifying CMAKE_*-related flags
Lioncash
2019-03-17
1
-20
/
+12
*
CMakeLists: Move compilation flags into the src directory
Lioncash
2019-03-17
1
-0
/
+69
*
Port web_service from Citra
fearlessTobi
2018-10-02
1
-0
/
+3
*
audio_core: Add initial code for keeping track of audout state.
bunnei
2018-07-27
1
-0
/
+1
*
Massive removal of unused modules
James Rowe
2018-01-12
1
-7
/
+2
*
web_service: Add CMake flag to enable.
bunnei
2017-07-11
1
-1
/
+3
[next]