summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2014-07-06Common: Using size_t in PointerWrap's DoContainer apparently causes crashes. ...Lioncash
2014-07-05Common: Make DoContainer within PointerWrap private.Lioncash
2014-06-26Merge pull request #443 from magumagu/loadstore-cleanupLioncash
2014-06-25Centralize the logging code into its own folder in Common.Lioncash
2014-06-25Merge pull request #513 from lioncash/vs-x64Lioncash
2014-06-24Remove the 32-bit config platform from the VS solution and projectsLioncash
2014-06-24Merge pull request #531 from LPFaint99/memcardLioncash
2014-06-24Store ini sections in a std::list (rather than vector) to prevent unexpected ...Jordan Woyak
2014-06-23GCI Folder: correctly identify region of sysmenuLPFaint99
2014-06-22Common: Add a PCAP writer modulePierre Bourdon
2014-06-22Merge pull request #500 from lioncash/iniPierre Bourdon
2014-06-20JIT: Clean up float loads and stores.magumagu
2014-06-16Use only section-based ini reading.Lioncash
2014-06-15Try to fix android build.magumagu
2014-06-15Don't set DAZ on x86 in non-IEEE mode.magumagu
2014-06-11BitField: Add an explicit getter function for retrieving the BitField value.Tony Wasserka
2014-06-11BitField: Delete copy assignment to prevent obscure bugs.Tony Wasserka
2014-06-07Make it so ARMv7 isn't a generic target.Ryan Houdek
2014-06-06Merge pull request #457 from Tilka/jccRyan Houdek
2014-06-05Use std::string in LogContainer's constructor.Lioncash
2014-06-03x64Emitter: J_CC: use 32 bit offset automaticallyTillmann Karras
2014-06-02Merge pull request #455 from lioncash/arm-cpudetect-fixRyan Houdek
2014-06-02Stringify ArmCPUDetect.cpp.Lioncash
2014-06-01Fix a crash in ARM's CPUDetect on a malformed /proc/cpuinfo.Ryan Houdek
2014-06-01Make MemoryUtil.cpp use the correct x86_64 define.Ryan Houdek
2014-05-29Remove the min/max functions in CommonFuncs.Lioncash
2014-05-28Get rid of the temporary buffer in IniFile's Load function.Lioncash
2014-05-28When reading an ini file, if there is an error, check if it is simply because...Rachel Bryk
2014-05-28Merge pull request #430 from shuffle2/xsave-workaround-fixPierre Bourdon
2014-05-28Merge pull request #392 from RachelBryk/error-check-ini-filePierre Bourdon
2014-05-28msvc C initializers return int...fix EnableXSaveWorkaround when rax doesn't i...Shawn Hoffman
2014-05-27Redo commit 932945d4808e37ba0ca1a953571187f445e24f41Shawn Hoffman
2014-05-23Check for errors when reading lines from ini files.Rachel Bryk
2014-05-17Move bn.h and ec.h into the correct filter sectionLioncash
2014-05-14Use size_t in std::string operations in IniFile.cpp, not intLioncash
2014-05-11Merge pull request #351 from Tilka/make_uniqueshuffle2
2014-05-11fixmeup renameTillmann Karras
2014-05-10Revert "x64FPURoundMode: always set x87 precision"Shawn Hoffman
2014-05-06Add a std::make_unique implementationTillmann Karras
2014-05-01x64FPURoundMode: always set x87 precisionTillmann Karras
2014-05-01x64FPURoundMode: use fesetround() instead of asmTillmann Karras
2014-04-30JitBackpatch: fix NOP paddingTillmann Karras
2014-04-27Merge pull request #304 from Tilka/nopPierre Bourdon
2014-04-25Fix Fastmem on CPUs without MOVBETillmann Karras
2014-04-24Add remaining possible uses of MOVBETillmann Karras
2014-04-23Optimize NOPsTillmann Karras
2014-04-17Atomic: support clang 3.4+Tillmann Karras
2014-04-14Merge pull request #271 from delroth/threading-stuffPierre Bourdon
2014-04-14Common::Event: Add a faster Windows specific implementation based on the conc...Pierre Bourdon
2014-04-14Common::Event: Implement in terms of Common::Flag to get rid of a volatile an...Pierre Bourdon