summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2014-04-30Version 1.0-devSébastien Helleu
Yeah \o/
2014-04-12core: use lower case for CMake keywordsSébastien Helleu
2014-03-11exec: add exec pluginSebastien Helleu
2014-03-04Use asciidoc file ending for all asciidoc filesTor Hveem
2014-03-04rmodifier: remove plugin (replaced by trigger)Sebastien Helleu
2014-02-21Merge branch 'trigger'Sebastien Helleu
2014-02-11core: replace compiler flag -W by -Wextra (new name)Sebastien Helleu
2014-02-09trigger: add trigger pluginSebastien Helleu
2014-02-09Version 0.4.4-devSebastien Helleu
2014-02-09Version 0.4.3Sebastien Helleu
2014-02-02Version 0.4.3-rc2Sebastien Helleu
2014-01-23Version 0.4.3-rc1Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-10-12core: add cygport file to build Cygwin packagesSebastien Helleu
2013-10-06Version 0.4.3-devSebastien Helleu
2013-10-06Version 0.4.2Sebastien Helleu
2013-09-20Version 0.4.2-rc2Sebastien Helleu
2013-09-02Version 0.4.2-rc1Sebastien Helleu
2013-08-02core: rename binary and man page from "weechat-curses" to "weechat" (task ↵Sebastien Helleu
#11027) A symbolic link weechat-curses -> weechat is now created (by both cmake and configure), so that the /upgrade will work from an old version. However, if you upgrade from an old version, it is recommended to force the use of the new binary name with the command: `/upgrade /path/to/weechat` (replace the path accordingly).
2013-07-31plugins: remove the demo pluginSebastien Helleu
2013-07-31core: do not build man page by defaultSebastien Helleu
2013-07-31core: add cmake option ENABLE_MAN to compile man page (on by default)Sebastien Helleu
For configure, the option is "--disable-man".
2013-07-20core: add CA_FILE option in cmake and configure to setup default value of ↵Sebastien Helleu
option weechat.network.gnutls_ca_file (task #12725)
2013-06-29core: disable compilation of documentation by default (cmake and autotools)Sebastien Helleu
2013-06-07aspell: add support of enchant library (patch #6858)Sebastien Helleu
Enchant is enabled only if the new option for cmake (or configure) is enabled: - for cmake: cmake -DENABLE_ENCHANT=ON - for configure: ./configure --enable-enchant
2013-05-20Version 0.4.2-devSebastien Helleu
2013-05-20Version 0.4.1Sebastien Helleu
2013-05-11Version 0.4.1-rc2Sebastien Helleu
2013-05-01Version 0.4.1-rc1Sebastien Helleu
2013-03-24core: install icon file (patch #7972)Sebastien Helleu
2013-02-17core: remove Gtk interface (obsolete sources not working)Sebastien Helleu
2013-01-20Version 0.4.1-devSebastien Helleu
2013-01-20Version 0.4.0Sebastien Helleu
2013-01-14Version 0.4.0-rc3Sebastien Helleu
2013-01-05core: add cmake option ENABLE_PYTHON3 and configure option --enable-python3Sebastien Helleu
With this option, the python plugin will be built and linked with Python 3 (if found, or Python 2 as fallback). This option it not (yet) recommended, because many scripts are working only with Python 2.x. It should be used only to tests scripts with Python 3.x in WeeChat.
2013-01-05Version 0.4.0-rc2Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-26Version 0.4.0-rc1Sebastien Helleu
2012-12-16core: add git version in build, display it in "weechat-curses --help" and ↵Sebastien Helleu
/version
2012-12-14core: fix cmake target "dist": build tarballs using git-archive and not cvsSebastien Helleu
2012-09-29Version 0.4.0-devSebastien Helleu
2012-09-29Version 0.3.9Sebastien Helleu
2012-09-18Version 0.3.9-rc2Sebastien Helleu
2012-08-30Version 0.3.9-rc1Sebastien Helleu
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py ↵Sebastien Helleu
and script.pl)
2012-07-05doc: add new cmake option MANDIR (bug #36776)Simon Kuhnle
${SHAREDIR}/man is not always the correct path, so add option to customize path. This is set to "${SHAREDIR}/man" by default. Signed-off-by: Simon Kuhnle <simon@blarzwurst.de>
2012-06-03Version 0.3.9-devSebastien Helleu
2012-06-03Version 0.3.8Sebastien Helleu
2012-05-22Version 0.3.8-rc2Sebastien Helleu
2012-05-15Version 0.3.8-rc1Sebastien Helleu