summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/exception.h
AgeCommit message (Collapse)Author
2024-12-31chore: update project references and add Citron copyrightZephyron
- Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files.
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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-20shader_recompiler: Reduce unused includesameerj
2022-01-09logging/log.h: move enum class formatter to a separate file ...liushuyu
... to common/logging/formatter.h
2021-07-27exception: Make constructors explicitLioncash
Ensures that exception construction is always explicit.
2021-07-27exception: Make what() member function nodiscardLioncash
2021-07-27exception: Narrow down specific headerLioncash
We can use the <exception> header instead of pulling in all of the exception-style classes.
2021-07-22shader: GCC fmt 8.0.0 fixeslat9nq
2021-07-22shader/exception: Fix compilation errors on gccReinUsesLisp
2021-07-22shader: Handle host exceptionsReinUsesLisp
2021-07-22shader: Initial recompiler workReinUsesLisp