| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-19 | hle/service: Make constructors explicit where applicable | Lioncash | |
| Prevents implicit construction and makes these lingering non-explicit constructors consistent with the rest of the other classes in services. | |||
| 2018-07-02 | Rename logging macro back to LOG_* | James Rowe | |
| 2018-05-18 | rename fatal:u functions & add ThrowFatal | greggameplayer | |
| 2018-05-18 | Properly update fatal.h void name | greggameplayer | |
| 2018-05-18 | Properly rename fatal module functions | greggameplayer | |
| 2018-05-02 | general: Make formatting of logged hex values more straightforward | Lioncash | |
| This makes the formatting expectations more obvious (e.g. any zero padding specified is padding that's entirely dedicated to the value being printed, not any pretty-printing that also gets tacked on). | |||
| 2018-04-24 | fatal: Move logging macros over to new fmt-compatible ones | Lioncash | |
| 2018-04-19 | service: Use nested namespace specifiers where applicable | Lioncash | |
| Tidies up namespace declarations | |||
| 2018-03-20 | Service: add fatal:u, fatal:p services | mailwl | |
