summaryrefslogtreecommitdiffstats
path: root/src/common/common_types.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: add missing SPDX tagsAndrea Pappacoda2022-04-281-0/+4
* common_types: Remove NonCopyable structLioncash2022-02-021-10/+0
* gpu: Move GPUVAddr definition to common_types.bunnei2019-03-211-4/+3
* common_types: Convert typedefs to using aliasesLioncash2018-04-201-12/+12
* common_types: Remove unnecessary check for whether or not__func__ is definedLioncash2018-04-201-6/+0
* Merge remote-tracking branch 'upstream/master' into nxbunnei2017-10-101-0/+4
|\
* | 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
|\
| * 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
* 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
* common_types: Changed BasicRect back to Rect, in the common namespacearchshift2014-05-201-4/+6
* Fix complaints about functions that could not be foundarchshift2014-04-281-1/+1
* Rect to BasicRectarchshift2014-04-281-4/+4
* 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