index
:
neovim
dependabot/github_actions/github-actions-c6747d2992
marvim/ci-version-update
master
release-0.10
release-0.11
release-0.12
release-0.4
release-0.5
release-0.6
release-0.7
release-0.8
release-0.9
Vim-fork focused on extensibility and usability
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
nvim
/
garray.c
Age
Commit message (
Expand
)
Author
Files
2025-08-27
refactor: rename ga_concat_strings_sep() to ga_concat_strings() (#35498)
zeertzjq
1
2025-08-14
refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guards
bfredl
1
2025-02-28
vim-patch:8.2.4594: need to write script to a file to be able to source them
zeertzjq
1
2024-12-23
refactor: iwyu #31637
Justin M. Keyes
1
2024-07-30
refactor: collapse statements in single assignments
Lewis Russell
1
2024-01-11
refactor(IWYU): fix headers
dundargoc
1
2023-11-30
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
1
2023-11-27
build(IWYU): fix includes for func_attr.h
dundargoc
1
2023-11-12
build: remove PVS
dundargoc
1
2023-09-30
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
1
2023-01-21
refactor: use uint8_t for blobs and ga_append() (#21916)
zeertzjq
1
2023-01-17
refactor: replace char_u with char 22 (#21786)
dundargoc
1
2022-11-15
build: allow IWYU to fix includes for all .c files
dundargoc
1
2022-10-12
refactor: clint (#20600)
Lewis Russell
1
2022-09-11
refactor: replace char_u with char
Dundar Göc
1
2022-09-10
refactor: replace char_u with char
Dundar Göc
1
2022-08-25
refactor: pre-incr to post-incr
Lewis Russell
1
2022-07-31
refactor: replace char_u with char
Dundar Goc
1
2022-04-24
refactor: convert macros to all-caps (#17895)
dundargoc
1
2021-10-13
refactor: reduce number of unique char casts
Dundar Göc
1
2021-10-12
refactor: reduce number of unique char casts (#15995)
dundargoc
1
2021-09-20
refactor: reformat with uncrustify #15736
dundargoc
1
2019-08-05
vim-patch:8.1.1439: ga_grow(): 1.5x growth rate #10699
Jan Edmund Lazo
1
2019-02-14
PVS/V1028: cast operands, not the result
Justin M. Keyes
1
2017-04-19
*: Add comment to all C files
ZyX
1
2016-09-13
refactor: eliminate misc2.c
Justin M. Keyes
1
2016-04-18
*: Fix gcc warnings
ZyX
1
2016-04-18
eval: Add jsonencode() function
ZyX
1
2016-01-10
vim-patch:7.4.944
watiko
1
2015-09-30
garray.c: Prevent ga_concat() using memcpy(NULL,...)
oni-link
1
2015-04-13
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
1
2015-02-16
ui: Remove/adapt some old code for a big UI refactor
Thiago de Arruda
1
2015-01-14
Macro cleanup: PROTO
Michael Reed
1
2014-12-11
GA_DEEP_FREE_PTR: deep free macro for garrays that store simple pointers
Felipe Oliveira Carvalho
1
2014-08-18
Merge pull request #1019 from splinterofchaos/globpath
Justin M. Keyes
1
2014-08-07
clang-analyzer: Fix dead stores in garray.c.
Florian Walch
1
2014-08-04
vim-patch:7.4.279
Scott Prager
1
2014-07-09
move <inttypes.h> include out of vim.h
Brandon Coleman
1
2014-06-30
Introduce GA_APPEND()
Felipe Oliveira Carvalho
1
2014-06-30
ga_growsize should be >= 1
Felipe Oliveira Carvalho
1
2014-06-10
Declare garray iterators in the for() scope where possible #819
Felipe Oliveira Carvalho
1
2014-06-02
Add automatic generation of headers
ZyX
1
2014-05-17
Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)
Felipe Oliveira Carvalho
1
2014-05-15
Introduce nvim namespace: Fix unmasked strings.h issue.
Eliseo Martínez
1
2014-05-15
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
1
2014-05-15
Introduce nvim namespace: Move files.
Eliseo Martínez
1