| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-01-15 | common/timer: Remove | 1 | -159/+0 | ||
| This is a leftover from citra and dolphin that isn't used at all, particularly given the <chrono> header exists. | |||||
| 2020-11-02 | common: Enable warnings as errors | 1 | -7/+5 | ||
| Cleans up common so that we can enable warnings as errors. | |||||
| 2018-07-29 | Port #3972 from Citra: "common/timer: use std::chrono, avoid ↵ | 1 | -72/+23 | ||
| platform-dependent code" | |||||
| 2018-04-29 | string_util: Remove StringFromFormat() and related functions | 1 | -5/+8 | ||
| Given we utilize fmt, we don't need to provide our own functions for formatting anymore | |||||
| 2016-12-05 | Support mingw cross-compile | 1 | -1/+2 | ||
| 2016-09-21 | Remove empty newlines in #include blocks. | 1 | -2/+0 | ||
| This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||||
| 2016-09-18 | Sources: Run clang-format on everything. | 1 | -44/+29 | ||
| 2015-05-07 | Common: Remove common.h | 1 | -2/+2 | ||
| 2014-12-20 | License change | 1 | -2/+2 | ||
| 2014-12-03 | Change NULLs to nullptrs. | 1 | -3/+3 | ||
| 2014-10-23 | Removed uses of raw c-string manipulation functions. | 1 | -5/+2 | ||
| 2014-04-08 | fixed project includes to use new directory structure | 1 | -3/+3 | ||
| 2014-04-08 | got rid of 'src' folders in each sub-project | 1 | -0/+0 | ||
| 2014-04-01 | convert tabs to spaces | 1 | -92/+92 | ||
| 2013-09-04 | replaced common code with dolphin common | 1 | -0/+226 | ||
| 2013-09-04 | deleted gekko's common files | 1 | -46/+0 | ||
| 2013-08-29 | adding initial project layout | 1 | -0/+46 | ||