Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-02-11 | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 1 | -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-10 | Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance. | archshift | 1 | -1/+1 | |
2014-12-30 | Fix MSVC-related #defines and add CMakeLists comment | darkf | 1 | -2/+2 | |
2014-12-21 | License change | purpasmart96 | 1 | -2/+2 | |
2014-12-13 | Remove old logging system | Yuri Kunde Schlesner | 1 | -125/+2 | |
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 1 | -8/+8 | |
2014-12-13 | New logging system | Yuri Kunde Schlesner | 1 | -35/+43 | |
2014-12-09 | Remove unused NDMA module | Yuri Kunde Schlesner | 1 | -1/+0 | |
2014-12-09 | Fix some headers to include their dependencies properly. | Tony Wasserka | 1 | -0/+3 | |
2014-11-29 | Fix MinGW build | darkf | 1 | -4/+4 | |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 1 | -3/+3 | |
2014-11-18 | Add a GUI logging channel. | Tony Wasserka | 1 | -0/+1 | |
Replace asserts with _dbg_assert_. | |||||
2014-10-08 | Added configuration file system. | archshift | 1 | -0/+1 | |
Uses QSettings on citra-qt, and inih on citra-cli. | |||||
2014-09-01 | Avoid LOGGING redefinition warnings. | Yuri Kunde Schlesner | 1 | -0/+2 | |
2014-08-17 | Common: Move header guards over to pragma once | Lioncash | 1 | -4/+1 | |
Also replaced C headers with the C++ equivalent ones | |||||
2014-06-12 | Rename LCD to GPU. | Tony Wasserka | 1 | -1/+1 | |
2014-06-01 | log: updated MAX_LOGLEVEL to use correct log level enum type | bunnei | 1 | -3/+3 | |
2014-06-01 | log: updated GenericLog __attribute__ for newly added parameter | bunnei | 1 | -1/+1 | |
2014-05-30 | log: fixed to not print twice, enabled coloring, added OS print logging as its own type | bunnei | 1 | -12/+19 | |
2014-05-10 | added kernel logger to common | bunnei | 1 | -1/+3 | |
2014-05-08 | logger fix for linux | bunnei | 1 | -2/+2 | |
2014-05-08 | added GSP to loggers | bunnei | 1 | -1/+1 | |
2014-05-06 | - added better SVC logging | bunnei | 1 | -3/+3 | |
- added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs | |||||
2014-04-18 | added NDMA hardware interface | bunnei | 1 | -1/+1 | |
2014-04-11 | added logger for generic HLE | bunnei | 1 | -1/+1 | |
2014-04-09 | got rid of 'src' folders in each sub-project | bunnei | 1 | -0/+0 | |
2014-04-06 | added logger option specifically for the renderer | bunnei | 1 | -1/+1 | |
2014-04-05 | added LCD logger | bunnei | 1 | -1/+1 | |
2014-04-05 | added a HW option to logging | bunnei | 1 | -1/+1 | |
2014-04-02 | convert tabs to spaces | bunnei | 1 | -82/+82 | |
2013-10-02 | added TIME logger for core timing | ShizZy | 1 | -1/+1 | |
2013-09-20 | added a module for loading bootable binaries | ShizZy | 1 | -2/+2 | |
2013-09-19 | removed CORE and LOADER from LogTypes | ShizZy | 1 | -2/+0 | |
2013-09-19 | added CORE and LOADER to LogTypes | ShizZy | 1 | -0/+2 | |
2013-09-18 | changed log CPU from PPC to ARM11 | ShizZy | 1 | -1/+1 | |
2013-09-05 | replaced common code with dolphin common | ShizZy | 1 | -0/+155 | |
2013-09-04 | deleted gekko's common files | ShizZy | 1 | -216/+0 | |
2013-08-30 | adding initial project layout | ShizZy | 1 | -0/+216 | |