summaryrefslogtreecommitdiffstats
path: root/source/cIsThread.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-167/+167
* Fixed *nix threading issue;madmaxoft@gmail.com2012-03-101-25/+28
* Using own ASSERT() that logs to filefaketruth2012-02-201-2/+2
* cIsThread: Added support for getting current thread IDmadmaxoft@gmail.com2012-02-181-0/+13
* Rewritten 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.com2012-02-131-3/+6
* sprintf() begone! Replaced with StringUtils' Printf()madmaxoft@gmail.com2012-02-011-2/+2
* new cIsThread object for thread encapsulationmadmaxoft@gmail.com2012-02-011-0/+148