Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | build: rename build-related dirs | Justin M. Keyes | 2022-06-28 |
| | | | | | | | | | | | | | | Problem: Dirs "config", "packaging", and "third-party" are all closely related but this is not obvious from the layout. This adds friction for new contributors. Solution: - rename config/ to cmake.config/ - rename test/config/ to test/cmakeconfig/ because it is used in Lua tests: require('test.cmakeconfig.paths'). - rename packaging/ to cmake.packaging/ - rename third-party/ to cmake.deps/ (parallel with .deps/) | ||
* | ci: bump Windows image to windows-2019 | James McCoy | 2022-02-20 |
| | | | | | | | | 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. | ||
* | build/msvc: Add libiconv to bundled dependencies | b-r-o-c-k | 2018-06-09 |