summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/garray.c
AgeCommit message (Expand)AuthorFiles
2025-08-27refactor: rename ga_concat_strings_sep() to ga_concat_strings() (#35498)zeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-02-28vim-patch:8.2.4594: need to write script to a file to be able to source themzeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-01-21refactor: use uint8_t for blobs and ga_append() (#21916)zeertzjq1
2023-01-17refactor: replace char_u with char 22 (#21786)dundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-10-12refactor: clint (#20600)Lewis Russell1
2022-09-11refactor: replace char_u with charDundar Göc1
2022-09-10refactor: replace char_u with charDundar Göc1
2022-08-25refactor: pre-incr to post-incrLewis Russell1
2022-07-31refactor: replace char_u with charDundar Goc1
2022-04-24refactor: convert macros to all-caps (#17895)dundargoc1
2021-10-13refactor: reduce number of unique char castsDundar Göc1
2021-10-12refactor: reduce number of unique char casts (#15995)dundargoc1
2021-09-20refactor: reformat with uncrustify #15736dundargoc1
2019-08-05vim-patch:8.1.1439: ga_grow(): 1.5x growth rate #10699Jan Edmund Lazo1
2019-02-14PVS/V1028: cast operands, not the resultJustin M. Keyes1
2017-04-19*: Add comment to all C filesZyX1
2016-09-13refactor: eliminate misc2.cJustin M. Keyes1
2016-04-18*: Fix gcc warningsZyX1
2016-04-18eval: Add jsonencode() functionZyX1
2016-01-10vim-patch:7.4.944watiko1
2015-09-30garray.c: Prevent ga_concat() using memcpy(NULL,...)oni-link1
2015-04-13memory: Add `free` wrapper and refactor project to use itThiago de Arruda1
2015-02-16ui: Remove/adapt some old code for a big UI refactorThiago de Arruda1
2015-01-14Macro cleanup: PROTOMichael Reed1
2014-12-11GA_DEEP_FREE_PTR: deep free macro for garrays that store simple pointersFelipe Oliveira Carvalho1
2014-08-18Merge pull request #1019 from splinterofchaos/globpathJustin M. Keyes1
2014-08-07clang-analyzer: Fix dead stores in garray.c.Florian Walch1
2014-08-04vim-patch:7.4.279Scott Prager1
2014-07-09move <inttypes.h> include out of vim.hBrandon Coleman1
2014-06-30Introduce GA_APPEND()Felipe Oliveira Carvalho1
2014-06-30ga_growsize should be >= 1Felipe Oliveira Carvalho1
2014-06-10Declare garray iterators in the for() scope where possible #819Felipe Oliveira Carvalho1
2014-06-02Add automatic generation of headersZyX1
2014-05-17Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)Felipe Oliveira Carvalho1
2014-05-15Introduce nvim namespace: Fix unmasked strings.h issue.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