summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | text_formatter: Avoid unnecessary string temporary creation in PrintMessage()Gravatar Lioncash2018-10-041-1/+1
| |/
* | string_util: unify UTF8<->UTF16 conversion to codecvtGravatar Weiyi Wang2018-10-021-109/+6
* | string_util: remove TString conversion for windowsGravatar Weiyi Wang2018-10-022-19/+1
* | string_util: remove ShiftJIS/CP1252 conversion functionGravatar Weiyi Wang2018-10-022-22/+0
|/
* Merge pull request #1365 from DarkLordZach/lfsGravatar bunnei2018-09-253-0/+6
|\
| * common_paths: Add Load and Dump dirsGravatar Zach Hilman2018-09-213-0/+6
* | Stubbed IRS (#1349)Gravatar David2018-09-232-0/+2
* | common/thread: remove YieldCPU()Gravatar Weiyi Wang2018-09-221-8/+0
|/
* ring_buffer: Use std::atomic_size_t in a static assertGravatar Lioncash2018-09-181-1/+1
* ring_buffer: Use std::hardware_destructive_interference_size to determine ali...Gravatar Lioncash2018-09-181-2/+10
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-1523-135/+140
* common: Implement a ring bufferGravatar MerryMage2018-09-082-0/+112
* 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