summaryrefslogtreecommitdiffstats
path: root/src/common/timer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Enable warnings as errorsLioncash2020-11-021-7/+5
| | | | Cleans up common so that we can enable warnings as errors.
* Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code"zhupengfei2018-07-291-72/+23
|
* string_util: Remove StringFromFormat() and related functionsLioncash2018-04-301-5/+8
| | | | Given we utilize fmt, we don't need to provide our own functions for formatting anymore
* Support mingw cross-compileJannik Vogel2016-12-051-1/+2
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-44/+29
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-2/+2
|
* License changepurpasmart962014-12-211-2/+2
|
* Change NULLs to nullptrs.Rohit Nirmal2014-12-031-3/+3
|
* Removed uses of raw c-string manipulation functions.archshift2014-10-241-5/+2
|
* fixed project includes to use new directory structurebunnei2014-04-091-3/+3
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+226