summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2019-09-22cmake: Add SCM detection for AzureZach Hilman
2019-09-21log: Add logging class for Cheat EngineZach Hilman
2019-08-21shader_ir: Implement VOTEReinUsesLisp
2019-07-19Common/Alignment: Add noexcept where required.Fernando Sahmkow
2019-07-19Kernel: Address FeedbackFernando Sahmkow
2019-07-19Common: Correct alignment allocator to work on C++14 or higher.Fernando Sahmkow
2019-07-19VM_Manager: Align allocated memory to 256bytesFernando Sahmkow
2019-07-09shader_ir: Implement a new shader scannerFernando Sahmkow
2019-07-05texture_cache: Address FeedbackFernando Sahmkow
2019-06-24common/alignment: Address feedbackReinUsesLisp
2019-06-20shader: Decode SUST and implement backing image functionalityReinUsesLisp
2019-06-20texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepthFernando Sahmkow
2019-06-20video_core: Use un-shifted block sizes to avoid integer divisionsReinUsesLisp
2019-06-20Reduce amount of size calculations.Fernando Sahmkow
2019-06-12common/hex_util: Reserve std::string memory ahead of timeLioncash
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash
2019-06-06cmake: Add missing shader hash file entriesReinUsesLisp
2019-05-31common/math_util: Provide a template deduction guide for Common::RectangleLioncash
2019-05-30Merge pull request #1931 from DarkLordZach/mii-database-1bunnei
2019-05-23common/file_util: Remove unnecessary return at end of void StripTailDirSlashes()Lioncash
2019-05-23common/file_util: Make GetCurrentDir() return a std::optionalLioncash
2019-05-23common/file_util: Remove duplicated documentation commentsLioncash
2019-05-23common/file_util: Make ReadFileToString and WriteStringToFile consistentLioncash
2019-05-23common/file_util: Remove unnecessary c_str() callsLioncash
2019-05-23common/file_util: Make IOFile's WriteString take a std::string_viewLioncash
2019-05-04common/zstd_compression: Remove #pragma once directive from source fileLioncash
2019-04-25mii: Implement Delete and Destroy fileZach Hilman
2019-04-25mii_manager: Cleanup and optimizationZach Hilman
2019-04-25common: Extract UUID to its own classZach Hilman
2019-04-15common/{lz4_compression, zstd_compression}: Add missing header guardsLioncash
2019-04-12Merge pull request #2391 from lioncash/scopebunnei
2019-04-12common/swap: Improve codegen of the default swap fallbacksLioncash
2019-04-11common/swap: Mark byte swapping free functions with [[nodiscard]] and noexceptLioncash
2019-04-11common/swap: Simplify swap function ifdefsLioncash
2019-04-11common/swap: Remove 32-bit ARM pathLioncash
2019-04-11common/scope_exit: Replace std::move with std::forward in ScopeExit()Lioncash
2019-04-07Merge pull request #2300 from FernandoS27/null-shaderbunnei
2019-04-07Merge pull request #2098 from FreddyFunk/disk-cache-zstdbunnei
2019-04-07Permit a Null Shader in case of a bad host_ptr.Fernando Sahmkow
2019-04-05common/multi_level_queue: Silence truncation warning in iterator operator++Lioncash
2019-04-05common/bit_util: Make CountLeading/CountTrailing functions have the same retu...Lioncash
2019-04-03common/lz4_compression: Remove #pragma once directive from the cpp fileLioncash
2019-04-03Merge pull request #2093 from FreddyFunk/disk-cache-better-compressionbunnei
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash
2019-03-30Merge pull request #2303 from lioncash/threadbunnei
2019-03-29common/thread: Remove unused functionsLioncash
2019-03-29common/zstd_compression: simplify decompression interfaceunknown
2019-03-29common/zstd_compression: Add Zstandard wrapperunknown
2019-03-29common: Link libzstd_staticunknown
2019-03-29Addressed feedbackunknown