summaryrefslogtreecommitdiff
path: root/src/common/common_funcs.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-29Port #3732 from Citra: "common: Fix compilation on ARM"Gravatar Cameron Cawley1-3/+1
2018-07-19common/common_funcs: Remove unused rotation functionsGravatar Lioncash1-38/+0
2018-07-19common/misc: Deduplicate code in GetLastErrorMsg()Gravatar Lioncash1-1/+3
2018-07-07Port #3579 from CitraGravatar fearlessTobi1-2/+2
2018-04-19common_funcs: Remove ARRAY_SIZE macroGravatar Lioncash1-2/+0
2018-04-19common_funcs: Remove check for VS versions that we don't even supportGravatar Lioncash1-5/+0
2017-10-15core: Refactor MakeMagic usage and remove dead code.Gravatar bunnei1-0/+8
2017-05-27Common: Fix some out-of-style includesGravatar Yuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-1/+0
2016-09-18Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner1-2/+1
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-11/+14
2016-05-27common_funcs: Provide rotr and rotl for MSVCGravatar MerryMage1-12/+18
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Gravatar Emmanuel Gil Peyrot1-0/+4
2016-03-09Common: Get rid of alignment macrosGravatar Lioncash1-9/+1
2015-10-21gl_rasterizer: Use MMH3 hash for shader cache hey.Gravatar bunnei1-18/+0
2015-10-21renderer_opengl: Refactor shader generation/caching to be more organized + va...Gravatar bunnei1-0/+18
2015-08-17Fix building under MinGWGravatar darkf1-3/+9
2015-08-15Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.Gravatar bunnei1-1/+1
2015-08-15x64: Refactor to remove fake interfaces and general cleanups.Gravatar bunnei1-1/+1
2015-08-15Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.Gravatar bunnei1-1/+1
2015-08-11Stop defining GCC always_inline attributes as __forceinlineGravatar archshift1-1/+2
2015-07-12don“t define snprintf on Visual Studio 2015Gravatar Apology111-2/+4
2015-06-28Common: Remove unused ROUND_UP_POW2 macro.Gravatar Emmanuel Gil Peyrot1-7/+0
2015-06-28Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot1-4/+0
2015-05-09Common: Remove the BIT macroGravatar Yuri Kunde Schlesner1-2/+0
2015-05-08Common: Add BIT macroGravatar Yuri Kunde Schlesner1-0/+2
2015-05-07Common: Add proper macros to test for architecture pointer sizeGravatar Yuri Kunde Schlesner1-7/+0
2015-05-07Common: Move alignment macros to common_funcs.hGravatar Yuri Kunde Schlesner1-0/+21
2015-05-07Common: Remove more unused compatibility definesGravatar Yuri Kunde Schlesner1-45/+0
2015-05-07Common: Move IO-specific compatibility macros to file_util.cppGravatar Yuri Kunde Schlesner1-8/+0
2015-05-06Common: Remove many unnecessary cross-platform compatibility macrosGravatar Yuri Kunde Schlesner1-7/+3
2015-03-05Removed swap code redundancy and moved common swap code to swap.hGravatar archshift1-77/+0
2015-02-22Added information reporting from ThrowFatalErrorGravatar archshift1-2/+0
2015-02-19Misc cleanup of common and related functionsGravatar archshift1-23/+0
2015-02-19Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.hGravatar archshift1-3/+2
2015-02-16ConfigMem: Clean up the Config memory to be more like the shared page and movedGravatar purpasmart961-0/+7
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift1-20/+15
2015-01-30Common: Fix SCOPE_EXIT to actually create unique identifiers.Gravatar Yuri Kunde Schlesner1-0/+4
2014-12-20License changeGravatar purpasmart961-2/+2
2014-12-13Added missing include in common_funcs.hGravatar Yuri Kunde Schlesner1-0/+1
2014-12-13Remove redundant include from common_funcs.hGravatar Yuri Kunde Schlesner1-2/+0
2014-12-09Some code cleanup.Gravatar Tony Wasserka1-0/+2
2014-12-09Fix some headers to include their dependencies properly.Gravatar Tony Wasserka1-0/+4
2014-12-03Change NULLs to nullptrs.Gravatar Rohit Nirmal1-1/+1
2014-11-28Fix MinGW buildGravatar darkf1-4/+4
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot1-7/+7
2014-08-17Common: Move header guards over to pragma onceGravatar Lioncash1-4/+1
2014-05-17added MIN, MAX, and CLAMP macros to common_funcsGravatar bunnei1-0/+5
2014-04-27fix for issue Linux build #9, not sure why this is broken but its unused code...Gravatar bunnei1-13/+0
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0