Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bufhl: fix unittests and lint | Björn Linse | 2016-02-23 |
| | | | | msgpack_rpc_dispatch doesn't exist anymore | ||
* | *: Fix lint errors found in new code in previously ignored files | ZyX | 2015-10-08 |
| | |||
* | shada: Allocate all hashes on stack | ZyX | 2015-10-08 |
| | |||
* | shada: Add support for merging everything like described in the doc | ZyX | 2015-10-08 |
| | |||
* | shada: Add support for dumping/restoring bufs changes and win jumps | ZyX | 2015-10-08 |
| | |||
* | memory: Add `free` wrapper and refactor project to use it | Thiago de Arruda | 2015-04-13 |
| | | | | | | We already use wrappers for allocation, the new `xfree` function is the equivalent for deallocation and provides a way to fully replace the malloc implementation used by Neovim. | ||
* | 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. |