aboutsummaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
AgeCommit message (Expand)Author
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
2021-12-20Allow overriding SCM version infoAndrew Udvare
2021-11-24common: Rewrite and move core/frontend/input.h to commongerman77
2021-11-02common: Implement a subset of P0323 (std::expected)Morph
2021-10-01common/logging: Move Log::Entry declaration to a separate headerameerj
2021-09-11common: Move error handling to error.cpp/hMorph
2021-08-27Revert "logging: Display backtrace on crash"Morph
2021-08-13logging: Display backtrace on crashyzct12345
2021-07-25Merge pull request #6585 from ameerj/hadesbunnei
2021-07-23common: Publically link to pthreadslat9nq
2021-07-22cmake: Remove shader cache versionReinUsesLisp
2021-07-22shader: Remove old shader managementReinUsesLisp
2021-07-08common/thread_worker: Add support for stateful threadsReinUsesLisp
2021-07-08common: Add unique functionReinUsesLisp
2021-06-24common: Replace common_sizes into user-literalsWunkolo
2021-06-13common: logging: Restructure backend codeMorph
2021-06-11common/host_memory: Add interface and Windows implementationReinUsesLisp
2021-06-09src/common/CMakeLists.txt: fix variable escapingliushuyu
2021-05-28common: Extract point into a common structLioncash
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-04-14common: Move settings to common from core.bunnei