0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. neovim-harmonyos
  2. /
  3. cmake.deps
CChristian Clasonbuild(deps): bump luajit to 6f21cb8ac
3e3624db创建于 2025年12月2日历史提交
文件最后提交记录最后更新时间
cmake
build(deps): bump tree-sitter to f6d17fdb0 6 个月前
CMakeLists.txt
build(deps): CMake generation fails when path contains spaces #35332 Problem: Additional include directories in DEPS_INCLUDE_FLAGS variable are not quoted. Paths with spaces break the resulting compile command. Solution: Enclose values in double quotes. Note: normally we should avoid manual quoting, but in this case we can't because of how DEPS_INCLUDE_FLAGS is used in BuildLuv.cmake and BuildLpeg.cmake.9 个月前
CMakePresets.json
feat(treesitter): add support for wasm parsers Problem: Installing treesitter parser is hard (harder than climbing to heaven). Solution: Add optional support for wasm parsers with wasmtime. Notes: * Needs to be enabled by setting ENABLE_WASMTIME for tree-sitter and Neovim. Build with `make CMAKE_EXTRA_FLAGS=-DENABLE_WASMTIME=ON DEPS_CMAKE_FLAGS=-DENABLE_WASMTIME=ON` * Adds optional Rust (obviously) and C11 dependencies. * Wasmtime comes with a lot of features that can negatively affect Neovim performance due to library and symbol table size. Make sure to build with minimal features and full LTO. * To reduce re-compilation times, install sccache and build with RUSTC_WRAPPER=<path/to/sccache> make ... 1 年前
deps.txt
build(deps): bump luajit to 6f21cb8ac 5 个月前