summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.Gravatar bunnei2015-08-151-2/+12
* Common: Ported over Dolphin's code for x86 CPU capability detection.Gravatar bunnei2015-08-151-0/+8
* Common: Remove thunk.hGravatar Lioncash2015-07-101-1/+0
* Common: Remove unused fifo_queue.h.Gravatar Emmanuel Gil Peyrot2015-06-271-1/+0
* Move video_core/color.h to common/color.hGravatar archshift2015-05-301-0/+1
* Move video_core/math.h to common/vector_math.hGravatar archshift2015-05-301-0/+1
* Merge pull request #758 from yuriks/sync-loggingGravatar Yuri Kunde Schlesner2015-05-151-1/+0
|\
| * Remove unused concurrent_ring_buffer.hGravatar Yuri Kunde Schlesner2015-05-151-1/+0
* | Common: Remove unused cruft from math_util, and remove a duplicated Rect clas...Gravatar Emmanuel Gil Peyrot2015-05-141-1/+0
|/
* Common: Remove mem_arena.cpp/hGravatar Yuri Kunde Schlesner2015-05-071-2/+0
* Common: Remove hash.cpp/hGravatar Yuri Kunde Schlesner2015-05-071-2/+0
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+0
* Add profiling infrastructure and widgetGravatar Yuri Kunde Schlesner2015-03-011-0/+4
* Remove "super lame/broken" file_search compilation unit that was leftover fro...Gravatar archshift2015-02-181-2/+0
* Remove redundant utf8 compilation unit that was leftover from DolphinGravatar archshift2015-02-181-2/+0
* Remove useless extended_trace compilation unit that was leftover from DolphinGravatar archshift2015-02-181-2/+0
* Remove the useless msg_handler compilation unit that was left over from DolphinGravatar archshift2015-02-181-2/+0
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-101-1/+1
* Common: Add a clone of std::make_uniqueGravatar Yuri Kunde Schlesner2014-12-201-0/+1
* Remove old logging systemGravatar Yuri Kunde Schlesner2014-12-131-4/+0
* Add configurable per-class log filteringGravatar Yuri Kunde Schlesner2014-12-131-0/+2
* New logging systemGravatar Yuri Kunde Schlesner2014-12-131-0/+6
* Add SCOPE_EXIT macro to conveniently execute cleanup actionsGravatar Yuri Kunde Schlesner2014-12-131-0/+1