index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-02
Fix build and address review feedback
bunnei
1
-4
/
+4
2018-07-02
Add configurable logging backends
James Rowe
5
-18
/
+257
2018-07-02
Update clang format
James Rowe
3
-14
/
+11
2018-07-02
Rename logging macro back to LOG_*
James Rowe
7
-70
/
+70
2018-06-07
Common/string_util: add StringFromBuffer function
mailwl
2
-0
/
+6
2018-06-05
Service/MM: add service and stub some functions
mailwl
2
-0
/
+2
2018-05-28
Service/BCAT: add module and services
mailwl
2
-0
/
+2
2018-05-01
vector_math: Ensure members are always initialized
Lioncash
1
-9
/
+9
2018-04-29
string_util: Remove StringFromFormat() and related functions
Lioncash
4
-91
/
+9
2018-04-29
file_util: Make move constructor/assignment operator and related functions no...
Lioncash
2
-6
/
+6
2018-04-29
file_util: Add static assertions to ReadBytes() and WriteBytes()
Lioncash
1
-2
/
+6
2018-04-28
file_util: Remove compiler version checks around is_trivially_copyable()
Lioncash
1
-8
/
+0
2018-04-27
log: Remove old logging macros and functions
Lioncash
2
-54
/
+1
2018-04-27
general: Convert assertion macros over to be fmt-compatible
Lioncash
2
-5
/
+6
2018-04-26
Switched to NGLOG_WARNING
David Marcec
1
-1
/
+1
2018-04-26
common: Move logging macros over to new fmt-capable macros where applicable
Lioncash
4
-67
/
+67
2018-04-26
Added PREPO to logging backend, Removed comments from SaveReportWithUser
David Marcec
1
-0
/
+1
2018-04-26
common: Remove chunk_file.h and linear_disk_cache.h
Lioncash
3
-792
/
+0
2018-04-22
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...
David Marcec
1
-0
/
+1
2018-04-20
math_util: Remove the Clamp() function
Lioncash
1
-5
/
+0
2018-04-19
vector_math: Remove AsArray() and Write() functions from Vec[2,3,4]
Lioncash
1
-30
/
+0
2018-04-19
common: Remove code_block.h
Lioncash
2
-86
/
+0
2018-04-19
common/thread: Remove unnecessary feature checking for thread_local
Lioncash
1
-19
/
+0
2018-04-19
common_funcs: Remove ARRAY_SIZE macro
Lioncash
1
-2
/
+0
2018-04-19
common_funcs: Remove check for VS versions that we don't even support
Lioncash
1
-5
/
+0
2018-04-19
common_types: Convert typedefs to using aliases
Lioncash
1
-12
/
+12
2018-04-19
common_types: Remove unnecessary check for whether or not__func__ is defined
Lioncash
1
-6
/
+0
2018-04-17
bit_field: Remove is_pod check, add is_trivially_copyable_v.
bunnei
1
-6
/
+1
2018-04-13
common: Port cityhash code from Citra.
bunnei
5
-147
/
+502
2018-04-13
bit_field: Make all methods constexpr.
bunnei
1
-5
/
+5
2018-04-05
Update fmtlib to fix msvc warnings
James Rowe
2
-5
/
+8
2018-04-03
logging: Change FmtLogMessage to use variadic template instead of FMT_VARIADIC
Daniel Lim Wee Soong
2
-5
/
+11
2018-04-03
common: fix swap functions on Bitrig and OpenBSD
Daniel Lim Wee Soong
1
-1
/
+13
2018-03-29
service: Add NFP module interface.
bunnei
2
-0
/
+2
2018-03-27
telemetry.h: Reword comment from citra to yuzu
N00byKing
1
-1
/
+1
2018-03-26
log.h: Change comment from citra to yuzu
N00byKing
1
-1
/
+1
2018-03-26
file_util.h: Update Comment from citra to yuzu
N00byKing
1
-1
/
+1
2018-03-26
cpu_detect.cpp: Change comment from citra to yuzu
N00byKing
1
-1
/
+1
2018-03-23
Service/SSL: add ssl service
mailwl
2
-0
/
+2
2018-03-22
Remove dependency chrono
Daniel Lim Wee Soong
1
-1
/
+0
2018-03-22
Logging: Create logging macros based on fmtlib
Daniel Lim Wee Soong
10
-67
/
+112
2018-03-22
Service/spl: add module and services
mailwl
2
-0
/
+2
2018-03-21
CMake: Set EMU_ARCH_BITS in CMakeLists.txt
N00byKing
2
-35
/
+0
2018-03-20
Service: add fatal:u, fatal:p services
mailwl
2
-0
/
+2
2018-02-20
Service/AOC: stub ListAddOnContent function
mailwl
2
-0
/
+2
2018-02-19
logging: Add category for Friend service.
bunnei
2
-0
/
+2
2018-02-14
log: Add logging category for NS services.
bunnei
2
-0
/
+2
2018-02-04
logger: Add Time service logging category.
bunnei
2
-0
/
+2
2018-02-04
logger: Add SET service logging category.
bunnei
2
-15
/
+11
2018-02-04
logger: Add PCTL service logging category.
bunnei
2
-0
/
+2
[next]