summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2020-04-17Merge pull request #3630 from benru/open-windows-network-filesbunnei
2020-04-17Merge pull request #3672 from lioncash/nullFernando Sahmkow
2020-04-17common: page_table: Update to use VirtualBuffer and simplify.bunnei
2020-04-17common: Add VirtualBuffer class, to abstract memory virtualization.bunnei
2020-04-17common: scope_exit: Implement mechanism for canceling a scope exit.bunnei
2020-04-17common: alignment: Add a helper function for generic alignment checking.bunnei
2020-04-17common: common_funcs: Add a macro for defining enum flag operators.bunnei
2020-04-15file_util: Early-exit in WriteArray and ReadArray if specified lengths are zeroLioncash
2020-04-10Merge pull request #3594 from ReinUsesLisp/vk-instancebunnei
2020-04-09common/file_util: Allow access to files on network sharesBen Russell
2020-04-07common/dynamic_library: Import and adapt helper from DolphinReinUsesLisp
2020-04-01common: Port some changes from dolphin (#5127)Vitor K
2020-03-14Merge pull request #3508 from FernandoS27/page-tablebunnei
2020-03-14PageTable: move backing addresses to a children class as the CPU page table d...Fernando Sahmkow
2020-03-13shader/transform_feedback: Add host API friendly TFB builderReinUsesLisp
2020-03-09video_core: Rename "const buffer locker" to "registry"ReinUsesLisp
2020-03-09gl_shader_cache: Rework shader cache and remove post-specializationsReinUsesLisp
2020-02-28common/math_util: Support float type rectanglesReinUsesLisp
2020-01-24Merge pull request #3326 from FearlessTobi/port-5039bunnei
2020-01-23common/logging: don't use regex for path trimmingBreadFish64
2020-01-23Address second part of review commentsFearlessTobi
2020-01-23Input: UDP Client to provide motion and touch controlsfearlessTobi
2020-01-17Remove unused CPU Vendor string and telemtry fieldJames Rowe
2020-01-16Fix git version in scm_rev.cppJames Rowe
2019-12-16common: SPSCQueue: Notify after incrementing queue size.bunnei
2019-11-23fix clang-format and lambda captureWeiyi Wang
2019-11-23unfold UNREACHABLE implementation for dumb compilersWeiyi Wang
2019-11-15common/logging: Silence no return value warningsReinUsesLisp
2019-11-14common_funcs: Remove semicolons from INSERT_PADDING_* macrosLioncash
2019-11-13common/hash: Remove unused HashableStructLioncash
2019-11-13common_funcs: silence sign-conversion warnings in MakeMagic()Lioncash
2019-11-05ci: Populate build repository from Azure environmentZach Hilman
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