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
*
VFS Regression and Accuracy Fixes (#776)
Zach Hilman
2018-07-23
2
-1
/
+13
*
string_util: Get rid of separate resize() in CPToUTF16(), UTF16ToUTF8(), Code...
Lioncash
2018-07-22
1
-20
/
+22
*
string_util: Use emplace_back() in SplitString() instead of push_back()
Lioncash
2018-07-22
1
-2
/
+3
*
string_util: Remove unnecessary std::string instance in TabsToSpaces()
Lioncash
2018-07-22
2
-8
/
+7
*
Merge pull request #768 from lioncash/string-view
bunnei
2018-07-22
2
-40
/
+55
|
\
|
*
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-22
2
-40
/
+55
*
|
Merge pull request #765 from lioncash/file
bunnei
2018-07-22
1
-24
/
+14
|
\
\
|
|
/
|
/
|
|
*
file_util: Remove goto usages from Copy()
Lioncash
2018-07-21
1
-24
/
+14
*
|
file_util: Use a u64 to represent number of entries
Lioncash
2018-07-21
2
-13
/
+13
*
|
file_util: std::move FST entries in ScanDirectoryTree()
Lioncash
2018-07-21
1
-1
/
+1
|
/
*
Merge pull request #759 from lioncash/redundant
bunnei
2018-07-21
1
-2
/
+1
|
\
|
*
file_util: Remove explicit type from std::min() in GetPathWithoutTop()
Lioncash
2018-07-21
1
-1
/
+1
|
*
file_util: Remove redundant duplicate return in GetPathWithoutTop()
Lioncash
2018-07-21
1
-1
/
+0
*
|
Merge pull request #758 from lioncash/sync
bunnei
2018-07-21
2
-86
/
+0
|
\
\
|
*
|
common: Remove synchronized_wrapper.h
Lioncash
2018-07-21
2
-86
/
+0
|
|
/
*
/
file_util: Use an enum class for GetUserPath()
Lioncash
2018-07-21
3
-50
/
+51
|
/
*
Merge pull request #743 from lioncash/view
bunnei
2018-07-20
4
-57
/
+56
|
\
|
*
logging/filter: Use std::string_view in ParseFilterString()
Lioncash
2018-07-20
2
-41
/
+40
|
*
logging/backend: Add missing standard includes
Lioncash
2018-07-20
2
-4
/
+3
|
*
logging/backend: Use std::string_view in RemoveBackend() and GetBackend()
Lioncash
2018-07-20
2
-12
/
+13
*
|
param_package: Take std::string by value in string-based Set() function
Lioncash
2018-07-20
2
-4
/
+6
*
|
param_package: Use std::unordered_map's insert_or_assign instead of map indexing
Lioncash
2018-07-20
1
-3
/
+3
*
|
param_package: Get rid of file-static std::string construction
Lioncash
2018-07-20
1
-3
/
+4
|
/
*
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
|
\
[next]