summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2017-01-15Merge pull request #4658 from lioncash/bitsPierre Bourdon
2017-01-14Merge pull request #4659 from leoetlino/chunkfile-setPierre Bourdon
2017-01-14Fix ChunkFile for std::setLéo Lam
2017-01-14Common: Add bit utility headerLioncash
2017-01-14CommonPaths: Add D_WFSROOT_IDX.Pierre Bourdon
2017-01-13ColorUtil: Make decodeCI8image's pal parameter constLioncash
2017-01-13Merge pull request #4299 from sepalani/hle_symbolsMatthew Parlane
2017-01-12Remove pre-generated SYSCONFLéo Lam
2017-01-12IOFile: Get rid of IOFile's ReleaseHandle functionLioncash
2017-01-10Common: Move BreakPoints into CoreLioncash
2017-01-08IOFile: Correct explicit operator bool semanticsLioncash
2017-01-08CodeBlock: Const correctness for IsInSpaceLioncash
2017-01-08Merge pull request #4624 from leoetlino/jit-warning-fixesMatthew Parlane
2017-01-07CodeBlock: Get rid of implicit sign-conversion in AllocCodeSpaceLioncash
2017-01-07Add the g_ prefix to the jit globalLéo Lam
2017-01-06Don't use generic byteswapping on AndroidJosJuice
2017-01-05specify custom brace style to fix unionsBhaaL
2017-01-04IOFile: Make the move constructor and move assignment operator noexceptLioncash
2017-01-04IOFile: Change 'operator void*' into 'explicit operator bool'Lioncash
2017-01-04IOFile: Make class variables privateLioncash
2017-01-04IOFile: Get rid of unnecessary unimplemented copy constructor/assignment oper...Lioncash
2016-12-26Remove incorrect usage of "ASCII" and "ANSI"JosJuice
2016-12-25Merge pull request #4550 from linkmauve/no-readdir_rMat M
2016-12-25Fix outdated comments in ScanDirectoryTreeJosJuice
2016-12-24Common: Replace deprecated readdir_r with readdirEmmanuel Gil Peyrot
2016-12-19SymbolDB: Use set to map hash with symbolsSepalani
2016-12-19SymbolDB: GetSymbolsFromHash addedSepalani
2016-12-19SymbolDB: GetSymbolsFromName addedSepalani
2016-12-18Import/Export signature files as CSVSepalani
2016-12-12Merge pull request #4419 from degasus/masterMarkus Wick
2016-12-06Common: Add alignment headerLéo Lam
2016-12-04Jit64: Avoid pointer casts if possible.degasus
2016-11-29Merge pull request #4472 from JosJuice/revert-absolute-pathJosJuice
2016-11-29GLInterface: Implement core and shared context creation for WGLStenzek
2016-11-26IOS HLE: More robust escaping of NAND pathsJosJuice
2016-11-26Revert "IOS HLE: Prevent accessing host file system"JosJuice
2016-11-13IOS HLE: Prevent accessing host file systemJosJuice
2016-11-11BlockingLoop: Yield to UI message pump while waiting.Jules Blok
2016-11-03Merge pull request #4387 from aldelaro5/gpr1-and-gpr2-friendly-labelsshuffle2
2016-11-02Merge pull request #4414 from linkmauve/single-newlineMarkus Wick
2016-11-02Add precision about the names of r1, r2 and r13 for the register viewaldelaro5
2016-11-02Core: Remove double newlines at the end of *_LOG messages.Emmanuel Gil Peyrot
2016-10-31Merge pull request #4376 from leoetlino/warning-fixMarkus Wick
2016-10-29JitArm64: Implement divwxdegasus
2016-10-27ArmEmitter: Merge AddI2R helpers.degasus
2016-10-27JitArm64: ADDI2R optimizations 2.degasus
2016-10-26JitArm64: Optimize addi2r & subi2r.degasus
2016-10-26JitArm64: Avoid MOVI2R is possible.degasus
2016-10-23Fix unused function warningsLéo Lam
2016-10-17Merge pull request #4354 from sepalani/bp_rmtmp_itshuffle2