summaryrefslogtreecommitdiff
path: root/src/common (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-06Remove "#" in the version numberGravatar fearlessTobi1-1/+1
2018-10-06citra_qt/configuration: misc input tab improvementsGravatar zhupengfei2-1/+19
2018-10-04text_formatter: Avoid unnecessary string temporary creation in PrintMessage()Gravatar Lioncash1-1/+1
2018-10-04ips_layer: Deduplicate resource usageGravatar Zach Hilman2-2/+2
2018-10-04hex_util: Add HexVectorToString and HexStringToVectorGravatar Zach Hilman2-0/+24
2018-10-02string_util: unify UTF8<->UTF16 conversion to codecvtGravatar Weiyi Wang1-109/+6
2018-10-02string_util: remove TString conversion for windowsGravatar Weiyi Wang2-19/+1
2018-10-02string_util: remove ShiftJIS/CP1252 conversion functionGravatar Weiyi Wang2-22/+0
2018-10-02Review comments - part 5Gravatar fearlessTobi1-0/+1
2018-10-02Address a bunch of review commentsGravatar fearlessTobi1-1/+1
2018-10-02Port web_service from CitraGravatar fearlessTobi4-0/+107
2018-09-23Stubbed IRS (#1349)Gravatar David2-0/+2
2018-09-22common/thread: remove YieldCPU()Gravatar Weiyi Wang1-8/+0
2018-09-21common_paths: Add Load and Dump dirsGravatar Zach Hilman3-0/+6
2018-09-18ring_buffer: Use std::atomic_size_t in a static assertGravatar Lioncash1-1/+1
2018-09-18ring_buffer: Use std::hardware_destructive_interference_size to determine ali...Gravatar Lioncash1-2/+10
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi23-135/+140
2018-09-08common: Implement a ring bufferGravatar MerryMage2-0/+112
2018-09-07Better Title Bar DisplayGravatar CaptV0rt3x3-5/+25
2018-09-04common/logging: Amend documentation commentsGravatar Lioncash2-6/+6
2018-09-04common/logging/filter: Replace C-style case with C++ static_castGravatar Lioncash1-1/+1
2018-09-04common/logging/filter: Make constructor explicitGravatar Lioncash1-1/+1
2018-08-24file_util: Correct return value in early exit of ReadFileToString()Gravatar Lioncash1-1/+1
2018-08-23hex_util: Replace logic_errors with LOG_CRITICALGravatar Zach Hilman1-5/+17
2018-08-21logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFF...Gravatar Lioncash1-1/+1
2018-08-21bit_field: Convert ToBool() into explicit operator boolGravatar Lioncash1-2/+1
2018-08-15common: Namespace hex_util.h/.cppGravatar Lioncash2-0/+8
2018-08-14common/telemetry: Migrate core-independent info gathering to commonGravatar Lioncash2-0/+77
2018-08-14common/xbyak_abi: Mark defined functions in header as inlineGravatar Lioncash1-7/+7
2018-08-14common/xbyak: Use nested namespace specifiers where applicableGravatar Lioncash2-8/+4
2018-08-14common: Remove unused old breakpoint source filesGravatar Lioncash3-141/+0
2018-08-13logging/backend: Use const reference to refer to log filterGravatar Lioncash1-2/+3
2018-08-14common/misc: use windows.hGravatar Zhu PengFei1-1/+1
2018-08-12thread_queue_list: Make contains() and get_first() const member functionsGravatar Lioncash1-4/+4
2018-08-12thread_queue_list: Convert typedef to a type aliasGravatar Lioncash1-1/+1
2018-08-11file_sys: Comply to style guidelinesGravatar Zach Hilman1-0/+2
2018-08-11file_util: Add getter for NAND registration directoryGravatar Zach Hilman2-0/+8
2018-08-11common: Move hex string processing to separate fileGravatar Zach Hilman3-0/+64
2018-08-08file_util: Use enum instead of bool for specifing path behaviorGravatar Zach Hilman2-6/+9
2018-08-08file_util: Add platform-specific slash option to SanitizePathGravatar Zach Hilman2-5/+16
2018-08-08common/logging: Add missing service log categoriesGravatar Lioncash2-0/+16
2018-08-08common/color: Remove unnecessary const qualifiers on return typesGravatar Lioncash1-7/+7
2018-08-08common/color: Get rid of undefined behaviorGravatar Lioncash1-12/+24
2018-08-08vector_math: Use variable template version of is_signed in Vec classesGravatar Lioncash1-3/+3
2018-08-07vector_math: Remove unimplemented function prototypesGravatar Lioncash1-23/+0
2018-08-07vector_math: Make functions constexpr where applicableGravatar Lioncash1-154/+179
2018-08-07vector_math: Convert typedefs to type aliasesGravatar Lioncash1-3/+3
2018-08-07common: Convert type traits templates over to variable template versions wher...Gravatar Lioncash5-11/+11
2018-08-07file_util: Avoid sign-conversions in WriteArray() and ReadArray()Gravatar Lioncash1-4/+8
2018-08-07service: Add usb servicesGravatar Lioncash2-0/+2