summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* OpenGL rendererGravatar tfarley2015-05-221-0/+4
* Service::Y2R: Support for grayscale decoding of specific formatsGravatar Yuri Kunde Schlesner2015-05-222-0/+2
* Merge pull request #758 from yuriks/sync-loggingGravatar Yuri Kunde Schlesner2015-05-1510-381/+35
|\
| * Remove unused concurrent_ring_buffer.hGravatar Yuri Kunde Schlesner2015-05-152-164/+0
| * Common: Use the log system to print assert messagesGravatar Yuri Kunde Schlesner2015-05-121-7/+3
| * Common: Remove async loggingGravatar Yuri Kunde Schlesner2015-05-127-210/+32
* | Common: Remove unused cruft from math_util, and remove a duplicated Rect clas...Gravatar Emmanuel Gil Peyrot2015-05-144-409/+3
|/
* Common: Remove the BIT macroGravatar Yuri Kunde Schlesner2015-05-091-2/+0
* Common: Add BIT macroGravatar Yuri Kunde Schlesner2015-05-081-0/+2
* Common: Add StringFromFixedZeroTerminatedBufferGravatar Yuri Kunde Schlesner2015-05-082-0/+14
* Merge pull request #725 from yuriks/remove-common-crapGravatar Yuri Kunde Schlesner2015-05-075-1009/+0
|\
| * Common: Remove mem_arena.cpp/hGravatar Yuri Kunde Schlesner2015-05-073-466/+0
| * Common: Remove hash.cpp/hGravatar Yuri Kunde Schlesner2015-05-073-543/+0
* | Merge pull request #723 from lioncash/commonstrGravatar bunnei2015-05-072-127/+0
|\ \
| * | string_util: Get rid of UriDecode/UriEncodeGravatar Lioncash2015-05-072-127/+0
* | | Profiler: Fix off-by-one error when computing average.Gravatar Yuri Kunde Schlesner2015-05-071-2/+1
| |/ |/|
* | Common: Add proper macros to test for architecture pointer sizeGravatar Yuri Kunde Schlesner2015-05-075-17/+11
|/
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-0729-56/+43
* Common: Move alignment macros to common_funcs.hGravatar Yuri Kunde Schlesner2015-05-072-21/+21
* Common: Move SSE detection ifdefs to platform.hGravatar Yuri Kunde Schlesner2015-05-073-16/+21
* Common: Remove more unused compatibility definesGravatar Yuri Kunde Schlesner2015-05-071-45/+0
* Common: Move IO-specific compatibility macros to file_util.cppGravatar Yuri Kunde Schlesner2015-05-072-26/+26
* Common: Remove many unnecessary cross-platform compatibility macrosGravatar Yuri Kunde Schlesner2015-05-065-88/+10
* Clean-up includesGravatar Yuri Kunde Schlesner2015-05-061-0/+1
* Move typedefs from kernel.h to more appropriate placesGravatar Yuri Kunde Schlesner2015-05-061-0/+5
* Common: Move NonCopyable to common_types.hGravatar Yuri Kunde Schlesner2015-05-062-10/+10
* Common: Use C++11 deleted functions for NonCopyableGravatar Yuri Kunde Schlesner2015-05-061-8/+6
* Common: Remove unused enumsGravatar Yuri Kunde Schlesner2015-05-061-17/+0
* EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Gravatar Zaneo2015-05-012-6/+21
* Common: thread.h cleanupsGravatar Yuri Kunde Schlesner2015-04-161-65/+16
* Thread: Implement priority boost for starved threads.Gravatar bunnei2015-04-091-0/+18
* Merge pull request #641 from purpasmart96/service_stubsGravatar bunnei2015-04-032-0/+4
|\
| * Services: Stubs and minor changesGravatar purpasmart962015-04-022-0/+4
* | disassembler: Get rid of a const_castGravatar Lioncash2015-03-302-4/+4
|/
* Common: Fix logic for setting EMU_DATA_DIR.Gravatar Emmanuel Gil Peyrot2015-03-161-6/+5
* Common: Make a #else more apparent.Gravatar Emmanuel Gil Peyrot2015-03-161-5/+1
* EmuWindow: Fixed a reference to a temporary variableGravatar Subv2015-03-141-1/+1
* Merge pull request #642 from bunnei/touchpadGravatar bunnei2015-03-112-19/+101
|\
| * HID: Complete refactor of pad/touch input to fix threading issues.Gravatar bunnei2015-03-102-68/+63
| * EmuWindow: Made pad/touch functions non-static.Gravatar bunnei2015-03-102-11/+6
| * EmuWindow: Added infrastructure code to enable touchpad support.Gravatar bunnei2015-03-102-1/+93
* | Merge pull request #629 from archshift/lcdfbGravatar bunnei2015-03-102-0/+2
|\ \ | |/ |/|
| * Added LCD registers, and implementation for color filling in OGL code.Gravatar archshift2015-03-092-0/+2
* | Merge pull request #634 from linkmauve/logging-performancesGravatar bunnei2015-03-095-7/+17
|\ \
| * | Logging: check for filter before sending to the queue, to skip all heavy form...Gravatar Emmanuel Gil Peyrot2015-03-065-7/+17
* | | Merge pull request #584 from yuriks/outline-assertsGravatar bunnei2015-03-081-6/+25
|\ \ \
| * | | Asserts: Use lambdas to keep assertion code away from the main code pathGravatar Yuri Kunde Schlesner2015-02-181-6/+25
* | | | Fixed EmuWindow typo (fixes OSX build)Gravatar bunnei2015-03-072-2/+2
* | | | Merge pull request #636 from bunnei/refactor-screen-winGravatar bunnei2015-03-072-7/+75
|\ \ \ \
| * | | | Set framebuffer layout from EmuWindow.Gravatar bunnei2015-03-072-7/+75
| | |_|/ | |/| |