summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #8649 from lat9nq/common-position-independentGravatar Morph2022-09-161-3/+3
|\
| * common: Use PROJECT_SOURCE_DIR to find CMakeModulesGravatar lat9nq2022-08-011-3/+3
* | common: do not link to xbyak on non-amd64 architecturesGravatar liushuyu2022-09-131-1/+2
* | core, network: Add ability to proxy socket packetsGravatar FearlessTobi2022-08-151-0/+1
* | chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-271-0/+3
|/
* yuzu: Add ui files for multiplayer roomsGravatar FearlessTobi2022-07-251-0/+1
* Merge pull request #8545 from Kelebek1/AudioGravatar liamwhite2022-07-231-0/+3
|\
| * Project AndioGravatar Kelebek12022-07-221-0/+3
* | 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
|/