926 Commits (73ceeea0e433c7d2e8cd08a4fc7a94152621c788)

Author SHA1 Message Date
Lioncash 68da3a4d4b string_util: Remove ThousandSeparate() 7 years ago
fearlessTobi 381e04453a compatdb: Use a seperate endpoint for testcase submission 7 years ago
Lioncash 8aa910b315 logging/backend: Add missing services to the log filters 7 years ago
Lioncash 443b1a6341 common: Remove memory_util.cpp/.h 7 years ago
Weiyi Wang bbd5e63bdf only redefine 64 bit file operation for MSVC 7 years ago
Zach Hilman e37e15fd1e service: Add skeleton for psm service 7 years ago
Lioncash da8827def6 common: Add function for checking word alignment to alignment.h 7 years ago
Lioncash 7784a1ca44 common: Move Is4KBAligned() to alignment.h 7 years ago
Lioncash 2619abec47 web_backend: Make Client use the PImpl idiom 7 years ago
Carl Kenner c7871341fe logging: Add DebuggerBackend for logging to Visual Studio 7 years ago
fearlessTobi 86349413b5 Remove "#" in the version number 7 years ago
zhupengfei 18b712829f citra_qt/configuration: misc input tab improvements 7 years ago
Lioncash 025ab5f04f text_formatter: Avoid unnecessary string temporary creation in PrintMessage() 7 years ago
Zach Hilman c60739016d ips_layer: Deduplicate resource usage 7 years ago
Zach Hilman e0ea8e6ca5 hex_util: Add HexVectorToString and HexStringToVector 7 years ago
Weiyi Wang 365e6fdefd string_util: unify UTF8<->UTF16 conversion to codecvt 7 years ago
Weiyi Wang 82389b903b string_util: remove TString conversion for windows 7 years ago
Weiyi Wang f876f9b85c string_util: remove ShiftJIS/CP1252 conversion function 7 years ago
fearlessTobi c32e0c6847 Review comments - part 5 7 years ago
fearlessTobi fb46c8b426 Address a bunch of review comments 7 years ago
fearlessTobi 92e939952c Port web_service from Citra 7 years ago
David 11a9e90d8d Stubbed IRS (#1349) 7 years ago
Weiyi Wang dd7df52d63 common/thread: remove YieldCPU() 7 years ago
Zach Hilman 2f2bd3b952 common_paths: Add Load and Dump dirs 7 years ago
Lioncash 939161b4dc ring_buffer: Use std::atomic_size_t in a static assert 7 years ago
Lioncash b834638dc0 ring_buffer: Use std::hardware_destructive_interference_size to determine alignment size for avoiding false sharing 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
MerryMage 62e2e0a8fb common: Implement a ring buffer 7 years ago
CaptV0rt3x b636ffa70c Better Title Bar Display 7 years ago
Lioncash 067e34798b common/logging: Amend documentation comments 7 years ago
Lioncash 4209a71953 common/logging/filter: Replace C-style case with C++ static_cast 7 years ago
Lioncash ed8b4ac2b4 common/logging/filter: Make constructor explicit 7 years ago
Lioncash 0cb5150070 file_util: Correct return value in early exit of ReadFileToString() 7 years ago
Zach Hilman 26b536c967 hex_util: Replace logic_errors with LOG_CRITICAL 7 years ago
Lioncash 2c16d2ccdd logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFFER_INFO instance 7 years ago
Lioncash d6812d9e92 bit_field: Convert ToBool() into explicit operator bool 7 years ago
Lioncash 890507ecf1 common: Namespace hex_util.h/.cpp 7 years ago
Lioncash 5ad776105c common/telemetry: Migrate core-independent info gathering to common 7 years ago
Lioncash c0f2f8a840 common/xbyak_abi: Mark defined functions in header as inline 7 years ago
Lioncash 9b5b9205a5 common/xbyak: Use nested namespace specifiers where applicable 7 years ago
Lioncash f3992cd43b common: Remove unused old breakpoint source files 7 years ago
Lioncash e6a87798b9 logging/backend: Use const reference to refer to log filter 7 years ago
Zhu PengFei bba0f809c8 common/misc: use windows.h 7 years ago
Lioncash 95ff8e6aac thread_queue_list: Make contains() and get_first() const member functions 8 years ago
Lioncash 9a76374859 thread_queue_list: Convert typedef to a type alias 8 years ago
Zach Hilman b0531d6ea0 file_sys: Comply to style guidelines 8 years ago
Zach Hilman 54ef430e85 file_util: Add getter for NAND registration directory 8 years ago
Zach Hilman 7193c994b7 common: Move hex string processing to separate file 8 years ago
Zach Hilman b43d01f09b file_util: Use enum instead of bool for specifing path behavior 8 years ago
Zach Hilman 944f8b80d8 file_util: Add platform-specific slash option to SanitizePath 8 years ago