| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | common/misc: use windows.h | 2018-08-14 | 1 | -1/+1 | |
| | | | | linux-mingw does not really like this. | ||||
| * | common/misc: Deduplicate code in GetLastErrorMsg() | 2018-07-19 | 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. | ||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -1/+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. | 2016-09-18 | 1 | -5/+3 | |
| | | |||||
| * | Common: Cleanup memory and misc includes. | 2015-06-28 | 1 | -2/+3 | |
| | | |||||
| * | Common: Remove common.h | 2015-05-07 | 1 | -1/+3 | |
| | | |||||
| * | License change | 2014-12-20 | 1 | -2/+2 | |
| | | |||||
| * | Change NULLs to nullptrs. | 2014-12-03 | 1 | -2/+2 | |
| | | |||||
| * | fixed project includes to use new directory structure | 2014-04-08 | 1 | -1/+1 | |
| | | |||||
| * | got rid of 'src' folders in each sub-project | 2014-04-08 | 1 | -0/+37 | |