summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
AgeCommit message (Expand)Author
2018-10-23common: Remove memory_util.cpp/.hLioncash
2018-10-06Remove "#" in the version numberfearlessTobi
2018-10-02Port web_service from CitrafearlessTobi
2018-09-08common: Implement a ring bufferMerryMage
2018-09-07Better Title Bar DisplayCaptV0rt3x
2018-08-15Merge pull request #1005 from DarkLordZach/registered-fmtbunnei
2018-08-14common: Remove unused old breakpoint source filesLioncash
2018-08-11common: Move hex string processing to separate fileZach Hilman
2018-07-21common: Remove synchronized_wrapper.hLioncash
2018-04-26common: Remove chunk_file.h and linear_disk_cache.hLioncash
2018-04-19common: Remove code_block.hLioncash
2018-04-13common: Port cityhash code from Citra.bunnei
2018-04-02Merge pull request #262 from daniellimws/fmtlib-macrosbunnei
2018-03-22Logging: Create logging macros based on fmtlibDaniel Lim Wee Soong
2018-03-21CMake: Set EMU_ARCH_BITS in CMakeLists.txtN00byKing
2018-01-21Fix spelling error in CMakeListsMatthew Brener
2018-01-17CMakeLists: Derive the source directory grouping from targets themselvesLioncash
2018-01-13Minor cleanupMerryMage
2018-01-08CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)B3n30
2017-05-27CMake: Create INTERFACE targets for microprofile and nihstroYuri Kunde Schlesner
2017-05-27CMake: Use IMPORTED target for BoostYuri Kunde Schlesner
2017-05-27CMake: Correct inter-module dependencies and library visibilityYuri Kunde Schlesner
2017-05-27Move framebuffer_layout from Common to CoreYuri Kunde Schlesner
2017-05-24common: Add a generic interface for logging telemetry fields.bunnei
2017-05-07Remove unused symbols codeYuri Kunde Schlesner
2017-03-01Common: add ParamPackagewwylele
2017-02-26Merge pull request #2587 from yuriks/status-barYuri Kunde Schlesner
2017-02-26Remove built-in (non-Microprofile) profilerYuri Kunde Schlesner
2017-02-23Gui: Change title bar to include build nameJames Rowe
2017-01-31Common/x64: remove legacy emitter and abi (#2504)Weiyi Wang
2016-12-26Common: add Quaternionwwylele
2016-12-23core: Move emu_window and key_map into coreMerryMage
2016-12-14VideoCore: Convert x64 shader JIT to use Xbyak for assemblyYuri Kunde Schlesner
2016-11-05Support additional screen layouts.James Rowe
2016-04-29Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-03-13PICA: Align vertex attributesJannik Vogel
2015-09-11common: Get rid of debug_interface.hLioncash
2015-09-01Common: Import BitSet from Dolphinaroulin
2015-08-24Integrate the MicroProfile profiling libraryYuri Kunde Schlesner
2015-08-15Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.bunnei
2015-08-15Common: Move cpu_detect to x64 directory.bunnei
2015-08-15x64: Refactor to remove fake interfaces and general cleanups.bunnei
2015-08-15Common: Added MurmurHash3 hash function for general-purpose use.bunnei
2015-08-15Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.bunnei
2015-08-15Common: Ported over Dolphin's code for x86 CPU capability detection.bunnei
2015-07-10Common: Remove thunk.hLioncash
2015-06-27Common: Remove unused fifo_queue.h.Emmanuel Gil Peyrot
2015-05-30Move video_core/color.h to common/color.harchshift
2015-05-30Move video_core/math.h to common/vector_math.harchshift