index
:
yuzu-mainline
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2023-09-11
ci: fix msvc when used with LTO (#11459)
liamwhite
2023-09-06
Merge pull request #11434 from danilaml/fix-warnings
liamwhite
2023-09-03
msvc: set warning level to /W4 globally
Danila Malyutin
2023-09-02
general: make -fwrapv generic to all architectures (#11379)
liamwhite
2023-08-25
Avoid `$<CXX_COMPILER_ID:Clang>` because it doesn't include AppleClang.
comex
2023-08-25
Warnings cleanup for GCC 13 and Clang 16
comex
2023-08-17
cmake: mark warning disable for gcc 11 (#11301)
liamwhite
2023-07-21
cmake: Reposition preprocessor switch comment
toast2903
2023-07-21
cmake: Use standard preprocessor on MSVC
lat9nq
2023-06-06
CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules
Morph
2023-06-03
android: Minimal JNI for yuzu.
bunnei
2023-05-02
CMake: Enable type limits on Clang
lat9nq
2023-05-02
CMakeLists: Enable checks on Clang
lat9nq
2023-04-02
general: fixes for gcc 13
Liam
2023-03-12
general: fix spelling mistakes
Liam
2022-12-28
cmake: make room server optional
Liam
2022-12-03
Merge pull request #9300 from ameerj/pch
liamwhite
2022-11-29
CMake: Disable PCH on MSVC + Buildcache configs
ameerj
2022-11-29
CMake: Use precompiled headers
ameerj
2022-11-22
general: fix compile for Apple Clang
Liam
2022-10-22
CMakeLists: Disable -Wbraced-scalar-init on Clang
Morph
2022-10-22
CMakeLists: Enforce C5233 on MSVC
Morph
2022-10-22
CMakeLists: Disable C4100 and C4324
Morph
2022-10-22
CMakeLists: Remove redundant warnings
Morph
2022-10-22
CMakeLists: Treat MSVC warnings as errors
Morph
2022-10-22
general: Enforce C4800 everywhere except in video_core
Morph
2022-10-22
CMakeLists: Remove all redundant warnings
Morph
2022-10-22
CMakeLists: Consolidate all unused warnings into -Wunused
Morph
2022-10-22
CMakeLists: Treat -Wall and -Wextra as errors
Morph
2022-10-06
NVHOST_CTRl: Implement missing method and fix some stuffs.
Fernando Sahmkow
2022-08-15
dedicated_room: Initial implementation
FearlessTobi
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-25
network: Add initial files and enet dependency
FearlessTobi
2022-07-04
CI: fix caching
liushuyu
2022-06-13
CMakeLists: Make variable shadowing a compile-time error
Morph
2022-04-07
CMakeLists: Enforce C4505 and C5245
Morph
2022-04-05
build: remove -fconcepts
Andrea Pappacoda
2022-01-12
cmake: make tests optional
Alexandre Bouvier
2021-12-06
CMakeLists: Specify /Zm200 when compiling in MSVC
Morph
2021-10-28
CMakeLists: Document the /GT compile option
Morph
2021-09-15
Build System: Build with JCC Erratum Mitigation
Fernando Sahmkow
2021-07-22
shader: Initial recompiler work
ReinUsesLisp
2021-07-06
CMakeLists: Treat -Wsign-compare as an error on GCC/Clang
Morph
2021-07-05
Merge pull request #6537 from Morph1984/warnings
bunnei
2021-07-03
CMakeLists: Enforce C4189
Morph
2021-06-28
CMakeLists: Disable all warnings for external headers
Morph
2021-06-28
CMakeLists: Enforce C4018, C4267, C4305, C4389
Morph
2021-05-17
CMakeLists: Enforce C4715 on MSVC
Morph
2021-03-05
CMakeLists: Add /utf-8 compile option for MSVC
Morph
2021-01-24
cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globally
ReinUsesLisp
[next]