index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
common_types.h
Age
Commit message (
Expand
)
Author
2024-01-18
Core: Initial implementation of device memory mapping
Fernando Sahmkow
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
2022-02-02
common_types: Remove NonCopyable struct
Lioncash
2019-03-20
gpu: Move GPUVAddr definition to common_types.
bunnei
2018-04-19
common_types: Convert typedefs to using aliases
Lioncash
2018-04-19
common_types: Remove unnecessary check for whether or not__func__ is defined
Lioncash
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-09-30
arm: Use 64-bit addressing in a bunch of places.
bunnei
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-03-12
common_types: Make NonCopyable constructor constexpr
Lioncash
2016-03-12
common_types: Specify const in deleted copy constructor/assignment operator
Lioncash
2015-07-10
Merge pull request #876 from linkmauve/include-cleanups
Yuri Kunde Schlesner
2015-06-28
Common: Remove unused type unions breaking aliasing rules in horrible ways.
Emmanuel Gil Peyrot
2015-06-28
Common: Cleanup memory and misc includes.
Emmanuel Gil Peyrot
2015-05-14
Common: Remove unused cruft from math_util, and remove a duplicated Rect clas...
Emmanuel Gil Peyrot
2015-05-06
Move typedefs from kernel.h to more appropriate places
Yuri Kunde Schlesner
2015-05-06
Common: Move NonCopyable to common_types.h
Yuri Kunde Schlesner
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-01-05
Common: Use std::abs instead of abs, using abs with cmath fails on some systems.
Emmanuel Gil Peyrot
2015-01-05
Common: Remove the unused x86-specific 128-bit float type.
Emmanuel Gil Peyrot
2014-12-13
New logging system
Yuri Kunde Schlesner
2014-11-19
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-10-22
Use std sized types instead of platform specific typedefs
Yuri Kunde Schlesner
2014-09-08
Moved common_types::Rect from common to Common namespace
archshift
2014-08-17
Common: Move header guards over to pragma once
Lioncash
2014-05-19
common_types: Changed BasicRect back to Rect, in the common namespace
archshift
2014-04-27
Fix complaints about functions that could not be found
archshift
2014-04-27
Rect to BasicRect
archshift
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei