FasTC/Core/src
Pavel Krajcevski 435f935de3 Update atomics compression algorithm
In general, we want to use this algorithm only with self-contained compression
lists. As such, we've added all of the proper synchronization primitives in
the list object itself. That way, different threads that are working on the
same list will be able to communicate. Ideally, this should eliminate the
number of user-space context switches that happen. Whether or not this is
faster than the other synchronization algorithms that we've tried remains
to be seen...
2013-03-09 13:34:10 -05:00
..
BlockStats.cpp Amalgamate the different architecture problems with printf... 2013-01-28 17:49:57 -05:00
CompressedImage.cpp Got rid of some more compiler warnings. 2013-01-28 16:57:15 -05:00
CompressionJob.cpp Add a new interface to compressing files which we will call a 'compression job' 2013-03-09 13:22:42 -05:00
Image.cpp Fix a bunch of memory leaks. 2013-02-07 17:01:38 -05:00
StopWatch.h Add license 2012-11-15 11:51:55 -05:00
StopWatchOSX.cpp Got rid of some more compiler warnings. 2013-01-28 16:57:15 -05:00
StopWatchUnix.cpp Fix more compiler warnings 2013-01-28 17:37:43 -05:00
StopWatchWin32.cpp Merge MSVC support into master. 2013-01-28 11:49:03 -05:00
TexComp.cpp Update atomics compression algorithm 2013-03-09 13:34:10 -05:00
Thread.cpp Got rid of some more compiler warnings. 2013-01-28 16:57:15 -05:00
Thread.h Merge MSVC support into master. 2013-01-28 11:49:03 -05:00
ThreadBoost.cpp Add license 2012-11-15 11:51:55 -05:00
ThreadGroup.cpp Merge MSVC support into master. 2013-01-28 11:49:03 -05:00
ThreadGroup.h Got rid of some more compiler warnings. 2013-01-28 16:57:15 -05:00
ThreadPThread.cpp Add license 2012-11-15 11:51:55 -05:00
WorkerQueue.cpp Fix some more compiler warnings. This time some were actually very useful\! 2013-01-28 20:20:52 -05:00
WorkerQueue.h Got rid of some more compiler warnings. 2013-01-28 16:57:15 -05:00