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.h
Age
Commit message (
Expand
)
Author
Files
2026-02-22
vim-patch:9.2.0031: Inefficient use of ga_concat()
zeertzjq
1
2025-08-14
refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guards
bfredl
1
2024-01-11
refactor(IWYU): fix headers
dundargoc
1
2023-12-21
refactor: run IWYU on entire repo
dundargoc
1
2023-11-27
refactor: rename types.h to types_defs.h
dundargoc
1
2023-11-27
build(IWYU): replace public-to-public mappings with pragmas (#26237)
zeertzjq
1
2023-11-26
refactor: move garray_T to garray_defs.h (#26227)
zeertzjq
1
2023-11-12
refactor: replace manual header guards with #pragma once
dundargoc
1
2023-02-20
docs: fix typos (#21961)
dundargoc
1
2023-01-17
vim-patch:8.2.4483: command completion makes two rounds to collect matches (#...
zeertzjq
1
2022-11-15
build: allow IWYU to fix includes for all .c files
dundargoc
1
2022-08-27
refactor: replace char_u with char
Dundar Göc
1
2021-10-12
refactor: format all C files under nvim/ #15977
dundargoc
1
2019-02-10
ui: implement ext_messages
Björn Linse
1
2018-09-24
add func_attr_printf in :
MichaHoffmann
1
2017-06-07
ga_append_via_ptr: fix log arguments
Justin M. Keyes
1
2017-06-07
log: Always enable; remove DISABLE_LOG
Justin M. Keyes
1
2016-06-11
*: Fix errors from new linter checks
ZyX
1
2015-04-13
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
1
2014-12-11
GA_DEEP_FREE_PTR: deep free macro for garrays that store simple pointers
Felipe Oliveira Carvalho
1
2014-12-11
GA_DEEP_CLEAR macro for garray memory deallocation
Felipe Oliveira Carvalho
1
2014-07-20
garray: add necessary includes
Nicolas Hillegeer
1
2014-06-30
Introduce ga_append_via_ptr() and GA_APPEND_VIA_PTR()
Felipe Oliveira Carvalho
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-02
Remove a number of unneeded func_attr includes
ZyX
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-17
s/GA_EMPTY/GA_EMPTY_INIT_VALUE/
Felipe Oliveira Carvalho
1
2014-05-15
Introduce nvim namespace: Fix define guards.
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