Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | memory.h: don't include vim.h in header files | Nicolas Hillegeer | 2014-07-16 |
| | | | | | Also include stdint.h in khash.h. It was transitively included by vim.h via memory.h before. khash.h accidentally relied on that. | ||
* | Add REAL_FATTR_ macros to func_attr.h, use them in lib/k* | ZyX | 2014-06-02 |
| | | | | Otherwise FUNC_ATTR_* macros may appear empty | ||
* | Move memory.h include above func_attr.h include | ZyX | 2014-06-02 |
| | |||
* | Surround nvim/func_attr.h includes with define/undef DEFINE_FUNC_ATTRIBUTES | ZyX | 2014-06-02 |
| | | | | Required for FUNC_ATTR_UNUSED to work in lib/k* | ||
* | Remove OOM error handling in khash.h | Pavel Platto | 2014-05-20 |
| | |||
* | Enable -Wconversion for API files and fix errors | Thiago de Arruda | 2014-05-17 |
| | |||
* | Introduce nvim namespace: Fix project-local includes. | Eliseo Martínez | 2014-05-15 |
| | | | | Prepend 'nvim/' in all project-local (non-system) includes. | ||
* | Introduce nvim namespace: Move files. | Eliseo Martínez | 2014-05-15 |
Move files from src/ to src/nvim/. - src/nvim/ becomes the new root dir for nvim executable sources. - src/libnvim/ is planned to become root dir of the neovim library. |