summaryrefslogtreecommitdiffstats
path: root/src/common/timer.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-15common/timer: RemoveLioncash1-41/+0
This is a leftover from citra and dolphin that isn't used at all, particularly given the <chrono> header exists.
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash1-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.
2018-07-29Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code"zhupengfei1-9/+8
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-6/+5
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-1/+1
2014-12-21License changepurpasmart961-2/+2
2014-08-17Common: Move header guards over to pragma onceLioncash1-4/+1
Also replaced C headers with the C++ equivalent ones
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-02convert tabs to spacesbunnei1-19/+19
2013-09-05replaced common code with dolphin commonShizZy1-0/+46
2013-09-04deleted gekko's common filesShizZy1-51/+0
2013-08-30adding initial project layoutShizZy1-0/+51