summaryrefslogtreecommitdiffstats
path: root/src/common/log.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-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 trace logs under release for performance.archshift2015-01-101-1/+1
|
* Fix MSVC-related #defines and add CMakeLists commentdarkf2014-12-301-2/+2
|
* Fix merge conflictsdarkf2014-12-301-121/+12
|\
| * License changepurpasmart962014-12-211-2/+2
| |
| * Remove old logging systemYuri Kunde Schlesner2014-12-131-125/+2
| |
| * Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-8/+8
| |
| * New logging systemYuri Kunde Schlesner2014-12-131-35/+43
| |
| * Remove unused NDMA moduleYuri Kunde Schlesner2014-12-091-1/+0
| |
| * Fix some headers to include their dependencies properly.Tony Wasserka2014-12-091-0/+3
| |
* | Fix MinGW builddarkf2014-11-291-4/+4
|/
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-3/+3
|
* Add a GUI logging channel.Tony Wasserka2014-11-181-0/+1
| | | | Replace asserts with _dbg_assert_.
* Added configuration file system.archshift2014-10-081-0/+1
| | | | Uses QSettings on citra-qt, and inih on citra-cli.
* Avoid LOGGING redefinition warnings.Yuri Kunde Schlesner2014-09-011-0/+2
|
* Common: Move header guards over to pragma onceLioncash2014-08-171-4/+1
| | | | Also replaced C headers with the C++ equivalent ones
* Merge branch 'threading' of https://github.com/bunnei/citrabunnei2014-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 typebunnei2014-06-011-3/+3
| |
| * log: updated GenericLog __attribute__ for newly added parameterbunnei2014-06-011-1/+1
| |
| * log: fixed to not print twice, enabled coloring, added OS print logging as its own typebunnei2014-05-301-12/+19
| |
* | Rename LCD to GPU.Tony Wasserka2014-06-121-1/+1
|/
* added kernel logger to commonbunnei2014-05-101-1/+3
|
* logger fix for linuxbunnei2014-05-081-2/+2
|
* added GSP to loggersbunnei2014-05-081-1/+1
|
* - added better SVC loggingbunnei2014-05-061-3/+3
| | | | - added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs
* added NDMA hardware interfacebunnei2014-04-181-1/+1
|
* added logger for generic HLEbunnei2014-04-111-1/+1
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+155