pcsx2/common/src/Utilities
Gregory Hainaut 04ca7f4a2b common: 64 bits intrinsic fixes
long is 8B on linux. Replace it with s32
long long is always 8B but let's replace it with s64 so we are sure
2015-01-05 23:46:18 +01:00
..
Linux pscx2: s/wxTrap/pxTrap/ 2014-12-13 12:28:37 +01:00
Windows Handle exceptions raised inside the access violation exception filter which we use for various emulation tasks. 2012-04-07 15:35:53 +00:00
x86 common: remove old memcpy implementation 2014-11-04 09:20:47 +01:00
AlignedMalloc.cpp gcc: support address sanitizer 2014-07-12 19:57:26 +02:00
CMakeLists.txt spu2x:zzogl: disable TLS 2014-12-08 22:26:46 +01:00
CheckedStaticBox.cpp pcsx2: remove template and pointer on overload function from wxGuiTools 2014-07-18 19:20:53 +02:00
Console.cpp console: improve readability on consoles that have black backgrounds 2014-12-21 12:41:01 +01: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 cmake: move -DNDEBUG to global option 2014-12-20 13:43:25 +01:00
FastFormatString.cpp pcsx2 64b: fix crash on string formating function 2015-01-05 23:38:30 +01:00
HashTools.cpp common: drop remaining of HashMap 2014-07-29 21:06:31 +02:00
IniInterface.cpp wx3.0: lots of cast... 2014-07-29 20:45:44 +02:00
Mutex.cpp common: 64 bits intrinsic fixes 2015-01-05 23:46:18 +01:00
PathUtils.cpp pcsx2 utilies: 'mkdir' the full path. 2011-02-20 16:57:36 +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 Fixed inconsistent newlines / added as many svn:eol-style=native properties as I could without killing myself. 2011-03-25 05:06:49 +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 GregsMisc: Sync with trunk (r3983-r4044) 2010-11-23 03:11:08 +00:00
ThreadTools.cpp common: 64 bits intrinsic fixes 2015-01-05 23:46:18 +01:00
ThreadingDialogs.cpp Fixed inconsistent newlines / added as many svn:eol-style=native properties as I could without killing myself. 2011-03-25 05:06:49 +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
VirtualMemory.cpp pscx2: s/wxTrap/pxTrap/ 2014-12-13 12:28:37 +01:00
pxCheckBox.cpp Big gif transfer code rewrite! 2011-07-24 13:02:50 +00:00
pxRadioPanel.cpp Linux: Likely fix for gcc errors compiling SafeArray 2010-08-05 01:39:31 +00:00
pxStaticText.cpp Big gif transfer code rewrite! 2011-07-24 13:02:50 +00:00
pxStreams.cpp wxSavestates branch: (partially sync'd with trunk**) 2010-12-14 07:28:05 +00:00
pxTranslate.cpp wx3.0: compilation fix for arch linux 2014-08-03 14:54:44 +02:00
pxWindowTextWriter.cpp wx3.0: compilation fix for arch linux 2014-08-03 14:54:44 +02:00
vssprintf.cpp Removes the usage of __LINUX__ define 2014-08-03 13:20:36 -05:00
wxAppWithHelpers.cpp wx: properly overwrite trait creation 2014-11-22 18:51:05 +01:00
wxGuiTools.cpp Big gif transfer code rewrite! 2011-07-24 13:02:50 +00:00
wxHelpers.cpp Removes the usage of __LINUX__ define 2014-08-03 13:20:36 -05:00