summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Logging: Log all called service functions (under trace). Compile out all trac...Gravatar archshift2015-01-103-24/+8
* Merge pull request #431 from yuriks/thread-queue-cleanupGravatar bunnei2015-01-071-144/+74
|\
| * Common: Clean up ThreadQueueListGravatar Yuri Kunde Schlesner2015-01-071-144/+74
* | Merge pull request #425 from Subv/coretimingGravatar bunnei2015-01-072-0/+2
|\ \ | |/ |/|
| * CoreTiming: Ported the CoreTiming namespace from PPSSPPGravatar Subv2015-01-072-0/+2
* | Merge pull request #421 from linkmauve/remove-dead-platformsGravatar bunnei2015-01-065-101/+2
|\ \
| * | Common: Remove dead platform #ifdefs to make the code more readable.Gravatar Emmanuel Gil Peyrot2015-01-065-101/+2
* | | Merge pull request #376 from Subv/arc_reorderGravatar bunnei2015-01-063-32/+20
|\ \ \ | |/ / |/| |
| * | Archives: Changed the way paths are built for the archives.Gravatar Subv2015-01-033-20/+4
| * | SaveDataCheck: Move the files to nand/titleGravatar Subv2015-01-031-1/+1
| * | Archives: Change the folder layout of some archives.Gravatar Subv2015-01-023-20/+24
| |/
* | Common: Use std::abs instead of abs, using abs with cmath fails on some systems.Gravatar Emmanuel Gil Peyrot2015-01-051-2/+3
* | Common: Remove the unused x86-specific 128-bit float type.Gravatar Emmanuel Gil Peyrot2015-01-051-11/+0
|/
* Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv2015-01-023-0/+4
* SOC_U: Preliminary implementation of sockets.Gravatar Subv2014-12-312-0/+2
* Merge pull request #369 from darkf/mingw_Gravatar bunnei2014-12-307-21/+38
|\
| * Fix MSVC-related #defines and add CMakeLists commentGravatar darkf2014-12-295-10/+10
| * Fix merge conflictsGravatar darkf2014-12-2959-1092/+1296
| |\
| * | Fix MinGW buildGravatar darkf2014-11-287-21/+34
* | | Archives: Implemented ExtSaveData and SharedExtSaveDataGravatar Subv2014-12-293-0/+4
| |/ |/|
* | Merge pull request #322 from chinhodado/masterGravatar bunnei2014-12-221-0/+6
|\ \
| * | More warning cleanupsGravatar Chin2014-12-211-0/+6
* | | Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-2146-74/+74
|\ \ \ | |/ / |/| |
| * | License changeGravatar purpasmart962014-12-2046-74/+74
* | | BitField: Add an explicit Assign method.Gravatar Tony Wasserka2014-12-201-1/+5
* | | Common: Add a clone of std::make_uniqueGravatar Yuri Kunde Schlesner2014-12-202-0/+17
|/ /
* | SaveData: Implemented the SystemSaveData archive.Gravatar Subv2014-12-173-0/+4
* | Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-173-0/+4
* | Restore the original console color after logging a message.Gravatar Yuri Kunde Schlesner2014-12-142-13/+25
* | Remove old logging systemGravatar Yuri Kunde Schlesner2014-12-136-850/+2
* | Add configurable per-class log filteringGravatar Yuri Kunde Schlesner2014-12-135-3/+205
* | Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-138-71/+94
* | Implement text path trimming for shorter paths.Gravatar Yuri Kunde Schlesner2014-12-133-1/+53
* | Re-add coloring to the console logging output.Gravatar Yuri Kunde Schlesner2014-12-131-0/+50
* | New logging systemGravatar Yuri Kunde Schlesner2014-12-1311-66/+716
* | Add SCOPE_EXIT macro to conveniently execute cleanup actionsGravatar Yuri Kunde Schlesner2014-12-132-0/+38
* | Added missing include in common_funcs.hGravatar Yuri Kunde Schlesner2014-12-131-0/+1
* | Remove redundant include from common_funcs.hGravatar Yuri Kunde Schlesner2014-12-131-2/+0
* | Merge pull request #267 from bunnei/apt-shared-fontGravatar bunnei2014-12-123-26/+6
|\ \
| * | APT_U: Added GetSharedFont service function.Gravatar bunnei2014-12-121-0/+3
| * | Common: Add "sysdata" to GetUserPath and cleanup.Gravatar bunnei2014-12-123-26/+3
* | | Merge pull request #261 from neobrain/boostGravatar Tony Wasserka2014-12-121-3/+3
|\ \ \ | |/ / |/| |
| * | StringUtil: Perform some minimal cleanup.Gravatar Tony Wasserka2014-12-071-3/+3
* | | Explicitly specify LE strings to iconv, fixes paths in Steel DiverGravatar archshift2014-12-091-2/+2
* | | Remove unused NDMA moduleGravatar Yuri Kunde Schlesner2014-12-092-2/+0
* | | Some code cleanup.Gravatar Tony Wasserka2014-12-091-0/+2
* | | Fix some headers to include their dependencies properly.Gravatar Tony Wasserka2014-12-092-0/+7
|/ /
* / Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-0317-92/+92
|/
* Remove unused includes to common/thread.hGravatar Emmanuel Gil Peyrot2014-11-251-1/+0
* Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot2014-11-193-100/+100