summaryrefslogtreecommitdiff
path: root/src/common/misc.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common/misc: use windows.hGravatar Zhu PengFei2018-08-141-1/+1
| | | linux-mingw does not really like this.
* common/misc: Deduplicate code in GetLastErrorMsg()Gravatar Lioncash2018-07-191-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.Gravatar Emmanuel Gil Peyrot2016-09-211-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.Gravatar Emmanuel Gil Peyrot2016-09-181-5/+3
|
* Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot2015-06-281-2/+3
|
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+3
|
* License changeGravatar purpasmart962014-12-201-2/+2
|
* Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-031-2/+2
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-081-1/+1
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+37