summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2018-07-23VFS Regression and Accuracy Fixes (#776)Zach Hilman
2018-07-22string_util: Get rid of separate resize() in CPToUTF16(), UTF16ToUTF8(), Code...Lioncash
2018-07-22string_util: Use emplace_back() in SplitString() instead of push_back()Lioncash
2018-07-22string_util: Remove unnecessary std::string instance in TabsToSpaces()Lioncash
2018-07-22Merge pull request #768 from lioncash/string-viewbunnei
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash
2018-07-22Merge pull request #765 from lioncash/filebunnei
2018-07-21file_util: Remove goto usages from Copy()Lioncash
2018-07-21file_util: Use a u64 to represent number of entriesLioncash
2018-07-21file_util: std::move FST entries in ScanDirectoryTree()Lioncash
2018-07-21Merge pull request #759 from lioncash/redundantbunnei
2018-07-21Merge pull request #758 from lioncash/syncbunnei
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash
2018-07-21file_util: Remove explicit type from std::min() in GetPathWithoutTop()Lioncash
2018-07-21file_util: Remove redundant duplicate return in GetPathWithoutTop()Lioncash
2018-07-21common: Remove synchronized_wrapper.hLioncash
2018-07-20Merge pull request #743 from lioncash/viewbunnei
2018-07-20param_package: Take std::string by value in string-based Set() functionLioncash
2018-07-20param_package: Use std::unordered_map's insert_or_assign instead of map indexingLioncash
2018-07-20param_package: Get rid of file-static std::string constructionLioncash
2018-07-20logging/filter: Use std::string_view in ParseFilterString()Lioncash
2018-07-20logging/backend: Add missing standard includesLioncash
2018-07-20logging/backend: Use std::string_view in RemoveBackend() and GetBackend()Lioncash
2018-07-19Merge pull request #711 from lioncash/swapbunnei
2018-07-19Merge pull request #710 from lioncash/unusedbunnei
2018-07-19Merge pull request #709 from lioncash/thread-localbunnei
2018-07-19Merge pull request #705 from lioncash/string-refbunnei
2018-07-19common/swap: Remove unnecessary const on return value of swap()Lioncash
2018-07-19common/swap: Use static_cast where applicableLioncash
2018-07-19common/swap: Use using aliases where applicableLioncash
2018-07-19common/common_funcs: Remove unused rotation functionsLioncash
2018-07-19common/misc: Deduplicate code in GetLastErrorMsg()Lioncash
2018-07-19file_util: return string by const reference for GetExeDirectory()Lioncash
2018-07-18string_util: Remove AsciiToHex()Lioncash
2018-07-18Merge pull request #686 from lioncash/fmtbunnei
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-18externals: update fmt to version 5.1.0Lioncash
2018-07-18telemetry: Remove unnecessary Field constructorLioncash
2018-07-18telemetry: Make operator== and operator!= const member functions of FieldLioncash
2018-07-18telemetry: Default copy/move constructors and assignment operatorsLioncash
2018-07-15Merge pull request #664 from jroweboy/logging-stuffbunnei
2018-07-15Logging: Dump all logs in the queue on close in debug modeJames Rowe
2018-07-14Logging: Don't lock the queue for the duration of the writeJames Rowe
2018-07-12More improvements to GDBStub (#653)Hedges
2018-07-10Merge pull request #633 from FearlessTobi/port-definesbunnei
2018-07-09Merge pull request #635 from FearlessTobi/port-crashfixbunnei
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-07Port #3474 from CitrafearlessTobi
2018-07-07Port #3579 from CitrafearlessTobi
2018-07-06Merge pull request #630 from FearlessTobi/remove-citra-referencesbunnei