summaryrefslogtreecommitdiff
path: root/src/common/log_manager.cpp
AgeCommit message (Collapse)Author
2014-12-13Remove old logging systemYuri Kunde Schlesner
2014-12-13New logging systemYuri Kunde Schlesner
2014-12-09Remove unused NDMA moduleYuri Kunde Schlesner
2014-12-03Change NULLs to nullptrs.Rohit Nirmal
2014-11-25Remove unused includes to common/thread.hEmmanuel Gil Peyrot
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Emmanuel Gil Peyrot
or generated
2014-11-18Add a GUI logging channel.Tony Wasserka
Replace asserts with _dbg_assert_.
2014-10-07Added configuration file system.archshift
Uses QSettings on citra-qt, and inih on citra-cli.
2014-09-17Common: Rename the File namespace to FileUtil, to match the filename and ↵Emmanuel Gil Peyrot
prevent collisions.
2014-09-11Merge pull request #99 from archshift/ext-checkbunnei
loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
2014-09-08common: Prune all redundant includesarchshift
2014-09-08Added string_util to common, small changes in loader.cpparchshift
2014-06-14Merge branch 'threading' of https://github.com/bunnei/citrabunnei
Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
2014-06-12Rename LCD to GPU.Tony Wasserka
2014-06-01log: updated MAX_LOGLEVEL to use correct log level enum typebunnei
2014-05-29log: fixed to not print twice, enabled coloring, added OS print logging as ↵bunnei
its own type
2014-05-09added kernel logger to commonbunnei
2014-05-07logger fix for linuxbunnei
2014-05-07added GSP to loggersbunnei
2014-05-06- added better SVC loggingbunnei
- added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs
2014-04-17added NDMA hardware interfacebunnei
2014-04-10added logger for generic HLEbunnei
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei