aboutsummaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAge
* build: various cmake fixes (#21902)dundargoc2023-01-20
* build(Windows): fix redoing version generation (#21880)Enan Ajmain2023-01-18
* build: exclude tui/terminfo_defs.h from lintc-clint (#21822)dundargoc2023-01-15
* build: remove clint error suppression #21782dundargoc2023-01-13
* build: use modern cmake (#21589)dundargoc2023-01-10
* build: restrict `git describe` to top level source directory (#20993)Jan Palus2022-12-02
* Merge pull request #20858 from dundargoc/build/lintshdundargoc2022-11-05
|\
| * build: add EXCLUDE option to add_glob_targetdundargoc2022-11-01
* | build: give example on complex regexesdundargoc2022-10-21
|/
* fix(build): duplicate version string "v0.8.0-v0.8.0" #20578dundargoc2022-10-20
* ci: add cirrus to isCI function to skip tests (#20526)dundargoc2022-10-17
* build: remove unnecessary translation-related codedundargoc2022-10-02
* build: remove unused variable CMAKE_C_COMPILER_ARG1dundargoc2022-10-02
* revert: "build: remove unnecessary policy related code" #20289dundargoc2022-09-23
* build: ensure version generation always succeeds (#19515)dundargoc2022-09-10
* build: remove unnecessary policy related codedundargoc2022-09-08
* build: consistently set build type regardless of generator or platform #19760dundargoc2022-09-06
* build libuv cmake (#19632)Lewis Russell2022-08-12
* build: remove InstallClintErrors.cmakeDundar Goc2022-08-03
* build: remove unused file i386-linux-gnu.toolchain.cmakeDundar Goc2022-08-03
* build: replace deprecated cmake features with their modern alternativesDundar Goc2022-08-03
* build: add formatting targets for c and lua files (#19488)dundargoc2022-08-02
* build: fix version generation to its previous behaviorDundar Goc2022-07-26
* build(lint): check uncrustify version #19468dundargoc2022-07-25
* fix(build): non-git ("tarball") build fails #19448kylo2522022-07-22
* fix(build): fails if git is missing #19366Luis Felipe Dominguez Vega2022-07-14
* build: gracefully handle error in git-version #19289kylo2522022-07-14
* feat(build): add_glob_target runs only on changed files #19070dundargoc2022-06-30
* build(cmake): fix static `libintl` test on macOSCarlo Cabrera2022-06-29
* fix(tests): remove misleading $TEST_PATH segment #19050Justin M. Keyes2022-06-23
* build: remove FindLua.cmake since it's already built into cmakeDundar Goc2022-06-19
* build(cmake): simplify def_cmd_target functionDundar Goc2022-06-19
* build(cmake): simplify and speed up the uninstall targetDundar Goc2022-06-19
* build(lint): fix lintuncrustify #18945Justin M. Keyes2022-06-12
* build(lint): fix luacheck not found #18940Justin M. Keyes2022-06-12
* build: add a cmake target for all used linters #18543dundargoc2022-06-09
* refactor(log): simplify log_path_init #18898Justin M. Keyes2022-06-08
* revert: "ci: remove mingw job #18580"Dundar Goc2022-05-17
* ci: remove mingw job #18580dundargoc2022-05-15
* refactor(terminal)!: drop winpty, require Windows 10 #18253erw72022-04-26
* ci: show failed message on Windowszeertzjq2022-03-03
* ci: skip tests that fail on windowsDundar Göc2022-02-20
* test: allow excluding functional/unit tests using TEST_FILTER_OUTJames McCoy2021-12-18
* build(install): rescan GLOB files on rebuildJakub Łuczyński2021-10-18
* build(tests): isolate the user environment XDG_DATA_DIRS #16003Javier Lopez2021-10-12
* fix(build): call find_package(Threads) before using its variablesJames McCoy2021-09-21
* build: add ${CMAKE_THREAD_LIBS_INIT} to LIBUV_LIBRARIESJames McCoy2021-09-20
* Merge branch 'master' into histfileJustin M. Keyes2021-09-10
|\
| * test: use $TEST_TIMEOUT to specify timeoutJames McCoy2021-09-09
* | do not write into user's ~/.bash_historyJun T2021-09-10
|/