aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/garray.c
Commit message (Expand)AuthorAge
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* refactor(IWYU): fix headersdundargoc2024-01-11
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: remove PVSdundargoc2023-11-12
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: use uint8_t for blobs and ga_append() (#21916)zeertzjq2023-01-21
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: clint (#20600)Lewis Russell2022-10-12
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-10
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* refactor: replace char_u with charDundar Goc2022-07-31
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* refactor: reduce number of unique char castsDundar Göc2021-10-13
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* vim-patch:8.1.1439: ga_grow(): 1.5x growth rate #10699Jan Edmund Lazo2019-08-05
* PVS/V1028: cast operands, not the resultJustin M. Keyes2019-02-14
* *: Add comment to all C filesZyX2017-04-19
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* *: Fix gcc warningsZyX2016-04-18
* eval: Add jsonencode() functionZyX2016-04-18
* vim-patch:7.4.944watiko2016-01-10
* garray.c: Prevent ga_concat() using memcpy(NULL,...)oni-link2015-09-30
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* Macro cleanup: PROTOMichael Reed2015-01-14
* GA_DEEP_FREE_PTR: deep free macro for garrays that store simple pointersFelipe Oliveira Carvalho2014-12-11
* Merge pull request #1019 from splinterofchaos/globpathJustin M. Keyes2014-08-18
|\
| * vim-patch:7.4.279Scott Prager2014-08-04
* | clang-analyzer: Fix dead stores in garray.c.Florian Walch2014-08-07
|/
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* Introduce GA_APPEND()Felipe Oliveira Carvalho2014-06-30
* ga_growsize should be >= 1Felipe Oliveira Carvalho2014-06-30
* Declare garray iterators in the for() scope where possible #819Felipe Oliveira Carvalho2014-06-10
* Add automatic generation of headersZyX2014-06-02
* Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)Felipe Oliveira Carvalho2014-05-17
* Introduce nvim namespace: Fix unmasked strings.h issue.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