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
/
common.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed swap code redundancy and moved common swap code to swap.h
archshift
2015-03-06
1
-36
/
+0
*
Misc cleanup of common and related functions
archshift
2015-02-20
1
-50
/
+22
*
Remove the useless msg_handler compilation unit that was left over from Dolphin
archshift
2015-02-19
1
-1
/
+0
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-1
/
+2
*
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
archshift
2015-01-10
1
-7
/
+0
*
Common: Remove dead platform #ifdefs to make the code more readable.
Emmanuel Gil Peyrot
2015-01-06
1
-6
/
+0
*
Fix merge conflicts
darkf
2014-12-30
1
-2
/
+2
|
\
|
*
License change
purpasmart96
2014-12-21
1
-2
/
+2
*
|
Fix MinGW build
darkf
2014-11-29
1
-1
/
+3
|
/
*
Common: Remove HAVE_CXX11_SYNTAX define from Common.h
Lioncash
2014-09-08
1
-6
/
+0
*
Common: Move header guards over to pragma once
Lioncash
2014-08-17
1
-7
/
+4
*
Removed definition of MAX_PATH, this is already defined in common_paths.h.
bunnei
2014-06-12
1
-2
/
+0
*
Support for C++11 on OSX
archshift
2014-05-01
1
-2
/
+2
*
Some more experimentation
archshift
2014-04-30
1
-3
/
+3
*
add missing bswap functions
bunnei
2014-04-28
1
-0
/
+44
*
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-28
1
-5
/
+0
*
added scm rev generation on Linux/cmake
bunnei
2014-04-24
1
-4
/
+0
*
- removed deprecated version.h
bunnei
2014-04-09
1
-2
/
+2
*
fixed project includes to use new directory structure
bunnei
2014-04-09
1
-6
/
+6
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+171