rpcs3/Utilities
Peter Tissen 21da317453 Logging system rework
* use one central unified log with channels/priorities ad-hoc listener registration and de-registration
* disable buffering by default
* add multi-threaded ringbuffer implementation
* use buffered listener for the gui (using the ringbuffer)
2014-06-26 17:34:28 +02:00
..
simpleini
Array.h
BEType.h
git-version-gen.cmd
GNU.cpp
GNU.h Defined thread_local for MSVC 2014-06-19 17:50:18 +04:00
IdManager.h
Interval.h cellSysmoduleLoadModule modified 2014-06-09 17:35:35 +04:00
Log.cpp Logging system rework 2014-06-26 17:34:28 +02:00
Log.h Logging system rework 2014-06-26 17:34:28 +02:00
MTProgressDialog.h
MTRingbuffer.h Logging system rework 2014-06-26 17:34:28 +02:00
rConcurrency.cpp rCriticalSection & rSemaphore removed 2014-06-22 14:59:28 +04:00
rConcurrency.h rCriticalSection & rSemaphore removed 2014-06-22 14:59:28 +04:00
rFile.cpp Logging system rework 2014-06-26 17:34:28 +02:00
rFile.h
rMsgBox.cpp
rMsgBox.h
rPlatform.cpp remove unexplained commented out code that I added myself with the last PR 2014-06-09 02:55:16 +02:00
rPlatform.h remove unexplained commented out code that I added myself with the last PR 2014-06-09 02:55:16 +02:00
rTime.cpp remove unexplained commented out code that I added myself with the last PR 2014-06-09 02:55:16 +02:00
rTime.h
rXml.cpp
rXml.h
SMutex.cpp Logging system rework 2014-06-26 17:34:28 +02:00
SMutex.h Logging system rework 2014-06-26 17:34:28 +02:00
SQueue.h SQueue little improvement 2014-06-20 23:57:28 +04:00
SSemaphore.cpp Some freezing fixed 2014-06-26 01:59:23 +04:00
SSemaphore.h Some freezing fixed 2014-06-26 01:59:23 +04:00
StrFmt.cpp add back fused gui log classes, this needs to be redone another way 2014-06-08 23:16:08 +02:00
StrFmt.h Logging system rework 2014-06-26 17:34:28 +02:00
Thread.cpp Logging system rework 2014-06-26 17:34:28 +02:00
Thread.h SSemaphore basic implementation 2014-06-20 23:56:19 +04:00
Timer.h