summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
AgeCommit message (Expand)Author
2023-09-16Reimplement HardwareOpusKelebek1
2023-09-12Merge pull request #11447 from xcfrg/portable-compile-outliamwhite
2023-09-06add a compile time option to allow disabling portable modexcfrg
2023-09-03msvc: set warning level to /W4 globallyDanila Malyutin
2023-07-21settings: Cleanuplat9nq
2023-07-21settings,uisettings: Remove leading underscorelat9nq
2023-07-21common,yuzu-qt: Avoid explicit instantiation on old clanglat9nq
2023-07-21settings: Move some simple data to BasicSettinglat9nq
2023-07-21(ui,)settings: Use explicit instantiationlat9nq
2023-07-21settings: Split enums to new filelat9nq
2023-06-07x64: Deduplicate RDTSC usageMorph
2023-06-03common: link libandroid on androidLiam
2023-06-03android: Implement SAF support & migrate to SDK 31. (#4)bunnei
2023-03-27x64: Add MicroSleepMorph
2023-03-25common: Port boost's hash_value implementationMorph
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-03-07kernel: avoid signed overflow UB on MSVCLiam
2023-03-05common: Implement a method to change the Windows timer resolutionMorph
2023-03-05common: Implement a high resolution steady clockMorph
2023-02-28cmake: use correct boost imported targetsAlexandre Bouvier
2023-01-23cmake: prefer system llvm libraryAlexandre Bouvier
2023-01-14Move demangle impl to cppKelebek1
2023-01-14Add stacktrace symbol demanglingKelebek1
2023-01-01MacroHLE: Reduce massive calculations on sizing estimation.Fernando Sahmkow
2022-12-19common: Add ScratchBuffer classameerj
2022-12-19common: add make_unique_for_overwriteameerj
2022-12-11memory: correct semantics of data cache management operationsLiam
2022-12-04cmake: prefer system librariesAlexandre Bouvier
2022-11-30CMake: Consolidate common PCH headersameerj
2022-11-29CMake: Use precompiled headersameerj
2022-11-12common: add cache management functionsLiam
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-13CMake: Try add library "LZ4::lz4_shared" if "lz4::lz4" is unavailableKyle Kienapfel
2022-10-06NVDRV: Remake ASGPUFernando Sahmkow
2022-10-06Common: implement MultiLevelPageTable.Fernando Sahmkow
2022-09-18cmake: fix git detectionAlexandre Bouvier
2022-09-16Merge pull request #8649 from lat9nq/common-position-independentMorph
2022-09-13common: do not link to xbyak on non-amd64 architecturesliushuyu
2022-08-15core, network: Add ability to proxy socket packetsFearlessTobi
2022-08-01common: Use PROJECT_SOURCE_DIR to find CMakeModuleslat9nq
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-07-25yuzu: Add ui files for multiplayer roomsFearlessTobi
2022-07-23Merge pull request #8545 from Kelebek1/Audioliamwhite
2022-07-22ci,CMake: Drop Conan support for vcpkglat9nq
2022-07-22Project AndioKelebek1
2022-06-05common: consolidate ELF structure definitionsLiam
2022-01-09logging/log.h: move enum class formatter to a separate file ...liushuyu