index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
CMakeLists.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-11-05
Support additional screen layouts.
James Rowe
1
-0
/
+2
2016-04-29
Common: Remove section measurement from profiler (#1731)
Yuri Kunde Schlesner
1
-1
/
+0
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
1
-1
/
+0
2016-03-13
PICA: Align vertex attributes
Jannik Vogel
1
-0
/
+1
2015-09-11
common: Get rid of debug_interface.h
Lioncash
1
-1
/
+0
2015-09-01
Common: Import BitSet from Dolphin
aroulin
1
-0
/
+1
2015-08-25
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
1
-0
/
+3
2015-08-16
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
1
-1
/
+1
2015-08-16
Common: Move cpu_detect to x64 directory.
bunnei
1
-2
/
+2
2015-08-16
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
1
-12
/
+6
2015-08-15
Common: Added MurmurHash3 hash function for general-purpose use.
bunnei
1
-1
/
+3
2015-08-15
Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.
bunnei
1
-2
/
+12
2015-08-15
Common: Ported over Dolphin's code for x86 CPU capability detection.
bunnei
1
-0
/
+8
2015-07-11
Common: Remove thunk.h
Lioncash
1
-1
/
+0
2015-06-27
Common: Remove unused fifo_queue.h.
Emmanuel Gil Peyrot
1
-1
/
+0
2015-05-30
Move video_core/color.h to common/color.h
archshift
1
-0
/
+1
2015-05-30
Move video_core/math.h to common/vector_math.h
archshift
1
-0
/
+1
2015-05-16
Remove unused concurrent_ring_buffer.h
Yuri Kunde Schlesner
1
-1
/
+0
2015-05-14
Common: Remove unused cruft from math_util, and remove a duplicated Rect class in common_types.
Emmanuel Gil Peyrot
1
-1
/
+0
2015-05-08
Common: Remove mem_arena.cpp/h
Yuri Kunde Schlesner
1
-2
/
+0
2015-05-07
Common: Remove hash.cpp/h
Yuri Kunde Schlesner
1
-2
/
+0
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
1
-1
/
+0
2015-03-02
Add profiling infrastructure and widget
Yuri Kunde Schlesner
1
-0
/
+4
2015-02-19
Remove "super lame/broken" file_search compilation unit that was leftover from Dolphin
archshift
1
-2
/
+0
2015-02-19
Remove redundant utf8 compilation unit that was leftover from Dolphin
archshift
1
-2
/
+0
2015-02-19
Remove useless extended_trace compilation unit that was leftover from Dolphin
archshift
1
-2
/
+0
2015-02-19
Remove the useless msg_handler compilation unit that was left over from Dolphin
archshift
1
-2
/
+0
2015-02-11
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
1
-1
/
+1
2014-12-20
Common: Add a clone of std::make_unique
Yuri Kunde Schlesner
1
-0
/
+1
2014-12-13
Remove old logging system
Yuri Kunde Schlesner
1
-4
/
+0
2014-12-13
Add configurable per-class log filtering
Yuri Kunde Schlesner
1
-0
/
+2
2014-12-13
New logging system
Yuri Kunde Schlesner
1
-0
/
+6
2014-12-13
Add SCOPE_EXIT macro to conveniently execute cleanup actions
Yuri Kunde Schlesner
1
-0
/
+1
2014-09-12
Added support for multiple input device types for KeyMap and connected Qt.
Kevin Hartman
1
-0
/
+1
2014-09-12
Initial HID PAD work, with GLFW only.
Kevin Hartman
1
-0
/
+2
2014-09-09
Removed fixed_size_queue.h
archshift
1
-1
/
+0
2014-09-07
Removed common/std_xyz, instead using the std header
archshift
1
-3
/
+0
2014-09-03
Removed common/atomic, instead using std::atomic
archshift
1
-3
/
+0
2014-09-01
CMake cleanup
Yuri Kunde Schlesner
1
-7
/
+16
2014-05-20
CMakeLists: rename HEADS, improved comments
archshift
1
-2
/
+2
2014-05-17
Updated cmakelists
archshift
1
-0
/
+1
2014-05-01
Fixed indents
archshift
1
-1
/
+1
2014-04-29
IT'S ALIVE!
archshift
1
-1
/
+39
2014-04-24
fixes to scm_rev generation to make it conistent with windows build
bunnei
1
-3
/
+3
2014-04-24
added scm rev generation on Linux/cmake
bunnei
1
-1
/
+3
2014-04-23
updated CMakeLists for missing files
ShizZy
1
-0
/
+1
2014-04-10
updated CMakeLists
bunnei
1
-16
/
+17
2014-04-02
convert tabs to spaces
bunnei
1
-16
/
+16
2013-09-05
updated CMakeLists.txt file for new common files
ShizZy
1
-9
/
+16
2013-08-30
adding initial project layout
ShizZy
1
-0
/
+11