summaryrefslogtreecommitdiff
path: root/src/assert.hh
AgeCommit message (Expand)Author
2025-02-04Change kak_expect_throw macro to use alignofColeman McFarland
2025-02-02Change kak_assert macro to silence a clang-tidy warningColeman McFarland
2018-04-11Add support for the shift modifier.Tim Allen
2017-10-19Avoid some warnings in optimized buildsfsub
2017-02-23Use false instead of 0 in the kak_assert do whileMaxime Coste
2017-02-22Properly wrap `kak_assert` into a do-while scopeFrank LENORMAND
2016-05-17Use variadic macros for kak_assert to remove the need for COMMAMaxime Coste
2016-02-29Use a StringView in notify_fatal_errorMaxime Coste
2015-05-29Extract xmessage/MessageBox support in a notify_fatal_error functionMaxime Coste
2013-04-09rename assert to kak_assert to avoid collisionsMaxime Coste
2013-02-27Add a debug option to Makefile, and use KAK_DEBUG define to remove debug codeMaxime Coste
2012-10-17assert: simplify headerMaxime Coste
2012-10-16assert: use xmessage to block on assert failedMaxime Coste
2012-09-04add override markersMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-03-25add a COMMA macro for assert parametersMaxime Coste
2011-09-09assert: custom implementationMaxime Coste