summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
AgeCommit message (Expand)Author
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
2021-04-10Merge pull request #6099 from bunnei/derive-membunnei
2021-04-04common: Move assert failure handling into a cpp file.Markus Wick
2021-03-21common: Move common sizes to their own header for code reuse.bunnei
2021-02-18common: Add implementation of TinyMT (Mersenne Twister RNG).bunnei
2021-02-15common: Merge uint128 to a single header file with inlines.bunnei
2021-02-09common: Add -fsized-deallocation as a Clang flaglat9nq
2021-01-21renderer_opengl: Avoid precompiled cache and force NV GL cache directoryReinUsesLisp
2021-01-15Merge pull request #5275 from FernandoS27/fast-native-clockbunnei
2021-01-15common/timer: RemoveLioncash
2021-01-15common/color: RemoveReinUsesLisp
2021-01-11common: Introduce useful tree structures.bunnei
2021-01-02X86/NativeClock: Reimplement RTDSC access to be lock free.Fernando Sahmkow
2021-01-01memory: Remove MemoryHookMerryMage
2020-12-29common: ThreadWorker: Add class to help do asynchronous work.bunnei
2020-12-20Merge pull request #5131 from bunnei/scheduler-rewritebunnei
2020-12-13cmake: Fix generating CMake configs and linking with Boostlat9nq
2020-12-12common: Update CMakeList to fix build issue with Boost.bunnei
2020-12-06hle: kernel: Separate KScheduler from GlobalSchedulerContext class.bunnei
2020-12-06common: Port BitSet from Mesosphere.bunnei
2020-11-25common: Add Common::DivCeil and Common::DivCeilLog2ReinUsesLisp
2020-11-20common/bit_cast: Add function matching std::bit_cast without constexprReinUsesLisp
2020-11-02common: Enable warnings as errorsLioncash
2020-10-26video_core: NVDEC Implementationameerj
2020-09-28CMakeLists: use system zstd on Linuxlat9nq
2020-09-28CMakeLists: fix for finding zstd on linux-mingwlat9nq
2020-08-22web_service: Move web_result.h into web_serviceLioncash
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...David
2020-07-10cmake: Fix libfmt linking errorsDavid Marcec
2020-07-09cmake: fix fmt linking when foundJohn Galt
2020-07-02Revert "cmake: fix fmt linking"bunnei
2020-06-29cmake: fix fmt linkingJohn Galt
2020-06-27ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.Fernando Sahmkow
2020-06-26Common: Fix non-conan buildFernando Sahmkow
2020-06-18Common: Implement WallClock Interface and implement a native clock for x64Fernando Sahmkow
2020-06-18Common: Implement a basic Fiber class.Fernando Sahmkow
2020-06-18Common: Implement a basic SpinLock classFernando Sahmkow
2020-06-11gl_arb_decompiler: Implement an assembly shader decompilerReinUsesLisp
2020-05-30Add xbyak externalDavid Marcec
2020-05-17main: Log host system memory parametersMorph
2020-05-11common: Add module to get the current time zone.bunnei