summaryrefslogtreecommitdiff
path: root/src/debug.cc
AgeCommit message (Expand)Author
2025-07-08Replace on_scope_end with CTAD with OnScopeEnd directlyMaxime Coste
2024-08-12Move debug utils to debug.hh/debug.ccMaxime Coste
2015-06-06Move write_debug to buffer utils as write_to_debug_bufferMaxime Coste
2015-04-03Avoid zstr in write_debug when no *debug* buffer can be createdMaxime Coste
2015-01-20Fix write_debug with no debug buffer and multiple linesMaxime Coste
2015-01-05Refactor write_debug to avoid empty first line in *debug* bufferMaxime Coste
2015-01-02Remove unneeded static StringMaxime Coste
2014-11-12Cleanup includesMaxime Coste
2014-04-30Use StringView in write_debugMaxime Coste
2014-01-23write_debug: fallback to stderr if the BufferManager does not exists yetMaxime Coste
2013-12-20Get rid of Editor for goodMaxime Coste
2013-12-14Remove Editor::select methods, add a non-const selections getterMaxime Coste
2013-06-06remove BufferIterator conversion to/from BufferCoordMaxime Coste
2013-04-09rename assert to kak_assert to avoid collisionsMaxime Coste
2013-03-21BufferManager: replace Buffer* get_buffer with Buffer& get_bufferMaxime Coste
2012-11-21Buffer: replace reset_undo_data with a NoUndo flagMaxime Coste
2012-11-20Buffer: replace Buffer::Type with Buffer::FlagsMaxime Coste
2012-11-19write_debug automatically appends an eol to the messageMaxime Coste
2012-09-11do not keep undo data in the debug bufferMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-03-06use an Editor in write_debugMaxime Coste
2011-12-07Buffer: replace insert and erase methods with modifyMaxime Coste
2011-11-28Debug: stop writing key codes to debug buffer and cleanupsMaxime Coste
2011-10-07Debug: add a write_debug functionMaxime Coste