927 Commits (7a35178ee2c8ce60c87654ed2d80cc76abb0380b)

Author SHA1 Message Date
Lioncash f1219e3a87 string_util: Remove TryParse() 7 years ago
Lioncash 9bc18eada8 string_util: Remove ThousandSeparate() 7 years ago
fearlessTobi 585b6a6a50 compatdb: Use a seperate endpoint for testcase submission 7 years ago
Lioncash f80b80b922
logging/backend: Add missing services to the log filters 7 years ago
Lioncash 1291f3f820 common: Remove memory_util.cpp/.h 7 years ago
Weiyi Wang 2ff2732a78 only redefine 64 bit file operation for MSVC 7 years ago
Zach Hilman 3b8c0f8885 service: Add skeleton for psm service 7 years ago
Lioncash 541e9624eb common: Add function for checking word alignment to alignment.h 7 years ago
Lioncash d27f4a4928 common: Move Is4KBAligned() to alignment.h 7 years ago
Lioncash 183a664405 web_backend: Make Client use the PImpl idiom 7 years ago
Carl Kenner f5f6292810 logging: Add DebuggerBackend for logging to Visual Studio 7 years ago
fearlessTobi 8e6311bfd2 Remove "#" in the version number 7 years ago
zhupengfei 690f326613 citra_qt/configuration: misc input tab improvements 7 years ago
Lioncash 6f16826260 text_formatter: Avoid unnecessary string temporary creation in PrintMessage() 7 years ago
Zach Hilman 70bd2bb1d3 ips_layer: Deduplicate resource usage 7 years ago
Zach Hilman f62227aa95 hex_util: Add HexVectorToString and HexStringToVector 7 years ago
Weiyi Wang fdb35760a7 string_util: unify UTF8<->UTF16 conversion to codecvt 7 years ago
Weiyi Wang bfe84f06f2 string_util: remove TString conversion for windows 7 years ago
Weiyi Wang a4595bb939 string_util: remove ShiftJIS/CP1252 conversion function 7 years ago
fearlessTobi e4daf4bee5 Review comments - part 5 7 years ago
fearlessTobi b4ace6ec6f Address a bunch of review comments 7 years ago
fearlessTobi 4d139943f2 Port web_service from Citra 7 years ago
David 2513e086ab Stubbed IRS (#1349) 7 years ago
Weiyi Wang e0ce07aa7d common/thread: remove YieldCPU() 7 years ago
Zach Hilman bd8db3f7f8 common_paths: Add Load and Dump dirs 7 years ago
Lioncash ab6dfa4fa5
ring_buffer: Use std::atomic_size_t in a static assert 7 years ago
Lioncash c51f8563a6
ring_buffer: Use std::hardware_destructive_interference_size to determine alignment size for avoiding false sharing 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
MerryMage 112351d557 common: Implement a ring buffer 7 years ago
CaptV0rt3x e3af341d5b Better Title Bar Display 7 years ago
Lioncash 6ef84f1c4c common/logging: Amend documentation comments 7 years ago
Lioncash 2949d9552c common/logging/filter: Replace C-style case with C++ static_cast 7 years ago
Lioncash 978f3a3282 common/logging/filter: Make constructor explicit 7 years ago
Lioncash c74b7ee204 file_util: Correct return value in early exit of ReadFileToString() 7 years ago
Zach Hilman 06487c2c8d hex_util: Replace logic_errors with LOG_CRITICAL 7 years ago
Lioncash 5a53d75313 logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFFER_INFO instance 7 years ago
Lioncash 36090521ce bit_field: Convert ToBool() into explicit operator bool 7 years ago
Lioncash b39cd70cd4 common: Namespace hex_util.h/.cpp 7 years ago
Lioncash 60f476cd8f common/telemetry: Migrate core-independent info gathering to common 7 years ago
Lioncash 6d549abb4e common/xbyak_abi: Mark defined functions in header as inline 7 years ago
Lioncash 0ce0905380 common/xbyak: Use nested namespace specifiers where applicable 7 years ago
Lioncash 11895d54af common: Remove unused old breakpoint source files 7 years ago
Lioncash bc7bfd96f0 logging/backend: Use const reference to refer to log filter 7 years ago
Zhu PengFei 59d18ef55b
common/misc: use windows.h 7 years ago
Lioncash 11470f331a thread_queue_list: Make contains() and get_first() const member functions 8 years ago
Lioncash 55c73e10a7 thread_queue_list: Convert typedef to a type alias 8 years ago
Zach Hilman 167bfddafa file_sys: Comply to style guidelines 8 years ago
Zach Hilman b70a831608 file_util: Add getter for NAND registration directory 8 years ago
Zach Hilman 10aac376d1 common: Move hex string processing to separate file 8 years ago
Zach Hilman 2b6128fe0b file_util: Use enum instead of bool for specifing path behavior 8 years ago