aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/garray.h
Commit message (Expand)AuthorAge
* ga_append_via_ptr: fix log argumentsJustin M. Keyes2017-06-07
* log: Always enable; remove DISABLE_LOGJustin M. Keyes2017-06-07
* *: Fix errors from new linter checksZyX2016-06-11
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* GA_DEEP_FREE_PTR: deep free macro for garrays that store simple pointersFelipe Oliveira Carvalho2014-12-11
* GA_DEEP_CLEAR macro for garray memory deallocationFelipe Oliveira Carvalho2014-12-11
* garray: add necessary includesNicolas Hillegeer2014-07-20
* Introduce ga_append_via_ptr() and GA_APPEND_VIA_PTR()Felipe Oliveira Carvalho2014-06-30
* Introduce GA_APPEND()Felipe Oliveira Carvalho2014-06-30
* ga_growsize should be >= 1Felipe Oliveira Carvalho2014-06-30
* Remove a number of unneeded func_attr includesZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)Felipe Oliveira Carvalho2014-05-17
* s/GA_EMPTY/GA_EMPTY_INIT_VALUE/Felipe Oliveira Carvalho2014-05-17
* 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