summaryrefslogtreecommitdiff
path: root/src/common/timer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-15common/timer: RemoveGravatar Lioncash1-159/+0
This is a leftover from citra and dolphin that isn't used at all, particularly given the <chrono> header exists.
2020-11-02common: Enable warnings as errorsGravatar Lioncash1-7/+5
Cleans up common so that we can enable warnings as errors.
2018-07-29Port #3972 from Citra: "common/timer: use std::chrono, avoid ↵Gravatar zhupengfei1-72/+23
platform-dependent code"
2018-04-29string_util: Remove StringFromFormat() and related functionsGravatar Lioncash1-5/+8
Given we utilize fmt, we don't need to provide our own functions for formatting anymore
2016-12-05Support mingw cross-compileGravatar Jannik Vogel1-1/+2
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-2/+0
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-44/+29
2015-05-07Common: Remove common.hGravatar Yuri Kunde Schlesner1-2/+2
2014-12-20License changeGravatar purpasmart961-2/+2
2014-12-03Change NULLs to nullptrs.Gravatar Rohit Nirmal1-3/+3
2014-10-23Removed uses of raw c-string manipulation functions.Gravatar archshift1-5/+2
2014-04-08fixed project includes to use new directory structureGravatar bunnei1-3/+3
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-04-01convert tabs to spacesGravatar bunnei1-92/+92
2013-09-04replaced common code with dolphin commonGravatar ShizZy1-0/+226
2013-09-04deleted gekko's common filesGravatar ShizZy1-46/+0
2013-08-29adding initial project layoutGravatar ShizZy1-0/+46