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_funcs.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-1
/
+0
2016-09-19
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
1
-2
/
+1
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-11
/
+14
2016-05-27
common_funcs: Provide rotr and rotl for MSVC
MerryMage
1
-12
/
+18
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
1
-0
/
+4
2016-03-09
Common: Get rid of alignment macros
Lioncash
1
-9
/
+1
2015-10-22
gl_rasterizer: Use MMH3 hash for shader cache hey.
bunnei
1
-18
/
+0
2015-10-22
renderer_opengl: Refactor shader generation/caching to be more organized + various cleanups.
bunnei
1
-0
/
+18
2015-08-18
Fix building under MinGW
darkf
1
-3
/
+9
2015-08-16
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
1
-1
/
+1
2015-08-16
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
1
-1
/
+1
2015-08-15
Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.
bunnei
1
-1
/
+1
2015-08-12
Stop defining GCC always_inline attributes as __forceinline
archshift
1
-1
/
+2
2015-07-12
don´t define snprintf on Visual Studio 2015
Apology11
1
-2
/
+4
2015-06-28
Common: Remove unused ROUND_UP_POW2 macro.
Emmanuel Gil Peyrot
1
-7
/
+0
2015-06-28
Common: Cleanup memory and misc includes.
Emmanuel Gil Peyrot
1
-4
/
+0
2015-05-09
Common: Remove the BIT macro
Yuri Kunde Schlesner
1
-2
/
+0
2015-05-09
Common: Add BIT macro
Yuri Kunde Schlesner
1
-0
/
+2
2015-05-07
Common: Add proper macros to test for architecture pointer size
Yuri Kunde Schlesner
1
-7
/
+0
2015-05-07
Common: Move alignment macros to common_funcs.h
Yuri Kunde Schlesner
1
-0
/
+21
2015-05-07
Common: Remove more unused compatibility defines
Yuri Kunde Schlesner
1
-45
/
+0
2015-05-07
Common: Move IO-specific compatibility macros to file_util.cpp
Yuri Kunde Schlesner
1
-8
/
+0
2015-05-07
Common: Remove many unnecessary cross-platform compatibility macros
Yuri Kunde Schlesner
1
-7
/
+3
2015-03-06
Removed swap code redundancy and moved common swap code to swap.h
archshift
1
-77
/
+0
2015-02-22
Added information reporting from ThrowFatalError
archshift
1
-2
/
+0
2015-02-20
Misc cleanup of common and related functions
archshift
1
-23
/
+0
2015-02-20
Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.h
archshift
1
-3
/
+2
2015-02-17
ConfigMem: Clean up the Config memory to be more like the shared page and moved
purpasmart96
1
-0
/
+7
2015-02-11
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
1
-20
/
+15
2015-01-30
Common: Fix SCOPE_EXIT to actually create unique identifiers.
Yuri Kunde Schlesner
1
-0
/
+4
2014-12-21
License change
purpasmart96
1
-2
/
+2
2014-12-13
Added missing include in common_funcs.h
Yuri Kunde Schlesner
1
-0
/
+1
2014-12-13
Remove redundant include from common_funcs.h
Yuri Kunde Schlesner
1
-2
/
+0
2014-12-09
Some code cleanup.
Tony Wasserka
1
-0
/
+2
2014-12-09
Fix some headers to include their dependencies properly.
Tony Wasserka
1
-0
/
+4
2014-12-03
Change NULLs to nullptrs.
Rohit Nirmal
1
-1
/
+1
2014-11-29
Fix MinGW build
darkf
1
-4
/
+4
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
1
-7
/
+7
2014-08-17
Common: Move header guards over to pragma once
Lioncash
1
-4
/
+1
2014-05-17
added MIN, MAX, and CLAMP macros to common_funcs
bunnei
1
-0
/
+5
2014-04-28
fix for issue Linux build #9, not sure why this is broken but its unused code I'm just getting rid of it
bunnei
1
-13
/
+0
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
1
-0
/
+0
2014-04-02
convert tabs to spaces
bunnei
1
-90
/
+90
2013-09-06
start of 3DS memory map
ShizZy
1
-0
/
+2
2013-09-05
replaced common code with dolphin common
ShizZy
1
-0
/
+243