taisei/src/pixmap
Andrei Alexeyev 711edc218f
util/assert: add optional message to assert, assume, and static_assert
Removed static_assert_nomsg, since static_assert's message argument is
optional now. In C2X mode this uses the native _Static_assert
functionality, otherwise it falls back to a macro-based overload.

Additionally, rewrote the assert macro so it correctly marks the failing
branch as a dead end.
2023-03-26 01:52:41 +01:00
..
fileformats memory: use custom memory allocation wrappers 2023-01-18 13:23:22 +01:00
conversion.c memory: use custom memory allocation wrappers 2023-01-18 13:23:22 +01:00
meson.build pixmap: refactor 2021-07-18 18:27:38 +03:00
pixmap.c memory: use custom memory allocation wrappers 2023-01-18 13:23:22 +01:00
pixmap.h util/assert: add optional message to assert, assume, and static_assert 2023-03-26 01:52:41 +01:00
pixmap_conversion.inc.h macrohax: make MACROHAX_CONCAT useful and simplify a bunch of macros 2021-08-31 23:33:16 +03:00