summaryrefslogtreecommitdiff
path: root/Source/Core/Common/CommonFuncs.h
AgeCommit message (Expand)Author
2024-08-13Fix commentsDr. Dystopia
2023-07-28CommonFuncs: Add GetWin32ErrorString().Admiral H. Curtiss
2023-07-12Common/CommonFuncs: Add StrErrorWrapper functionSepalani
2023-04-18Common/CommonFuncs: Move interface into Common namespaceLioncash
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2019-10-07Move GetModuleName to CommonSilent
2019-06-01Common/CommonFuncs: Remove now-unneccessary ArraySize functionLioncash
2018-05-10CommonFuncs: Convert ROUND_UP_POW2 macro to a functionLioncash
2018-03-31CommonFuncs: Generify rotation functions and move them to BitUtils.hLioncash
2017-08-18CommonFuncs: LastStrerrorString addedSepalani
2017-04-15Rename Misc.cpp to CommonFuncs.cppJosJuice
2017-03-03Common: Move byte swapping utilities into their own headerLioncash
2017-01-06Don't use generic byteswapping on AndroidJosJuice
2016-10-04CommonFuncs: Get rid of pointer castingLioncash
2016-07-17Undefine OpenBSD's system byteswap macros to pick up generic functions.Anthony J. Bentley
2016-07-17Use the standard stat()/fstat() interfaces, not nonstandard *64().Anthony J. Bentley
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-11-24Merge pull request #1474 from phire/DSPHLE_cleanupsScott Mansell
2015-11-19Use __builtin_trap for our crash define instead of int3/exitRyan Houdek
2015-11-17Remove individual byteswaps and replace with generic function.Scott Mansell
2015-09-04CommonFuncs: Remove define for snprintfLioncash
2015-09-04CommonFuncs: Remove SLEEP macroLioncash
2015-09-03CommonFuncs: Replace ArraySize define with constexpr equivalentLioncash
2015-09-03[windows] remove various workarounds which were required for vs2013Shawn Hoffman
2015-06-24Common: drop GEKKO defineTillmann Karras
2015-06-07Remove ARMv7 support.Ryan Houdek
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-04-07Common: Remove TLS usage in GetLastErrorMsgdegasus
2015-02-24Common: move _mm_shuffle_epi8 to Intrinsics.hTillmann Karras
2015-01-12Minor consistency changesStevoisiak
2014-12-05Common: Remove locale based functions from CommonFuncs.Lioncash
2014-11-30[AArch64] Workaround builtin byteswap bug.Ryan Houdek
2014-10-25Revert "Removes ARMv7 specific byteswap routines from CommonFuncs.h"Ryan Houdek
2014-10-24Removes ARMv7 specific byteswap routines from CommonFuncs.hRyan Houdek
2014-09-01msvc: get UnitTests compilingShawn Hoffman
2014-08-30Common: Clean up brace placementsLioncash
2014-08-08Common: Use the OSX equivalent byte-swap functionslioncash
2014-08-03Remove the rest of x86_32 support from Common.Ryan Houdek
2014-06-07Make it so ARMv7 isn't a generic target.Ryan Houdek
2014-05-29Remove the min/max functions in CommonFuncs.Lioncash
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-04Make our architecture defines less stupid.Ryan Houdek
2014-02-20Fix the Windows build in relation to the recent changes.Lioncash
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-02-09Clean up some struct indentationsLioncash