summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2019-11-03common_func: Use std::array for INSERT_PADDING_* macros.bunnei
2019-11-03common/bit_field: Remove FORCE_INLINE calls Tobias
2019-10-28Merge pull request #2971 from FernandoS27/new-scheduler-v2David
2019-10-26Shader_IR: Address Feedback.Fernando Sahmkow
2019-10-25VideoCore: Unify const buffer accessing along engines and provide ConstBuffer...Fernando Sahmkow
2019-10-15common/algorithm: Add description comment indicating intended algorithmsLioncash
2019-10-15common: Rename binary_find.h to algorithm.hLioncash
2019-10-15Kernel Scheduler: Make sure the global scheduler shutdowns correctly.Fernando Sahmkow
2019-10-06alignment: Resolve allocator construction issues on debugLioncash
2019-10-06alignment: Specify trait definitions within the allocatorLioncash
2019-10-05Merge pull request #2942 from ReinUsesLisp/clang-warningsbunnei
2019-10-05Merge pull request #2943 from DarkLordZach/azure-titlebars-v2bunnei
2019-10-05common: Add additional SCM revision fieldsZach Hilman
2019-10-04common/file_util: Silence -WswitchReinUsesLisp
2019-10-04Shader_Ir: Refactor Decompilation process and allow multiple decompilation mo...Fernando Sahmkow
2019-10-04shader_ir: Corrections to outward movements and misc stuffsFernando Sahmkow
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