summaryrefslogtreecommitdiffstats
path: root/source/cIsThread.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-23Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-167/+0
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-167/+167
2012-03-10Fixed *nix threading issue;madmaxoft@gmail.com1-25/+28
2012-02-20Using own ASSERT() that logs to filefaketruth1-2/+2
2012-02-18cIsThread: Added support for getting current thread IDmadmaxoft@gmail.com1-0/+13
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-3/+6
2012-02-01sprintf() begone! Replaced with StringUtils' Printf()madmaxoft@gmail.com1-2/+2
2012-02-01new cIsThread object for thread encapsulationmadmaxoft@gmail.com1-0/+148