summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake: Fix title bar issueGravatar ReinUsesLisp2019-02-061-1/+14
* cmake: Use CMAKE_COMMAND instead of "cmake"Gravatar Frederic L2019-02-061-1/+1
* gl_shader_disk_cache: Invalidate shader cache changes with CMake hashGravatar ReinUsesLisp2019-02-061-39/+53
* common: Add basic bit manipulation utility function to CommonGravatar Lioncash2018-12-211-0/+1
* common: Remove bit_set.hGravatar Lioncash2018-11-211-1/+0
* common: Remove dependency on xbyakGravatar Lioncash2018-11-211-5/+0
* common: Remove memory_util.cpp/.hGravatar Lioncash2018-10-231-2/+0
* Remove "#" in the version numberGravatar fearlessTobi2018-10-061-1/+1
* Port web_service from CitraGravatar fearlessTobi2018-10-021-0/+3
* common: Implement a ring bufferGravatar MerryMage2018-09-081-0/+1
* Better Title Bar DisplayGravatar CaptV0rt3x2018-09-071-5/+19
* Merge pull request #1005 from DarkLordZach/registered-fmtGravatar bunnei2018-08-151-0/+2
|\
| * common: Move hex string processing to separate fileGravatar Zach Hilman2018-08-111-0/+2
* | common: Remove unused old breakpoint source filesGravatar Lioncash2018-08-141-2/+0
|/
* common: Remove synchronized_wrapper.hGravatar Lioncash2018-07-211-1/+0
* common: Remove chunk_file.h and linear_disk_cache.hGravatar Lioncash2018-04-261-2/+0
* common: Remove code_block.hGravatar Lioncash2018-04-191-1/+0
* common: Port cityhash code from Citra.Gravatar bunnei2018-04-131-1/+2
* Merge pull request #262 from daniellimws/fmtlib-macrosGravatar bunnei2018-04-021-1/+1
|\
| * Logging: Create logging macros based on fmtlibGravatar Daniel Lim Wee Soong2018-03-221-1/+1
* | CMake: Set EMU_ARCH_BITS in CMakeLists.txtGravatar N00byKing2018-03-211-1/+0
|/
* Fix spelling error in CMakeListsGravatar Matthew Brener2018-01-211-1/+1
* CMakeLists: Derive the source directory grouping from targets themselvesGravatar Lioncash2018-01-171-63/+57
* Minor cleanupGravatar MerryMage2018-01-131-1/+1
* CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)Gravatar B3n302018-01-081-0/+1
* CMake: Create INTERFACE targets for microprofile and nihstroGravatar Yuri Kunde Schlesner2017-05-271-1/+1
* CMake: Use IMPORTED target for BoostGravatar Yuri Kunde Schlesner2017-05-271-0/+1
* CMake: Correct inter-module dependencies and library visibilityGravatar Yuri Kunde Schlesner2017-05-271-1/+1
* Move framebuffer_layout from Common to CoreGravatar Yuri Kunde Schlesner2017-05-271-2/+0
* common: Add a generic interface for logging telemetry fields.Gravatar bunnei2017-05-241-0/+2
* Remove unused symbols codeGravatar Yuri Kunde Schlesner2017-05-071-2/+0
* Common: add ParamPackageGravatar wwylele2017-03-011-0/+2
* Merge pull request #2587 from yuriks/status-barGravatar Yuri Kunde Schlesner2017-02-261-2/+0
|\
| * Remove built-in (non-Microprofile) profilerGravatar Yuri Kunde Schlesner2017-02-261-2/+0
* | Gui: Change title bar to include build nameGravatar James Rowe2017-02-231-0/+23
|/
* Common/x64: remove legacy emitter and abi (#2504)Gravatar Weiyi Wang2017-01-311-4/+1
* Common: add QuaternionGravatar wwylele2016-12-261-0/+1
* core: Move emu_window and key_map into coreGravatar MerryMage2016-12-231-4/+0
* VideoCore: Convert x64 shader JIT to use Xbyak for assemblyGravatar Yuri Kunde Schlesner2016-12-141-1/+7
* Support additional screen layouts.Gravatar James Rowe2016-11-051-0/+2
* Common: Remove section measurement from profiler (#1731)Gravatar Yuri Kunde Schlesner2016-04-291-1/+0
* Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage2016-04-051-1/+0
* PICA: Align vertex attributesGravatar Jannik Vogel2016-03-131-0/+1
* common: Get rid of debug_interface.hGravatar Lioncash2015-09-111-1/+0
* Common: Import BitSet from DolphinGravatar aroulin2015-09-011-0/+1
* Integrate the MicroProfile profiling libraryGravatar Yuri Kunde Schlesner2015-08-241-0/+3
* Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.Gravatar bunnei2015-08-151-1/+1
* Common: Move cpu_detect to x64 directory.Gravatar bunnei2015-08-151-2/+2
* x64: Refactor to remove fake interfaces and general cleanups.Gravatar bunnei2015-08-151-12/+6
* Common: Added MurmurHash3 hash function for general-purpose use.Gravatar bunnei2015-08-151-1/+3