summaryrefslogtreecommitdiff
path: root/src/common (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-07Fixed EmuWindow typo (fixes OSX build)Gravatar bunnei2-2/+2
2015-03-07Set framebuffer layout from EmuWindow.Gravatar bunnei2-7/+75
2015-03-05Removed swap code redundancy and moved common swap code to swap.hGravatar archshift3-127/+97
2015-03-01Profiler: Implement QPCClock to get better precision on Win32Gravatar Yuri Kunde Schlesner2-1/+42
2015-03-01Add profiling infrastructure and widgetGravatar Yuri Kunde Schlesner6-0/+493
2015-02-25Common: Switch to the XDG Base Directory Specification for directory selection.Gravatar Emmanuel Gil Peyrot2-10/+69
2015-02-22Added information reporting from ThrowFatalErrorGravatar archshift3-2/+2
2015-02-20Common: Change names containing “Dolphin” or “PPSSPP” to something mo...Gravatar Emmanuel Gil Peyrot2-8/+8
2015-02-19Misc cleanup of common and related functionsGravatar archshift3-79/+28
2015-02-19Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.hGravatar archshift2-3/+3
2015-02-18Remove "super lame/broken" file_search compilation unit that was leftover fro...Gravatar archshift3-128/+0
2015-02-18Remove redundant utf8 compilation unit that was leftover from DolphinGravatar archshift3-528/+0
2015-02-18Remove useless extended_trace compilation unit that was leftover from DolphinGravatar archshift3-480/+0
2015-02-18Remove the useless msg_handler compilation unit that was left over from DolphinGravatar archshift7-178/+11
2015-02-18Asserts: Use lambdas to keep assertion code away from the main code pathGravatar Yuri Kunde Schlesner1-6/+25
2015-02-16ConfigMem: Clean up the Config memory to be more like the shared page and movedGravatar purpasmart961-0/+7
2015-02-12backend: Add logging subentry for ldrGravatar Lioncash1-0/+1
2015-02-12Build: Fixed some warningsGravatar Subv1-3/+3
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift15-105/+73
2015-02-07Services: Stub some functionsGravatar purpasmart961-0/+1
2015-02-07Fix a wrong file name in a commentGravatar chinhodado1-1/+1
2015-01-30Common: Fix SCOPE_EXIT to actually create unique identifiers.Gravatar Yuri Kunde Schlesner2-1/+7
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift3-10/+10
2015-01-10Logging: Log all called service functions (under trace). Compile out all trac...Gravatar archshift3-24/+8
2015-01-07Common: Clean up ThreadQueueListGravatar Yuri Kunde Schlesner1-144/+74
2015-01-07CoreTiming: Ported the CoreTiming namespace from PPSSPPGravatar Subv2-0/+2
2015-01-06Common: Remove dead platform #ifdefs to make the code more readable.Gravatar Emmanuel Gil Peyrot5-101/+2
2015-01-05Common: Use std::abs instead of abs, using abs with cmath fails on some systems.Gravatar Emmanuel Gil Peyrot1-2/+3
2015-01-05Common: Remove the unused x86-specific 128-bit float type.Gravatar Emmanuel Gil Peyrot1-11/+0
2015-01-03Archives: Changed the way paths are built for the archives.Gravatar Subv3-20/+4
2015-01-03SaveDataCheck: Move the files to nand/titleGravatar Subv1-1/+1
2015-01-02Archives: Change the folder layout of some archives.Gravatar Subv3-20/+24
2015-01-02Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv3-0/+4
2014-12-31SOC_U: Preliminary implementation of sockets.Gravatar Subv2-0/+2
2014-12-29Fix MSVC-related #defines and add CMakeLists commentGravatar darkf5-10/+10
2014-12-29Archives: Implemented ExtSaveData and SharedExtSaveDataGravatar Subv3-0/+4
2014-12-21More warning cleanupsGravatar Chin1-0/+6
2014-12-20License changeGravatar purpasmart9646-74/+74
2014-12-20BitField: Add an explicit Assign method.Gravatar Tony Wasserka1-1/+5
2014-12-20Common: Add a clone of std::make_uniqueGravatar Yuri Kunde Schlesner2-0/+17
2014-12-17SaveData: Implemented the SystemSaveData archive.Gravatar Subv3-0/+4
2014-12-17Filesystem/Archives: Implemented the SaveData archiveGravatar Subv3-0/+4
2014-12-14Restore the original console color after logging a message.Gravatar Yuri Kunde Schlesner2-13/+25
2014-12-13Remove old logging systemGravatar Yuri Kunde Schlesner6-850/+2
2014-12-13Add configurable per-class log filteringGravatar Yuri Kunde Schlesner5-3/+205
2014-12-13Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner8-71/+94
2014-12-13Implement text path trimming for shorter paths.Gravatar Yuri Kunde Schlesner3-1/+53
2014-12-13Re-add coloring to the console logging output.Gravatar Yuri Kunde Schlesner1-0/+50
2014-12-13New logging systemGravatar Yuri Kunde Schlesner11-66/+716
2014-12-13Add SCOPE_EXIT macro to conveniently execute cleanup actionsGravatar Yuri Kunde Schlesner2-0/+38