summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2014-12-21Version 1.1-rc1Sébastien Helleu
2014-08-15core: install extra files for Cygwin in share/doc/weechatSébastien Helleu
2014-08-15Version 1.1-devSébastien Helleu
2014-08-15Version 1.0Sébastien Helleu
Yay! \o/
2014-08-10Version 1.0-rc3Sébastien Helleu
2014-08-03Version 1.0-rc2Sébastien Helleu
2014-07-21Version 1.0-rc1Sébastien Helleu
2014-07-20core: move script git-version.sh into scripts directorySébastien Helleu
2014-07-20core: remove whitespace in cmake filesSébastien Helleu
2014-07-20tests: add unit tests using CppUTestSébastien Helleu
The tests can be run only via CMake: 1. build with tests: cmake .. -DENABLE_TESTS=ON 2. make 3. ctest (or ctest -V for verbose output)
2014-07-14core: move some detections from src/CMakeLists.txt to root CMakeLists.txtSébastien Helleu
2014-05-25core: build packages in build directory on "make dist" (CMake)Sébastien Helleu
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