summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/CriticalSection.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-05Bulk clearing of whitespaceLogicParrot1-2/+2
2015-01-22cNetwork: Added multithreading protection.Mattes D1-0/+1
2014-10-20Use std::recusive_mutexTiger Wang1-43/+5
2014-10-19Use std::threadTiger Wang1-2/+2
2014-07-17Basic style fixes.madmaxoft1-2/+2
2014-07-17Normalized comments.madmaxoft1-3/+3
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2012-12-14Fixed cCriticalSection's debugging functionsmadmaxoft@gmail.com1-4/+9
2012-10-26Critical sections aren't heap-allocated in linux anymore.madmaxoft@gmail.com1-29/+25
2012-09-23Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-1/+1
2012-09-02Fixed debug-only code leaking into release mode in cCriticalSection, making it incompilable in release mode.madmaxoft@gmail.com1-0/+2
2012-09-02Critical sectino now allows debug info - is it locked? / is it locked by current thread?madmaxoft@gmail.com1-10/+38
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-157/+157
2012-02-20Using own ASSERT() that logs to filefaketruth1-2/+2
2012-02-13Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.madmaxoft@gmail.com1-18/+4
2012-01-30Fixed a problem in cCSLock (sorry); reverted cChunkmadmaxoft@gmail.com1-0/+6
2012-01-30More cFile cleanup; removed old format writing for block entitiesmadmaxoft@gmail.com1-0/+13
2012-01-29Added missing #ifdef _DEBUG in cCriticalSection.cpp faketruth1-3/+5
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-8/+1
2012-01-29ChunkGenerator: rewritten thread-locking using the new RAII CSLock classmadmaxoft@gmail.com1-0/+97
2011-10-03MCServer c++ source filesfaketruth1-0/+60