summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-22OpenGL renderertfarley
2015-05-22Service::Y2R: Support for grayscale decoding of specific formatsYuri Kunde Schlesner
2015-05-15Merge pull request #758 from yuriks/sync-loggingYuri Kunde Schlesner
2015-05-15Remove unused concurrent_ring_buffer.hYuri Kunde Schlesner
2015-05-14Common: Remove unused cruft from math_util, and remove a duplicated Rect clas...Emmanuel Gil Peyrot
2015-05-12Common: Use the log system to print assert messagesYuri Kunde Schlesner
2015-05-12Common: Remove async loggingYuri Kunde Schlesner
2015-05-09Common: Remove the BIT macroYuri Kunde Schlesner
2015-05-08Common: Add BIT macroYuri Kunde Schlesner
2015-05-08Common: Add StringFromFixedZeroTerminatedBufferYuri Kunde Schlesner
2015-05-07Merge pull request #725 from yuriks/remove-common-crapYuri Kunde Schlesner
2015-05-07Merge pull request #723 from lioncash/commonstrbunnei
2015-05-07Profiler: Fix off-by-one error when computing average.Yuri Kunde Schlesner
2015-05-07Common: Remove mem_arena.cpp/hYuri Kunde Schlesner
2015-05-07Common: Remove hash.cpp/hYuri Kunde Schlesner
2015-05-07Common: Add proper macros to test for architecture pointer sizeYuri Kunde Schlesner
2015-05-07string_util: Get rid of UriDecode/UriEncodeLioncash
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-07Common: Move alignment macros to common_funcs.hYuri Kunde Schlesner
2015-05-07Common: Move SSE detection ifdefs to platform.hYuri Kunde Schlesner
2015-05-07Common: Remove more unused compatibility definesYuri Kunde Schlesner
2015-05-07Common: Move IO-specific compatibility macros to file_util.cppYuri Kunde Schlesner
2015-05-06Common: Remove many unnecessary cross-platform compatibility macrosYuri Kunde Schlesner
2015-05-06Clean-up includesYuri Kunde Schlesner
2015-05-06Move typedefs from kernel.h to more appropriate placesYuri Kunde Schlesner
2015-05-06Common: Move NonCopyable to common_types.hYuri Kunde Schlesner
2015-05-06Common: Use C++11 deleted functions for NonCopyableYuri Kunde Schlesner
2015-05-06Common: Remove unused enumsYuri Kunde Schlesner
2015-05-01EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Zaneo
2015-04-16Common: thread.h cleanupsYuri Kunde Schlesner
2015-04-09Thread: Implement priority boost for starved threads.bunnei
2015-04-03Merge pull request #641 from purpasmart96/service_stubsbunnei
2015-04-02Services: Stubs and minor changespurpasmart96
2015-03-30disassembler: Get rid of a const_castLioncash
2015-03-16Common: Fix logic for setting EMU_DATA_DIR.Emmanuel Gil Peyrot
2015-03-16Common: Make a #else more apparent.Emmanuel Gil Peyrot
2015-03-14EmuWindow: Fixed a reference to a temporary variableSubv
2015-03-11Merge pull request #642 from bunnei/touchpadbunnei
2015-03-10HID: Complete refactor of pad/touch input to fix threading issues.bunnei
2015-03-10Merge pull request #629 from archshift/lcdfbbunnei
2015-03-10EmuWindow: Made pad/touch functions non-static.bunnei
2015-03-10EmuWindow: Added infrastructure code to enable touchpad support.bunnei
2015-03-09Added LCD registers, and implementation for color filling in OGL code.archshift
2015-03-09Merge pull request #634 from linkmauve/logging-performancesbunnei
2015-03-08Merge pull request #584 from yuriks/outline-assertsbunnei
2015-03-07Fixed EmuWindow typo (fixes OSX build)bunnei
2015-03-07Merge pull request #636 from bunnei/refactor-screen-winbunnei
2015-03-07Set framebuffer layout from EmuWindow.bunnei
2015-03-07Merge pull request #538 from yuriks/perf-statTony Wasserka