aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-11-29
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor(IWYU): create normal_defs.h (#26293)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor(IWYU): fix includes for ugrid.h (#26267)zeertzjq2023-11-28
* refactor: move hashtab types to hashtab_defs.h (#26262)zeertzjq2023-11-28
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* refactor: fix includes for api/autocmd.hdundargoc2023-11-27
* refactor: fix includes for iconv.hdundargoc2023-11-27
* refactor: create runtime_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor: move autocmd types to autocmd_defs.h (#26239)zeertzjq2023-11-27
* build(clint): more precise check for "defs" headers (#26236)zeertzjq2023-11-27
* build(IWYU): fix headers for arabic.hdundargoc2023-11-26
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* build: sync IWYU and clint to ignore the same headers (#26228)dundargoc2023-11-26
* build: add check to clint to prevent non-defs header includesdundargoc2023-11-26
* build: rework IWYU mapping filesdundargoc2023-11-25
* build: various cmake fixesdundargoc2023-11-04
* ci: enable clang-analyzer warningsdundargoc2023-10-09
* build: fix "make iwyu" not working (#24873)zeertzjq2023-08-26
* docs(generators): bake into cmakeLewis Russell2023-08-23
* feat(lua-types): types for vim.api.* (#24523)Lewis Russell2023-08-01
* build(makefile): remove a phony target uninstall (#24349)Yuma Ueda2023-07-14
* build: remove functionaltest-lua targetdundargoc2023-05-24
* build(Makefile): add nvim to oldtest phony targetluukvbaal2023-04-27
* build: remove uninstall targetdundargoc2023-04-08
* build(uninstall): don't build if installation manifest not founddundargoc2023-04-08
* revert: "build: enable cmake workflow presets (#21860)"dundargoc2023-03-11
* test: move oldtests to test directory (#22536)dundargoc2023-03-07
* build: cmake cleanup (#22251)dundargoc2023-03-02
* build: replace check-single-includes with clang-tidy (#22061)dundargoc2023-02-08
* build: add uninstall make target (#22059)dundargoc2023-01-30
* build: remove nvim as a dependency of unittests (#21903)dundargoc2023-01-19
* build: enable cmake workflow presets (#21860)dundargoc2023-01-19
* build: remove clint error suppression #21782dundargoc2023-01-13
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* build: remove python linting #20851dundargoc2022-10-29
* fix(build): "make clean" failsJustin M. Keyes2022-10-04
* feat(docs): gen_help_html.luaJustin M. Keyes2022-09-22
* build: add formatting targets for c and lua files (#19488)dundargoc2022-08-02
* build: move lint target to cmake #19169dundargoc2022-07-01
* build: rename build-related dirsJustin M. Keyes2022-06-28
* build: add a cmake target for all used linters #18543dundargoc2022-06-09
* ci: lint runtime with styluaChristian Clason2022-05-09
* ci(commitlint): use -u NONE instead of --cleanDundar Göc2022-03-27
* build: enhance MakefileEisuke Kawashima2021-09-21