index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
CommonFuncs.h
Age
Commit message (
Expand
)
Author
2024-08-13
Fix comments
Dr. Dystopia
2023-07-28
CommonFuncs: Add GetWin32ErrorString().
Admiral H. Curtiss
2023-07-12
Common/CommonFuncs: Add StrErrorWrapper function
Sepalani
2023-04-18
Common/CommonFuncs: Move interface into Common namespace
Lioncash
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2019-10-07
Move GetModuleName to Common
Silent
2019-06-01
Common/CommonFuncs: Remove now-unneccessary ArraySize function
Lioncash
2018-05-10
CommonFuncs: Convert ROUND_UP_POW2 macro to a function
Lioncash
2018-03-31
CommonFuncs: Generify rotation functions and move them to BitUtils.h
Lioncash
2017-08-18
CommonFuncs: LastStrerrorString added
Sepalani
2017-04-15
Rename Misc.cpp to CommonFuncs.cpp
JosJuice
2017-03-03
Common: Move byte swapping utilities into their own header
Lioncash
2017-01-06
Don't use generic byteswapping on Android
JosJuice
2016-10-04
CommonFuncs: Get rid of pointer casting
Lioncash
2016-07-17
Undefine OpenBSD's system byteswap macros to pick up generic functions.
Anthony J. Bentley
2016-07-17
Use the standard stat()/fstat() interfaces, not nonstandard *64().
Anthony J. Bentley
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-11-24
Merge pull request #1474 from phire/DSPHLE_cleanups
Scott Mansell
2015-11-19
Use __builtin_trap for our crash define instead of int3/exit
Ryan Houdek
2015-11-17
Remove individual byteswaps and replace with generic function.
Scott Mansell
2015-09-04
CommonFuncs: Remove define for snprintf
Lioncash
2015-09-04
CommonFuncs: Remove SLEEP macro
Lioncash
2015-09-03
CommonFuncs: Replace ArraySize define with constexpr equivalent
Lioncash
2015-09-03
[windows] remove various workarounds which were required for vs2013
Shawn Hoffman
2015-06-24
Common: drop GEKKO define
Tillmann Karras
2015-06-07
Remove ARMv7 support.
Ryan Houdek
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-04-07
Common: Remove TLS usage in GetLastErrorMsg
degasus
2015-02-24
Common: move _mm_shuffle_epi8 to Intrinsics.h
Tillmann Karras
2015-01-12
Minor consistency changes
Stevoisiak
2014-12-05
Common: Remove locale based functions from CommonFuncs.
Lioncash
2014-11-30
[AArch64] Workaround builtin byteswap bug.
Ryan Houdek
2014-10-25
Revert "Removes ARMv7 specific byteswap routines from CommonFuncs.h"
Ryan Houdek
2014-10-24
Removes ARMv7 specific byteswap routines from CommonFuncs.h
Ryan Houdek
2014-09-01
msvc: get UnitTests compiling
Shawn Hoffman
2014-08-30
Common: Clean up brace placements
Lioncash
2014-08-08
Common: Use the OSX equivalent byte-swap functions
lioncash
2014-08-03
Remove the rest of x86_32 support from Common.
Ryan Houdek
2014-06-07
Make it so ARMv7 isn't a generic target.
Ryan Houdek
2014-05-29
Remove the min/max functions in CommonFuncs.
Lioncash
2014-03-29
Remove all trailing whitespaces from our codebase.
Pierre Bourdon
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-04
Make our architecture defines less stupid.
Ryan Houdek
2014-02-20
Fix the Windows build in relation to the recent changes.
Lioncash
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2014-02-09
Clean up some struct indentations
Lioncash
[next]