summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift
2015-01-10Logging: Log all called service functions (under trace). Compile out all trac...archshift
2015-01-07Merge pull request #431 from yuriks/thread-queue-cleanupbunnei
2015-01-07Common: Clean up ThreadQueueListYuri Kunde Schlesner
2015-01-07Merge pull request #425 from Subv/coretimingbunnei
2015-01-07CoreTiming: Ported the CoreTiming namespace from PPSSPPSubv
2015-01-06Merge pull request #421 from linkmauve/remove-dead-platformsbunnei
2015-01-06Merge pull request #376 from Subv/arc_reorderbunnei
2015-01-06Common: Remove dead platform #ifdefs to make the code more readable.Emmanuel Gil Peyrot
2015-01-05Common: Use std::abs instead of abs, using abs with cmath fails on some systems.Emmanuel Gil Peyrot
2015-01-05Common: Remove the unused x86-specific 128-bit float type.Emmanuel Gil Peyrot
2015-01-03Archives: Changed the way paths are built for the archives.Subv
2015-01-03SaveDataCheck: Move the files to nand/titleSubv
2015-01-02Archives: Change the folder layout of some archives.Subv
2015-01-02Archives: Reduced duplicate code in RomFS and SaveCheck.Subv
2014-12-31SOC_U: Preliminary implementation of sockets.Subv
2014-12-30Merge pull request #369 from darkf/mingw_bunnei
2014-12-29Fix MSVC-related #defines and add CMakeLists commentdarkf
2014-12-29Fix merge conflictsdarkf
2014-12-29Archives: Implemented ExtSaveData and SharedExtSaveDataSubv
2014-12-22Merge pull request #322 from chinhodado/masterbunnei
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
2014-12-21More warning cleanupsChin
2014-12-20License changepurpasmart96
2014-12-20BitField: Add an explicit Assign method.Tony Wasserka
2014-12-20Common: Add a clone of std::make_uniqueYuri Kunde Schlesner
2014-12-17SaveData: Implemented the SystemSaveData archive.Subv
2014-12-17Filesystem/Archives: Implemented the SaveData archiveSubv
2014-12-14Restore the original console color after logging a message.Yuri Kunde Schlesner
2014-12-13Remove old logging systemYuri Kunde Schlesner
2014-12-13Add configurable per-class log filteringYuri Kunde Schlesner
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-13Implement text path trimming for shorter paths.Yuri Kunde Schlesner
2014-12-13Re-add coloring to the console logging output.Yuri Kunde Schlesner
2014-12-13New logging systemYuri Kunde Schlesner
2014-12-13Add SCOPE_EXIT macro to conveniently execute cleanup actionsYuri Kunde Schlesner
2014-12-13Added missing include in common_funcs.hYuri Kunde Schlesner
2014-12-13Remove redundant include from common_funcs.hYuri Kunde Schlesner
2014-12-12Merge pull request #267 from bunnei/apt-shared-fontbunnei
2014-12-12APT_U: Added GetSharedFont service function.bunnei
2014-12-12Merge pull request #261 from neobrain/boostTony Wasserka
2014-12-12Common: Add "sysdata" to GetUserPath and cleanup.bunnei
2014-12-09Explicitly specify LE strings to iconv, fixes paths in Steel Diverarchshift
2014-12-09Remove unused NDMA moduleYuri Kunde Schlesner
2014-12-09Some code cleanup.Tony Wasserka
2014-12-09Fix some headers to include their dependencies properly.Tony Wasserka
2014-12-07StringUtil: Perform some minimal cleanup.Tony Wasserka
2014-12-03Change NULLs to nullptrs.Rohit Nirmal
2014-11-28Fix MinGW builddarkf
2014-11-25Remove unused includes to common/thread.hEmmanuel Gil Peyrot