aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event/time.c
Commit message (Expand)AuthorAge
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor: change event_create() to a macro (#26343)zeertzjq2023-12-01
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: remove PVSdundargoc2023-11-12
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* timer: make sure to free callback after the last timer due callbackBjörn Linse2018-05-13
* *: Add comment to all C filesZyX2017-04-19
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* eval: implement timers. vim-patch: 7.4.1578, 7.4.1831Björn Linse2016-05-24
* event: Refactor async event processingThiago de Arruda2015-08-13
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17