summaryrefslogtreecommitdiffstats
path: root/src/DeadlockDetect.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-05Bulk clearing of whitespaceLogicParrot1-6/+6
2014-10-24SuggestionsTiger Wang1-1/+1
2014-10-20Migrated cSleep and cTimer to std::chronoTiger Wang1-4/+4
2014-08-21Added initializers for class members.Mattes D1-1/+3
2014-05-05Fixed crash on creating a world during plugin initialisationworktycho1-1/+1
2014-04-18Did some static analysis, fixed some bugs and optimized a lot of codejfhumann1-5/+8
2014-03-25Removed unused constants.madmaxoft1-4/+1
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-0/+2
2014-03-15Fixed unessicary returnTycho1-1/+0
2013-12-10added abort to DeadlockDetector to generate core dumps on failureTycho Bickerstaff1-5/+2
2013-11-30DeadlockDetect is configurable now.madmaxoft1-2/+4
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-06Made the cDeadlockDetect class work in clang.madmaxoft1-1/+1
2013-08-19Debuggers: Added continuous hunger reporting.madmaxoft1-1/+1
2013-08-19DeadlockDetect now uses sleep instead of timed-wait semaphores.madmaxoft1-13/+5
2013-08-14Added simple deadlock detection code.madmaxoft1-0/+155