summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/log.h
AgeCommit message (Expand)AuthorFiles
2026-04-22fix(:restart): avoid ERR/WRN logging on Windows with --listen (#39287)zeertzjq1
2026-04-14build: update clang v21, fix warningsdundargoc1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-18refactor: move some anonymous enums back to non-defs headers (#26622)zeertzjq1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-11-30refactor(IWYU): fix includes for cmdhist.h (#26324)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-03-04refactor(log): reduce compile time LOG_LEVEL granularitybfredl1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-05-30fix(logging): skip recursion, fix crash #18764Justin M. Keyes1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-07-07chore: use codespell to spell check #15016dundargoc1
2021-01-31feat: adds vim.notifyMatthieu Coudron1
2020-10-10basic support for usdt probesZachary P. Landau1
2020-09-20Only use __has_include when it is definedJames McCoy1
2020-09-19util: make __asan_* prototypes available for ENHANCED printf debugingBjörn Linse1
2019-01-20build: include auto/config.h explicitlyJustin M. Keyes1
2018-09-19log: rename do_log to logmsgJustin M. Keyes1
2017-09-05log: introduce `context`Justin M. Keyes1
2017-08-21rpc: close channel if stream was closedJustin M. Keyes1
2017-08-09log: Add log_callstack_to_file()James McCoy1
2017-07-30build: linux does not always have execinfo.h (#7101)Justin M. Keyes1
2017-07-23log: log_callstack()Justin M. Keyes1
2017-07-23log.h: LOG_CALLSTACKYichao Zhou1
2017-06-07log: Always enable; remove DISABLE_LOGJustin M. Keyes1
2015-11-01CMake: Disable logging for release build types.Florian Walch1
2014-10-23msgpack-rpc: Improve logging of msgpack-rpc messagesThiago de Arruda1
2014-07-17api/events/msgpack: Insert log statements to improve debuggingThiago de Arruda1
2014-06-02Remove a number of unneeded func_attr includesZyX1
2014-06-02Add automatic generation of headersZyX1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Fix project-local includes.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1