summaryrefslogtreecommitdiffstats
path: root/src/common/common_types.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda1-0/+4
Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
2022-02-02common_types: Remove NonCopyable structLioncash1-10/+0
Now that we're moved over to the YUZU_ defines, we can get rid of this struct.
2019-03-21gpu: Move GPUVAddr definition to common_types.bunnei1-4/+3
2018-04-20common_types: Convert typedefs to using aliasesLioncash1-12/+12
May as well while we're making changes to this file.
2018-04-20common_types: Remove unnecessary check for whether or not__func__ is definedLioncash1-6/+0
VS has supported this for quite a while.
2017-09-30arm: Use 64-bit addressing in a bunch of places.bunnei1-2/+2
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-4/+4
2016-03-13common_types: Make NonCopyable constructor constexprLioncash1-1/+1
2016-03-13common_types: Specify const in deleted copy constructor/assignment operatorLioncash1-2/+2
2015-06-28Common: Remove unused type unions breaking aliasing rules in horrible ways.Emmanuel Gil Peyrot1-26/+0
2015-06-28Common: Cleanup memory and misc includes.Emmanuel Gil Peyrot1-2/+0
2015-05-14Common: Remove unused cruft from math_util, and remove a duplicated Rect class in common_types.Emmanuel Gil Peyrot1-26/+0
2015-05-07Move typedefs from kernel.h to more appropriate placesYuri Kunde Schlesner1-0/+5
2015-05-07Common: Move NonCopyable to common_types.hYuri Kunde Schlesner1-0/+10
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-0/+6
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
2015-01-05Common: Use std::abs instead of abs, using abs with cmath fails on some systems.Emmanuel Gil Peyrot1-2/+3
2015-01-05Common: Remove the unused x86-specific 128-bit float type.Emmanuel Gil Peyrot1-11/+0
2014-12-13New logging systemYuri Kunde Schlesner1-2/+0
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot1-2/+2
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-1/+1
2014-10-23Use std sized types instead of platform specific typedefsYuri Kunde Schlesner1-32/+11
2014-09-09Moved common_types::Rect from common to Common namespacearchshift1-1/+1
2014-08-17Common: Move header guards over to pragma onceLioncash1-1/+1
Also replaced C headers with the C++ equivalent ones
2014-05-20common_types: Changed BasicRect back to Rect, in the common namespacearchshift1-4/+6
Only Rect is in the namespace for now; the rest of common should be added in the future
2014-04-28Fix complaints about functions that could not be foundarchshift1-1/+1
2014-04-28Rect to BasicRectarchshift1-4/+4
Somewhere along the line an OSX header had already taken the name Rect.
2014-04-09fixed project includes to use new directory structurebunnei1-1/+1
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-05added missing includes to common_types.hbunnei1-0/+3
2014-04-05Updated common_types.h to use Gekko's version w/ Rect and some useful unionsbunnei1-30/+102
2013-09-19added swap types to commonShizZy1-0/+2
2013-09-05replaced common code with dolphin commonShizZy1-0/+48