Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance. | archshift | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | Fix MSVC-related #defines and add CMakeLists comment | darkf | 2014-12-30 | 1 | -2/+2 |
| | |||||
* | Fix merge conflicts | darkf | 2014-12-30 | 1 | -121/+12 |
|\ | |||||
| * | License change | purpasmart96 | 2014-12-21 | 1 | -2/+2 |
| | | |||||
| * | Remove old logging system | Yuri Kunde Schlesner | 2014-12-13 | 1 | -125/+2 |
| | | |||||
| * | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 1 | -8/+8 |
| | | |||||
| * | New logging system | Yuri Kunde Schlesner | 2014-12-13 | 1 | -35/+43 |
| | | |||||
| * | Remove unused NDMA module | Yuri Kunde Schlesner | 2014-12-09 | 1 | -1/+0 |
| | | |||||
| * | Fix some headers to include their dependencies properly. | Tony Wasserka | 2014-12-09 | 1 | -0/+3 |
| | | |||||
* | | Fix MinGW build | darkf | 2014-11-29 | 1 | -4/+4 |
|/ | |||||
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 1 | -3/+3 |
| | |||||
* | Add a GUI logging channel. | Tony Wasserka | 2014-11-18 | 1 | -0/+1 |
| | | | | Replace asserts with _dbg_assert_. | ||||
* | Added configuration file system. | archshift | 2014-10-08 | 1 | -0/+1 |
| | | | | Uses QSettings on citra-qt, and inih on citra-cli. | ||||
* | Avoid LOGGING redefinition warnings. | Yuri Kunde Schlesner | 2014-09-01 | 1 | -0/+2 |
| | |||||
* | Common: Move header guards over to pragma once | Lioncash | 2014-08-17 | 1 | -4/+1 |
| | | | | Also replaced C headers with the C++ equivalent ones | ||||
* | Merge branch 'threading' of https://github.com/bunnei/citra | bunnei | 2014-06-14 | 1 | -16/+23 |
|\ | | | | | | | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp | ||||
| * | log: updated MAX_LOGLEVEL to use correct log level enum type | bunnei | 2014-06-01 | 1 | -3/+3 |
| | | |||||
| * | log: updated GenericLog __attribute__ for newly added parameter | bunnei | 2014-06-01 | 1 | -1/+1 |
| | | |||||
| * | log: fixed to not print twice, enabled coloring, added OS print logging as its own type | bunnei | 2014-05-30 | 1 | -12/+19 |
| | | |||||
* | | Rename LCD to GPU. | Tony Wasserka | 2014-06-12 | 1 | -1/+1 |
|/ | |||||
* | added kernel logger to common | bunnei | 2014-05-10 | 1 | -1/+3 |
| | |||||
* | logger fix for linux | bunnei | 2014-05-08 | 1 | -2/+2 |
| | |||||
* | added GSP to loggers | bunnei | 2014-05-08 | 1 | -1/+1 |
| | |||||
* | - added better SVC logging | bunnei | 2014-05-06 | 1 | -3/+3 |
| | | | | - added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs | ||||
* | added NDMA hardware interface | bunnei | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | added logger for generic HLE | bunnei | 2014-04-11 | 1 | -1/+1 |
| | |||||
* | got rid of 'src' folders in each sub-project | bunnei | 2014-04-09 | 1 | -0/+155 |