summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Thread.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-16/+16
2014-07-21Style: Normalized spaces after if, for and while.madmaxoft1-5/+5
2014-07-19Fixed style: spaces after commas.madmaxoft1-4/+4
2014-07-17Fixed tabs used for alignment.madmaxoft1-1/+1
2014-07-17Normalized comments.madmaxoft1-6/+6
2014-06-19Nullify deleted pointers.archshift1-0/+2
2014-04-11Fixed issues with 64-bit MSVC compilation.madmaxoft1-8/+15
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2012-09-23Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-0/+0
2012-07-15cThread uses AString instead of char * for name (fixed a warning)madmaxoft@gmail.com1-7/+17
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-118/+118
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-14/+13
2011-12-23Added thread names to cThread so when debugging in Visual Studio you actually know what thread you're looking atfaketruth1-2/+46
2011-10-03MCServer c++ source filesfaketruth1-0/+75