1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00
rpcs3/Utilities
Peter Tissen c37905e465 initial start to eliminate static func init, not compilable atm
move module initialization into a module manager, still has some issues like stopping not working and debug crashing

add #idef 0 to modules that aren't in the windows project

don't double initialize and don't de-initialize for now, since many modules don't expect it and it leads to many errors

remove duplicate module lists for empty modules and implemented ones, make Module non-copyable but movable

add secondary project, no real use for it now

add some memleak config to the emucore and add asmjit path to rpcs3

small rebase error fixed to get it to compile again

add filters for emucore

re-add the module manager and static file

WIP commit, linker errors abound

some more abstraction layer stuff

fix the remaining linker errors, re-enable platform specific mouse, pad and keyboard handlers

rebasing

fix memset undefined and re() usage of se_t before declaration

Add wxGUI define by default for cmake builds

fix copy constructors of Datetime header

fix copy constructors of other wx interface classes

remove static declarations of global variables

make wxGLCanvas constructor non-ambiguous even with wx2.8. compat mode, fix wrong std::exception constructor calls

remove duplicate definition for FromUTF8 and ToUTF8

temp changes
2014-06-08 23:16:06 +02:00
..
simpleini use non-wx header only Ini library in preparation of the core/gui devide 2014-06-01 22:57:50 +02:00
Array.h fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
BEType.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
git-version-gen.cmd Update git-version-gen.cmd 2014-03-22 11:45:59 +01:00
GNU.cpp move inline definitions in header, wtf am I doing, Travis pls. 2014-06-02 22:00:05 +02:00
GNU.h move inline definitions in header, wtf am I doing, Travis pls. 2014-06-02 22:00:05 +02:00
IdManager.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
MTProgressDialog.h Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
rConcurrency.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
rConcurrency.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
rFile.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
rFile.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
rMsgBox.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
rMsgBox.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
rPlatform.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
rPlatform.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
rTime.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
rTime.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
rXml.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
rXml.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
SMutex.cpp Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
SMutex.h Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
SQueue.h Merge pull request #145 from Nekotekina/master 2014-03-31 12:04:34 +02:00
StrFmt.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
StrFmt.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
Thread.cpp Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
Thread.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
Timer.h Improved VFS 2014-02-16 17:19:06 +02:00