summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2018-08-12thread_queue_list: Make contains() and get_first() const member functionsLioncash
2018-08-12thread_queue_list: Convert typedef to a type aliasLioncash
2018-08-11file_sys: Comply to style guidelinesZach Hilman
2018-08-11file_util: Add getter for NAND registration directoryZach Hilman
2018-08-11common: Move hex string processing to separate fileZach Hilman
2018-08-09Merge pull request #989 from lioncash/logbunnei
2018-08-09Merge pull request #897 from DarkLordZach/vfs-accuracy-2bunnei
2018-08-09Merge pull request #988 from lioncash/colorbunnei
2018-08-08file_util: Use enum instead of bool for specifing path behaviorZach Hilman
2018-08-08file_util: Add platform-specific slash option to SanitizePathZach Hilman
2018-08-08common/logging: Add missing service log categoriesLioncash
2018-08-08common/color: Remove unnecessary const qualifiers on return typesLioncash
2018-08-08common/color: Get rid of undefined behaviorLioncash
2018-08-08vector_math: Use variable template version of is_signed in Vec classesLioncash
2018-08-08Merge pull request #966 from lioncash/modernizebunnei
2018-08-08Merge pull request #968 from lioncash/vecbunnei
2018-08-07vector_math: Remove unimplemented function prototypesLioncash
2018-08-07vector_math: Make functions constexpr where applicableLioncash
2018-08-07vector_math: Convert typedefs to type aliasesLioncash
2018-08-07common: Convert type traits templates over to variable template versions wher...Lioncash
2018-08-07file_util: Avoid sign-conversions in WriteArray() and ReadArray()Lioncash
2018-08-07service: Add usb servicesLioncash
2018-08-04service: Add arp servicesLioncash
2018-08-04Merge pull request #849 from DarkLordZach/xcibunnei
2018-08-03Merge pull request #898 from lioncash/migbunnei
2018-08-03Merge pull request #900 from lioncash/initbunnei
2018-08-02math_util: Always initialize members of RectangleLioncash
2018-08-02service: Add migration servicesLioncash
2018-08-01logging/log: Remove incorrect description in PCV doc commentLioncash
2018-08-01service: Add psc servicesLioncash
2018-08-01Merge pull request #888 from lioncash/capsbunnei
2018-08-01service: Add capture servicesLioncash
2018-08-01service: Add bpc and pcv servicesLioncash
2018-08-01Allow key loading from %YUZU_DIR%/keys in addition to ~/.switchZach Hilman
2018-08-01Use SHGetKnownFolderPath instead of SHGetFolderPathAZach Hilman
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