summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman2014-09-121-0/+1
* Initial HID PAD work, with GLFW only.Gravatar Kevin Hartman2014-09-111-0/+2
* Removed fixed_size_queue.hGravatar archshift2014-09-081-1/+0
* Removed common/std_xyz, instead using the std headerGravatar archshift2014-09-071-3/+0
* Removed common/atomic, instead using std::atomicGravatar archshift2014-09-021-3/+0
* CMake cleanupGravatar Yuri Kunde Schlesner2014-09-011-7/+16
* CMakeLists: rename HEADS, improved commentsGravatar archshift2014-05-191-2/+2
* Updated cmakelistsGravatar archshift2014-05-161-0/+1
* Fixed indentsGravatar archshift2014-04-301-1/+1
* IT'S ALIVE!Gravatar archshift2014-04-281-1/+39
* fixes to scm_rev generation to make it conistent with windows buildGravatar bunnei2014-04-231-3/+3
* added scm rev generation on Linux/cmakeGravatar bunnei2014-04-231-1/+3
* updated CMakeLists for missing filesGravatar ShizZy2014-04-221-0/+1
* updated CMakeListsGravatar bunnei2014-04-091-16/+17
* convert tabs to spacesGravatar bunnei2014-04-011-16/+16
* updated CMakeLists.txt file for new common filesGravatar ShizZy2013-09-041-9/+16
* adding initial project layoutGravatar ShizZy2013-08-291-0/+11