aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps/cmake
Commit message (Expand)AuthorAge
* refactor(build): use vendored versions of mpack and luabitopbfredl2023-04-19
* build: various cmake fixesdundargoc2023-04-15
* build: create helper function for simplifying luarocks installationdundargoc2023-04-12
* build(Windows): allow building without custom md5sumdundargoc2023-04-05
* build: cmake cleanupdundargoc2023-04-04
* build(windows): work around luarocks not finding its own md5sumdundargoc2023-04-03
* refactor(treesitter)!: rename help parser to vimdocChristian Clason2023-04-01
* build: download wintools executables separatelydundargoc2023-03-28
* build: set CMAKE_C_STANDARD to 99 for all dependenciesdundargoc2023-03-24
* Merge #22691 build!: sanitizers for gccJustin M. Keyes2023-03-19
|\
| * build!: rename sanitizer options from CLANG_* to ENABLE_*ii142023-03-17
* | build(deps): bump mpack to 1.0.10Christian Clason2023-03-17
* | build(deps): bump luacheck to 1.1.0-1Christian Clason2023-03-15
* | build(deps): bump coxpcall to 1.17.0-1Christian Clason2023-03-15
|/
* build: fix build warning when using gcc 4.9.2red2023-03-09
* build: fix USE_EXISTING_SRC_DIR optiondundargoc2023-03-05
* build: consistently use the provided option pathsdundargoc2023-03-05
* build: unset variables ending with "URL" if USE_EXISTING_SRC_DIR is ONdundargoc2023-03-04
* feat(treesitter): bundle query parser and queries (#22483)Christian Clason2023-03-03
* build: cmake cleanup (#22251)dundargoc2023-03-02
* build: set libtermkey project language to C (#22410)dundargoc2023-02-26
* build: build luajit in parallel (#22327)dundargoc2023-02-24
* feat(lua): make sure require'bit' always works, even with PUC lua 5.1bfredl2023-02-22
* build: remove unused dependency penlight (#22334)dundargoc2023-02-19
* build: build all dependencies in parallel (#22329)dundargoc2023-02-19
* refactor(tests): move lua-client into core and use it for functionaltestsbfredl2023-02-10
* build: prefer -D <variable>=<value> over -D<variable>=<value> (#22164)dundargoc2023-02-08
* build(luarocks): update busted version to v2.1.1 (#22029)zeertzjq2023-01-30
* build: use cmake to build libvterm on all platform (#21986)dundargoc2023-01-26
* build: introduce default build variables (#21991)dundargoc2023-01-25
* build: use cmake to build treesitter on all platforms (#21984)dundargoc2023-01-24
* build: remove tests for libtermkey (#21983)dundargoc2023-01-24
* build: use upstream CMakeLists.txt for unibilium (#21976)dundargoc2023-01-24
* build: simplify treesitter installation (#21969)dundargoc2023-01-24
* build: use cmake for all platforms for unibilium and libtermkey (#21926)dundargoc2023-01-24
* build: use CMAKE_POSITION_INDEPENDENT_CODE instead of -fPIC (#21947)dundargoc2023-01-22
* build: various cmake fixes (#21902)dundargoc2023-01-20
* build(cmake): add modelines to enable syntax highlightingdundargoc2022-10-21
* build: rely on default cmake installation if possibledundargoc2022-10-21
* build(deps): disable shared library for libvterm. (#20566)Wei Tang2022-10-10
* build(deps): add build type for libuv (#20575)Wei Tang2022-10-10
* build(deps): restore support for USE_EXISTING_SRC_DIR (#20491)James McCoy2022-10-06
* build: define EP_PREFIX propertydundargoc2022-10-02
* build: rely on builtin cmake downloading rather than custom scriptdundargoc2022-10-02
* build: remove url for 32-bit winyankdundargoc2022-10-02
* build: remove code for cross-compilationdundargoc2022-10-02
* build: remove unused variable CMAKE_C_COMPILER_ARG1dundargoc2022-10-02
* build(deps): bump libuv to HEAD - f610339f7 (#20445)Christian Clason2022-10-02
* build(macos): restore and test universal build (#20383)Christian Clason2022-09-28
* feat(treesitter): bundle :help parser and queriesJustin M. Keyes2022-09-22