summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2018-11-23Merge pull request #1773 from lioncash/threadbunnei
2018-11-22common/thread: Drop Hungarian notation on SetCurrentThreadName's parameterLioncash
2018-11-21common/thread: Make Barrier's 'count' member non-constLioncash
2018-11-21common/thread: Initialize class member variables where applicableLioncash
2018-11-21common/thread: Group non-member functions togetherLioncash
2018-11-21common/thread: Remove SleepCurrentThread()Lioncash
2018-11-21common/thread: Remove unused CurrentThreadId()Lioncash
2018-11-21common: Remove bit_set.hLioncash
2018-11-21Merge pull request #1758 from lioncash/rectbunnei
2018-11-21common: Remove dependency on xbyakLioncash
2018-11-21common/math_util: Simplify std::make_signed usages to std::make_signed_tLioncash
2018-11-21common/math_util: Make Rectangle's constructors constexprLioncash
2018-11-21common/math_util: Remove unnecessary static from PILioncash
2018-11-21common/math_util: Remove unused IntervalsIntersect() functionLioncash
2018-11-20common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional ...Lioncash
2018-11-20common/assert: Make the UNIMPLEMENTED macro properly assertLioncash
2018-11-18am: Deglobalize software keyboard appletZach Hilman
2018-11-18string_util: Implement buffer to UTF-16 string helper functionZach Hilman
2018-11-16Common/Bitfield: store value as unsigned typeWeiyi Wang
2018-11-13string_util: Remove ArrayToString()Lioncash
2018-11-13string_util: Remove TryParse()Lioncash
2018-11-13string_util: Remove ThousandSeparate()Lioncash
2018-11-05Merge pull request #1441 from CarlKenner/DebuggerLogbunnei
2018-10-28compatdb: Use a seperate endpoint for testcase submissionfearlessTobi
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-07logging: Add DebuggerBackend for logging to Visual StudioCarl Kenner
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