summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2018-10-23logging/backend: Add missing services to the log filtersLioncash
2018-10-23common: Remove memory_util.cpp/.hLioncash
2018-10-23only redefine 64 bit file operation for MSVCWeiyi Wang
2018-10-20service: Add skeleton for psm serviceZach Hilman
2018-10-18common: Add function for checking word alignment to alignment.hLioncash
2018-10-18common: Move Is4KBAligned() to alignment.hLioncash
2018-10-10web_backend: Make Client use the PImpl idiomLioncash
2018-10-08Merge pull request #1424 from DarkLordZach/ips-witchbunnei
2018-10-06Merge pull request #1453 from FearlessTobi/port-4311bunnei
2018-10-06Remove "#" in the version numberfearlessTobi
2018-10-06citra_qt/configuration: misc input tab improvementszhupengfei
2018-10-06Merge pull request #1332 from FearlessTobi/port-web-backendbunnei
2018-10-05Merge pull request #1442 from lioncash/formatbunnei
2018-10-04text_formatter: Avoid unnecessary string temporary creation in PrintMessage()Lioncash
2018-10-04ips_layer: Deduplicate resource usageZach Hilman
2018-10-04hex_util: Add HexVectorToString and HexStringToVectorZach Hilman
2018-10-02string_util: unify UTF8<->UTF16 conversion to codecvtWeiyi Wang
2018-10-02string_util: remove TString conversion for windowsWeiyi Wang
2018-10-02string_util: remove ShiftJIS/CP1252 conversion functionWeiyi Wang
2018-10-02Review comments - part 5fearlessTobi
2018-10-02Address a bunch of review commentsfearlessTobi
2018-10-02Port web_service from CitrafearlessTobi
2018-09-25Merge pull request #1365 from DarkLordZach/lfsbunnei
2018-09-23Stubbed IRS (#1349)David
2018-09-22common/thread: remove YieldCPU()Weiyi Wang
2018-09-21common_paths: Add Load and Dump dirsZach Hilman
2018-09-18ring_buffer: Use std::atomic_size_t in a static assertLioncash
2018-09-18ring_buffer: Use std::hardware_destructive_interference_size to determine ali...Lioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-08common: Implement a ring bufferMerryMage
2018-09-07Better Title Bar DisplayCaptV0rt3x
2018-09-04common/logging: Amend documentation commentsLioncash
2018-09-04common/logging/filter: Replace C-style case with C++ static_castLioncash
2018-09-04common/logging/filter: Make constructor explicitLioncash
2018-08-27Merge pull request #1170 from lioncash/retbunnei
2018-08-24file_util: Correct return value in early exit of ReadFileToString()Lioncash
2018-08-23hex_util: Replace logic_errors with LOG_CRITICALZach Hilman
2018-08-21logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFF...Lioncash
2018-08-21bit_field: Convert ToBool() into explicit operator boolLioncash
2018-08-20Merge pull request #1064 from lioncash/telemetrybunnei
2018-08-15common: Namespace hex_util.h/.cppLioncash
2018-08-15Merge pull request #1005 from DarkLordZach/registered-fmtbunnei
2018-08-14Merge pull request #1063 from lioncash/inlinebunnei
2018-08-14Merge pull request #1054 from zhaowenlan1779/misc-fixupbunnei
2018-08-14common/telemetry: Migrate core-independent info gathering to commonLioncash
2018-08-14common/xbyak_abi: Mark defined functions in header as inlineLioncash
2018-08-14common/xbyak: Use nested namespace specifiers where applicableLioncash
2018-08-14common: Remove unused old breakpoint source filesLioncash
2018-08-13logging/backend: Use const reference to refer to log filterLioncash
2018-08-14common/misc: use windows.hZhu PengFei