summaryrefslogtreecommitdiffstats
path: root/src/common/misc.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common/misc: Deduplicate code in GetLastErrorMsg()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.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.Emmanuel Gil Peyrot2016-09-181-5/+3
|
* Common: Cleanup memory and misc includes.Emmanuel Gil Peyrot2015-06-281-2/+3
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+3
|
* License changepurpasmart962014-12-211-2/+2
|
* Change NULLs to nullptrs.Rohit Nirmal2014-12-031-2/+2
|
* fixed project includes to use new directory structurebunnei2014-04-091-1/+1
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+37