summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modulesMorph2023-06-071-2/+4
* android: Minimal JNI for yuzu.bunnei2023-06-031-0/+5
* CMake: Enable type limits on Clanglat9nq2023-05-021-0/+1
* CMakeLists: Enable checks on Clanglat9nq2023-05-021-0/+2
* general: fixes for gcc 13Liam2023-04-031-0/+11
* general: fix spelling mistakesLiam2023-03-121-1/+1
* cmake: make room server optionalLiam2022-12-281-1/+4
* Merge pull request #9300 from ameerj/pchliamwhite2022-12-031-1/+2
|\
| * CMake: Disable PCH on MSVC + Buildcache configsameerj2022-11-301-4/+0
| * CMake: Use precompiled headersameerj2022-11-301-1/+6
* | general: fix compile for Apple ClangLiam2022-11-231-0/+2
|/
* CMakeLists: Disable -Wbraced-scalar-init on ClangMorph2022-10-221-0/+1
* CMakeLists: Enforce C5233 on MSVCMorph2022-10-221-0/+1
* CMakeLists: Disable C4100 and C4324Morph2022-10-221-0/+3
* CMakeLists: Remove redundant warningsMorph2022-10-221-6/+0
* CMakeLists: Treat MSVC warnings as errorsMorph2022-10-221-0/+2
* general: Enforce C4800 everywhere except in video_coreMorph2022-10-221-0/+1
* CMakeLists: Remove all redundant warningsMorph2022-10-221-7/+0
* CMakeLists: Consolidate all unused warnings into -WunusedMorph2022-10-221-3/+3
* CMakeLists: Treat -Wall and -Wextra as errorsMorph2022-10-221-3/+3
* NVHOST_CTRl: Implement missing method and fix some stuffs.Fernando Sahmkow2022-10-061-0/+1
* dedicated_room: Initial implementationFearlessTobi2022-08-151-0/+1
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-0/+3
* network: Add initial files and enet dependencyFearlessTobi2022-07-251-0/+1
* CI: fix cachingliushuyu2022-07-051-1/+7
* CMakeLists: Make variable shadowing a compile-time errorMorph2022-06-141-0/+5
* CMakeLists: Enforce C4505 and C5245Morph2022-04-081-0/+2
* build: remove -fconceptsAndrea Pappacoda2022-04-051-6/+0
* cmake: make tests optionalAlexandre Bouvier2022-01-121-1/+4
* CMakeLists: Specify /Zm200 when compiling in MSVCMorph2021-12-071-0/+2
* CMakeLists: Document the /GT compile optionMorph2021-10-291-0/+1
* Build System: Build with JCC Erratum MitigationFernando Sahmkow2021-09-151-0/+5
* shader: Initial recompiler workReinUsesLisp2021-07-231-0/+1
* CMakeLists: Treat -Wsign-compare as an error on GCC/ClangMorph2021-07-061-0/+1
* Merge pull request #6537 from Morph1984/warningsbunnei2021-07-061-3/+12
|\
| * CMakeLists: Disable all warnings for external headersMorph2021-06-281-0/+5
| * CMakeLists: Enforce C4018, C4267, C4305, C4389Morph2021-06-281-3/+7
* | CMakeLists: Enforce C4189Morph2021-07-031-0/+1
|/
* CMakeLists: Enforce C4715 on MSVCMorph2021-05-171-0/+1
* CMakeLists: Add /utf-8 compile option for MSVCMorph2021-03-051-0/+2
* cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globallyReinUsesLisp2021-01-241-0/+2
* Merge pull request #5352 from ReinUsesLisp/remove-testerLC2021-01-151-1/+0
|\
| * cmake: Remove yuzu_testerReinUsesLisp2021-01-151-1/+0
* | cmake: Enforce -Wunused-function code-base wideReinUsesLisp2021-01-151-0/+1
|/
* cmake: Enforce -Werror=switch and -Werror=unused-variableMorph2021-01-131-0/+2
* cmake: Enforce C4101Morph2021-01-101-0/+1
* cmake: Enforce C4062, C4265, C4388, and C5038ReinUsesLisp2021-01-091-0/+4
* cmake: Enforce -WuninitializedReinUsesLisp2020-12-301-0/+1
* CMakeLists: disable -Winvalid-offsetofcomex2020-11-271-0/+1
* CMakeLists: Resolve MSVC build failuresLioncash2020-10-301-1/+0
* General: Catch more expressions with no effect on MSVCLioncash2020-10-301-0/+4
* General: Make ignoring a discarded return value an errorLioncash2020-10-301-1/+5
* CMakeLists: Resolve #4478Lioncash2020-08-031-1/+6
* ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David2020-08-031-0/+1
* Build System: Fix GCC & MINGW Build.Fernando Sahmkow2020-06-271-0/+4
* CMakeLists: Make missing declarations a compile-time errorLioncash2020-04-171-0/+1
* CMakeLists: Enable -Wmissing-declarations on Linux buildsLioncash2020-04-171-0/+1
* CMakeLists: Specify -Wextra on linux buildsLioncash2020-04-161-0/+3
* CMakeLists: Make -Wreorder a compile-time errorLioncash2020-04-151-0/+1
* CMake: Create thin archives on LinuxLéo Lam2020-01-191-0/+9
* yuzu_tester: Add project subdirectoryZach Hilman2019-06-101-0/+1
* Merge pull request #2460 from lioncash/volatileMat M2019-05-141-0/+2
|\
| * CMakeLists: Specify /volatile:iso for MSVCLioncash2019-05-091-0/+2
* | Merge pull request #2450 from lioncash/warn-levelMat M2019-05-141-1/+4
|\ \ | |/ |/|
| * CMakeLists: Explicitly specify -Wall for the non-MSVC caseLioncash2019-05-041-1/+4
* | src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flagsLioncash2019-05-071-8/+10
* | src/CMakeLists: Vertically order compilation flagsLioncash2019-05-071-9/+19
|/
* CMakeLists: Ensure we specify Unicode as the codepage on WindowsLioncash2019-04-171-0/+3
* CMakeLists: Move off of modifying CMAKE_*-related flagsLioncash2019-03-171-20/+12
* CMakeLists: Move compilation flags into the src directoryLioncash2019-03-171-0/+69
* Port web_service from CitrafearlessTobi2018-10-021-0/+3
* audio_core: Add initial code for keeping track of audout state.bunnei2018-07-281-0/+1
* Massive removal of unused modulesJames Rowe2018-01-131-7/+2
* web_service: Add CMake flag to enable.bunnei2017-07-121-1/+3
* web_service: Add skeleton project.bunnei2017-07-101-0/+1
* Implement basic virtual Room support based on enet (#2803)B3n302017-07-071-0/+1
* InputCommon: add Keyboardwwylele2017-03-011-0/+1
* tests: Infrastructure for unit testsMerryMage2016-05-191-0/+1
* Dependencies: Remove GLFW, Add SDL2MerryMage2016-03-021-1/+1
* AudioCore: Skeleton ImplementationMerryMage2016-02-211-0/+1
* CMake cleanupYuri Kunde Schlesner2014-09-011-5/+8
* fixes to build on linuxbunnei2014-04-231-1/+2
* updated CMakeListsbunnei2014-04-101-0/+1
* renamed from citrus to citraShizZy2013-09-261-2/+2
* renamed project to 'citrus'ShizZy2013-09-141-2/+2
* adding initial project layoutShizZy2013-08-301-0/+7