aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2024-02-20audio: formatLiam
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2023-11-21config: Unify config handling under frontend_commont895
2023-11-07Update CMakeLists.txtSamay Navale
2023-11-07Update CMakeLists.txtSamay Navale
2023-09-11ci: fix msvc when used with LTO (#11459)liamwhite
2023-09-06Merge pull request #11434 from danilaml/fix-warningsliamwhite
2023-09-03msvc: set warning level to /W4 globallyDanila Malyutin
2023-09-02general: make -fwrapv generic to all architectures (#11379)liamwhite
2023-08-25Avoid `$<CXX_COMPILER_ID:Clang>` because it doesn't include AppleClang.comex
2023-08-25Warnings cleanup for GCC 13 and Clang 16comex
2023-08-17cmake: mark warning disable for gcc 11 (#11301)liamwhite
2023-07-21cmake: Reposition preprocessor switch commenttoast2903
2023-07-21cmake: Use standard preprocessor on MSVClat9nq
2023-06-06CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modulesMorph
2023-06-03android: Minimal JNI for yuzu.bunnei
2023-05-02CMake: Enable type limits on Clanglat9nq
2023-05-02CMakeLists: Enable checks on Clanglat9nq
2023-04-02general: fixes for gcc 13Liam
2023-03-12general: fix spelling mistakesLiam
2022-12-28cmake: make room server optionalLiam
2022-12-03Merge pull request #9300 from ameerj/pchliamwhite
2022-11-29CMake: Disable PCH on MSVC + Buildcache configsameerj
2022-11-29CMake: Use precompiled headersameerj
2022-11-22general: fix compile for Apple ClangLiam
2022-10-22CMakeLists: Disable -Wbraced-scalar-init on ClangMorph
2022-10-22CMakeLists: Enforce C5233 on MSVCMorph
2022-10-22CMakeLists: Disable C4100 and C4324Morph
2022-10-22CMakeLists: Remove redundant warningsMorph
2022-10-22CMakeLists: Treat MSVC warnings as errorsMorph
2022-10-22general: Enforce C4800 everywhere except in video_coreMorph
2022-10-22CMakeLists: Remove all redundant warningsMorph
2022-10-22CMakeLists: Consolidate all unused warnings into -WunusedMorph
2022-10-22CMakeLists: Treat -Wall and -Wextra as errorsMorph
2022-10-06NVHOST_CTRl: Implement missing method and fix some stuffs.Fernando Sahmkow
2022-08-15dedicated_room: Initial implementationFearlessTobi
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-07-25network: Add initial files and enet dependencyFearlessTobi
2022-07-04CI: fix cachingliushuyu
2022-06-13CMakeLists: Make variable shadowing a compile-time errorMorph
2022-04-07CMakeLists: Enforce C4505 and C5245Morph
2022-04-05build: remove -fconceptsAndrea Pappacoda
2022-01-12cmake: make tests optionalAlexandre Bouvier
2021-12-06CMakeLists: Specify /Zm200 when compiling in MSVCMorph
2021-10-28CMakeLists: Document the /GT compile optionMorph
2021-09-15Build System: Build with JCC Erratum MitigationFernando Sahmkow
2021-07-22shader: Initial recompiler workReinUsesLisp
2021-07-06CMakeLists: Treat -Wsign-compare as an error on GCC/ClangMorph
2021-07-05Merge pull request #6537 from Morph1984/warningsbunnei
2021-07-03CMakeLists: Enforce C4189Morph