aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/log.h
Commit message (Collapse)AuthorAge
* Remove old logging systemGravatar Yuri Kunde Schlesner2014-12-13
|
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
|
* New logging systemGravatar Yuri Kunde Schlesner2014-12-13
|
* Remove unused NDMA moduleGravatar Yuri Kunde Schlesner2014-12-09
|
* Fix some headers to include their dependencies properly.Gravatar Tony Wasserka2014-12-09
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | or generated
* Add a GUI logging channel.Gravatar Tony Wasserka2014-11-18
| | | | Replace asserts with _dbg_assert_.
* Added configuration file system.Gravatar archshift2014-10-07
| | | | Uses QSettings on citra-qt, and inih on citra-cli.
* Avoid LOGGING redefinition warnings.Gravatar Yuri Kunde Schlesner2014-09-01
|
* Common: Move header guards over to pragma onceGravatar Lioncash2014-08-17
| | | | Also replaced C headers with the C++ equivalent ones
* Merge branch 'threading' of https://github.com/bunnei/citraGravatar bunnei2014-06-14
|\ | | | | | | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
* | Rename LCD to GPU.Gravatar Tony Wasserka2014-06-12
| |
| * log: updated MAX_LOGLEVEL to use correct log level enum typeGravatar bunnei2014-06-01
| |
| * log: updated GenericLog __attribute__ for newly added parameterGravatar bunnei2014-06-01
| |
| * log: fixed to not print twice, enabled coloring, added OS print logging as ↵Gravatar bunnei2014-05-29
|/ | | | its own type
* added kernel logger to commonGravatar bunnei2014-05-09
|
* logger fix for linuxGravatar bunnei2014-05-07
|
* added GSP to loggersGravatar bunnei2014-05-07
|
* - added better SVC loggingGravatar bunnei2014-05-06
| | | | - added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs
* added NDMA hardware interfaceGravatar bunnei2014-04-17
|
* added logger for generic HLEGravatar bunnei2014-04-10
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08