summaryrefslogtreecommitdiffstats
path: root/src/common/common_types.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: add missing SPDX tagsAndrea Pappacoda2022-04-281-0/+4
| | | | Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
* common_types: Remove NonCopyable structLioncash2022-02-021-10/+0
| | | | | Now that we're moved over to the YUZU_ defines, we can get rid of this struct.
* gpu: Move GPUVAddr definition to common_types.bunnei2019-03-211-4/+3
|
* common_types: Convert typedefs to using aliasesLioncash2018-04-201-12/+12
| | | | May as well while we're making changes to this file.
* common_types: Remove unnecessary check for whether or not__func__ is definedLioncash2018-04-201-6/+0
| | | | VS has supported this for quite a while.
* Merge remote-tracking branch 'upstream/master' into nxbunnei2017-10-101-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/core/CMakeLists.txt # src/core/arm/dynarmic/arm_dynarmic.cpp # src/core/arm/dyncom/arm_dyncom.cpp # src/core/hle/kernel/process.cpp # src/core/hle/kernel/thread.cpp # src/core/hle/kernel/thread.h # src/core/hle/kernel/vm_manager.cpp # src/core/loader/3dsx.cpp # src/core/loader/elf.cpp # src/core/loader/ncch.cpp # src/core/memory.cpp # src/core/memory.h # src/core/memory_setup.h
* | arm: Use 64-bit addressing in a bunch of places.bunnei2017-09-301-2/+2
|/
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-4/+4
|
* common_types: Make NonCopyable constructor constexprLioncash2016-03-131-1/+1
|
* common_types: Specify const in deleted copy constructor/assignment operatorLioncash2016-03-131-2/+2
|
* Merge pull request #876 from linkmauve/include-cleanupsYuri Kunde Schlesner2015-07-111-2/+0
|\ | | | | Cleanup includes, mostly in common
| * Common: Cleanup memory and misc includes.Emmanuel Gil Peyrot2015-06-281-2/+0
| |
* | Common: Remove unused type unions breaking aliasing rules in horrible ways.Emmanuel Gil Peyrot2015-06-281-26/+0
|/
* Common: Remove unused cruft from math_util, and remove a duplicated Rect class in common_types.Emmanuel Gil Peyrot2015-05-141-26/+0
|
* Move typedefs from kernel.h to more appropriate placesYuri Kunde Schlesner2015-05-071-0/+5
|
* Common: Move NonCopyable to common_types.hYuri Kunde Schlesner2015-05-071-0/+10
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-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.
* Common: Use std::abs instead of abs, using abs with cmath fails on some systems.Emmanuel Gil Peyrot2015-01-051-2/+3
|
* Common: Remove the unused x86-specific 128-bit float type.Emmanuel Gil Peyrot2015-01-051-11/+0
|
* New logging systemYuri Kunde Schlesner2014-12-131-2/+0
|
* Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot2014-11-191-2/+2
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-1/+1
|
* Use std sized types instead of platform specific typedefsYuri Kunde Schlesner2014-10-231-32/+11
|
* Moved common_types::Rect from common to Common namespacearchshift2014-09-091-1/+1
|
* Common: Move header guards over to pragma onceLioncash2014-08-171-1/+1
| | | | Also replaced C headers with the C++ equivalent ones
* common_types: Changed BasicRect back to Rect, in the common namespacearchshift2014-05-201-4/+6
| | | | Only Rect is in the namespace for now; the rest of common should be added in the future
* Fix complaints about functions that could not be foundarchshift2014-04-281-1/+1
|
* Rect to BasicRectarchshift2014-04-281-4/+4
| | | | Somewhere along the line an OSX header had already taken the name Rect.
* fixed project includes to use new directory structurebunnei2014-04-091-1/+1
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+125