index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
assert.h
Age
Commit message (
Expand
)
Author
2021-04-04
common: Move assert failure handling into a cpp file.
Markus Wick
2020-08-24
common/assert: Make use of C++ attribute syntax
Lioncash
2019-11-23
fix clang-format and lambda capture
Weiyi Wang
2019-11-23
unfold UNREACHABLE implementation for dumb compilers
Weiyi Wang
2019-04-07
Permit a Null Shader in case of a bad host_ptr.
Fernando Sahmkow
2018-11-20
common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional ...
Lioncash
2018-11-20
common/assert: Make the UNIMPLEMENTED macro properly assert
Lioncash
2018-07-07
Port #3474 from Citra
fearlessTobi
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-27
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-01-08
fix macos build
MerryMage
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-04-24
assert: Allow UNREACHABLE_MSG to have just one argument
Sam Spilsbury
2016-04-23
assert: Add _MSG variations for UNREACHABLE and UNIMPLEMENTED
Sam Spilsbury
2015-06-28
Common: Cleanup profiler includes.
Emmanuel Gil Peyrot
2015-05-12
Common: Use the log system to print assert messages
Yuri Kunde Schlesner
2015-05-06
Clean-up includes
Yuri Kunde Schlesner
2015-02-18
Asserts: Use lambdas to keep assertion code away from the main code path
Yuri Kunde Schlesner
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift