Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-20 | logging/backend: Add missing standard includes | Lioncash | |
A few inclusions were being satisfied indirectly. To prevent breakages in the future, include these directly. | |||
2018-07-20 | logging/backend: Use std::string_view in RemoveBackend() and GetBackend() | Lioncash | |
These can just use a view to a string since its only comparing against two names in both cases for matches. This avoids constructing std::string instances where they aren't necessary. | |||
2018-07-15 | Logging: Dump all logs in the queue on close in debug mode | James Rowe | |
2018-07-14 | Logging: Don't lock the queue for the duration of the write | James Rowe | |
2018-07-02 | Add configurable logging backends | 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 | Added PREPO to logging backend, Removed comments from SaveReportWithUser | David Marcec | |
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 | |||
2018-04-03 | logging: Change FmtLogMessage to use variadic template instead of FMT_VARIADIC | Daniel Lim Wee Soong | |
Due to premature merging of #262 I think the build may be failing right now. Should merge this ASAP to fix it. | |||
2018-04-02 | Merge pull request #262 from daniellimws/fmtlib-macros | bunnei | |
Logging: Add fmtlib-based macros | |||
2018-03-29 | service: Add NFP module interface. | bunnei | |
service: Initialize NFP service. Log: Add NFP service as a log subtype. | |||
2018-03-23 | Service/SSL: add ssl service | mailwl | |
2018-03-22 | Logging: Create logging macros based on fmtlib | Daniel Lim Wee Soong | |
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. | |||
2018-03-22 | Service/spl: add module and services | mailwl | |
2018-03-20 | Service: add fatal:u, fatal:p services | mailwl | |
2018-02-20 | Merge pull request #206 from mailwl/aoc-listaddoncontent | bunnei | |
Service/AOC: stub ListAddOnContent function | |||
2018-02-20 | Service/AOC: stub ListAddOnContent function | mailwl | |
2018-02-19 | logging: Add category for Friend service. | bunnei | |
2018-02-14 | log: Add logging category for NS services. | bunnei | |
2018-02-04 | logger: Add Time service logging category. | bunnei | |
2018-02-04 | logger: Add SET service logging category. | bunnei | |
2018-02-04 | logger: Add PCTL service logging category. | bunnei | |
2018-02-04 | logger: Add LM service logging category. | bunnei | |
2018-02-04 | logger: Add APM service logging category. | bunnei | |