summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2013-09-14Change the initial user directory creation to stop special casing WindowsPierre Bourdon
2013-09-14Use global user directory on windows.Rachel Bryk
2013-09-12Improve the ArraySize function a bit now that c++11 isn't forbidden there. Er...Jordan Woyak
2013-09-11Replace the one use of CompileTimeAssert with static_assert (already used els...comex
2013-09-11Replace ARRAYSIZE macro with another ugly macro. At least this will throw an ...Jordan Woyak
2013-09-08[ARM] Add support for double registers in VMOV(immediate). Add VEOR and VSTR1...Ryan Houdek
2013-09-08[ARM] Use NEON for loading the values from psq_l, gives a minimal performance...Ryan Houdek
2013-09-04Fix for old libc version on bionic. Old versions would crash if the second ar...Ryan Houdek
2013-09-02Remove accessType from BackPatch's signature in favor of getting it from Disa...comex
2013-09-02[Android] Fix fastmem and enable.Ryan Houdek
2013-09-01A few more warnings.comex
2013-09-01MSVC warnings.comex
2013-09-01A bunch of trivial changes to fix clang warnings.comex
2013-09-01Work around MSVC bug, and make it less likely to happen again. Ew.comex
2013-08-31Fix loading DLC using IOCTL_ES_OPENTITLECONTENT & /dev/es state save.comex
2013-08-31Make NonCopyable use rvalue references.comex
2013-08-30[ARM] Fix the VMOV encoding to encode the destination VFP register correctly.Ryan Houdek
2013-08-30[ARM] Support both hardfp and softfp with lfs and lfd. Fixes these two instru...Ryan Houdek
2013-08-29[Android] Android NDK now supports full implementations of std::mutex, std::t...Ryan Houdek
2013-08-29Use pthread_setname_np.comex
2013-08-29[Android] Add in a static libiconv library so non English games don't crash D...Ryan Houdek
2013-08-28More cleaning.Matthew Parlane
2013-08-28Fix headings and more.Matthew Parlane
2013-08-26Merge branch 'master' into wii-networkMatthew Parlane
2013-08-25Actually allow the dump and logs folders to be set outside of user/Rachel Bryk
2013-08-24Allow user folder to be set via command line.Rachel Bryk
2013-08-25Fix trailing whitespaces in all files where some were addedPierre Bourdon
2013-08-23Merge branch 'master' into wii-networkMatthew Parlane
2013-08-22Fix the fix to AVX support detectionPierre Bourdon
2013-08-21[Android] Fix Android 4.3 from crashing on my devices. This was annoying to f...Ryan Houdek
2013-08-20Correctly check for AVX support in x64CPUDetectPierre Bourdon
2013-08-19[ARM] Add ASR/ASRS and UMULLS emitters.Ryan Houdek
2013-08-16[Android] Make sure to unallocate the correct memory size in MemArena.Ryan Houdek
2013-08-16Missed some VS build options.Matthew Parlane
2013-08-16Merge branch 'master' into wii-networkMatthew Parlane
2013-08-16Fix polarssl on Windows.Matthew Parlane
2013-08-15Support PolarSSL on *nixMatthew Parlane
2013-08-15Replace OpenSSL with PolarSSLMatthew Parlane
2013-08-14MemArena: Free memory for 64-bit machinesJasper St. Pierre
2013-08-14Move VideoBackendBase from Common to VideoCommonPierre Bourdon
2013-08-11IniFile: Don't parse comments after the [Section] bracketsJasper St. Pierre
2013-08-11IniFile: Remove support for comments anywhere but the beginning of linesJasper St. Pierre
2013-08-10Remove "-0" from stable version numbers in a more foolproof manner for vs and...Jordan Woyak
2013-08-08Remove -0 from stable release version numbers.Rachel Bryk
2013-08-09Use a multibyte-neutral codepage when calling *printf on Windows.Pierre Bourdon
2013-08-08Fix a stack corruption in ExtendedTrace.NeoBrainX
2013-08-06Free two memory leaks in ArmCPUDetect.cppLioncash
2013-08-03[ARM] Fix VCVT F32<->F64 encoding.Ryan Houdek
2013-08-02[ARM] Push new ArmEmitter changes from PPSSPP. Mostly Fixes a few VFP/NEON in...Ryan Houdek
2013-07-21Move in-game keybinding handling to a central locationJasper St. Pierre