692 Commits (e8f641a52de33b33e0d6c73ee7ca07f06dcd8aeb)

Author SHA1 Message Date
Lioncash 398444e676 file_util, vfs: Use std::string_view where applicable 8 years ago
Lioncash c5de0a67a8 file_util: Remove goto usages from Copy() 8 years ago
Lioncash 0ba7fe4ab1 file_util: Use a u64 to represent number of entries 8 years ago
Lioncash 964154ce44 file_util: std::move FST entries in ScanDirectoryTree() 8 years ago
Lioncash d66b43dadf file_util: Use an enum class for GetUserPath() 8 years ago
Lioncash 34d6a1349c file_util: Remove explicit type from std::min() in GetPathWithoutTop() 8 years ago
Lioncash 41660c8923 file_util: Remove redundant duplicate return in GetPathWithoutTop() 8 years ago
Lioncash 973fdce79b common: Remove synchronized_wrapper.h 8 years ago
Lioncash 3268321f4b param_package: Take std::string by value in string-based Set() function 8 years ago
Lioncash 6279c2dcf4 param_package: Use std::unordered_map's insert_or_assign instead of map indexing 8 years ago
Lioncash 474ec2ee5f param_package: Get rid of file-static std::string construction 8 years ago
Lioncash f63ccbd936 logging/filter: Use std::string_view in ParseFilterString() 8 years ago
Lioncash 7a1a860abe logging/backend: Add missing standard includes 8 years ago
Lioncash 457d1b4490 logging/backend: Use std::string_view in RemoveBackend() and GetBackend() 8 years ago
Lioncash 5c47ea1a4e common/swap: Remove unnecessary const on return value of swap() 8 years ago
Lioncash 0a868641fa common/swap: Use static_cast where applicable 8 years ago
Lioncash 1edf4dd7ef common/swap: Use using aliases where applicable 8 years ago
Lioncash 9128271292 common/common_funcs: Remove unused rotation functions 8 years ago
Lioncash e0b8a35937 common/misc: Deduplicate code in GetLastErrorMsg() 8 years ago
Lioncash 63e64f0131 file_util: return string by const reference for GetExeDirectory() 8 years ago
Lioncash 33fbcb45a7 string_util: Remove AsciiToHex() 8 years ago
Zach Hilman 29aff8d5ab Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
Lioncash f5d7706ca1 externals: update fmt to version 5.1.0 8 years ago
Lioncash c65a8fafa0 telemetry: Remove unnecessary Field constructor 8 years ago
Lioncash 0aebe6b3d5 telemetry: Make operator== and operator!= const member functions of Field 8 years ago
Lioncash 3575d367a4 telemetry: Default copy/move constructors and assignment operators 8 years ago
James Rowe 497b81558e Logging: Dump all logs in the queue on close in debug mode 8 years ago
James Rowe 6daebaaa57 Logging: Don't lock the queue for the duration of the write 8 years ago
Hedges e066bc75b9 More improvements to GDBStub (#653) 8 years ago
bunnei 913896cbd9 Revert "Virtual Filesystem (#597)" 8 years ago
fearlessTobi 476e0fae4c Port #3474 from Citra 8 years ago
fearlessTobi 70a6691e3b Port #3579 from Citra 8 years ago
Zach Hilman 77c684c114 Virtual Filesystem (#597) 8 years ago
fearlessTobi c9aadff9a9 Remove some references to Citra 8 years ago
bunnei 76b475faf7 Fix build and address review feedback 8 years ago
James Rowe 6269a01b4e Add configurable logging backends 8 years ago
James Rowe 0d46f0df12 Update clang format 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
mailwl a2efb1dd48 Common/string_util: add StringFromBuffer function 8 years ago
mailwl 7e3d746b06 Service/MM: add service and stub some functions 8 years ago
mailwl 7757cc1a7f Service/BCAT: add module and services 8 years ago
Lioncash acc10c7ee2 vector_math: Ensure members are always initialized 8 years ago
Lioncash 3abba08080
string_util: Remove StringFromFormat() and related functions 8 years ago
Lioncash e8bbafb746
file_util: Make move constructor/assignment operator and related functions noexcept 8 years ago
Lioncash 40d2dcabd7
file_util: Add static assertions to ReadBytes() and WriteBytes() 8 years ago
Lioncash 5d9ee12b1a
file_util: Remove compiler version checks around is_trivially_copyable() 8 years ago
Lioncash d43c49264f
log: Remove old logging macros and functions 8 years ago
Lioncash 8475496630
general: Convert assertion macros over to be fmt-compatible 8 years ago
David Marcec abc23416e8 Switched to NGLOG_WARNING 8 years ago
Lioncash 3cfe77ae75
common: Move logging macros over to new fmt-capable macros where applicable 8 years ago