Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-29 | Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" | zhupengfei | 1 | -72/+23 | |
2018-04-30 | string_util: Remove StringFromFormat() and related functions | Lioncash | 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 | Jannik Vogel | 1 | -1/+2 | |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 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. | Emmanuel Gil Peyrot | 1 | -44/+29 | |
2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | 1 | -2/+2 | |
2014-12-21 | License change | purpasmart96 | 1 | -2/+2 | |
2014-12-03 | Change NULLs to nullptrs. | Rohit Nirmal | 1 | -3/+3 | |
2014-10-24 | Removed uses of raw c-string manipulation functions. | archshift | 1 | -5/+2 | |
2014-04-09 | fixed project includes to use new directory structure | bunnei | 1 | -3/+3 | |
2014-04-09 | got rid of 'src' folders in each sub-project | bunnei | 1 | -0/+0 | |
2014-04-02 | convert tabs to spaces | bunnei | 1 | -92/+92 | |
2013-09-05 | replaced common code with dolphin common | ShizZy | 1 | -0/+226 | |
2013-09-04 | deleted gekko's common files | ShizZy | 1 | -46/+0 | |
2013-08-30 | adding initial project layout | ShizZy | 1 | -0/+46 | |