summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2018-08-01Extract mbedtls to cpp fileZach Hilman
2018-08-01Remove files that are not usedZach Hilman
2018-07-31Merge pull request #864 from FearlessTobi/port-3973bunnei
2018-07-31Merge pull request #875 from lioncash/fgmbunnei
2018-07-31service: Add fgm servicesLioncash
2018-07-31service: Add the pcie serviceLioncash
2018-07-30Port #3758 from Citra (#852): Add missing std::string import in text_formatterTobias
2018-07-30Merge pull request #861 from FearlessTobi/port-3972bunnei
2018-07-30Merge pull request #862 from FearlessTobi/port-3997bunnei
2018-07-30Merge pull request #865 from FearlessTobi/port-3732bunnei
2018-07-30Merge pull request #857 from lioncash/wlanbunnei
2018-07-29Port #3732 from Citra: "common: Fix compilation on ARM"Cameron Cawley
2018-07-29remove polymorphism issueB3n30
2018-07-29common/string_utils: replace boost::transform with std counterpartzhupengfei
2018-07-29Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-depende...zhupengfei
2018-07-28service: Add wlan servicesLioncash
2018-07-28service: Add btm servicesLioncash
2018-07-28Merge pull request #847 from lioncash/ncmbunnei
2018-07-28Merge pull request #846 from lioncash/miibunnei
2018-07-27service: Add ncm servicesLioncash
2018-07-27Merge pull request #845 from lioncash/nfcbunnei
2018-07-27service: Add mii servicesLioncash
2018-07-27service: Add nfc servicesLioncash
2018-07-27service/lbl: Implement EnableVrMode, DisableVrMode and GetVrModeLioncash
2018-07-26service: Add ldn servicesLioncash
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