summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Thread.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-05BasicStyle: Added missing braces to control statements.Mattes D1-1/+10
2014-10-19Use std::threadTiger Wang1-137/+0
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
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
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
git-svn-id: http://mc-server.googlecode.com/svn/trunk@885 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-07-15cThread uses AString instead of char * for name (fixed a warning)madmaxoft@gmail.com1-7/+17
git-svn-id: http://mc-server.googlecode.com/svn/trunk@670 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-118/+118
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6
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
git-svn-id: http://mc-server.googlecode.com/svn/trunk@188 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-12-23Added thread names to cThread so when debugging in Visual Studio you actually know what thread you're looking atfaketruth1-2/+46
git-svn-id: http://mc-server.googlecode.com/svn/trunk@100 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-03MCServer c++ source filesfaketruth1-0/+75
git-svn-id: http://mc-server.googlecode.com/svn/trunk@3 0a769ca7-a7f5-676a-18bf-c427514a06d6