summaryrefslogtreecommitdiff
path: root/src/utils/mutex.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-25Always use C++11 and remove related compatibility option/codeThorbjørn Lindeijer1-4/+0
2012-03-24Introduced compile-time option to disable use of C++0xThorbjørn Lindeijer1-0/+5
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-09-16Prevent copying of MutexLockerBen Longbons1-1/+11
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2009-03-26Changed includes in utils/ dictory to new guidelinesBjørn Lindeijer1-2/+2
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-3/+3
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2008-12-05Fixed MutexLocker to not work on a copyBjørn Lindeijer1-5/+8
2008-12-05Fix race condition with a std::string accessBjørn Lindeijer1-0/+94