Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-19 | common/misc: Deduplicate code in GetLastErrorMsg() | Lioncash | 1 | -11/+5 | |
Android and macOS have supported thread_local for quite a while, but most importantly is that we don't even really need it. Instead of using a thread-local buffer, we can just return a non-static buffer as a std::string, avoiding the need for that quality entirely. | |||||
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 1 | -1/+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 | -5/+3 | |
2015-06-28 | Common: Cleanup memory and misc includes. | Emmanuel Gil Peyrot | 1 | -2/+3 | |
2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | 1 | -1/+3 | |
2014-12-21 | License change | purpasmart96 | 1 | -2/+2 | |
2014-12-03 | Change NULLs to nullptrs. | Rohit Nirmal | 1 | -2/+2 | |
2014-04-09 | fixed project includes to use new directory structure | bunnei | 1 | -1/+1 | |
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 | -9/+9 | |
2013-09-09 | re-enabled GetLastErrorMsg | ShizZy | 1 | -19/+23 | |
2013-09-05 | replaced common code with dolphin common | ShizZy | 1 | -0/+33 | |