aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps
Commit message (Collapse)AuthorAge
* build(windows)!: drop cat and tee executables from windowsdundargoc2025-02-14
| | | | | | | | The legitimacy of the binaries can't be guaranteed and poses a security risk. A replacement version of these may be introduced in the future in a more secure manner. Closes https://github.com/neovim/neovim/issues/32431.
* build(deps): bump luv to v1.50.0-1Christian Clason2025-02-05
|
* build(deps): bump tree-sitter-query to v0.5.0 (#32299)Riley Bruins2025-02-04
| | | and sync queries from nvim-treesitter (adds support for `MISSING` nodes).
* build(deps): bump tree-sitter to v0.25.1Christian Clason2025-02-02
|
* build(deps): bump tree-sitter to v0.25.0Christian Clason2025-02-01
|
* build(deps)!: bump tree-sitter to HEAD, wasmtime to v29.0.1 (#32200)Christian Clason2025-01-27
| | | | | Breaking change: `ts_node_child_containing_descendant()` was removed Breaking change: tree-sitter 0.25 (HEAD) required
* build(deps): bump libuv to v1.50.0Christian Clason2025-01-15
|
* build(deps): bump luajit to HEAD - a4f56a459Christian Clason2025-01-14
|
* build(deps): bump tree-sitter to v0.24.7Christian Clason2025-01-12
|
* build(deps): bump wasmtime to v25.0.3Christian Clason2025-01-12
|
* build(deps): bump utf8proc to v2.10.0Christian Clason2025-01-01
|
* build(deps): bump tree-sitter to v0.24.6Christian Clason2024-12-27
|
* build: bump lua dev dependenciesdundargoc2024-12-21
| | | | | | | | | | | busted: 2.1.1 -> 2.2.0 https://github.com/lunarmodules/busted/releases/tag/v2.1.2 https://github.com/lunarmodules/busted/releases/tag/v2.2.0 luacheck: 1.1.0 -> 1.2.0 https://github.com/lunarmodules/luacheck/releases/tag/v1.1.1 https://github.com/lunarmodules/luacheck/releases/tag/v1.1.2 https://github.com/lunarmodules/luacheck/releases/tag/v1.2.0
* build(deps): bump luajit to HEAD - f73e649a9Christian Clason2024-12-16
|
* build(deps): bump tree-sitter to v0.24.5Christian Clason2024-12-15
|
* build(deps): bump luajit to HEAD - 19878ec05Christian Clason2024-11-29
|
* build(deps): bump tree-sitter-c to v0.23.2Christian Clason2024-11-22
|
* build(deps): bump uncrustify to uncrustify-0.80.1Christian Clason2024-11-17
|
* build(deps): bump uncrustify to uncrustify-0.80.0Christian Clason2024-11-16
|
* build(deps): bump luajit to HEAD - fe71d0fb5Christian Clason2024-11-14
|
* build(deps): bump luajit to HEAD - 69bbf3c1bChristian Clason2024-11-13
|
* build(deps): bump tree-sitter to e3c826333Christian Clason2024-11-13
|
* build(deps): bump tree-sitter to v0.24.4Christian Clason2024-11-10
|
* fix(deps): revert accidental test commits (#30864)Christian Clason2024-10-20
| | | | | | | | | | | | | * Revert "build(deps): bump libuv to 52a924331" This reverts commit 54137a798f35177b517d30937a58f6d52a96bcf1. * Revert "build(deps): bump libuv to 18d48bc13" This reverts commit 66753a2f0c2e261a48ab7d550d4ac8b5c7676b40. * Revert "build(deps): bump libuv to 9cf0710d7" This reverts commit 4c617f4a47dbd75fe946e52db7d39320cbf9060c.
* build(deps): bump libuv to 52a924331Christian Clason2024-10-19
|
* build(deps): bump libuv to 18d48bc13Christian Clason2024-10-19
|
* build(deps): bump libuv to 9cf0710d7Christian Clason2024-10-19
|
* build(deps): bump libuv to v1.49.2Christian Clason2024-10-19
|
* build(deps): bump libuv to v1.49.1Christian Clason2024-10-11
|
* build(deps): bump tree-sitter to v0.24.3Christian Clason2024-10-10
|
* build(deps): bump wasmtime to v25.0.2Christian Clason2024-10-09
|
* fix: deps build for ARM64 MSVCJohnny Shaw2024-10-08
| | | | | | | | | | | Problem: Neovim will not build for ARM64 using MSVC due to misconfigured gettext dependency build settings. Solution: Fix the dependency build settings for gettext when building with MSVC.
* build(deps): bump tree-sitter to v0.24.1Christian Clason2024-10-04
|
* build(deps): bump luajit to HEAD - 97813fb92Christian Clason2024-10-02
|
* build(deps): bump luajit to HEAD - b2915e9abChristian Clason2024-10-02
|
* build(deps): bump tree-sitter to HEAD - c3d45a015 (#30589)Christian Clason2024-10-02
|
* build(deps): bump luajit to HEAD - 2240d8446Christian Clason2024-10-02
|
* build(deps): bump luajit to HEAD - f5fd22203Christian Clason2024-09-30
|
* build(deps): bump wasmtime to v25.0.1Christian Clason2024-09-25
|
* build(deps): bump libuv to v1.49.0Christian Clason2024-09-25
|
* build: use treesitter's CMakeLists.txtdundargoc2024-09-22
|
* build(cmake): remove unnecessary policy codedundargoc2024-09-22
| | | | Policy CMP0092 is by default on for minimum cmake versions above 3.15.
* build: bump minimum cmake version to 3.16dundargoc2024-09-21
|
* build: bump unibilium to v2.1.2dundargoc2024-09-13
| | | | | There is no real practical difference from previous commit except that this is a tagged release.
* build(deps): bump tree-sitter-c to v0.23.0Christian Clason2024-09-12
|
* build(deps): bump tree-sitter-markdown to v0.3.2Christian Clason2024-09-12
|
* build(deps): bump tree-sitter-lua to v0.2.0Christian Clason2024-09-12
|
* build(deps): bump unibilium to HEAD - ab28a2ddbChristian Clason2024-09-11
|
* fix(scripts): update bundled dependencies in bump_depsChristian Clason2024-09-11
|
* build(deps): bump libuv to HEAD - 0a00e80c3Christian Clason2024-09-05
|