summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/os/os.h
AgeCommit message (Expand)AuthorFiles
2025-12-20test(messages): skip os_delay during testsJustin M. Keyes1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-27refactor: remove unnecessary HAVE_PATHDEF macrodundargoc1
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq1
2023-11-29refactor: move function macros out of vim_defs.h (#26300)zeertzjq1
2023-11-27build(IWYU): export generated headersdundargoc1
2023-11-27build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq1
2023-11-27build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq1
2023-11-26refactor: move garray_T to garray_defs.h (#26227)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2022-06-15feat(logging): include test-id in log messagesJustin M. Keyes1
2021-10-09refactor: format header files with uncrustify #15877dundargoc1
2015-10-23stdpaths: Export get_xdg function (renamed) and use it for runtimepathZyX1
2015-10-23option,main: Partial support of XDG base directory specificationKeerthan Jaic1
2015-07-17rstream/wstream: Unify structures and simplify APIThiago de Arruda1
2015-05-27input: set input stream to blocking on exitJustin M. Keyes1
2014-07-14Create os/os_defs.h for os specific definitionsPavel Platto1
2014-07-14Remove #ifdefs TEMPDIRNAMES and add TEMPDIRNAMES for WindowsPavel Platto1
2014-07-11Include stdbool.h in headers which have functions with bool in signaturePavel Platto1
2014-06-27FileID: implement `FileID` structStefan Hoffmann1
2014-06-02Use generated headers in os.hZyX1
2014-06-02Move documentation from function declarations to definitionsZyX1
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