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.hh
Age
Commit message (
Expand
)
Author
2018-04-11
Add support for the shift modifier.
Tim Allen
2017-10-19
Avoid some warnings in optimized builds
fsub
2017-02-23
Use false instead of 0 in the kak_assert do while
Maxime Coste
2017-02-22
Properly wrap `kak_assert` into a do-while scope
Frank LENORMAND
2016-05-17
Use variadic macros for kak_assert to remove the need for COMMA
Maxime Coste
2016-02-29
Use a StringView in notify_fatal_error
Maxime Coste
2015-05-29
Extract xmessage/MessageBox support in a notify_fatal_error function
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-02-27
Add a debug option to Makefile, and use KAK_DEBUG define to remove debug code
Maxime Coste
2012-10-17
assert: simplify header
Maxime Coste
2012-10-16
assert: use xmessage to block on assert failed
Maxime Coste
2012-09-04
add override markers
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-03-25
add a COMMA macro for assert parameters
Maxime Coste
2011-09-09
assert: custom implementation
Maxime Coste