summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Errors.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-21Make Windows go brrrr, not tick. tick. tick. (#5201)Tiger Wang1-53/+0
2020-01-02Fix android builds (#4432)Alexander Harkness1-1/+1
2016-12-19Updated links and docs (#3488)mathiascode1-1/+1
2016-12-12Use CMake's Android generators to crosscompileTiger Wang1-1/+1
2016-02-05Bulk clearing of whitespaceLogicParrot1-9/+9
2015-11-19Check for __GLIBC__ to detect correct strerror_r versionThomas Boerger1-1/+1
2015-09-26Added the _UNICODE flag on WindowsTiger Wang1-1/+1
2015-05-25Support building on FreeBSDlinnemannr1-1/+1
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-2/+2
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-2/+2
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-6/+6
2014-07-21Style: Normalized spaces after if, for and while.madmaxoft1-2/+2
2014-03-25More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.Samuel Barney1-1/+1
2014-01-25Switched cEvent to GetOSErrorStringTycho1-0/+1
2014-01-25Extracted cSocket::GetErrorString into GetOSErrorStringTycho1-0/+52