index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
CMakeLists.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-11
ci: fix msvc when used with LTO (#11459)
liamwhite
1
-0
/
+1
2023-09-03
msvc: set warning level to /W4 globally
Danila Malyutin
1
-2
/
+6
2023-09-02
general: make -fwrapv generic to all architectures (#11379)
liamwhite
1
-1
/
+2
2023-08-26
Avoid `$<CXX_COMPILER_ID:Clang>` because it doesn't include AppleClang.
comex
1
-9
/
+11
2023-08-26
Warnings cleanup for GCC 13 and Clang 16
comex
1
-0
/
+1
2023-08-17
cmake: mark warning disable for gcc 11 (#11301)
liamwhite
1
-1
/
+1
2023-07-21
cmake: Reposition preprocessor switch comment
toast2903
1
-1
/
+2
2023-07-21
cmake: Use standard preprocessor on MSVC
lat9nq
1
-0
/
+1
2023-06-07
CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules
Morph
1
-2
/
+4
2023-06-03
android: Minimal JNI for yuzu.
bunnei
1
-0
/
+5
2023-05-02
CMake: Enable type limits on Clang
lat9nq
1
-0
/
+1
2023-05-02
CMakeLists: Enable checks on Clang
lat9nq
1
-0
/
+2
2023-04-03
general: fixes for gcc 13
Liam
1
-0
/
+11
2023-03-12
general: fix spelling mistakes
Liam
1
-1
/
+1
2022-12-28
cmake: make room server optional
Liam
1
-1
/
+4
2022-11-30
CMake: Disable PCH on MSVC + Buildcache configs
ameerj
1
-4
/
+0
2022-11-30
CMake: Use precompiled headers
ameerj
1
-1
/
+6
2022-11-23
general: fix compile for Apple Clang
Liam
1
-0
/
+2
2022-10-22
CMakeLists: Disable -Wbraced-scalar-init on Clang
Morph
1
-0
/
+1
2022-10-22
CMakeLists: Enforce C5233 on MSVC
Morph
1
-0
/
+1
2022-10-22
CMakeLists: Disable C4100 and C4324
Morph
1
-0
/
+3
2022-10-22
CMakeLists: Remove redundant warnings
Morph
1
-6
/
+0
2022-10-22
CMakeLists: Treat MSVC warnings as errors
Morph
1
-0
/
+2
2022-10-22
general: Enforce C4800 everywhere except in video_core
Morph
1
-0
/
+1
2022-10-22
CMakeLists: Remove all redundant warnings
Morph
1
-7
/
+0
2022-10-22
CMakeLists: Consolidate all unused warnings into -Wunused
Morph
1
-3
/
+3
2022-10-22
CMakeLists: Treat -Wall and -Wextra as errors
Morph
1
-3
/
+3
2022-10-06
NVHOST_CTRl: Implement missing method and fix some stuffs.
Fernando Sahmkow
1
-0
/
+1
2022-08-15
dedicated_room: Initial implementation
FearlessTobi
1
-0
/
+1
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
1
-0
/
+3
2022-07-25
network: Add initial files and enet dependency
FearlessTobi
1
-0
/
+1
2022-07-05
CI: fix caching
liushuyu
1
-1
/
+7
2022-06-14
CMakeLists: Make variable shadowing a compile-time error
Morph
1
-0
/
+5
2022-04-08
CMakeLists: Enforce C4505 and C5245
Morph
1
-0
/
+2
2022-04-05
build: remove -fconcepts
Andrea Pappacoda
1
-6
/
+0
2022-01-12
cmake: make tests optional
Alexandre Bouvier
1
-1
/
+4
2021-12-07
CMakeLists: Specify /Zm200 when compiling in MSVC
Morph
1
-0
/
+2
2021-10-29
CMakeLists: Document the /GT compile option
Morph
1
-0
/
+1
2021-09-15
Build System: Build with JCC Erratum Mitigation
Fernando Sahmkow
1
-0
/
+5
2021-07-23
shader: Initial recompiler work
ReinUsesLisp
1
-0
/
+1
2021-07-06
CMakeLists: Treat -Wsign-compare as an error on GCC/Clang
Morph
1
-0
/
+1
2021-07-03
CMakeLists: Enforce C4189
Morph
1
-0
/
+1
2021-06-28
CMakeLists: Disable all warnings for external headers
Morph
1
-0
/
+5
2021-06-28
CMakeLists: Enforce C4018, C4267, C4305, C4389
Morph
1
-3
/
+7
2021-05-17
CMakeLists: Enforce C4715 on MSVC
Morph
1
-0
/
+1
2021-03-05
CMakeLists: Add /utf-8 compile option for MSVC
Morph
1
-0
/
+2
2021-01-24
cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globally
ReinUsesLisp
1
-0
/
+2
2021-01-15
cmake: Remove yuzu_tester
ReinUsesLisp
1
-1
/
+0
2021-01-15
cmake: Enforce -Wunused-function code-base wide
ReinUsesLisp
1
-0
/
+1
2021-01-13
cmake: Enforce -Werror=switch and -Werror=unused-variable
Morph
1
-0
/
+2
2021-01-10
cmake: Enforce C4101
Morph
1
-0
/
+1
2021-01-09
cmake: Enforce C4062, C4265, C4388, and C5038
ReinUsesLisp
1
-0
/
+4
2020-12-30
cmake: Enforce -Wuninitialized
ReinUsesLisp
1
-0
/
+1
2020-11-27
CMakeLists: disable -Winvalid-offsetof
comex
1
-0
/
+1
2020-10-30
CMakeLists: Resolve MSVC build failures
Lioncash
1
-1
/
+0
2020-10-30
General: Catch more expressions with no effect on MSVC
Lioncash
1
-0
/
+4
2020-10-30
General: Make ignoring a discarded return value an error
Lioncash
1
-1
/
+5
2020-08-03
CMakeLists: Resolve #4478
Lioncash
1
-1
/
+6
2020-08-03
ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)
David
1
-0
/
+1
2020-06-27
Build System: Fix GCC & MINGW Build.
Fernando Sahmkow
1
-0
/
+4
2020-04-17
CMakeLists: Make missing declarations a compile-time error
Lioncash
1
-0
/
+1
2020-04-17
CMakeLists: Enable -Wmissing-declarations on Linux builds
Lioncash
1
-0
/
+1
2020-04-16
CMakeLists: Specify -Wextra on linux builds
Lioncash
1
-0
/
+3
2020-04-15
CMakeLists: Make -Wreorder a compile-time error
Lioncash
1
-0
/
+1
2020-01-19
CMake: Create thin archives on Linux
Léo Lam
1
-0
/
+9
2019-06-10
yuzu_tester: Add project subdirectory
Zach Hilman
1
-0
/
+1
2019-05-09
CMakeLists: Specify /volatile:iso for MSVC
Lioncash
1
-0
/
+2
2019-05-07
src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flags
Lioncash
1
-8
/
+10
2019-05-07
src/CMakeLists: Vertically order compilation flags
Lioncash
1
-9
/
+19
2019-05-04
CMakeLists: Explicitly specify -Wall for the non-MSVC case
Lioncash
1
-1
/
+4
2019-04-17
CMakeLists: Ensure we specify Unicode as the codepage on Windows
Lioncash
1
-0
/
+3
2019-03-17
CMakeLists: Move off of modifying CMAKE_*-related flags
Lioncash
1
-20
/
+12
2019-03-17
CMakeLists: Move compilation flags into the src directory
Lioncash
1
-0
/
+69
2018-10-02
Port web_service from Citra
fearlessTobi
1
-0
/
+3
2018-07-28
audio_core: Add initial code for keeping track of audout state.
bunnei
1
-0
/
+1
2018-01-13
Massive removal of unused modules
James Rowe
1
-7
/
+2
2017-07-12
web_service: Add CMake flag to enable.
bunnei
1
-1
/
+3
2017-07-10
web_service: Add skeleton project.
bunnei
1
-0
/
+1
2017-07-07
Implement basic virtual Room support based on enet (#2803)
B3n30
1
-0
/
+1
2017-03-01
InputCommon: add Keyboard
wwylele
1
-0
/
+1
2016-05-19
tests: Infrastructure for unit tests
MerryMage
1
-0
/
+1
2016-03-02
Dependencies: Remove GLFW, Add SDL2
MerryMage
1
-1
/
+1
2016-02-21
AudioCore: Skeleton Implementation
MerryMage
1
-0
/
+1
2014-09-01
CMake cleanup
Yuri Kunde Schlesner
1
-5
/
+8
2014-04-23
fixes to build on linux
bunnei
1
-1
/
+2
2014-04-10
updated CMakeLists
bunnei
1
-0
/
+1
2013-09-26
renamed from citrus to citra
ShizZy
1
-2
/
+2
2013-09-14
renamed project to 'citrus'
ShizZy
1
-2
/
+2
2013-08-30
adding initial project layout
ShizZy
1
-0
/
+7