summaryrefslogtreecommitdiff
path: root/src/common (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-02Fix build and address review feedbackGravatar bunnei1-4/+4
2018-07-02Add configurable logging backendsGravatar James Rowe5-18/+257
2018-07-02Update clang formatGravatar James Rowe3-14/+11
2018-07-02Rename logging macro back to LOG_*Gravatar James Rowe7-70/+70
2018-06-07Common/string_util: add StringFromBuffer functionGravatar mailwl2-0/+6
2018-06-05Service/MM: add service and stub some functionsGravatar mailwl2-0/+2
2018-05-28Service/BCAT: add module and servicesGravatar mailwl2-0/+2
2018-05-01vector_math: Ensure members are always initializedGravatar Lioncash1-9/+9
2018-04-29string_util: Remove StringFromFormat() and related functionsGravatar Lioncash4-91/+9
2018-04-29file_util: Make move constructor/assignment operator and related functions no...Gravatar Lioncash2-6/+6
2018-04-29file_util: Add static assertions to ReadBytes() and WriteBytes()Gravatar Lioncash1-2/+6
2018-04-28file_util: Remove compiler version checks around is_trivially_copyable()Gravatar Lioncash1-8/+0
2018-04-27log: Remove old logging macros and functionsGravatar Lioncash2-54/+1
2018-04-27general: Convert assertion macros over to be fmt-compatibleGravatar Lioncash2-5/+6
2018-04-26Switched to NGLOG_WARNINGGravatar David Marcec1-1/+1
2018-04-26common: Move logging macros over to new fmt-capable macros where applicableGravatar Lioncash4-67/+67
2018-04-26Added PREPO to logging backend, Removed comments from SaveReportWithUserGravatar David Marcec1-0/+1
2018-04-26common: Remove chunk_file.h and linear_disk_cache.hGravatar Lioncash3-792/+0
2018-04-22GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...Gravatar David Marcec1-0/+1
2018-04-20math_util: Remove the Clamp() functionGravatar Lioncash1-5/+0
2018-04-19vector_math: Remove AsArray() and Write() functions from Vec[2,3,4]Gravatar Lioncash1-30/+0
2018-04-19common: Remove code_block.hGravatar Lioncash2-86/+0
2018-04-19common/thread: Remove unnecessary feature checking for thread_localGravatar Lioncash1-19/+0
2018-04-19common_funcs: Remove ARRAY_SIZE macroGravatar Lioncash1-2/+0
2018-04-19common_funcs: Remove check for VS versions that we don't even supportGravatar Lioncash1-5/+0
2018-04-19common_types: Convert typedefs to using aliasesGravatar Lioncash1-12/+12
2018-04-19common_types: Remove unnecessary check for whether or not__func__ is definedGravatar Lioncash1-6/+0
2018-04-17bit_field: Remove is_pod check, add is_trivially_copyable_v.Gravatar bunnei1-6/+1
2018-04-13common: Port cityhash code from Citra.Gravatar bunnei5-147/+502
2018-04-13bit_field: Make all methods constexpr.Gravatar bunnei1-5/+5
2018-04-05Update fmtlib to fix msvc warningsGravatar James Rowe2-5/+8
2018-04-03logging: Change FmtLogMessage to use variadic template instead of FMT_VARIADICGravatar Daniel Lim Wee Soong2-5/+11
2018-04-03common: fix swap functions on Bitrig and OpenBSDGravatar Daniel Lim Wee Soong1-1/+13
2018-03-29service: Add NFP module interface.Gravatar bunnei2-0/+2
2018-03-27telemetry.h: Reword comment from citra to yuzuGravatar N00byKing1-1/+1
2018-03-26log.h: Change comment from citra to yuzuGravatar N00byKing1-1/+1
2018-03-26file_util.h: Update Comment from citra to yuzuGravatar N00byKing1-1/+1
2018-03-26cpu_detect.cpp: Change comment from citra to yuzuGravatar N00byKing1-1/+1
2018-03-23Service/SSL: add ssl serviceGravatar mailwl2-0/+2
2018-03-22Remove dependency chronoGravatar Daniel Lim Wee Soong1-1/+0
2018-03-22Logging: Create logging macros based on fmtlibGravatar Daniel Lim Wee Soong10-67/+112
2018-03-22Service/spl: add module and servicesGravatar mailwl2-0/+2
2018-03-21CMake: Set EMU_ARCH_BITS in CMakeLists.txtGravatar N00byKing2-35/+0
2018-03-20Service: add fatal:u, fatal:p servicesGravatar mailwl2-0/+2
2018-02-20Service/AOC: stub ListAddOnContent functionGravatar mailwl2-0/+2
2018-02-19logging: Add category for Friend service.Gravatar bunnei2-0/+2
2018-02-14log: Add logging category for NS services.Gravatar bunnei2-0/+2
2018-02-04logger: Add Time service logging category.Gravatar bunnei2-0/+2
2018-02-04logger: Add SET service logging category.Gravatar bunnei2-15/+11
2018-02-04logger: Add PCTL service logging category.Gravatar bunnei2-0/+2