pcsx2/common/src/Utilities
Jake.Stine 5ba7b0650d wxIsoFile: final annoying compilation error fixed. Just needs a little linux-side testing now.
git-svn-id: http://pcsx2.googlecode.com/svn/branches/wxIsoFile@3945 96395faa-99c1-11dd-bbfe-3dabce05a288
2010-10-19 09:51:57 +00:00
..
Linux linux fix. Also rename PersistentThread in linux. 2010-06-19 14:39:07 +00:00
Windows Refactoring: 2010-08-09 04:10:38 +00:00
x86 Refactoring: 2010-08-09 04:10:38 +00:00
AlignedMalloc.cpp microVU: clear contents of microBlock on creation to avoid false cache misses. 2010-09-02 12:33:45 +00:00
CMakeLists.txt wxIsoFile branch: (needs linux testing) 2010-10-18 01:40:49 +00:00
CheckedStaticBox.cpp Introducing a mostly revamped Tracelog and Console log system. Various console log sources can now be toggled on/off on the fly, allowing end users to enable more verbose logging when they encounter problems. Both console and trace sources can be given automatic prefixing. 2010-08-06 05:46:09 +00:00
Console.cpp * Fix a bug that prevented devel/verbose console logs from being logged in Release builds. 2010-09-26 17:41:57 +00:00
EventSource.cpp A big old crapload of UI and thread management changes. Recoded the EventSource/EventListener system to be more C++ and less hacky C. Probably breaks Linux! 2010-01-22 15:22:01 +00:00
Exceptions.cpp wxIsoFile: final annoying compilation error fixed. Just needs a little linux-side testing now. 2010-10-19 09:51:57 +00:00
FastFormatString.cpp wxIsoFile branch: (needs linux testing) 2010-10-18 01:40:49 +00:00
HashTools.cpp [copyright] 2010-07-08 16:40:44 +00:00
IniInterface.cpp Minor refactoring; doing this just to help minimize the changelog spam of the next commit (not that it'll help much) 2010-08-04 19:10:41 +00:00
Mutex.cpp Uninitialized variable fix in ScopedLock as found by Gregory, and a few more minor -> to . conversions. 2010-08-31 16:40:25 +00:00
PathUtils.cpp Another fix for GCC compilation errors. 2010-06-29 00:13:21 +00:00
PrecompiledHeader.cpp [copyright] 2010-07-08 16:40:44 +00:00
PrecompiledHeader.h Introducing a mostly revamped Tracelog and Console log system. Various console log sources can now be toggled on/off on the fly, allowing end users to enable more verbose logging when they encounter problems. Both console and trace sources can be given automatic prefixing. 2010-08-06 05:46:09 +00:00
RwMutex.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Semaphore.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
StringHelpers.cpp * Added subdivided content to the u128 type (changed it from a struct to a union, added _u32[4], _u16[8], etc). 2010-08-31 05:14:00 +00:00
ThreadTools.cpp wxIsoFile branch: (needs linux testing) 2010-10-18 01:40:49 +00:00
ThreadingDialogs.cpp * Bugfixed some popup dialogs, which would sometimes be too small or empty. 2010-06-05 04:07:58 +00:00
ThreadingInternal.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
pxCheckBox.cpp UI: 2010-06-18 02:44:27 +00:00
pxRadioPanel.cpp Linux: Likely fix for gcc errors compiling SafeArray 2010-08-05 01:39:31 +00:00
pxStaticText.cpp UI / Cmdline: 2010-06-21 04:04:32 +00:00
pxStreams.cpp wxIsoFile: ... and some more fixes. 2010-10-19 09:25:44 +00:00
pxTranslate.cpp Introducing a mostly revamped Tracelog and Console log system. Various console log sources can now be toggled on/off on the fly, allowing end users to enable more verbose logging when they encounter problems. Both console and trace sources can be given automatic prefixing. 2010-08-06 05:46:09 +00:00
pxWindowTextWriter.cpp Changed the FastFormatString functions into nifty little classes that use TLS for their buffer workspaces. Result: a fully concurrent printf with zero malloc/free overhead. Use the pxsFmt macro for them -- which is a fully working alternative to wxsFormat(). 2010-08-03 22:18:19 +00:00
vssprintf.cpp Major header file house cleaning! Should speed up recompilation times by a few percents. 2010-06-25 02:35:27 +00:00
wxAppWithHelpers.cpp wxIsoFile branch: (needs linux testing) 2010-10-18 01:40:49 +00:00
wxGuiTools.cpp UI: Replace a lot of PCSX2's with pxGetAppName(). 2010-06-21 10:25:06 +00:00
wxHelpers.cpp Minor refactoring; doing this just to help minimize the changelog spam of the next commit (not that it'll help much) 2010-08-04 19:10:41 +00:00