| Commit message (Collapse) | Author | Age |
|
|
|
| |
this removes gperf as a build dependency
|
|
|
|
|
|
|
|
| |
The VS 2019 CMake generator no longer has different generator types for
different architectures. Now, the architecture is specified via CMake's
`-A` switch. However, this requires we also propagate
`${CMAKE_GENERATOR_PLATFORM}` to the bundled deps, so they build for the
same architecture as Nvim.
|
|
|
|
|
|
|
|
| |
This is required for `CMAKE_CXX_COMPILER` to be set already, not only
after including third-party/cmake/BuildGperf.cmake.
Closes https://github.com/neovim/neovim/pull/10860.
Ref: 31f879983f
|
|
|
|
|
| |
This allows to build deps without g++ when not using the bundled gperf.
> make deps DEPS_CMAKE_FLAGS='-DUSE_BUNDLED_GPERF=0'
|
|
|
|
|
|
| |
This was initially added but unused in
7e2348f2b1b487c875bbcf6c6711a276f9063040, which led to its accidental
removal in feee814b304b0c616fb2141bbd7835314f601816.
|
|
|
| |
fix #8216
|
| |
|
|
make api functions highlighted as builtins in vim.vim
|