summaryrefslogtreecommitdiff
path: root/src/common/log.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-101-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.
* Logging: Log all called service functions (under trace). Compile out all ↵Gravatar archshift2015-01-101-1/+1
| | | | trace logs under release for performance.
* Fix MSVC-related #defines and add CMakeLists commentGravatar darkf2014-12-291-2/+2
|
* Fix merge conflictsGravatar darkf2014-12-291-121/+12
|\
| * License changeGravatar purpasmart962014-12-201-2/+2
| |
| * Remove old logging systemGravatar Yuri Kunde Schlesner2014-12-131-125/+2
| |
| * Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-131-8/+8
| |
| * New logging systemGravatar Yuri Kunde Schlesner2014-12-131-35/+43
| |
| * Remove unused NDMA moduleGravatar Yuri Kunde Schlesner2014-12-091-1/+0
| |
| * Fix some headers to include their dependencies properly.Gravatar Tony Wasserka2014-12-091-0/+3
| |
* | Fix MinGW buildGravatar darkf2014-11-281-4/+4
|/
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-191-3/+3
| | | | or generated
* Add a GUI logging channel.Gravatar Tony Wasserka2014-11-181-0/+1
| | | | Replace asserts with _dbg_assert_.
* Added configuration file system.Gravatar archshift2014-10-071-0/+1
| | | | Uses QSettings on citra-qt, and inih on citra-cli.
* Avoid LOGGING redefinition warnings.Gravatar Yuri Kunde Schlesner2014-09-011-0/+2
|
* Common: Move header guards over to pragma onceGravatar Lioncash2014-08-171-4/+1
| | | | Also replaced C headers with the C++ equivalent ones
* Merge branch 'threading' of https://github.com/bunnei/citraGravatar bunnei2014-06-141-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 typeGravatar bunnei2014-06-011-3/+3
| |
| * log: updated GenericLog __attribute__ for newly added parameterGravatar bunnei2014-06-011-1/+1
| |
| * log: fixed to not print twice, enabled coloring, added OS print logging as ↵Gravatar bunnei2014-05-291-12/+19
| | | | | | | | its own type
* | Rename LCD to GPU.Gravatar Tony Wasserka2014-06-121-1/+1
|/
* added kernel logger to commonGravatar bunnei2014-05-091-1/+3
|
* logger fix for linuxGravatar bunnei2014-05-071-2/+2
|
* added GSP to loggersGravatar bunnei2014-05-071-1/+1
|
* - added better SVC loggingGravatar bunnei2014-05-061-3/+3
| | | | - added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs
* added NDMA hardware interfaceGravatar bunnei2014-04-171-1/+1
|
* added logger for generic HLEGravatar bunnei2014-04-101-1/+1
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+155