summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* ci,CMake: Drop Conan support for vcpkgGravatar lat9nq2022-07-221-2/+3
* common: consolidate ELF structure definitionsGravatar Liam2022-06-051-0/+1
* logging/log.h: move enum class formatter to a separate file ...Gravatar liushuyu2022-01-091-0/+1
* Allow overriding SCM version infoGravatar Andrew Udvare2021-12-201-0/+5
* common: Rewrite and move core/frontend/input.h to commonGravatar german772021-11-241-0/+1
* common: Implement a subset of P0323 (std::expected)Gravatar Morph2021-11-021-0/+1
* common/logging: Move Log::Entry declaration to a separate headerGravatar ameerj2021-10-011-0/+1
* common: Move error handling to error.cpp/hGravatar Morph2021-09-111-1/+2
* Revert "logging: Display backtrace on crash"Gravatar Morph2021-08-271-3/+0
* logging: Display backtrace on crashGravatar yzct123452021-08-131-0/+3
* Merge pull request #6585 from ameerj/hadesGravatar bunnei2021-07-251-63/+1
|\
| * cmake: Remove shader cache versionGravatar ReinUsesLisp2021-07-221-9/+1
| * shader: Remove old shader managementGravatar ReinUsesLisp2021-07-221-55/+1
* | common: Publically link to pthreadsGravatar lat9nq2021-07-231-1/+1
|/
* common/thread_worker: Add support for stateful threadsGravatar ReinUsesLisp2021-07-081-1/+0
* common: Add unique functionGravatar ReinUsesLisp2021-07-081-0/+1
* common: Replace common_sizes into user-literalsGravatar Wunkolo2021-06-241-1/+1
* common: logging: Restructure backend codeGravatar Morph2021-06-131-0/+1
* common/host_memory: Add interface and Windows implementationGravatar ReinUsesLisp2021-06-111-0/+2
* src/common/CMakeLists.txt: fix variable escapingGravatar liushuyu2021-06-091-8/+9
* common: Extract point into a common structGravatar Lioncash2021-05-281-0/+1
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-3/+10
* common: Move settings to common from core.Gravatar bunnei2021-04-141-0/+4
* Merge pull request #6099 from bunnei/derive-memGravatar bunnei2021-04-101-0/+1
|\
| * common: Move common sizes to their own header for code reuse.Gravatar bunnei2021-03-211-0/+1
* | common: Move assert failure handling into a cpp file.Gravatar Markus Wick2021-04-041-0/+1
|/
* common: Add implementation of TinyMT (Mersenne Twister RNG).Gravatar bunnei2021-02-181-0/+1
* common: Merge uint128 to a single header file with inlines.Gravatar bunnei2021-02-151-1/+0
* common: Add -fsized-deallocation as a Clang flagGravatar lat9nq2021-02-091-0/+2
* renderer_opengl: Avoid precompiled cache and force NV GL cache directoryGravatar ReinUsesLisp2021-01-211-0/+2
* Merge pull request #5275 from FernandoS27/fast-native-clockGravatar bunnei2021-01-151-1/+0
|\
| * X86/NativeClock: Reimplement RTDSC access to be lock free.Gravatar Fernando Sahmkow2021-01-021-1/+0
* | common/timer: RemoveGravatar Lioncash2021-01-151-2/+0
* | common/color: RemoveGravatar ReinUsesLisp2021-01-151-1/+0
* | common: Introduce useful tree structures.Gravatar bunnei2021-01-111-0/+3
|/
* memory: Remove MemoryHookGravatar MerryMage2021-01-011-2/+0
* common: ThreadWorker: Add class to help do asynchronous work.Gravatar bunnei2020-12-291-0/+2
* Merge pull request #5131 from bunnei/scheduler-rewriteGravatar bunnei2020-12-201-1/+1
|\
| * hle: kernel: Separate KScheduler from GlobalSchedulerContext class.Gravatar bunnei2020-12-061-1/+0
| * common: Port BitSet from Mesosphere.Gravatar bunnei2020-12-061-0/+1
* | cmake: Fix generating CMake configs and linking with BoostGravatar lat9nq2020-12-131-1/+1
* | common: Update CMakeList to fix build issue with Boost.Gravatar bunnei2020-12-121-2/+1
|/
* common: Add Common::DivCeil and Common::DivCeilLog2Gravatar ReinUsesLisp2020-11-251-0/+1
* common/bit_cast: Add function matching std::bit_cast without constexprGravatar ReinUsesLisp2020-11-201-0/+1
* common: Enable warnings as errorsGravatar Lioncash2020-11-021-0/+16
* video_core: NVDEC ImplementationGravatar ameerj2020-10-261-0/+2
* CMakeLists: use system zstd on LinuxGravatar lat9nq2020-09-281-1/+6
* CMakeLists: fix for finding zstd on linux-mingwGravatar lat9nq2020-09-281-1/+1
* web_service: Move web_result.h into web_serviceGravatar Lioncash2020-08-221-1/+0
* ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...Gravatar David2020-08-031-0/+1