index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #711 from lioncash/swap
bunnei
2018-07-19
1
-50
/
+50
|
\
|
*
common/swap: Remove unnecessary const on return value of swap()
Lioncash
2018-07-19
1
-1
/
+1
|
*
common/swap: Use static_cast where applicable
Lioncash
2018-07-19
1
-16
/
+16
|
*
common/swap: Use using aliases where applicable
Lioncash
2018-07-19
1
-33
/
+33
*
|
Merge pull request #710 from lioncash/unused
bunnei
2018-07-19
1
-38
/
+0
|
\
\
|
*
|
common/common_funcs: Remove unused rotation functions
Lioncash
2018-07-19
1
-38
/
+0
|
|
/
*
|
Merge pull request #709 from lioncash/thread-local
bunnei
2018-07-19
2
-12
/
+8
|
\
\
|
*
|
common/misc: Deduplicate code in GetLastErrorMsg()
Lioncash
2018-07-19
2
-12
/
+8
|
|
/
*
|
Merge pull request #705 from lioncash/string-ref
bunnei
2018-07-19
2
-2
/
+2
|
\
\
|
*
|
file_util: return string by const reference for GetExeDirectory()
Lioncash
2018-07-19
2
-2
/
+2
|
|
/
*
/
string_util: Remove AsciiToHex()
Lioncash
2018-07-18
2
-15
/
+0
|
/
*
Merge pull request #686 from lioncash/fmt
bunnei
2018-07-18
1
-1
/
+1
|
\
|
*
externals: update fmt to version 5.1.0
Lioncash
2018-07-18
1
-1
/
+1
*
|
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-18
2
-57
/
+116
|
/
*
telemetry: Remove unnecessary Field constructor
Lioncash
2018-07-18
1
-4
/
+1
*
telemetry: Make operator== and operator!= const member functions of Field
Lioncash
2018-07-18
1
-2
/
+2
*
telemetry: Default copy/move constructors and assignment operators
Lioncash
2018-07-18
1
-14
/
+4
*
Merge pull request #664 from jroweboy/logging-stuff
bunnei
2018-07-15
3
-4
/
+17
|
\
|
*
Logging: Dump all logs in the queue on close in debug mode
James Rowe
2018-07-15
3
-1
/
+12
|
*
Logging: Don't lock the queue for the duration of the write
James Rowe
2018-07-14
1
-3
/
+5
*
|
More improvements to GDBStub (#653)
Hedges
2018-07-12
1
-1
/
+1
|
/
*
Merge pull request #633 from FearlessTobi/port-defines
bunnei
2018-07-10
3
-7
/
+7
|
\
|
*
Port #3579 from Citra
fearlessTobi
2018-07-07
3
-7
/
+7
*
|
Merge pull request #635 from FearlessTobi/port-crashfix
bunnei
2018-07-09
1
-1
/
+1
|
\
\
|
*
|
Port #3474 from Citra
fearlessTobi
2018-07-07
1
-1
/
+1
|
|
/
*
/
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-07
2
-99
/
+57
|
/
*
Merge pull request #630 from FearlessTobi/remove-citra-references
bunnei
2018-07-06
2
-2
/
+2
|
\
|
*
Remove some references to Citra
fearlessTobi
2018-07-06
2
-2
/
+2
*
|
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
2
-57
/
+99
|
/
*
Fix build and address review feedback
bunnei
2018-07-02
1
-4
/
+4
*
Add configurable logging backends
James Rowe
2018-07-02
5
-18
/
+257
*
Update clang format
James Rowe
2018-07-02
3
-14
/
+11
*
Rename logging macro back to LOG_*
James Rowe
2018-07-02
7
-70
/
+70
*
Common/string_util: add StringFromBuffer function
mailwl
2018-06-07
2
-0
/
+6
*
Service/MM: add service and stub some functions
mailwl
2018-06-05
2
-0
/
+2
*
Service/BCAT: add module and services
mailwl
2018-05-28
2
-0
/
+2
*
vector_math: Ensure members are always initialized
Lioncash
2018-05-01
1
-9
/
+9
*
Merge pull request #424 from lioncash/string
bunnei
2018-04-29
4
-91
/
+9
|
\
|
*
string_util: Remove StringFromFormat() and related functions
Lioncash
2018-04-29
4
-91
/
+9
*
|
file_util: Make move constructor/assignment operator and related functions no...
Lioncash
2018-04-29
2
-6
/
+6
*
|
file_util: Add static assertions to ReadBytes() and WriteBytes()
Lioncash
2018-04-29
1
-2
/
+6
|
/
*
file_util: Remove compiler version checks around is_trivially_copyable()
Lioncash
2018-04-28
1
-8
/
+0
*
log: Remove old logging macros and functions
Lioncash
2018-04-27
2
-54
/
+1
*
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-27
2
-5
/
+6
*
Merge pull request #380 from ogniK5377/service-impl
bunnei
2018-04-27
2
-0
/
+2
|
\
|
*
Switched to NGLOG_WARNING
David Marcec
2018-04-26
1
-1
/
+1
|
*
Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl
David Marcec
2018-04-26
3
-792
/
+0
|
|
\
|
*
|
Added PREPO to logging backend, Removed comments from SaveReportWithUser
David Marcec
2018-04-26
1
-0
/
+1
|
*
|
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...
David Marcec
2018-04-22
1
-0
/
+1
*
|
|
common: Move logging macros over to new fmt-capable macros where applicable
Lioncash
2018-04-26
4
-67
/
+67
|
|
/
|
/
|
[next]