summaryrefslogtreecommitdiff
path: root/src/common/log_manager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-13Remove old logging systemGravatar Yuri Kunde Schlesner1-198/+0
2014-12-13New logging systemGravatar Yuri Kunde Schlesner1-29/+29
2014-12-09Remove unused NDMA moduleGravatar Yuri Kunde Schlesner1-1/+0
2014-12-03Change NULLs to nullptrs.Gravatar Rohit Nirmal1-2/+2
2014-11-25Remove unused includes to common/thread.hGravatar Emmanuel Gil Peyrot1-1/+0
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot1-5/+5
or generated
2014-11-18Add a GUI logging channel.Gravatar Tony Wasserka1-0/+1
Replace asserts with _dbg_assert_.
2014-10-07Added configuration file system.Gravatar archshift1-0/+1
Uses QSettings on citra-qt, and inih on citra-cli.
2014-09-17Common: Rename the File namespace to FileUtil, to match the filename and ↵Gravatar Emmanuel Gil Peyrot1-1/+1
prevent collisions.
2014-09-08common: Prune all redundant includesGravatar archshift1-1/+0
2014-09-08Added string_util to common, small changes in loader.cppGravatar archshift1-1/+1
2014-06-12Rename LCD to GPU.Gravatar Tony Wasserka1-1/+1
2014-06-01log: updated MAX_LOGLEVEL to use correct log level enum typeGravatar bunnei1-1/+1
2014-05-29log: fixed to not print twice, enabled coloring, added OS print logging as ↵Gravatar bunnei1-13/+15
its own type
2014-05-09added kernel logger to commonGravatar bunnei1-2/+2
2014-05-07logger fix for linuxGravatar bunnei1-1/+1
2014-05-07added GSP to loggersGravatar bunnei1-1/+1
2014-05-06- added better SVC loggingGravatar bunnei1-2/+2
- added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs
2014-04-17added NDMA hardware interfaceGravatar bunnei1-1/+1
2014-04-10added logger for generic HLEGravatar bunnei1-2/+2
2014-04-08fixed project includes to use new directory structureGravatar bunnei1-8/+5
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-04-06added logger option specifically for the rendererGravatar bunnei1-1/+1
2014-04-05added LCD loggerGravatar bunnei1-1/+1
2014-04-04added a HW option to loggingGravatar bunnei1-47/+47
2014-04-01convert tabs to spacesGravatar bunnei1-120/+120
2013-10-01added TIME logger for core timingGravatar ShizZy1-1/+1
2013-09-19added a module for loading bootable binariesGravatar ShizZy1-2/+2
2013-09-17changed log CPU from PPC to ARM11Gravatar ShizZy1-1/+2
2013-09-04replaced common code with dolphin commonGravatar ShizZy1-0/+199