summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2018-07-15Merge pull request #664 from jroweboy/logging-stuffbunnei
2018-07-15Logging: Dump all logs in the queue on close in debug modeJames Rowe
2018-07-14Logging: Don't lock the queue for the duration of the writeJames Rowe
2018-07-12More improvements to GDBStub (#653)Hedges
2018-07-10Merge pull request #633 from FearlessTobi/port-definesbunnei
2018-07-09Merge pull request #635 from FearlessTobi/port-crashfixbunnei
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-07Port #3474 from CitrafearlessTobi
2018-07-07Port #3579 from CitrafearlessTobi
2018-07-06Merge pull request #630 from FearlessTobi/remove-citra-referencesbunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-06Remove some references to CitrafearlessTobi
2018-07-02Fix build and address review feedbackbunnei
2018-07-02Add configurable logging backendsJames Rowe
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-07Common/string_util: add StringFromBuffer functionmailwl
2018-06-05Service/MM: add service and stub some functionsmailwl
2018-05-28Service/BCAT: add module and servicesmailwl
2018-05-01vector_math: Ensure members are always initializedLioncash
2018-04-29Merge pull request #424 from lioncash/stringbunnei
2018-04-29string_util: Remove StringFromFormat() and related functionsLioncash
2018-04-29file_util: Make move constructor/assignment operator and related functions no...Lioncash
2018-04-29file_util: Add static assertions to ReadBytes() and WriteBytes()Lioncash
2018-04-28file_util: Remove compiler version checks around is_trivially_copyable()Lioncash
2018-04-27log: Remove old logging macros and functionsLioncash
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash
2018-04-27Merge pull request #380 from ogniK5377/service-implbunnei
2018-04-26Switched to NGLOG_WARNINGDavid Marcec
2018-04-26common: Move logging macros over to new fmt-capable macros where applicableLioncash
2018-04-26Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implDavid Marcec
2018-04-26Added PREPO to logging backend, Removed comments from SaveReportWithUserDavid Marcec
2018-04-26common: Remove chunk_file.h and linear_disk_cache.hLioncash
2018-04-22GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...David Marcec
2018-04-20Merge pull request #367 from lioncash/clampbunnei
2018-04-20Merge pull request #361 from lioncash/commonbunnei
2018-04-20math_util: Remove the Clamp() functionLioncash
2018-04-20Merge pull request #364 from lioncash/thread-localbunnei
2018-04-20Merge pull request #362 from lioncash/snprintfbunnei
2018-04-20Merge pull request #363 from lioncash/array-sizebunnei
2018-04-20Merge pull request #366 from lioncash/vecbunnei
2018-04-19vector_math: Remove AsArray() and Write() functions from Vec[2,3,4]Lioncash
2018-04-19common: Remove code_block.hLioncash
2018-04-19common/thread: Remove unnecessary feature checking for thread_localLioncash
2018-04-19common_funcs: Remove ARRAY_SIZE macroLioncash
2018-04-19common_funcs: Remove check for VS versions that we don't even supportLioncash
2018-04-19common_types: Convert typedefs to using aliasesLioncash
2018-04-19common_types: Remove unnecessary check for whether or not__func__ is definedLioncash
2018-04-17bit_field: Remove is_pod check, add is_trivially_copyable_v.bunnei
2018-04-13common: Port cityhash code from Citra.bunnei