summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
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
2021-06-28CMakeLists: Disable all warnings for external headersMorph
2021-06-28CMakeLists: Enforce C4018, C4267, C4305, C4389Morph
2021-05-17CMakeLists: Enforce C4715 on MSVCMorph
2021-03-05CMakeLists: Add /utf-8 compile option for MSVCMorph
2021-01-24cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globallyReinUsesLisp
2021-01-15Merge pull request #5352 from ReinUsesLisp/remove-testerLC
2021-01-15cmake: Remove yuzu_testerReinUsesLisp
2021-01-15cmake: Enforce -Wunused-function code-base wideReinUsesLisp
2021-01-13cmake: Enforce -Werror=switch and -Werror=unused-variableMorph
2021-01-10cmake: Enforce C4101Morph
2021-01-09cmake: Enforce C4062, C4265, C4388, and C5038ReinUsesLisp
2020-12-30cmake: Enforce -WuninitializedReinUsesLisp
2020-11-27CMakeLists: disable -Winvalid-offsetofcomex
2020-10-30CMakeLists: Resolve MSVC build failuresLioncash
2020-10-30General: Catch more expressions with no effect on MSVCLioncash
2020-10-30General: Make ignoring a discarded return value an errorLioncash
2020-08-03CMakeLists: Resolve #4478Lioncash
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...David
2020-06-27Build System: Fix GCC & MINGW Build.Fernando Sahmkow
2020-04-16CMakeLists: Make missing declarations a compile-time errorLioncash