summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/garray.h
AgeCommit message (Expand)AuthorFiles
2026-02-22vim-patch:9.2.0031: Inefficient use of ga_concat()zeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
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-02-20docs: fix typos (#21961)dundargoc1
2023-01-17vim-patch:8.2.4483: command completion makes two rounds to collect matches (#...zeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-08-27refactor: replace char_u with charDundar Göc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2019-02-10ui: implement ext_messagesBjörn Linse1
2018-09-24add func_attr_printf in :MichaHoffmann1
2017-06-07ga_append_via_ptr: fix log argumentsJustin M. Keyes1
2017-06-07log: Always enable; remove DISABLE_LOGJustin M. Keyes1
2016-06-11*: Fix errors from new linter checksZyX1
2015-04-13memory: Add `free` wrapper and refactor project to use itThiago de Arruda1
2014-12-11GA_DEEP_FREE_PTR: deep free macro for garrays that store simple pointersFelipe Oliveira Carvalho1
2014-12-11GA_DEEP_CLEAR macro for garray memory deallocationFelipe Oliveira Carvalho1
2014-07-20garray: add necessary includesNicolas Hillegeer1
2014-06-30Introduce ga_append_via_ptr() and GA_APPEND_VIA_PTR()Felipe Oliveira Carvalho1
2014-06-30Introduce GA_APPEND()Felipe Oliveira Carvalho1
2014-06-30ga_growsize should be >= 1Felipe Oliveira Carvalho1
2014-06-02Remove a number of unneeded func_attr includesZyX1
2014-06-02Add automatic generation of headersZyX1
2014-05-17Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)Felipe Oliveira Carvalho1
2014-05-17s/GA_EMPTY/GA_EMPTY_INIT_VALUE/Felipe Oliveira Carvalho1
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