aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/log.h
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor(log): reduce compile time LOG_LEVEL granularitybfredl2023-03-04
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* fix(logging): skip recursion, fix crash #18764Justin M. Keyes2022-05-30
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* chore: use codespell to spell check #15016dundargoc2021-07-07
* feat: adds vim.notifyMatthieu Coudron2021-01-31
* basic support for usdt probesZachary P. Landau2020-10-10
* Only use __has_include when it is definedJames McCoy2020-09-20
* util: make __asan_* prototypes available for ENHANCED printf debugingBjörn Linse2020-09-19
* build: include auto/config.h explicitlyJustin M. Keyes2019-01-20
* log: rename do_log to logmsgJustin M. Keyes2018-09-19
* log: introduce `context`Justin M. Keyes2017-09-05
* rpc: close channel if stream was closedJustin M. Keyes2017-08-21
* log: Add log_callstack_to_file()James McCoy2017-08-09
* build: linux does not always have execinfo.h (#7101)Justin M. Keyes2017-07-30
* log: log_callstack()Justin M. Keyes2017-07-23
* log.h: LOG_CALLSTACKYichao Zhou2017-07-23
* log: Always enable; remove DISABLE_LOGJustin M. Keyes2017-06-07
* CMake: Disable logging for release build types.Florian Walch2015-11-01
* msgpack-rpc: Improve logging of msgpack-rpc messagesThiago de Arruda2014-10-23
* api/events/msgpack: Insert log statements to improve debuggingThiago de Arruda2014-07-17
* Remove a number of unneeded func_attr includesZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15