summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1176 from lioncash/vs2015-code-junking-dayGravatar bunnei2015-10-031-11/+0
|\
| * bit_field: Re-enable code on MSVCGravatar Lioncash2015-10-011-11/+0
* | Merge pull request #1095 from archshift/game-listGravatar bunnei2015-10-012-103/+83
|\ \
| * | Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom b...Gravatar archshift2015-09-302-103/+83
* | | symbols: Replace an insert call with emplaceGravatar Lioncash2015-09-301-1/+1
* | | symbols: Get rid of initial underscores in variable namesGravatar Lioncash2015-09-302-20/+20
* | | symbols: Directly initialize TSymbol membersGravatar Lioncash2015-09-301-8/+3
* | | symbols: Simplify GetSymbolGravatar Lioncash2015-09-301-8/+5
| |/ |/|
* | hash: Get rid of unused functionsGravatar Lioncash2015-09-161-16/+0
* | general: Silence some warnings when using clangGravatar Lioncash2015-09-161-2/+2
|/
* memory_util: Remove unnecessary assignment in FreeMemoryPagesGravatar Lioncash2015-09-111-3/+0
* memory_util: Remove commented out printf statementsGravatar Lioncash2015-09-111-10/+0
* general: Replace 0 literals with nullptr where applicableGravatar Lioncash2015-09-112-6/+6
* synchronized_wrapper: Add missing return in SynchronizedRef move assignment o...Gravatar Lioncash2015-09-111-0/+1
* Merge pull request #1144 from lioncash/removeGravatar bunnei2015-09-114-176/+0
|\
| * common: Get rid of debug_interface.hGravatar Lioncash2015-09-114-176/+0
* | common: Get rid of a cast in swap.hGravatar Lioncash2015-09-111-2/+2
|/
* x64: Proper stack alignment in shader JIT function callsGravatar aroulin2015-09-013-424/+90
* Common: Import BitSet from DolphinGravatar aroulin2015-09-012-0/+190
* Common: Fix MicroProfile compilation in MSVC2015Gravatar Yuri Kunde Schlesner2015-08-281-0/+5
* Integrate the MicroProfile profiling libraryGravatar Yuri Kunde Schlesner2015-08-244-0/+51
* x64-emitter: add RCPSS SSE instructionGravatar aroulin2015-08-232-0/+2
* Merge pull request #1058 from lioncash/ptrGravatar Lioncash2015-08-222-4/+27
|\
| * emitter: Remove pointer castsGravatar Lioncash2015-08-212-4/+27
* | Merge pull request #1025 from yuriks/heap-managementGravatar Yuri Kunde Schlesner2015-08-221-8/+7
|\ \ | |/ |/|
| * VMManager: Make LogLayout log level configurable as a parameterGravatar Yuri Kunde Schlesner2015-08-161-8/+7
* | emitter: Remove unnecessary definesGravatar Lioncash2015-08-201-5/+1
* | emitter: Remove unnecessary else keywordsGravatar Lioncash2015-08-201-7/+7
* | emitter: Remove unused codeGravatar Lioncash2015-08-202-44/+0
* | emitter: Remove unimplemented JMP prototypeGravatar Lioncash2015-08-201-1/+0
* | emitter: Pass OpArg by reference where possibleGravatar Lioncash2015-08-202-763/+763
* | emitter: Remove unnecessary inline specifiersGravatar Lioncash2015-08-201-33/+33
* | Merge pull request #1035 from darkf/mingw-fixGravatar bunnei2015-08-192-4/+10
|\ \
| * | Fix building under MinGWGravatar darkf2015-08-172-4/+10
| |/
* / videocore: Added RG8 texture supportGravatar Patrick Martin2015-08-161-0/+18
|/
* Merge pull request #1031 from bbarenblat/masterGravatar Yuri Kunde Schlesner2015-08-151-1/+2
|\
| * Handle invalid `Log::Class`Gravatar Benjamin Barenblat2015-08-151-1/+2
* | Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.Gravatar bunnei2015-08-158-14/+14
* | Common: Cleanup CPU capability detection code.Gravatar bunnei2015-08-154-198/+141
* | Common: Move cpu_detect to x64 directory.Gravatar bunnei2015-08-154-5/+5
* | x64: Refactor to remove fake interfaces and general cleanups.Gravatar bunnei2015-08-1510-516/+26
* | Common: Added MurmurHash3 hash function for general-purpose use.Gravatar bunnei2015-08-155-2/+158
* | Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.Gravatar bunnei2015-08-159-4/+4380
* | Common: Ported over Dolphin's code for x86 CPU capability detection.Gravatar bunnei2015-08-154-17/+273
|/
* Stop defining GCC always_inline attributes as __forceinlineGravatar archshift2015-08-112-7/+8
* Merge pull request #1018 from bbarenblat/masterGravatar bunnei2015-08-052-1/+8
|\
| * Use UNREACHABLE macro for impossible cases in previous commitGravatar Benjamin Barenblat2015-08-022-4/+3
| * Handle invalid `Log::Level::Count`Gravatar Benjamin Barenblat2015-08-022-1/+9
* | Common: Work around bug in MSVC2015 standard libraryGravatar Yuri Kunde Schlesner2015-08-021-0/+14
|/
* Common : Fix Conversion WarningsGravatar zawata2015-07-191-1/+1