summaryrefslogtreecommitdiff
path: root/src/common/logging (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build and address review feedbackGravatar bunnei2018-07-021-4/+4
|
* Add configurable logging backendsGravatar James Rowe2018-07-022-11/+233
|
* Update clang formatGravatar James Rowe2018-07-021-1/+1
|
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-022-10/+10
|
* Service/MM: add service and stub some functionsGravatar mailwl2018-06-052-0/+2
|
* Service/BCAT: add module and servicesGravatar mailwl2018-05-282-0/+2
|
* log: Remove old logging macros and functionsGravatar Lioncash2018-04-272-54/+1
| | | | Now that the old macros are no longer used, we can remove all functionality related to them.
* Switched to NGLOG_WARNINGGravatar David Marcec2018-04-261-1/+1
|
* Added PREPO to logging backend, Removed comments from SaveReportWithUserGravatar David Marcec2018-04-261-0/+1
|
* GetIUserInterface->CreateUserInterface, Added todos and stub logs. ↵Gravatar David Marcec2018-04-221-0/+1
| | | | Playreport->PlayReport.
* Update fmtlib to fix msvc warningsGravatar James Rowe2018-04-052-5/+8
| | | | | | Additionally, when updating fmtlib, there was a change in fmtlib broke how the old logging macro was overloaded, so this works around that by just naming the fmtlib macro impl something different
* logging: Change FmtLogMessage to use variadic template instead of FMT_VARIADICGravatar Daniel Lim Wee Soong2018-04-032-5/+11
| | | | Due to premature merging of #262 I think the build may be failing right now. Should merge this ASAP to fix it.
* Merge pull request #262 from daniellimws/fmtlib-macrosGravatar bunnei2018-04-027-66/+74
|\ | | | | Logging: Add fmtlib-based macros
| * Remove dependency chronoGravatar Daniel Lim Wee Soong2018-03-221-1/+0
| | | | | | | | | | | | Earlier chrono was included but after some code changed it was no longer needed Forgot to remove it so I'm removing it now
| * Logging: Create logging macros based on fmtlibGravatar Daniel Lim Wee Soong2018-03-227-66/+75
| | | | | | | | | | | | | | | | | | Add a new set of logging macros based on fmtlib Similar but not exactly the same as https://github.com/citra-emu/citra/pull/3533 Citra currently uses a different version of fmt, which does not support FMT_VARIADIC so make_args is used instead. On the other hand, yuzu uses fmt 4.1.0 which doesn't have make_args yet so FMT_VARIADIC is used.
* | service: Add NFP module interface.Gravatar bunnei2018-03-292-0/+2
| | | | | | | | | | | | service: Initialize NFP service. Log: Add NFP service as a log subtype.
* | log.h: Change comment from citra to yuzuGravatar N00byKing2018-03-261-1/+1
| |
* | Service/SSL: add ssl serviceGravatar mailwl2018-03-232-0/+2
| |
* | Service/spl: add module and servicesGravatar mailwl2018-03-222-0/+2
| |
* | Service: add fatal:u, fatal:p servicesGravatar mailwl2018-03-202-0/+2
|/
* Merge pull request #206 from mailwl/aoc-listaddoncontentGravatar bunnei2018-02-202-0/+2
|\ | | | | Service/AOC: stub ListAddOnContent function
| * Service/AOC: stub ListAddOnContent functionGravatar mailwl2018-02-202-0/+2
| |
* | logging: Add category for Friend service.Gravatar bunnei2018-02-192-0/+2
|/
* log: Add logging category for NS services.Gravatar bunnei2018-02-142-0/+2
|
* logger: Add Time service logging category.Gravatar bunnei2018-02-042-0/+2
|
* logger: Add SET service logging category.Gravatar bunnei2018-02-042-15/+11
|
* logger: Add PCTL service logging category.Gravatar bunnei2018-02-042-0/+2
|
* logger: Add LM service logging category.Gravatar bunnei2018-02-042-0/+2
|
* logger: Add APM service logging category.Gravatar bunnei2018-02-042-0/+2
|
* logger: Add NIFM service logging category.Gravatar bunnei2018-02-042-0/+2
|
* logger: Add VI service logging category.Gravatar bunnei2018-02-042-0/+2
|
* logger: Add AM service logging category.Gravatar bunnei2018-02-042-0/+2
|
* logger: Add "account" service logging category.Gravatar bunnei2018-02-042-0/+2
|
* audout:u OpenAudioOut and IAudioOut (#138)Gravatar st4rk2018-01-242-0/+2
| | | | | | | | | | | | | | | | | | | | | | * Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation * Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation * audout:u OpenAudioOut implementation and IAudioOut cmd 1,2,3,4,5 implementation * using an enum for audio_out_state as well as changing its initialize to member initializer list * Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass * Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass * added missing Audio loggin subclass, minor fixes, clang comment breakline * Solving backend logging conflict * minor fix * Fixed duplicated Service NVDRV in backend.cpp, my bad
* logging: add missing NVDRV subclass to macro listGravatar Rozlette2018-01-231-0/+1
|
* Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)Gravatar David2018-01-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid * used clang-format-3.9 instead * lowercase pid * Moved nvmemp handlers to cpp * Removed unnecessary logging for NvOsGetConfigU32. Cleaned up log and changed to LOG_DEBUG * using std::arrays instead of c arrays * nvhost get config now uses std::array completely * added pid logging back * updated cmakelist * missing includes * added array, removed memcpy * clang-format6.0
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-206-6/+6
|
* loggin: Add IPC logging category.Gravatar bunnei2018-01-172-1/+3
|
* logging: Rename category "Core_ARM11" to "Core_ARM".Gravatar bunnei2017-10-232-2/+2
|
* hle: Initial implementation of NX service framework and IPC.Gravatar bunnei2017-10-142-2/+2
|
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-102-42/+0
|
* logging: Add WebService as a log cateogry.Gravatar bunnei2017-07-102-1/+3
|
* Implement basic virtual Room support based on enet (#2803)Gravatar B3n302017-07-072-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added support for network with ENet lib, connecting is possible, but data can't be sent, yet. * fixup! Added support for network with ENet lib, * fixup! CLang * fixup! Added support for network with ENet lib, * fixup! Added support for network with ENet lib, * fixup! Clang format * More fixups! * Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Clang again * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes
* Remove unnecessary WIN32_LEAN_AND_MEAN macro definitionGravatar Kloen2017-06-301-1/+0
|
* Input: add device and factory templateGravatar wwylele2017-03-012-0/+2
|
* Merge pull request #2569 from wwylele/wrap-unwrapGravatar bunnei2017-02-252-0/+2
|\ | | | | APT: implemented Wrap and Unwrap
| * HW: add AES engine & implement AES-CCMGravatar wwylele2017-02-212-0/+2
| |
* | applied the change suggested by @wwyleleGravatar noah the goodra2017-02-131-0/+1
| |
* | added http service enum to the log.h fileGravatar noah the goodra2017-02-131-0/+1
|/
* Service/NFC: stub GetTagInRangeEventGravatar mailwl2016-12-302-0/+2
| | | | Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge