rpcsx/rpcs3/Gui
Bigpet 9a30ce5f18 Make buildable with GCC in Linux
* replace GetThreadID with std::this_thread.getId()
* name all anonymous structs and unions that contain non-trivially constructable objects
* made default constructor for big endian type noexcept to make it work with std::atomic
* move instantiated specialized template function members ouside of the class definition to comply with the standard
* added default instantiation for template parameter "=nullptr"
* used the C++11 standardized thread_local instead of the __declspec(thread)
* added transitional definitions to bridge the microsoft specific calls (compare and exchange and aligned alloc)
* removed cyclic dependency between Emulator->CPUThreadManager->CPUThread->SMutex->Emulator->...
* fixed some instances of indentation by space instead of tabs
* surrounded some unused code with an #if 0 block to make sure it doesn't compile
2014-02-23 17:52:52 +01:00
..
AboutDialog.h PKG Loader rewritten 2014-02-21 02:35:33 +01:00
CompilerELF.cpp Merge pull request #46 from krofna 2014-02-21 17:13:57 +01:00
CompilerELF.h Start porting to GNU compiler 2013-11-23 23:27:58 +01:00
ConLog.cpp Merge pull request #46 from krofna 2014-02-21 17:13:57 +01:00
ConLog.h Implemented some cellSysutil audio functions, added configurable controls (draft/ugly implementation), and minor changes in cellAudio and ConLog 2013-12-27 14:55:11 +04:00
Debugger.cpp Few bugs fixed and license file added 2014-02-13 11:33:07 +01:00
Debugger.h Start porting to GNU compiler 2013-11-23 23:27:58 +01:00
DisAsmFrame.cpp Improved VFS 2014-02-16 17:19:06 +02:00
DisAsmFrame.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
FrameBase.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
GameViewer.cpp Improved VFS 2014-02-16 17:19:06 +02:00
GameViewer.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
InstructionEditor.h Fix linking 2013-11-24 10:23:04 +01:00
InterpreterDisAsm.cpp Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
InterpreterDisAsm.h New debugging features, cellGame & minor changes 2013-11-23 05:47:19 +01:00
MainFrame.cpp Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
MainFrame.h Moved some lines and deleted old code 2014-02-19 05:33:31 +01:00
MemoryViewer.cpp Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
MemoryViewer.h RSX Debugger, Mem. Viewer and module improvements 2014-01-05 00:45:44 +01:00
Plugins.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
RegisterEditor.h Fix linking 2013-11-24 10:23:04 +01:00
RSXDebugger.cpp merge branch 2014-02-21 20:36:22 +01:00
RSXDebugger.h Merge pull request #46 from krofna 2014-02-21 17:13:57 +01:00
TextInputDialog.cpp - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
TextInputDialog.h - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
VFSManager.cpp Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
VFSManager.h - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
VHDDManager.cpp Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
VHDDManager.h - Implemented HDD manager. 2013-08-03 12:40:03 +03:00