summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2023-07-08build: add C compiler options "-Wformat" and "-Werror=format-security"Sébastien Helleu
2023-05-13core: add quotes around paths in CMake files (closes #29)Sébastien Helleu
2023-03-31doc: add CMake option `ENABLE_DOC_INCOMPLETE` to force build of incomplete do...Sébastien Helleu
2023-03-31build: add condition to enable gcc/g++ specific optionsSébastien Helleu
2023-03-30ci: disable build of doc when NLS is disabledSébastien Helleu
2023-03-30doc: convert docgen.py to C, remove autogen files from repository, add parame...Sébastien Helleu
2023-03-25core: remove obsolete cpack configSébastien Helleu
2023-03-23core: add extra compiler options to check overflow of destination buffer and ...Sébastien Helleu
2023-01-06core: add CMake test called "notests" when tests are not compiledSébastien Helleu
2023-01-06Revert "core: add a fake target "test" so that `make test` successes when tes...Sébastien Helleu
2023-01-05core: add a fake target "test" so that `make test` successes when tests are n...Sébastien Helleu
2023-01-05core: rename script git-version.sh to set_git_version.shSébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-10-15python: remove support of Python 2.xSébastien Helleu
2022-08-13core: fix CMake warning in Python detectionSébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-12-24relay: add zstd compression in weechat protocolSébastien Helleu
2021-11-21core: fix compilation with Ruby 3.0 on macOS (issue #1721, closes #1605)Sébastien Helleu
2021-09-19typing: correct typo in CMake option descriptionJan Palus
2021-07-04typing: add typing pluginSébastien Helleu
2021-05-12core: improve options to load GnuTLS system/user CAs (closes #972)Sébastien Helleu
2021-05-11core: mention evaluation with string_eval_path_home for CMake/autotools optio...Sébastien Helleu
2021-05-11core: set WeeChat home to empty string by default in CMake and autotools (iss...Sébastien Helleu
2021-05-08core: Use mallinfo2() when availableAndrew Potter
2021-01-02core: update copyright datesSébastien Helleu
2020-11-29Revert "core: add extra compiler options to check overflow of destination buf...Sébastien Helleu
2020-11-28core: add extra compiler options to check overflow of destination buffer and ...Sébastien Helleu
2020-06-13javascript: disable build by default and remove Debian packaging of JavaScrip...Sébastien Helleu
2020-04-18core: make GnuTLS a required dependencySébastien Helleu
2020-04-12core: fix indentationSébastien Helleu
2020-04-12cmake: fix bugged WEECHAT_SHAREDIR definition exposed by DATAROOTDIR renameEli Schwartz
2020-04-12cmake: rename internal variable SHAREDIR to DATAROOTDIREli Schwartz
2020-01-04core: update copyright datesSébastien Helleu
2019-11-18core: add different icons sizes (16x16 to 512x512) (closes #1347)Sébastien Helleu
2019-10-07core: add a desktop file (closes #982, closes #408)Lucas Hoffmann
2019-10-01core: fix style in CMake filesSébastien Helleu
2019-09-27core: fix build on Alpine (closes #1406)Kyle Sabo
2019-09-15core: display an error on missing dependency in CMake (closes #916, closes #956)Sébastien Helleu
2019-08-27core: disable option "-Werror-implicit-function-declaration" for C++ compilerSébastien Helleu
2019-07-31core: fix help on python to build with Python 2 (issue #1382)Sébastien Helleu
2019-07-01core: compile with Python 3 by defaultSébastien Helleu
2019-05-01core: replace CMAKE_INSTALL_PREFIX by ${prefix} in libdir (weechat.pc)Sébastien Helleu
2019-04-25cmake: allow custom libdir (fix #1341)Ryan Farley
2019-03-25core: set CMake minimum version required to 3.0Sébastien Helleu
2019-03-24core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage o...Sébastien Helleu
2019-02-19spell: rename "aspell" plugin to "spell" (issue #1299)Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-14core: fix forced highlight on messages sent to other buffers (closes #1277)Sébastien Helleu
2018-11-14core: fix C++ compiler flags (cmake)Sébastien Helleu