summaryrefslogtreecommitdiff
path: root/src/assert.cc
AgeCommit message (Expand)Author
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