| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | 1 | -3/+2 | ||
| This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||||
| 2022-03-20 | shader_recompiler: Reduce unused includes | 1 | -1/+0 | ||
| 2022-01-09 | logging/log.h: move enum class formatter to a separate file ... | 1 | -1/+1 | ||
| ... to common/logging/formatter.h | |||||
| 2021-07-27 | exception: Make constructors explicit | 1 | -4/+4 | ||
| Ensures that exception construction is always explicit. | |||||
| 2021-07-27 | exception: Make what() member function nodiscard | 1 | -1/+1 | ||
| 2021-07-27 | exception: Narrow down specific header | 1 | -1/+1 | ||
| We can use the <exception> header instead of pulling in all of the exception-style classes. | |||||
| 2021-07-22 | shader: GCC fmt 8.0.0 fixes | 1 | -4/+4 | ||
| 2021-07-22 | shader/exception: Fix compilation errors on gcc | 1 | -6/+6 | ||
| 2021-07-22 | shader: Handle host exceptions | 1 | -8/+32 | ||
| 2021-07-22 | shader: Initial recompiler work | 1 | -0/+42 | ||