index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
assert.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-12-18
Enable compiler optimizations and enforce x86-64-v2 on GCC/Clang (#9442)
Matías Locatti
1
-2
/
+2
2022-06-14
common/assert: rework ASSERT handling to avoid std::function usage
Liam
1
-28
/
+17
2022-06-14
common: Don't test ASSERT conditions inline
Liam
1
-29
/
+29
2022-06-14
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
1
-2
/
+12
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
1
-3
/
+3
2021-08-05
assert: Verify formatting
yzct12345
1
-2
/
+6
2021-08-05
assert: Avoid empty macros
yzct12345
1
-2
/
+2
2021-04-04
common: Move assert failure handling into a cpp file.
Markus Wick
1
-6
/
+8
2020-08-24
common/assert: Make use of C++ attribute syntax
Lioncash
1
-3
/
+4
2019-11-23
fix clang-format and lambda capture
Weiyi Wang
1
-1
/
+2
2019-11-23
unfold UNREACHABLE implementation for dumb compilers
Weiyi Wang
1
-2
/
+2
2019-04-07
Permit a Null Shader in case of a bad host_ptr.
Fernando Sahmkow
1
-0
/
+18
2018-11-21
common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional assertions
Lioncash
1
-0
/
+3
2018-11-20
common/assert: Make the UNIMPLEMENTED macro properly assert
Lioncash
1
-1
/
+1
2018-07-07
Port #3474 from Citra
fearlessTobi
1
-1
/
+1
2018-07-03
Update clang format
James Rowe
1
-3
/
+2
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-2
/
+2
2018-04-27
general: Convert assertion macros over to be fmt-compatible
Lioncash
1
-2
/
+3
2018-01-09
fix macos build
MerryMage
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-2
/
+1
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-11
/
+15
2016-04-24
assert: Allow UNREACHABLE_MSG to have just one argument
Sam Spilsbury
1
-1
/
+1
2016-04-23
assert: Add _MSG variations for UNREACHABLE and UNIMPLEMENTED
Sam Spilsbury
1
-0
/
+2
2015-06-28
Common: Cleanup profiler includes.
Emmanuel Gil Peyrot
1
-1
/
+0
2015-05-12
Common: Use the log system to print assert messages
Yuri Kunde Schlesner
1
-7
/
+3
2015-05-07
Clean-up includes
Yuri Kunde Schlesner
1
-0
/
+1
2015-02-18
Asserts: Use lambdas to keep assertion code away from the main code path
Yuri Kunde Schlesner
1
-6
/
+25
2015-02-11
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
1
-0
/
+36