summaryrefslogtreecommitdiffstats
path: root/src/common/log.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-56/+0
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
2015-01-10Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.archshift1-1/+1
2014-12-30Fix MSVC-related #defines and add CMakeLists commentdarkf1-2/+2
2014-12-21License changepurpasmart961-2/+2
2014-12-13Remove old logging systemYuri Kunde Schlesner1-125/+2
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-8/+8
2014-12-13New logging systemYuri Kunde Schlesner1-35/+43
2014-12-09Remove unused NDMA moduleYuri Kunde Schlesner1-1/+0
2014-12-09Fix some headers to include their dependencies properly.Tony Wasserka1-0/+3
2014-11-29Fix MinGW builddarkf1-4/+4
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-3/+3
2014-11-18Add a GUI logging channel.Tony Wasserka1-0/+1
Replace asserts with _dbg_assert_.
2014-10-08Added configuration file system.archshift1-0/+1
Uses QSettings on citra-qt, and inih on citra-cli.
2014-09-01Avoid LOGGING redefinition warnings.Yuri Kunde Schlesner1-0/+2
2014-08-17Common: Move header guards over to pragma onceLioncash1-4/+1
Also replaced C headers with the C++ equivalent ones
2014-06-12Rename LCD to GPU.Tony Wasserka1-1/+1
2014-06-01log: updated MAX_LOGLEVEL to use correct log level enum typebunnei1-3/+3
2014-06-01log: updated GenericLog __attribute__ for newly added parameterbunnei1-1/+1
2014-05-30log: fixed to not print twice, enabled coloring, added OS print logging as its own typebunnei1-12/+19
2014-05-10added kernel logger to commonbunnei1-1/+3
2014-05-08logger fix for linuxbunnei1-2/+2
2014-05-08added GSP to loggersbunnei1-1/+1
2014-05-06- added better SVC loggingbunnei1-3/+3
- added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs
2014-04-18added NDMA hardware interfacebunnei1-1/+1
2014-04-11added logger for generic HLEbunnei1-1/+1
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-06added logger option specifically for the rendererbunnei1-1/+1
2014-04-05added LCD loggerbunnei1-1/+1
2014-04-05added a HW option to loggingbunnei1-1/+1
2014-04-02convert tabs to spacesbunnei1-82/+82
2013-10-02added TIME logger for core timingShizZy1-1/+1
2013-09-20added a module for loading bootable binariesShizZy1-2/+2
2013-09-19removed CORE and LOADER from LogTypesShizZy1-2/+0
2013-09-19added CORE and LOADER to LogTypesShizZy1-0/+2
2013-09-18changed log CPU from PPC to ARM11ShizZy1-1/+1
2013-09-05replaced common code with dolphin commonShizZy1-0/+155
2013-09-04deleted gekko's common filesShizZy1-216/+0
2013-08-30adding initial project layoutShizZy1-0/+216