summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/event/loop.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-09-28refactor(event): change last use of klist to kvecbfredl1
2024-09-25build: fix or silence new clang-tidy warningsdundargoc1
2024-09-10refactor(os/input.c): rename os_inchar => input_get #30327Justin M. Keyes1
2024-01-11refactor(IWYU): fix headersdundargoc1
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-25build: rework IWYU mapping filesdundargoc1
2023-11-17fix(lua): only disable vim.schedule() when closing main loop (#26090)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-11-12build: remove PVSdundargoc1
2022-12-30refactor(sleep): simplify rube goldberg implementation of :sleepbfredl1
2022-09-25refactor: move klib out of src/nvim/ #20341dundargoc1
2022-07-02fix(jobs): deadlock in channel.c:exit_event #19082erw71
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-04-24refactor: convert macros to all-caps (#17895)dundargoc1
2021-10-19refactor: remove space after starDundar Göc1
2021-10-09refactor: format header files with uncrustify #15877dundargoc1
2018-04-27Merge #8218 'Fix errors reported by PVS'Justin M. Keyes1
2018-04-15loop: remove `children_stop_requests`Justin M. Keyes1
2018-04-09event/loop: Silence PVS/V547: condition is false in case of no timeoutZyX1
2017-12-02tui.c: request focus-reporting (fix regression) #7670Justin M. Keyes1
2017-09-05doc: eventloopJustin M. Keyes1
2016-10-02event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes1
2016-06-11*: Also fix the adjacent errorsZyX1
2016-06-11*: Fix errors from new linter checksZyX1
2015-09-06loop: Improvements for thread-safetyThiago de Arruda1
2015-08-13event: Refactor async event processingThiago de Arruda1
2015-08-13loop: Simplify loop.c and move some code to input.cThiago de Arruda1
2015-07-17job: Replace by a better process abstraction layerThiago de Arruda1
2015-07-17event loop: New abstraction layer with refactored time/signal APIThiago de Arruda1