summaryrefslogtreecommitdiff
path: root/src/assert.cc
AgeCommit message (Expand)Author
2015-08-14Tweak notify_fatal_error message box title, might not be an assert failedMaxime Coste
2015-06-06Move write_debug to buffer utils as write_to_debug_bufferMaxime Coste
2015-06-01Port even more code to use format functionMaxime Coste
2015-05-29Return a String in Backtrace::descMaxime Coste
2015-05-29Extract xmessage/MessageBox support in a notify_fatal_error functionMaxime Coste
2015-05-27Only try to run xmessage on LinuxMaxime Coste
2015-05-27Include backtrace in debug info in on_assert_failedMaxime Coste
2015-03-30More useage of the format functionMaxime Coste
2015-03-13exception::what returns a StringView rather than a const char*Maxime Coste
2014-11-20Fix missing include in assert.ccMaxime Coste
2014-10-20Port more code to StringView instead of const String&Maxime Coste
2014-04-01Minor formatting changesMaxime Coste
2014-01-08Use Win32 MessageBox for asserts on cygwinMaxime Coste
2013-11-17write assert failed info to debug bufferMaxime Coste
2013-05-13Use more std::* for string handlingMaxime Coste
2013-04-11exceptions: use const char* what() instead of String description()Maxime Coste
2013-01-23assert: add some debug info in the messageMaxime Coste
2012-10-19assert: throw if launching xmessage failsMaxime Coste
2012-10-17assert: simplify headerMaxime Coste
2012-10-16assert: use xmessage to block on assert failedMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2011-09-09assert: custom implementationMaxime Coste