summaryrefslogtreecommitdiff
path: root/src/common/common_funcs.h
AgeCommit message (Expand)Author
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash
2020-04-17common: common_funcs: Add a macro for defining enum flag operators.bunnei
2019-11-14common_funcs: Remove semicolons from INSERT_PADDING_* macrosLioncash
2019-11-13common_funcs: silence sign-conversion warnings in MakeMagic()Lioncash
2019-11-03common_func: Use std::array for INSERT_PADDING_* macros.bunnei
2019-11-03Revert "common_func: Use std::array for INSERT_PADDING_* macros."bunnei
2019-11-03common_func: Use std::array for INSERT_PADDING_* macros.bunnei
2019-07-05texture_cache: Address FeedbackFernando Sahmkow
2019-06-20Reduce amount of size calculations.Fernando Sahmkow
2018-07-29Port #3732 from Citra: "common: Fix compilation on ARM"Cameron Cawley
2018-07-19Merge pull request #710 from lioncash/unusedbunnei
2018-07-19common/common_funcs: Remove unused rotation functionsLioncash
2018-07-19common/misc: Deduplicate code in GetLastErrorMsg()Lioncash
2018-07-07Port #3579 from CitrafearlessTobi
2018-04-20Merge pull request #362 from lioncash/snprintfbunnei
2018-04-19common_funcs: Remove ARRAY_SIZE macroLioncash
2018-04-19common_funcs: Remove check for VS versions that we don't even supportLioncash
2017-10-15core: Refactor MakeMagic usage and remove dead code.bunnei
2017-05-27Common: Fix some out-of-style includesYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-27common_funcs: Provide rotr and rotl for MSVCMerryMage
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-03-09Common: Get rid of alignment macrosLioncash
2015-08-17Fix building under MinGWdarkf
2015-08-15Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.bunnei
2015-08-15x64: Refactor to remove fake interfaces and general cleanups.bunnei
2015-08-15Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.bunnei
2015-08-11Stop defining GCC always_inline attributes as __forceinlinearchshift
2015-07-12don“t define snprintf on Visual Studio 2015Apology11
2015-06-28Common: Remove unused ROUND_UP_POW2 macro.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup memory and misc includes.Emmanuel Gil Peyrot
2015-05-09Common: Remove the BIT macroYuri Kunde Schlesner
2015-05-08Common: Add BIT macroYuri Kunde Schlesner
2015-05-07Common: Add proper macros to test for architecture pointer sizeYuri Kunde Schlesner
2015-05-07Common: Move alignment macros to common_funcs.hYuri Kunde Schlesner
2015-05-07Common: Remove more unused compatibility definesYuri Kunde Schlesner
2015-05-07Common: Move IO-specific compatibility macros to file_util.cppYuri Kunde Schlesner
2015-05-06Common: Remove many unnecessary cross-platform compatibility macrosYuri Kunde Schlesner
2015-03-05Removed swap code redundancy and moved common swap code to swap.harchshift
2015-02-23Merge pull request #581 from archshift/tfebunnei
2015-02-22Added information reporting from ThrowFatalErrorarchshift
2015-02-19Misc cleanup of common and related functionsarchshift
2015-02-19Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.harchshift
2015-02-16ConfigMem: Clean up the Config memory to be more like the shared page and movedpurpasmart96
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-01-30Common: Fix SCOPE_EXIT to actually create unique identifiers.Yuri Kunde Schlesner
2014-12-29Fix merge conflictsdarkf
2014-12-20License changepurpasmart96