summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better Title Bar DisplayGravatar CaptV0rt3x2018-09-073-5/+25
* common/logging: Amend documentation commentsGravatar Lioncash2018-09-042-6/+6
* common/logging/filter: Replace C-style case with C++ static_castGravatar Lioncash2018-09-041-1/+1
* common/logging/filter: Make constructor explicitGravatar Lioncash2018-09-041-1/+1
* Merge pull request #1170 from lioncash/retGravatar bunnei2018-08-271-1/+1
|\
| * file_util: Correct return value in early exit of ReadFileToString()Gravatar Lioncash2018-08-241-1/+1
* | hex_util: Replace logic_errors with LOG_CRITICALGravatar Zach Hilman2018-08-231-5/+17
|/
* logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFF...Gravatar Lioncash2018-08-211-1/+1
* bit_field: Convert ToBool() into explicit operator boolGravatar Lioncash2018-08-211-2/+1
* Merge pull request #1064 from lioncash/telemetryGravatar bunnei2018-08-202-0/+77
|\
| * common/telemetry: Migrate core-independent info gathering to commonGravatar Lioncash2018-08-142-0/+77
* | common: Namespace hex_util.h/.cppGravatar Lioncash2018-08-152-0/+8
* | Merge pull request #1005 from DarkLordZach/registered-fmtGravatar bunnei2018-08-155-0/+74
|\ \
| * | file_sys: Comply to style guidelinesGravatar Zach Hilman2018-08-111-0/+2
| * | file_util: Add getter for NAND registration directoryGravatar Zach Hilman2018-08-112-0/+8
| * | common: Move hex string processing to separate fileGravatar Zach Hilman2018-08-113-0/+64
* | | Merge pull request #1063 from lioncash/inlineGravatar bunnei2018-08-142-15/+11
|\ \ \
| * | | common/xbyak_abi: Mark defined functions in header as inlineGravatar Lioncash2018-08-141-7/+7
| * | | common/xbyak: Use nested namespace specifiers where applicableGravatar Lioncash2018-08-142-8/+4
| | |/ | |/|
* | | Merge pull request #1054 from zhaowenlan1779/misc-fixupGravatar bunnei2018-08-141-1/+1
|\ \ \
| * | | common/misc: use windows.hGravatar Zhu PengFei2018-08-141-1/+1
* | | | common: Remove unused old breakpoint source filesGravatar Lioncash2018-08-143-141/+0
| |/ / |/| |
* | | logging/backend: Use const reference to refer to log filterGravatar Lioncash2018-08-131-2/+3
* | | thread_queue_list: Make contains() and get_first() const member functionsGravatar Lioncash2018-08-121-4/+4
* | | thread_queue_list: Convert typedef to a type aliasGravatar Lioncash2018-08-121-1/+1
| |/ |/|
* | Merge pull request #989 from lioncash/logGravatar bunnei2018-08-092-0/+16
|\ \
| * | common/logging: Add missing service log categoriesGravatar Lioncash2018-08-082-0/+16
* | | Merge pull request #897 from DarkLordZach/vfs-accuracy-2Gravatar bunnei2018-08-092-5/+19
|\ \ \
| * | | file_util: Use enum instead of bool for specifing path behaviorGravatar Zach Hilman2018-08-082-6/+9
| * | | file_util: Add platform-specific slash option to SanitizePathGravatar Zach Hilman2018-08-082-5/+16
| |/ /
* | | Merge pull request #988 from lioncash/colorGravatar bunnei2018-08-091-19/+31
|\ \ \
| * | | common/color: Remove unnecessary const qualifiers on return typesGravatar Lioncash2018-08-081-7/+7
| * | | common/color: Get rid of undefined behaviorGravatar Lioncash2018-08-081-12/+24
| |/ /
* / / vector_math: Use variable template version of is_signed in Vec classesGravatar Lioncash2018-08-081-3/+3
|/ /
* | Merge pull request #966 from lioncash/modernizeGravatar bunnei2018-08-085-11/+11
|\ \
| * | common: Convert type traits templates over to variable template versions wher...Gravatar Lioncash2018-08-075-11/+11
* | | Merge pull request #968 from lioncash/vecGravatar bunnei2018-08-081-180/+182
|\ \ \
| * | | vector_math: Remove unimplemented function prototypesGravatar Lioncash2018-08-071-23/+0
| * | | vector_math: Make functions constexpr where applicableGravatar Lioncash2018-08-071-154/+179
| * | | vector_math: Convert typedefs to type aliasesGravatar Lioncash2018-08-071-3/+3
| |/ /
* / / file_util: Avoid sign-conversions in WriteArray() and ReadArray()Gravatar Lioncash2018-08-071-4/+8
|/ /
* / service: Add usb servicesGravatar Lioncash2018-08-072-0/+2
|/
* service: Add arp servicesGravatar Lioncash2018-08-042-0/+2
* Merge pull request #849 from DarkLordZach/xciGravatar bunnei2018-08-045-0/+20
|\
| * Allow key loading from %YUZU_DIR%/keys in addition to ~/.switchGravatar Zach Hilman2018-08-013-0/+3
| * Use SHGetKnownFolderPath instead of SHGetFolderPathAGravatar Zach Hilman2018-08-011-3/+4
| * Extract mbedtls to cpp fileGravatar Zach Hilman2018-08-011-1/+1
| * Remove files that are not usedGravatar Zach Hilman2018-08-014-0/+16
* | Merge pull request #898 from lioncash/migGravatar bunnei2018-08-032-0/+2
|\ \
| * | service: Add migration servicesGravatar Lioncash2018-08-022-0/+2