summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/event/time.c
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-12-01refactor: change event_create() to a macro (#26343)zeertzjq1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-12build: remove PVSdundargoc1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2021-09-14refactor: format files with uncrustify #15663dundargoc1
2018-05-13timer: make sure to free callback after the last timer due callbackBjörn Linse1
2017-04-19*: Add comment to all C filesZyX1
2016-10-02event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes1
2016-05-24eval: implement timers. vim-patch: 7.4.1578, 7.4.1831Björn Linse1
2015-08-13event: Refactor async event processingThiago de Arruda1
2015-07-17event loop: New abstraction layer with refactored time/signal APIThiago de Arruda1