index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
assert.cc
Age
Commit message (
Expand
)
Author
2015-06-06
Move write_debug to buffer utils as write_to_debug_buffer
Maxime Coste
2015-06-01
Port even more code to use format function
Maxime Coste
2015-05-29
Return a String in Backtrace::desc
Maxime Coste
2015-05-29
Extract xmessage/MessageBox support in a notify_fatal_error function
Maxime Coste
2015-05-27
Only try to run xmessage on Linux
Maxime Coste
2015-05-27
Include backtrace in debug info in on_assert_failed
Maxime Coste
2015-03-30
More useage of the format function
Maxime Coste
2015-03-13
exception::what returns a StringView rather than a const char*
Maxime Coste
2014-11-20
Fix missing include in assert.cc
Maxime Coste
2014-10-20
Port more code to StringView instead of const String&
Maxime Coste
2014-04-01
Minor formatting changes
Maxime Coste
2014-01-08
Use Win32 MessageBox for asserts on cygwin
Maxime Coste
2013-11-17
write assert failed info to debug buffer
Maxime Coste
2013-05-13
Use more std::* for string handling
Maxime Coste
2013-04-11
exceptions: use const char* what() instead of String description()
Maxime Coste
2013-01-23
assert: add some debug info in the message
Maxime Coste
2012-10-19
assert: throw if launching xmessage fails
Maxime Coste
2012-10-17
assert: simplify header
Maxime Coste
2012-10-16
assert: use xmessage to block on assert failed
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2011-09-09
assert: custom implementation
Maxime Coste