summaryrefslogtreecommitdiff
path: root/src/common/error.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-27chore: make yuzu REUSE compliantGravatar Andrea Pappacoda1-3/+3
2021-09-11common: Move error handling to error.cpp/hGravatar Morph1-1/+5
2021-02-28[network] Error handling reformGravatar comex1-15/+29
2020-10-30General: Make ignoring a discarded return value an errorGravatar Lioncash1-4/+11
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi1-1/+1
2018-08-14common/misc: use windows.hGravatar Zhu PengFei1-1/+1
2018-07-19common/misc: Deduplicate code in GetLastErrorMsg()Gravatar Lioncash1-11/+5
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-1/+0
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-5/+3
2015-06-28Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot1-2/+3
2015-05-07Common: Remove common.hGravatar Yuri Kunde Schlesner1-1/+3
2014-12-20License changeGravatar purpasmart961-2/+2
2014-12-03Change NULLs to nullptrs.Gravatar Rohit Nirmal1-2/+2
2014-04-08fixed project includes to use new directory structureGravatar bunnei1-1/+1
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-04-01convert tabs to spacesGravatar bunnei1-9/+9
2013-09-08re-enabled GetLastErrorMsgGravatar ShizZy1-19/+23
2013-09-04replaced common code with dolphin commonGravatar ShizZy1-0/+33