Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-09 | logging/log.h: move enum class formatter to a separate file ... | liushuyu | |
... to common/logging/formatter.h | |||
2022-01-08 | logging/log: use `underlying_type` instead of hardcoding types | liushuyu | |
2022-01-08 | logging: adapt to changes in fmt 8.1 | liushuyu | |
2021-10-01 | common/logging: Reduce scope of fmt include | ameerj | |
2021-10-01 | common/logging: Move Log::Entry declaration to a separate header | ameerj | |
This reduces the load of requiring to include std::chrono in all files which include log.h | |||
2021-06-13 | common: logging: Restructure backend code | Morph | |
2021-04-14 | common/log: Move Log namespace into the Common namespace | Lioncash | |
Forgot to move this over when I moved the rest of the source files with lacking namespaces over. | |||
2021-04-09 | bgtc: Update to 12.x and implement OpenTaskService | Morph | |
2020-11-19 | hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled ↵ | bunnei | |
functions. - Used by Animal Cross: New Horizons v1.6.0 update, minimal stub gets this update working. | |||
2020-01-23 | common/logging: don't use regex for path trimming | BreadFish64 | |
2019-09-21 | log: Add logging class for Cheat Engine | Zach Hilman | |
This is better than just using something like Common.Filesystem or Common.Memory | |||
2019-02-12 | logging: Add Vulkan backend logging class type | ReinUsesLisp | |
2018-10-23 | logging/backend: Add missing services to the log filters | Lioncash | |
Just a few overlooked services. | |||
2018-10-20 | service: Add skeleton for psm service | Zach Hilman | |
Seems to be the power controller. Listed in switchbrew under the category PTM services. | |||
2018-09-23 | Stubbed IRS (#1349) | David | |
* Stubbed IRS Currently we have no ideal way of implementing IRS. For the time being we should have the functions stubbed until we come up with a way to emulate IRS properly. * Added IRS to logging backend * Forward declared shared memory for irs | |||
2018-09-04 | common/logging: Amend documentation comments | Lioncash | |
Multi-line doc comments still need the '<' after the ///, otherwise it's treated as a regular comment and makes the original doc comment broken in viewers, IDEs, etc. While we're at it, also fix some typos in the comments. | |||
2018-08-08 | common/logging: Add missing service log categories | Lioncash | |
These weren't added when the services were introduced. | |||
2018-08-07 | service: Add usb services | Lioncash | |
Adds basic skeleton for the usb services based off the information provided by Switch Brew. | |||
2018-08-04 | service: Add arp services | Lioncash | |
Adds the basic skeleton of the arp services based off the information provided by Switch Brew. | |||
2018-08-04 | Merge pull request #849 from DarkLordZach/xci | bunnei | |
XCI and Encrypted NCA Support | |||
2018-08-03 | Merge pull request #898 from lioncash/mig | bunnei | |
service: Add migration services | |||
2018-08-02 | service: Add migration services | Lioncash | |
Adds the basic skeleton for the mig:usr service based off information provided by Switch Brew. | |||
2018-08-01 | logging/log: Remove incorrect description in PCV doc comment | Lioncash | |
PCV isn't the parental control service. | |||
2018-08-01 | service: Add psc services | Lioncash | |
Adds the basic skeleton for the psc services based off the information provided by Switch Brew. | |||
2018-08-01 | Merge pull request #888 from lioncash/caps | bunnei | |
service: Add capture services | |||
2018-08-01 | service: Add capture services | Lioncash | |
Adds the basic skeleton for the capture services based off information provided by Switch Brew. | |||
2018-08-01 | service: Add bpc and pcv services | Lioncash | |
Adds the basic skeleton for the remaining pcv-related services based off information on Switch Brew. | |||
2018-08-01 | Remove files that are not used | Zach Hilman | |
2018-07-31 | Merge pull request #875 from lioncash/fgm | bunnei | |
service: Add fgm services | |||
2018-07-31 | service: Add fgm services | Lioncash | |
Adds the basic skeleton for the fgm services based off the information provided by Switch Brew. | |||
2018-07-31 | service: Add the pcie service | Lioncash | |
Adds the basic skeleton of the pcie service based off information on Switch Brew. | |||
2018-07-30 | Merge pull request #857 from lioncash/wlan | bunnei | |
service: Add wlan services | |||
2018-07-28 | service: Add wlan services | Lioncash | |
Adds the basic skeleton for the wlan services based off the information on Switch Brew. | |||
2018-07-28 | service: Add btm services | Lioncash | |
Adds the skeleton for the btm services based off the information on Switch Brew. | |||
2018-07-28 | Merge pull request #847 from lioncash/ncm | bunnei | |
service: Add ncm services | |||
2018-07-28 | Merge pull request #846 from lioncash/mii | bunnei | |
service: Add mii services | |||
2018-07-27 | service: Add ncm services | Lioncash | |
Adds the basic skeleton for the ncm services based off information on Switch Brew. | |||
2018-07-27 | Merge pull request #845 from lioncash/nfc | bunnei | |
service: Add nfc services | |||
2018-07-27 | service: Add mii services | Lioncash | |
Adds the skeleton for the mii services based off information provided by Switch Brew | |||
2018-07-27 | service: Add nfc services | Lioncash | |
Adds the skeleton of the nfc service based off the information provided on Switch Brew. | |||
2018-07-27 | service/lbl: Implement EnableVrMode, DisableVrMode and GetVrMode | Lioncash | |
Implements these functions according to the information available on Switch Brew. | |||
2018-07-26 | service: Add ldn services | Lioncash | |
Adds ldn services based off information provided by Switch Brew. | |||
2018-07-18 | externals: update fmt to version 5.1.0 | Lioncash | |
Previously, we were on 4.1.0, which was a major version behind. | |||
2018-07-02 | Rename logging macro back to LOG_* | James Rowe | |
2018-06-05 | Service/MM: add service and stub some functions | mailwl | |
2018-05-28 | Service/BCAT: add module and services | mailwl | |
2018-04-27 | log: Remove old logging macros and functions | Lioncash | |
Now that the old macros are no longer used, we can remove all functionality related to them. | |||
2018-04-26 | Switched to NGLOG_WARNING | David Marcec | |
2018-04-22 | GetIUserInterface->CreateUserInterface, Added todos and stub logs. ↵ | David Marcec | |
Playreport->PlayReport. | |||
2018-04-05 | Update fmtlib to fix msvc warnings | James Rowe | |
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 |