aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/os.h
Commit message (Expand)AuthorAge
* refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-11-29
* build(IWYU): export generated headersdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* feat(logging): include test-id in log messagesJustin M. Keyes2022-06-15
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* stdpaths: Export get_xdg function (renamed) and use it for runtimepathZyX2015-10-23
* option,main: Partial support of XDG base directory specificationKeerthan Jaic2015-10-23
* rstream/wstream: Unify structures and simplify APIThiago de Arruda2015-07-17
* input: set input stream to blocking on exitJustin M. Keyes2015-05-27
* Create os/os_defs.h for os specific definitionsPavel Platto2014-07-14
* Remove #ifdefs TEMPDIRNAMES and add TEMPDIRNAMES for WindowsPavel Platto2014-07-14
* Include stdbool.h in headers which have functions with bool in signaturePavel Platto2014-07-11
* FileID: implement `FileID` structStefan Hoffmann2014-06-27
* Use generated headers in os.hZyX2014-06-02
* Move documentation from function declarations to definitionsZyX2014-06-02
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15