summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/exception.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-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.
* shader_recompiler: Reduce unused includesGravatar ameerj2022-03-201-1/+0
|
* logging/log.h: move enum class formatter to a separate file ...Gravatar liushuyu2022-01-091-1/+1
| | | | ... to common/logging/formatter.h
* exception: Make constructors explicitGravatar Lioncash2021-07-271-4/+4
| | | | Ensures that exception construction is always explicit.
* exception: Make what() member function nodiscardGravatar Lioncash2021-07-271-1/+1
|
* exception: Narrow down specific headerGravatar Lioncash2021-07-271-1/+1
| | | | | We can use the <exception> header instead of pulling in all of the exception-style classes.
* shader: GCC fmt 8.0.0 fixesGravatar lat9nq2021-07-221-4/+4
|
* shader/exception: Fix compilation errors on gccGravatar ReinUsesLisp2021-07-221-6/+6
|
* shader: Handle host exceptionsGravatar ReinUsesLisp2021-07-221-8/+32
|
* shader: Initial recompiler workGravatar ReinUsesLisp2021-07-221-0/+42