summaryrefslogtreecommitdiff
path: root/src/common/timer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common/timer: RemoveGravatar Lioncash2021-01-151-41/+0
| | | | | This is a leftover from citra and dolphin that isn't used at all, particularly given the <chrono> header exists.
* common: Make use of [[nodiscard]] where applicableGravatar Lioncash2020-08-151-8/+8
| | | | | | Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions.
* Port #3972 from Citra: "common/timer: use std::chrono, avoid ↵Gravatar zhupengfei2018-07-291-9/+8
| | | | platform-dependent code"
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-6/+5
|
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+1
|
* License changeGravatar purpasmart962014-12-201-2/+2
|
* Common: Move header guards over to pragma onceGravatar Lioncash2014-08-171-4/+1
| | | | Also replaced C headers with the C++ equivalent ones
* fixed project includes to use new directory structureGravatar bunnei2014-04-081-1/+1
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+46