summaryrefslogtreecommitdiff
path: root/src/threadengine_win32.cpp
AgeCommit message (Collapse)Author
2010-07-15Moved some files and diretories around, made cmake skip files it knows it ↵Adam
can't compile because of missing dependices.
2010-06-20The first of a few "CBX OCDing over code style" commits, focusing on ↵Naram Qashat
include/* and src/* but not src/core/* or src/modules/*.
2010-06-18Rewrote the mail system to use threadingAdam
2010-06-18Changed threadengine to delete threads after Joining them, so the whole ↵Adam
thread exists when being joined and so its safe to call non-threadsafe functions in the destructor
2010-06-18Merged branch threadingengine with master - Added a threading engineAdam