.. |
Crypto
|
Removed unused OpenSSL code and don't compile it.
|
2013-10-28 01:18:29 +10:00 |
ABI.cpp
|
Fast path CallSyscall where possible.
|
2013-11-04 07:59:37 -08:00 |
ABI.h
|
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
|
2012-11-04 23:24:00 +01:00 |
ArmABI.cpp
|
Deleted some doubled #includes.
|
2013-09-27 21:38:07 +02:00 |
ArmABI.h
|
Just some sketchwork on a JIT for ARM. When completed, will bring speed to mobile devices.
|
2012-11-23 19:41:35 +01:00 |
ArmCPUDetect.cpp
|
Switch to compile-time ARMV7 define.
|
2013-11-15 11:20:39 +10:00 |
ArmEmitter.cpp
|
ARM emitter: Fix VDUP
|
2013-11-24 19:30:25 +01:00 |
ArmEmitter.h
|
ARM: NEON-optimize software skinning
|
2013-11-24 18:03:42 +01:00 |
ArmThunk.cpp
|
Deleted some doubled #includes.
|
2013-09-27 21:38:07 +02:00 |
Atomic_GCC.h
|
Code clean up for atomics. Remove glib usage in Symbian as the kernel calls actually fit nicer.
|
2013-11-13 00:30:26 +10:00 |
Atomic_Win32.h
|
Switch to including Windows.h from an intermediate.
|
2013-07-28 21:04:19 -07:00 |
Atomics.h
|
Fix name collision when building on Windows. Was preventing Blackberry from building.
|
2013-05-03 16:10:23 +10:00 |
ChunkFile.cpp
|
Fix some type comparison warnings.
|
2013-10-19 14:57:45 -07:00 |
ChunkFile.h
|
Fix some type comparison warnings.
|
2013-10-19 14:57:45 -07:00 |
Common.h
|
Buildfix for sse2 builds.
|
2013-11-13 12:08:46 +10:00 |
Common.vcxproj
|
Remove MathUtil.{cpp,h}
|
2013-11-13 11:26:12 +10:00 |
Common.vcxproj.filters
|
Remove MathUtil.{cpp,h}
|
2013-11-13 11:26:12 +10:00 |
CommonFuncs.h
|
Buildfix for Symbian. Remove unused swap code.
|
2013-11-03 20:40:40 +10:00 |
CommonTypes.h
|
Rename u24 to u24_be.
|
2013-10-05 02:52:33 +08:00 |
CommonWindows.h
|
Always defined WIN32_LEAN_AND_MEAN.
|
2013-07-28 21:04:20 -07:00 |
ConsoleListener.cpp
|
Don't flash open the console when disabled.
|
2013-10-15 22:27:03 -07:00 |
ConsoleListener.h
|
Don't flash open the console when disabled.
|
2013-10-15 22:27:03 -07:00 |
CPUDetect.cpp
|
CPUDetect x86: Detect FMA support
|
2013-11-13 10:47:05 +01:00 |
CPUDetect.h
|
Switch to compile-time ARMV7 define.
|
2013-11-15 11:20:39 +10:00 |
FileUtil.cpp
|
MacOSX buildfix
|
2013-11-18 14:05:56 +01:00 |
FileUtil.h
|
Oops, forgot to remove the if.
|
2013-11-17 11:17:42 -08:00 |
FixedSizeQueue.h
|
Change a few more log types.
|
2013-09-07 13:31:14 -07:00 |
KeyMap.cpp
|
Fix Blackberry QWERTY default values.
|
2013-11-13 04:22:21 +10:00 |
KeyMap.h
|
Miscellaneous changes for Blackberry.
|
2013-10-12 17:19:02 +10:00 |
Log.h
|
More log categories, use them (and existing ones). Improve log config.
|
2013-09-07 22:02:55 +02:00 |
LogManager.cpp
|
Fix some type comparison warnings.
|
2013-10-19 14:57:45 -07:00 |
LogManager.h
|
Remove unused StdConditionalVar
|
2013-11-13 03:52:12 +10:00 |
MemArena.cpp
|
Switch to including Windows.h from an intermediate.
|
2013-07-28 21:04:19 -07:00 |
MemArena.h
|
Switch to including Windows.h from an intermediate.
|
2013-07-28 21:04:19 -07:00 |
MemoryUtil.cpp
|
Doesn't really 'free', so called 'reset' instead.
|
2013-11-12 02:13:34 +10:00 |
MemoryUtil.h
|
Doesn't really 'free', so called 'reset' instead.
|
2013-11-12 02:13:34 +10:00 |
Misc.cpp
|
Win32: Switch to a UNICODE build. This took quite a bit of fixing.
|
2013-08-26 19:00:16 +02:00 |
MsgHandler.cpp
|
Simplified MsgHandler
|
2013-10-20 17:42:07 +02:00 |
MsgHandler.h
|
Simplified MsgHandler
|
2013-10-20 17:42:07 +02:00 |
ppcAbi.cpp
|
ppc emitter
|
2013-08-16 14:39:22 +02:00 |
ppcEmitter.cpp
|
More recompiled instruction (fpu/alu)
|
2013-09-12 10:40:14 +02:00 |
ppcEmitter.h
|
update emitter
|
2013-09-12 10:40:42 +02:00 |
stdafx.cpp
|
Add snapshot of the whole source code.
|
2012-11-01 16:19:01 +01:00 |
stdafx.h
|
Switch to including Windows.h from an intermediate.
|
2013-07-28 21:04:19 -07:00 |
StdMutex.h
|
Always defined WIN32_LEAN_AND_MEAN.
|
2013-07-28 21:04:20 -07:00 |
StringUtils.cpp
|
Cleaned up CommonPaths some more and removed BuildCompleteFilename()
|
2013-09-28 00:21:44 +02:00 |
StringUtils.h
|
Removed two functions as they are also in Native/file.
|
2013-09-28 23:05:36 +02:00 |
Swap.h
|
Revert "Use swap code from native instead. Remove all other versions of it."
|
2013-10-28 17:24:03 +01:00 |
ThreadPools.cpp
|
Some more UI stuff.
|
2013-06-02 23:46:03 +02:00 |
ThreadPools.h
|
Some more UI stuff.
|
2013-06-02 23:46:03 +02:00 |
Thunk.cpp
|
Deleted some doubled #includes.
|
2013-09-27 21:38:07 +02:00 |
Thunk.h
|
Save regs before/after 3-arg func calls on x86.
|
2013-07-06 00:54:53 -07:00 |
Timer.cpp
|
Use Blackberry/UNIX time functions instead of fallbacks.
|
2013-10-25 21:52:50 +10:00 |
Timer.h
|
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
|
2012-11-04 23:24:00 +01:00 |
x64Analyzer.cpp
|
Revert "Better wrapper system, and fixed warnings"
|
2012-11-05 10:05:09 +01:00 |
x64Analyzer.h
|
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
|
2012-11-04 23:24:00 +01:00 |
x64Emitter.cpp
|
Optimize software skinning for x86.
|
2013-11-13 18:10:58 +01:00 |
x64Emitter.h
|
Implement vocp on ARM and x86.
|
2013-11-19 21:41:47 +01:00 |